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

Failed to build swift-nio-irc-webclient, reference develop (39f9ae), with Swift 6.1 for Android on 27 May 2025 22:08:00 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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:         android
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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
Fetched https://github.com/NozeIO/swift-nio-irc-client.git from cache (0.36s)
[1/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.50s)
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 (9.59s)
Fetching https://github.com/SwiftNIOExtras/swift-nio-irc.git
Fetching https://github.com/apple/swift-nio-transport-services
[1/314] Fetching swift-nio-irc
[55/2981] Fetching swift-nio-irc, swift-nio-transport-services
Fetched https://github.com/SwiftNIOExtras/swift-nio-irc.git from cache (1.74s)
Fetched https://github.com/apple/swift-nio-transport-services from cache (1.75s)
Computing version for https://github.com/SwiftNIOExtras/swift-nio-irc.git
Computed https://github.com/SwiftNIOExtras/swift-nio-irc.git at 0.8.2 (3.44s)
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.04s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.74s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.21s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[1670/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.66s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.89s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.82s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.82s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.96s)
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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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/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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Building for debugging...
[0/54] Write sources
[18/54] Compiling CNIOLinux liburing_shims.c
[18/54] Compiling CNIOWindows shim.c
[20/54] Compiling CNIOWindows WSAStartup.c
[21/54] Compiling CNIOWASI CNIOWASI.c
[22/54] Compiling CNIODarwin shim.c
[23/54] Compiling CNIOLLHTTP c_nio_http.c
[24/54] Compiling CNIOSHA1 c_nio_sha1.c
[25/54] Write sources
[26/54] Compiling CNIOLinux shim.c
[27/54] Compiling CNIOLLHTTP c_nio_api.c
[28/54] Compiling _AtomicsShims.c
[28/54] Write swift-version-24593BA9C3E375BF.txt
[30/54] Compiling CNIOLLHTTP c_nio_llhttp.c
[32/93] Emitting module Atomics
[33/95] Compiling _NIOBase64 Base64.swift
[34/95] Emitting module _NIOBase64
[35/96] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[36/96] Compiling Atomics AtomicOptionalWrappable.swift
[37/96] Compiling Atomics AtomicReference.swift
[38/96] Compiling Atomics RawRepresentable.swift
[39/96] Compiling Atomics AtomicBool.swift
[40/96] Compiling Atomics AtomicStorage.swift
[41/96] Compiling Atomics AtomicValue.swift
[42/97] Compiling _NIODataStructures _TinyArray.swift
[43/97] Compiling Atomics UnsafeAtomic.swift
[44/97] Compiling Atomics UnsafeAtomicLazyReference.swift
[45/97] Compiling Atomics Primitives.native.swift
[46/97] Compiling Atomics OptionalRawRepresentable.swift
[47/97] Compiling Atomics ManagedAtomic.swift
[48/97] Compiling Atomics ManagedAtomicLazyReference.swift
[49/97] Emitting module InternalCollectionsUtilities
[50/97] Compiling Atomics IntegerConformances.swift
[51/97] Compiling Atomics PointerConformances.swift
[52/97] Compiling Atomics AtomicMemoryOrderings.swift
[53/97] Compiling Atomics DoubleWord.swift
[57/97] Compiling Atomics Primitives.shims.swift
[58/97] Compiling Atomics AtomicInteger.swift
[63/97] Compiling _NIODataStructures PriorityQueue.swift
[67/97] Compiling _NIODataStructures Heap.swift
[68/97] Emitting module _NIODataStructures
[72/98] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[73/99] Compiling Atomics IntegerOperations.swift
[74/99] Compiling Atomics Unmanaged extensions.swift
[77/100] Wrapping AST for _NIOBase64 for debugging
[78/100] Wrapping AST for _NIODataStructures for debugging
[79/100] Wrapping AST for InternalCollectionsUtilities for debugging
[80/115] Wrapping AST for Atomics for debugging
[81/115] Compiling c-nioatomics.c
[83/115] Compiling DequeModule Deque+CustomReflectable.swift
[84/115] Compiling DequeModule Deque+Descriptions.swift
[85/117] Compiling DequeModule _DequeBuffer.swift
[86/117] Compiling DequeModule _DequeBufferHeader.swift
[87/117] Compiling DequeModule Deque+Extras.swift
[88/117] Compiling DequeModule Deque+Hashable.swift
[89/117] Compiling DequeModule Deque+Equatable.swift
[90/117] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[91/117] Compiling DequeModule Deque+Testing.swift
[92/117] Compiling DequeModule Deque._Storage.swift
[93/117] Compiling DequeModule Deque._UnsafeHandle.swift
[94/117] Compiling DequeModule Deque.swift
[95/117] Compiling DequeModule _DequeSlot.swift
[96/117] Compiling DequeModule _UnsafeWrappedBuffer.swift
[96/117] Compiling c-atomics.c
[98/123] Compiling DequeModule Deque+Codable.swift
[99/123] Compiling DequeModule Deque+Collection.swift
[100/123] Emitting module DequeModule
[102/124] Compiling NIOConcurrencyHelpers NIOLock.swift
[102/124] Wrapping AST for DequeModule for debugging
[104/124] Compiling NIOConcurrencyHelpers lock.swift
[105/124] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[106/124] Compiling NIOConcurrencyHelpers atomics.swift
[107/124] Emitting module NIOConcurrencyHelpers
[108/124] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[109/125] Wrapping AST for NIOConcurrencyHelpers for debugging
[111/185] Compiling NIOCore IO.swift
[112/185] Compiling NIOCore IOData.swift
[113/185] Compiling NIOCore IPProtocol.swift
[114/185] Compiling NIOCore IntegerBitPacking.swift
[115/185] Compiling NIOCore IntegerTypes.swift
[116/185] Compiling NIOCore Interfaces.swift
[117/185] Compiling NIOCore Linux.swift
[118/185] Compiling NIOCore MarkedCircularBuffer.swift
[119/185] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[120/185] Compiling NIOCore EventLoopFuture+Deprecated.swift
[121/185] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[122/185] Compiling NIOCore EventLoopFuture.swift
[123/185] Compiling NIOCore FileDescriptor.swift
[124/185] Compiling NIOCore FileHandle.swift
[125/185] Compiling NIOCore FileRegion.swift
[126/185] Compiling NIOCore GlobalSingletons.swift
[127/185] Compiling NIOCore CircularBuffer.swift
[128/185] Compiling NIOCore Codec.swift
[129/185] Compiling NIOCore ConvenienceOptionSupport.swift
[130/185] Compiling NIOCore DeadChannel.swift
[131/185] Compiling NIOCore DispatchQueue+WithFuture.swift
[132/185] Compiling NIOCore EventLoop+Deprecated.swift
[133/185] Compiling NIOCore EventLoop+SerialExecutor.swift
[134/185] Compiling NIOCore EventLoop.swift
[135/193] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[136/193] Compiling NIOCore BSDSocketAPI.swift
[137/193] Compiling NIOCore ByteBuffer-aux.swift
[138/193] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[139/193] Compiling NIOCore ByteBuffer-conversions.swift
[140/193] Compiling NIOCore ByteBuffer-core.swift
[141/193] Compiling NIOCore ByteBuffer-hex.swift
[142/193] Compiling NIOCore ByteBuffer-int.swift
[143/193] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[144/193] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[145/193] Compiling NIOCore SocketAddresses.swift
[146/193] Compiling NIOCore SocketOptionProvider.swift
[147/193] Compiling NIOCore SystemCallHelpers.swift
[148/193] Compiling NIOCore TimeAmount+Duration.swift
[149/193] Compiling NIOCore TypeAssistedChannelHandler.swift
[150/193] Compiling NIOCore UniversalBootstrapSupport.swift
[151/193] Compiling NIOCore Utilities.swift
[152/193] Compiling NIOCore MulticastChannel.swift
[153/193] Compiling NIOCore NIOAny.swift
[154/193] Compiling NIOCore NIOCloseOnErrorHandler.swift
[155/193] Compiling NIOCore NIOLoopBound.swift
[156/193] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[157/193] Compiling NIOCore NIOScheduledCallback.swift
[158/193] Compiling NIOCore NIOSendable.swift
[159/193] Compiling NIOCore RecvByteBufferAllocator.swift
[160/193] Compiling NIOCore AddressedEnvelope.swift
[161/193] Compiling NIOCore AsyncAwaitSupport.swift
[162/193] Compiling NIOCore AsyncChannel.swift
[163/193] Compiling NIOCore AsyncChannelHandler.swift
[164/193] Compiling NIOCore AsyncChannelInboundStream.swift
[165/193] Compiling NIOCore AsyncChannelOutboundWriter.swift
[166/193] Compiling NIOCore NIOAsyncSequenceProducer.swift
[167/193] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[168/193] Compiling NIOCore NIOAsyncWriter.swift
[169/193] Compiling NIOCore ByteBuffer-multi-int.swift
[170/193] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[171/193] Compiling NIOCore ByteBuffer-views.swift
[172/193] Compiling NIOCore Channel.swift
[173/193] Compiling NIOCore ChannelHandler.swift
[174/193] Compiling NIOCore ChannelHandlers.swift
[175/193] Compiling NIOCore ChannelInvoker.swift
[176/193] Compiling NIOCore ChannelOption.swift
[177/193] Compiling NIOCore ChannelPipeline.swift
[178/193] Emitting module NIOCore
[179/194] Wrapping AST for NIOCore for debugging
[181/244] Compiling NIOEmbedded AsyncTestingChannel.swift
[182/244] Emitting module NIOEmbedded
[183/244] Compiling NIOEmbedded Embedded.swift
[184/244] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[185/245] Wrapping AST for NIOEmbedded for debugging
[187/245] Emitting module NIOPosix
[188/251] Compiling NIOPosix Pool.swift
[189/251] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[190/251] Compiling NIOPosix PosixSingletons.swift
[191/251] Compiling NIOPosix RawSocketBootstrap.swift
[192/251] Compiling NIOPosix Resolver.swift
[193/251] Compiling NIOPosix Selectable.swift
[194/251] Compiling NIOPosix SelectableChannel.swift
[195/251] Compiling NIOPosix SelectableEventLoop.swift
[196/251] Compiling NIOPosix SelectorEpoll.swift
[197/251] Compiling NIOPosix SelectorGeneric.swift
[198/251] Compiling NIOPosix SelectorKqueue.swift
[199/251] Compiling NIOPosix SelectorUring.swift
[200/251] Compiling NIOPosix BSDSocketAPICommon.swift
[201/251] Compiling NIOPosix BSDSocketAPIPosix.swift
[202/251] Compiling NIOPosix BSDSocketAPIWindows.swift
[203/251] Compiling NIOPosix BaseSocket.swift
[204/251] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[205/251] Compiling NIOPosix BaseSocketChannel.swift
[206/251] Compiling NIOPosix BaseStreamSocketChannel.swift
[207/251] Compiling NIOPosix ThreadPosix.swift
[208/251] Compiling NIOPosix ThreadWindows.swift
[209/251] Compiling NIOPosix UnsafeTransfer.swift
[210/251] Compiling NIOPosix Utilities.swift
[211/251] Compiling NIOPosix VsockAddress.swift
[212/251] Compiling NIOPosix VsockChannelEvents.swift
[213/251] Compiling NIOPosix IO.swift
[214/251] Compiling NIOPosix IntegerBitPacking.swift
[215/251] Compiling NIOPosix IntegerTypes.swift
[216/251] Compiling NIOPosix Linux.swift
[217/251] Compiling NIOPosix LinuxCPUSet.swift
[218/251] Compiling NIOPosix LinuxUring.swift
[219/251] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[220/251] Compiling NIOPosix Bootstrap.swift
[221/251] Compiling NIOPosix ControlMessage.swift
[222/251] Compiling NIOPosix DatagramVectorReadManager.swift
[223/251] Compiling NIOPosix Errors+Any.swift
[224/251] Compiling NIOPosix FileDescriptor.swift
[225/251] Compiling NIOPosix GetaddrinfoResolver.swift
[226/251] Compiling NIOPosix HappyEyeballs.swift
[227/251] Compiling NIOPosix ServerSocket.swift
[228/251] Compiling NIOPosix Socket.swift
[229/251] Compiling NIOPosix SocketChannel.swift
[230/251] Compiling NIOPosix SocketProtocols.swift
[231/251] Compiling NIOPosix System.swift
[232/251] Compiling NIOPosix Thread.swift
[233/251] Compiling NIOPosix NIOThreadPool.swift
[234/251] Compiling NIOPosix NonBlockingFileIO.swift
[235/251] Compiling NIOPosix PendingDatagramWritesManager.swift
[236/251] Compiling NIOPosix PendingWritesManager.swift
[237/251] Compiling NIOPosix PipeChannel.swift
[238/251] Compiling NIOPosix PipePair.swift
[239/252] Wrapping AST for NIOPosix for debugging
[241/254] Compiling NIO Exports.swift
[242/254] Emitting module NIO
[243/255] Wrapping AST for NIO for debugging
[245/299] Compiling NIOTLS TLSEvents.swift
[246/299] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[247/299] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[248/299] Emitting module NIOTLS
[249/299] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[250/299] Compiling NIOTLS SNIHandler.swift
[252/300] Compiling NIOIRC IRCCommand.swift
[253/300] Compiling NIOIRC IRCMessageRecipient.swift
[254/302] Emitting module NIOHTTP1
[255/302] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[256/302] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[257/302] Compiling NIOIRC IRCMessage.swift
[258/302] Compiling NIOIRC IRCChannelName.swift
[259/302] Compiling NIOIRC IRCChannelMode.swift
[260/302] Compiling NIOIRC IRCCommandCodes.swift
[261/302] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[262/302] Compiling NIOIRC IRCMessageTarget.swift
[263/302] Compiling NIOIRC IRCNickName.swift
[264/302] Compiling NIOIRC IRCServerName.swift
[264/302] Wrapping AST for NIOTLS for debugging
[266/302] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[267/302] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[270/304] Compiling NIOIRC IRCCommandParser.swift
[271/304] Compiling NIOIRC IRCDispatcher.swift
[272/304] Compiling NIOIRC IRCMessageParser.swift
[273/305] Compiling NIOIRC IRCUserInfo.swift
[274/305] Compiling NIOIRC IRCUserMode.swift
[276/305] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[277/305] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[278/305] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[283/305] Emitting module NIOIRC
[287/305] Wrapping AST for NIOHTTP1 for debugging
[295/314] Emitting module NIOFoundationCompat
[296/314] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[298/317] Wrapping AST for NIOIRC for debugging
[299/317] Wrapping AST for NIOFoundationCompat for debugging
[301/339] Compiling NIOWebSocket WebSocketOpcode.swift
[302/340] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[303/340] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[304/340] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[305/340] Compiling NIOTransportServices NIOTSListenerChannel.swift
[306/342] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[307/342] Compiling NIOTransportServices NIOTSSingletons.swift
[308/342] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[309/342] Compiling NIOTransportServices StateManagedChannel.swift
[310/342] Compiling NIOTransportServices StateManagedListenerChannel.swift
[311/342] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[312/342] Compiling NIOTransportServices NIOTSBootstraps.swift
[313/342] Compiling NIOTransportServices NIOTSChannelOptions.swift
[314/342] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[315/342] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[316/342] Compiling NIOTransportServices NIOTSErrors.swift
[317/342] Compiling NIOTransportServices NIOTSEventLoop.swift
[318/342] Compiling NIOWebSocket WebSocketFrame.swift
[319/342] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[320/342] Compiling NIOWebSocket WebSocketErrorCodes.swift
[321/342] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[322/342] Compiling NIOTransportServices AcceptHandler.swift
[323/342] Emitting module NIOWebSocket
[324/342] Compiling NIOTransportServices NIOTSDatagramListener.swift
[325/342] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[326/342] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[328/343] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[329/343] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[330/343] Emitting module NIOTransportServices
[334/343] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[335/343] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[337/344] Wrapping AST for NIOWebSocket for debugging
[338/344] Wrapping AST for NIOTransportServices for debugging
[340/351] Compiling IRC ReExports.swift
[341/351] Compiling IRC IRCRetryStrategyCB.swift
[342/351] Compiling IRC IRCClientMessageTarget.swift
[343/351] Compiling IRC IRCClientOptions.swift
[344/351] Compiling IRC IRCClientDelegate.swift
[345/351] Emitting module IRC
[346/351] Compiling IRC IRCClient.swift
[347/352] Wrapping AST for IRC for debugging
[349/357] Compiling IRCWebClient ClientResources.swift
[350/357] 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>
[351/357] 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>
[352/357] 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 |   {
[353/357] 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 |
[354/358] Wrapping AST for IRCWebClient for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[356/360] Emitting module ircwebclientd
/host/spi-builder-workspace/Sources/ircwebclientd/main.swift:23:1: error: cannot find 'signal' in scope
21 | let webServer = IRCWebClientServer()
22 |
23 | signal(SIGINT) { // Safe? Unsafe. No idea :-)
   | `- error: cannot find 'signal' in scope
24 |   s in webServer.stopOnSignal(s)
25 | }
/host/spi-builder-workspace/Sources/ircwebclientd/main.swift:23:8: error: cannot find 'SIGINT' in scope
21 | let webServer = IRCWebClientServer()
22 |
23 | signal(SIGINT) { // Safe? Unsafe. No idea :-)
   |        `- error: cannot find 'SIGINT' in scope
24 |   s in webServer.stopOnSignal(s)
25 | }
[357/360] Compiling ircwebclientd main.swift
/host/spi-builder-workspace/Sources/ircwebclientd/main.swift:23:1: error: cannot find 'signal' in scope
21 | let webServer = IRCWebClientServer()
22 |
23 | signal(SIGINT) { // Safe? Unsafe. No idea :-)
   | `- error: cannot find 'signal' in scope
24 |   s in webServer.stopOnSignal(s)
25 | }
/host/spi-builder-workspace/Sources/ircwebclientd/main.swift:23:8: error: cannot find 'SIGINT' in scope
21 | let webServer = IRCWebClientServer()
22 |
23 | signal(SIGINT) { // Safe? Unsafe. No idea :-)
   |        `- error: cannot find 'SIGINT' in scope
24 |   s in webServer.stopOnSignal(s)
25 | }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/22] Write swift-version-24593BA9C3E375BF.txt
[2/67] Compiling Atomics Primitives.shims.swift
[3/67] Compiling Atomics AtomicInteger.swift
[4/68] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[5/68] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[6/68] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[7/68] Compiling Atomics UnsafeAtomic.swift
[8/68] Compiling Atomics UnsafeAtomicLazyReference.swift
[9/70] Compiling Atomics AtomicStorage.swift
[10/70] Compiling Atomics AtomicValue.swift
[11/70] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/70] Compiling Atomics AtomicOptionalWrappable.swift
[15/70] Compiling Atomics ManagedAtomic.swift
[16/70] Compiling Atomics ManagedAtomicLazyReference.swift
[17/70] Compiling _NIODataStructures PriorityQueue.swift
[18/70] Emitting module _NIODataStructures
[19/70] Emitting module NIOConcurrencyHelpers
[20/70] Compiling NIOConcurrencyHelpers NIOLock.swift
[21/70] Compiling NIOConcurrencyHelpers lock.swift
[22/70] Compiling _NIODataStructures _TinyArray.swift
[23/70] Compiling Atomics IntegerOperations.swift
[24/70] Compiling Atomics Unmanaged extensions.swift
[25/70] Compiling Atomics AtomicReference.swift
[28/70] Compiling Atomics AtomicMemoryOrderings.swift
[29/70] Compiling Atomics DoubleWord.swift
[30/70] Compiling Atomics PointerConformances.swift
[31/70] Compiling Atomics Primitives.native.swift
[32/70] Compiling _NIODataStructures Heap.swift
[33/71] Emitting module _NIOBase64
[34/71] Compiling _NIOBase64 Base64.swift
[35/72] Compiling NIOConcurrencyHelpers atomics.swift
[36/73] Compiling Atomics AtomicBool.swift
[37/73] Compiling Atomics IntegerConformances.swift
[38/73] Compiling Atomics OptionalRawRepresentable.swift
[39/73] Compiling Atomics RawRepresentable.swift
[45/70] Emitting module InternalCollectionsUtilities
[46/71] Wrapping AST for InternalCollectionsUtilities for debugging
[48/86] Compiling DequeModule _DequeBuffer.swift
[49/86] Compiling DequeModule _DequeBufferHeader.swift
[50/88] Compiling DequeModule Deque+CustomReflectable.swift
[51/88] Compiling DequeModule Deque+Descriptions.swift
[52/88] Compiling DequeModule Deque+Extras.swift
[53/88] Compiling DequeModule Deque+Hashable.swift
[54/88] Compiling DequeModule Deque+Equatable.swift
[55/88] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[56/88] Compiling DequeModule Deque+Codable.swift
[57/88] Compiling DequeModule Deque+Collection.swift
[58/88] Compiling DequeModule Deque+Testing.swift
[59/88] Compiling DequeModule Deque._Storage.swift
[60/88] Compiling DequeModule Deque._UnsafeHandle.swift
[61/88] Compiling DequeModule Deque.swift
[62/88] Emitting module Atomics
[63/88] Compiling DequeModule _DequeSlot.swift
[64/88] Compiling DequeModule _UnsafeWrappedBuffer.swift
[71/89] Emitting module DequeModule
[73/90] Wrapping AST for Atomics for debugging
[74/90] Wrapping AST for DequeModule for debugging
[76/150] Compiling NIOCore CircularBuffer.swift
[77/150] Compiling NIOCore Codec.swift
[78/150] Compiling NIOCore ConvenienceOptionSupport.swift
[79/150] Compiling NIOCore DeadChannel.swift
[80/150] Compiling NIOCore DispatchQueue+WithFuture.swift
[81/150] Compiling NIOCore EventLoop+Deprecated.swift
[82/150] Compiling NIOCore EventLoop+SerialExecutor.swift
[83/150] Compiling NIOCore EventLoop.swift
[84/158] Compiling NIOCore IO.swift
[85/158] Compiling NIOCore IOData.swift
[86/158] Compiling NIOCore IPProtocol.swift
[87/158] Compiling NIOCore IntegerBitPacking.swift
[88/158] Compiling NIOCore IntegerTypes.swift
[89/158] Compiling NIOCore Interfaces.swift
[90/158] Compiling NIOCore Linux.swift
[91/158] Compiling NIOCore MarkedCircularBuffer.swift
[92/158] Compiling NIOCore MulticastChannel.swift
[93/158] Compiling NIOCore NIOAny.swift
[94/158] Compiling NIOCore NIOCloseOnErrorHandler.swift
[95/158] Compiling NIOCore NIOLoopBound.swift
[96/158] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[97/158] Compiling NIOCore NIOScheduledCallback.swift
[98/158] Compiling NIOCore NIOSendable.swift
[99/158] Compiling NIOCore RecvByteBufferAllocator.swift
[100/158] Compiling NIOCore AddressedEnvelope.swift
[101/158] Compiling NIOCore AsyncAwaitSupport.swift
[102/158] Compiling NIOCore AsyncChannel.swift
[103/158] Compiling NIOCore AsyncChannelHandler.swift
[104/158] Compiling NIOCore AsyncChannelInboundStream.swift
[105/158] Compiling NIOCore AsyncChannelOutboundWriter.swift
[106/158] Compiling NIOCore NIOAsyncSequenceProducer.swift
[107/158] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[108/158] Compiling NIOCore NIOAsyncWriter.swift
[109/158] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[110/158] Compiling NIOCore BSDSocketAPI.swift
[111/158] Compiling NIOCore ByteBuffer-aux.swift
[112/158] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[113/158] Compiling NIOCore ByteBuffer-conversions.swift
[114/158] Compiling NIOCore ByteBuffer-core.swift
[115/158] Compiling NIOCore ByteBuffer-hex.swift
[116/158] Compiling NIOCore ByteBuffer-int.swift
[117/158] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[118/158] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[119/158] Compiling NIOCore SocketAddresses.swift
[120/158] Compiling NIOCore SocketOptionProvider.swift
[121/158] Compiling NIOCore SystemCallHelpers.swift
[122/158] Compiling NIOCore TimeAmount+Duration.swift
[123/158] Compiling NIOCore TypeAssistedChannelHandler.swift
[124/158] Compiling NIOCore UniversalBootstrapSupport.swift
[125/158] Compiling NIOCore Utilities.swift
[126/158] Emitting module NIOCore
[127/158] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[128/158] Compiling NIOCore EventLoopFuture+Deprecated.swift
[129/158] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[130/158] Compiling NIOCore EventLoopFuture.swift
[131/158] Compiling NIOCore FileDescriptor.swift
[132/158] Compiling NIOCore FileHandle.swift
[133/158] Compiling NIOCore FileRegion.swift
[134/158] Compiling NIOCore GlobalSingletons.swift
[135/158] Compiling NIOCore ByteBuffer-multi-int.swift
[136/158] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[137/158] Compiling NIOCore ByteBuffer-views.swift
[138/158] Compiling NIOCore Channel.swift
[139/158] Compiling NIOCore ChannelHandler.swift
[140/158] Compiling NIOCore ChannelHandlers.swift
[141/158] Compiling NIOCore ChannelInvoker.swift
[142/158] Compiling NIOCore ChannelOption.swift
[143/158] Compiling NIOCore ChannelPipeline.swift
[145/208] Compiling NIOEmbedded AsyncTestingChannel.swift
[146/208] Compiling NIOEmbedded Embedded.swift
[147/208] Emitting module NIOEmbedded
[148/208] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[150/208] Compiling NIOPosix Pool.swift
[151/208] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[152/208] Compiling NIOPosix PosixSingletons.swift
[153/208] Compiling NIOPosix RawSocketBootstrap.swift
[154/208] Compiling NIOPosix Resolver.swift
[155/208] Compiling NIOPosix Selectable.swift
[156/214] Compiling NIOPosix IO.swift
[157/214] Compiling NIOPosix IntegerBitPacking.swift
[158/214] Compiling NIOPosix IntegerTypes.swift
[159/214] Compiling NIOPosix Linux.swift
[160/214] Compiling NIOPosix LinuxCPUSet.swift
[161/214] Compiling NIOPosix LinuxUring.swift
[162/214] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[163/214] Compiling NIOPosix ThreadPosix.swift
[164/214] Compiling NIOPosix ThreadWindows.swift
[165/214] Compiling NIOPosix UnsafeTransfer.swift
[166/214] Compiling NIOPosix Utilities.swift
[167/214] Compiling NIOPosix VsockAddress.swift
[168/214] Compiling NIOPosix VsockChannelEvents.swift
[169/214] Compiling NIOPosix SelectableChannel.swift
[170/214] Compiling NIOPosix SelectableEventLoop.swift
[171/214] Compiling NIOPosix SelectorEpoll.swift
[172/214] Compiling NIOPosix SelectorGeneric.swift
[173/214] Compiling NIOPosix SelectorKqueue.swift
[174/214] Compiling NIOPosix SelectorUring.swift
[175/214] Compiling NIOPosix BSDSocketAPICommon.swift
[176/214] Compiling NIOPosix BSDSocketAPIPosix.swift
[177/214] Compiling NIOPosix BSDSocketAPIWindows.swift
[178/214] Compiling NIOPosix BaseSocket.swift
[179/214] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[180/214] Compiling NIOPosix BaseSocketChannel.swift
[181/214] Compiling NIOPosix BaseStreamSocketChannel.swift
[182/214] Compiling NIOPosix ServerSocket.swift
[183/214] Compiling NIOPosix Socket.swift
[184/214] Compiling NIOPosix SocketChannel.swift
[185/214] Compiling NIOPosix SocketProtocols.swift
[186/214] Compiling NIOPosix System.swift
[187/214] Compiling NIOPosix Thread.swift
[188/214] Emitting module NIOPosix
[189/214] Compiling NIOPosix NIOThreadPool.swift
[190/214] Compiling NIOPosix NonBlockingFileIO.swift
[191/214] Compiling NIOPosix PendingDatagramWritesManager.swift
[192/214] Compiling NIOPosix PendingWritesManager.swift
[193/214] Compiling NIOPosix PipeChannel.swift
[194/214] Compiling NIOPosix PipePair.swift
[195/214] Compiling NIOPosix Bootstrap.swift
[196/214] Compiling NIOPosix ControlMessage.swift
[197/214] Compiling NIOPosix DatagramVectorReadManager.swift
[198/214] Compiling NIOPosix Errors+Any.swift
[199/214] Compiling NIOPosix FileDescriptor.swift
[200/214] Compiling NIOPosix GetaddrinfoResolver.swift
[201/214] Compiling NIOPosix HappyEyeballs.swift
[203/216] Emitting module NIO
[204/216] Compiling NIO Exports.swift
[206/260] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[207/260] Compiling NIOTLS TLSEvents.swift
[208/260] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[209/260] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[210/260] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[211/260] Emitting module NIOTLS
[212/260] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[213/260] Compiling NIOHTTP1 HTTPTypes.swift
[214/260] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[215/260] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[216/260] Compiling NIOIRC IRCUserID.swift
[217/262] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[218/262] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[219/262] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[220/262] Compiling NIOTLS SNIHandler.swift
[221/263] Emitting module NIOFoundationCompat
[222/263] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[223/264] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[224/264] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[225/264] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[226/264] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[233/264] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[234/264] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[235/286] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[236/286] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[237/286] Emitting module NIOTransportServices
[238/286] Compiling NIOTransportServices AcceptHandler.swift
[240/288] Compiling NIOTransportServices NIOTSDatagramListener.swift
[241/288] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[242/288] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[243/288] Compiling NIOTransportServices NIOTSBootstraps.swift
[244/288] Compiling NIOTransportServices NIOTSChannelOptions.swift
[245/288] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[247/288] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[248/288] Compiling NIOTransportServices NIOTSErrors.swift
[249/288] Compiling NIOTransportServices NIOTSEventLoop.swift
[250/288] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[251/288] Compiling NIOTransportServices StateManagedChannel.swift
[252/288] Emitting module NIOIRC
[253/289] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[254/289] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[255/289] Compiling NIOTransportServices NIOTSListenerChannel.swift
[257/289] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[258/289] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[263/289] Compiling NIOTransportServices StateManagedListenerChannel.swift
[264/289] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[265/289] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[266/289] Compiling NIOTransportServices NIOTSSingletons.swift
[277/290] Emitting module NIOHTTP1
[282/291] Wrapping AST for NIOIRC for debugging
[284/306] Compiling IRC IRCClientMessageTarget.swift
[285/306] Compiling IRC ReExports.swift
[286/306] Compiling IRC IRCRetryStrategyCB.swift
[287/306] Compiling IRC IRCClientOptions.swift
[288/306] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[289/306] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[290/306] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[291/306] Compiling NIOWebSocket SHA1.swift
[292/306] Emitting module NIOWebSocket
[293/307] Compiling NIOWebSocket WebSocketOpcode.swift
[294/307] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[295/307] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[296/307] Compiling NIOWebSocket WebSocketErrorCodes.swift
[297/307] Compiling NIOWebSocket WebSocketFrame.swift
[298/307] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[299/308] Emitting module IRC
[300/308] Compiling IRC IRCClientDelegate.swift
[301/308] Compiling IRC IRCClient.swift
[303/313] Wrapping AST for IRC for debugging
[305/313] Compiling IRCWebClient ClientResources.swift
[306/313] 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 |   {
[307/313] Compiling IRCWebClient IRCWebClientEndPoint.swift
[308/313] 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
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 |   {
[309/313] 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
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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[311/315] Emitting module ircwebclientd
/host/spi-builder-workspace/Sources/ircwebclientd/main.swift:23:1: error: cannot find 'signal' in scope
21 | let webServer = IRCWebClientServer()
22 |
23 | signal(SIGINT) { // Safe? Unsafe. No idea :-)
   | `- error: cannot find 'signal' in scope
24 |   s in webServer.stopOnSignal(s)
25 | }
/host/spi-builder-workspace/Sources/ircwebclientd/main.swift:23:8: error: cannot find 'SIGINT' in scope
21 | let webServer = IRCWebClientServer()
22 |
23 | signal(SIGINT) { // Safe? Unsafe. No idea :-)
   |        `- error: cannot find 'SIGINT' in scope
24 |   s in webServer.stopOnSignal(s)
25 | }
[312/315] Compiling ircwebclientd main.swift
/host/spi-builder-workspace/Sources/ircwebclientd/main.swift:23:1: error: cannot find 'signal' in scope
21 | let webServer = IRCWebClientServer()
22 |
23 | signal(SIGINT) { // Safe? Unsafe. No idea :-)
   | `- error: cannot find 'signal' in scope
24 |   s in webServer.stopOnSignal(s)
25 | }
/host/spi-builder-workspace/Sources/ircwebclientd/main.swift:23:8: error: cannot find 'SIGINT' in scope
21 | let webServer = IRCWebClientServer()
22 |
23 | signal(SIGINT) { // Safe? Unsafe. No idea :-)
   |        `- error: cannot find 'SIGINT' in scope
24 |   s in webServer.stopOnSignal(s)
25 | }
BUILD FAILURE 6.1 android