Build Information
Failed to build swift-nio-irc-webclient, reference 0.8.0 (71f49d
), with Swift 6.1 for Android on 27 May 2025 22:08:01 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: 0.8.0
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
* tag 0.8.0 -> FETCH_HEAD
HEAD is now at 71f49df Merge branch 'develop' into main
Cloned https://github.com/NozeIO/swift-nio-irc-webclient.git
Revision (git rev-parse @):
71f49dfb3ac09f132358be4343d8d194764158d2
SUCCESS checkout https://github.com/NozeIO/swift-nio-irc-webclient.git at 0.8.0
========================================
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-4609320-3":/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.43s)
[1/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (18.13s)
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 (19.19s)
Fetching https://github.com/apple/swift-nio-transport-services
Fetching https://github.com/SwiftNIOExtras/swift-nio-irc.git
[1/314] Fetching swift-nio-irc
[297/2981] Fetching swift-nio-irc, swift-nio-transport-services
Fetched https://github.com/SwiftNIOExtras/swift-nio-irc.git from cache (0.58s)
Fetched https://github.com/apple/swift-nio-transport-services from cache (0.58s)
Computing version for https://github.com/SwiftNIOExtras/swift-nio-irc.git
Computed https://github.com/SwiftNIOExtras/swift-nio-irc.git at 0.8.2 (2.22s)
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.93s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.60s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.90s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[2197/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.75s)
Fetched https://github.com/apple/swift-collections.git from cache (1.79s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.66s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.90s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.04s)
Creating working copy for https://github.com/apple/swift-nio-transport-services
Working copy of https://github.com/apple/swift-nio-transport-services resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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
Building for debugging...
[0/54] Write sources
[18/54] Compiling CNIOWASI CNIOWASI.c
[19/54] Compiling _AtomicsShims.c
[20/54] Compiling CNIOWindows shim.c
[21/54] Compiling CNIOWindows WSAStartup.c
[22/54] Compiling CNIOLinux liburing_shims.c
[22/54] Compiling CNIOSHA1 c_nio_sha1.c
[24/54] Compiling CNIOLLHTTP c_nio_http.c
[24/54] Write sources
[26/54] Compiling CNIODarwin shim.c
[27/54] Compiling CNIOLinux shim.c
[28/54] Compiling CNIOLLHTTP c_nio_api.c
[29/54] Write swift-version-24593BA9C3E375BF.txt
[30/54] Compiling CNIOLLHTTP c_nio_llhttp.c
[31/93] Compiling c-nioatomics.c
[33/93] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[34/93] Compiling _NIODataStructures PriorityQueue.swift
[35/93] Emitting module _NIOBase64
[36/93] Compiling _NIOBase64 Base64.swift
[37/95] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[38/95] Compiling InternalCollectionsUtilities Debugging.swift
[39/95] Compiling InternalCollectionsUtilities Descriptions.swift
[40/95] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[41/95] Compiling Atomics UnsafeAtomic.swift
[42/95] Compiling Atomics UnsafeAtomicLazyReference.swift
[43/97] Compiling Atomics AtomicMemoryOrderings.swift
[44/97] Compiling Atomics DoubleWord.swift
[45/97] Compiling Atomics ManagedAtomic.swift
[46/97] Compiling Atomics ManagedAtomicLazyReference.swift
[48/97] Compiling _NIODataStructures _TinyArray.swift
[49/97] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[50/97] Compiling InternalCollectionsUtilities _SortedCollection.swift
[51/97] Emitting module InternalCollectionsUtilities
[52/97] Compiling InternalCollectionsUtilities UInt+reversed.swift
[55/97] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[58/97] Compiling _NIODataStructures Heap.swift
[59/97] Emitting module _NIODataStructures
[60/98] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[61/98] Compiling InternalCollectionsUtilities Integer rank.swift
[62/98] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[64/98] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[66/98] Emitting module Atomics
[66/98] Wrapping AST for _NIOBase64 for debugging
[68/98] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[69/99] Compiling c-atomics.c
[77/99] Wrapping AST for _NIODataStructures for debugging
[78/105] Wrapping AST for InternalCollectionsUtilities for debugging
[80/105] Compiling Atomics IntegerOperations.swift
[81/105] Compiling Atomics Unmanaged extensions.swift
[83/121] Compiling DequeModule Deque+CustomReflectable.swift
[84/121] Compiling DequeModule Deque+Descriptions.swift
[84/123] Wrapping AST for Atomics for debugging
[86/123] Compiling DequeModule _DequeBuffer.swift
[87/123] Compiling DequeModule _DequeBufferHeader.swift
[88/123] Compiling NIOConcurrencyHelpers lock.swift
[89/123] Compiling DequeModule _DequeSlot.swift
[90/123] Compiling DequeModule _UnsafeWrappedBuffer.swift
[91/123] Compiling NIOConcurrencyHelpers NIOLock.swift
[92/123] Compiling NIOConcurrencyHelpers atomics.swift
[93/123] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[94/123] Emitting module NIOConcurrencyHelpers
[95/123] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[96/124] Compiling DequeModule Deque+Extras.swift
[97/124] Compiling DequeModule Deque+Hashable.swift
[98/124] Compiling DequeModule Deque._UnsafeHandle.swift
[99/124] Compiling DequeModule Deque.swift
[100/124] Compiling DequeModule Deque+Testing.swift
[101/124] Compiling DequeModule Deque._Storage.swift
[102/124] Compiling DequeModule Deque+Equatable.swift
[103/124] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[104/124] Wrapping AST for NIOConcurrencyHelpers for debugging
[106/124] Compiling DequeModule Deque+Codable.swift
[107/124] Compiling DequeModule Deque+Collection.swift
[108/124] Emitting module DequeModule
[109/125] Wrapping AST for DequeModule for debugging
[111/185] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[112/185] Compiling NIOCore BSDSocketAPI.swift
[113/185] Compiling NIOCore ByteBuffer-aux.swift
[114/185] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[115/185] Compiling NIOCore ByteBuffer-conversions.swift
[116/185] Compiling NIOCore ByteBuffer-core.swift
[117/185] Compiling NIOCore ByteBuffer-hex.swift
[118/185] Compiling NIOCore ByteBuffer-int.swift
[119/185] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[120/193] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[121/193] Compiling NIOCore SocketAddresses.swift
[122/193] Compiling NIOCore SocketOptionProvider.swift
[123/193] Compiling NIOCore SystemCallHelpers.swift
[124/193] Compiling NIOCore TimeAmount+Duration.swift
[125/193] Compiling NIOCore TypeAssistedChannelHandler.swift
[126/193] Compiling NIOCore UniversalBootstrapSupport.swift
[127/193] Compiling NIOCore Utilities.swift
[128/193] Compiling NIOCore MulticastChannel.swift
[129/193] Compiling NIOCore NIOAny.swift
[130/193] Compiling NIOCore NIOCloseOnErrorHandler.swift
[131/193] Compiling NIOCore NIOLoopBound.swift
[132/193] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[133/193] Compiling NIOCore NIOScheduledCallback.swift
[134/193] Compiling NIOCore NIOSendable.swift
[135/193] Compiling NIOCore RecvByteBufferAllocator.swift
[136/193] Compiling NIOCore IO.swift
[137/193] Compiling NIOCore IOData.swift
[138/193] Compiling NIOCore IPProtocol.swift
[139/193] Compiling NIOCore IntegerBitPacking.swift
[140/193] Compiling NIOCore IntegerTypes.swift
[141/193] Compiling NIOCore Interfaces.swift
[142/193] Compiling NIOCore Linux.swift
[143/193] Compiling NIOCore MarkedCircularBuffer.swift
[144/193] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[145/193] Compiling NIOCore EventLoopFuture+Deprecated.swift
[146/193] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[147/193] Compiling NIOCore EventLoopFuture.swift
[148/193] Compiling NIOCore FileDescriptor.swift
[149/193] Compiling NIOCore FileHandle.swift
[150/193] Compiling NIOCore FileRegion.swift
[151/193] Compiling NIOCore GlobalSingletons.swift
[152/193] Compiling NIOCore CircularBuffer.swift
[153/193] Compiling NIOCore Codec.swift
[154/193] Compiling NIOCore ConvenienceOptionSupport.swift
[155/193] Compiling NIOCore DeadChannel.swift
[156/193] Compiling NIOCore DispatchQueue+WithFuture.swift
[157/193] Compiling NIOCore EventLoop+Deprecated.swift
[158/193] Compiling NIOCore EventLoop+SerialExecutor.swift
[159/193] Compiling NIOCore EventLoop.swift
[160/193] Compiling NIOCore ByteBuffer-multi-int.swift
[161/193] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[162/193] Compiling NIOCore ByteBuffer-views.swift
[163/193] Compiling NIOCore Channel.swift
[164/193] Compiling NIOCore ChannelHandler.swift
[165/193] Compiling NIOCore ChannelHandlers.swift
[166/193] Compiling NIOCore ChannelInvoker.swift
[167/193] Compiling NIOCore ChannelOption.swift
[168/193] Compiling NIOCore ChannelPipeline.swift
[169/193] Compiling NIOCore AddressedEnvelope.swift
[170/193] Compiling NIOCore AsyncAwaitSupport.swift
[171/193] Compiling NIOCore AsyncChannel.swift
[172/193] Compiling NIOCore AsyncChannelHandler.swift
[173/193] Compiling NIOCore AsyncChannelInboundStream.swift
[174/193] Compiling NIOCore AsyncChannelOutboundWriter.swift
[175/193] Compiling NIOCore NIOAsyncSequenceProducer.swift
[176/193] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[177/193] Compiling NIOCore NIOAsyncWriter.swift
[178/193] Emitting module NIOCore
[179/194] Wrapping AST for NIOCore for debugging
[181/244] Emitting module NIOEmbedded
[182/244] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[183/244] Compiling NIOEmbedded AsyncTestingChannel.swift
[184/244] Compiling NIOEmbedded Embedded.swift
[185/245] Compiling NIOPosix IO.swift
[186/245] Compiling NIOPosix IntegerBitPacking.swift
[187/245] Compiling NIOPosix IntegerTypes.swift
[188/245] Compiling NIOPosix Linux.swift
[189/245] Compiling NIOPosix LinuxCPUSet.swift
[190/245] Compiling NIOPosix LinuxUring.swift
[191/245] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[192/251] Wrapping AST for NIOEmbedded for debugging
[194/251] Compiling NIOPosix ThreadPosix.swift
[195/251] Compiling NIOPosix ThreadWindows.swift
[196/251] Compiling NIOPosix UnsafeTransfer.swift
[197/251] Compiling NIOPosix Utilities.swift
[198/251] Compiling NIOPosix VsockAddress.swift
[199/251] Compiling NIOPosix VsockChannelEvents.swift
[200/251] Compiling NIOPosix Pool.swift
[201/251] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[202/251] Compiling NIOPosix PosixSingletons.swift
[203/251] Compiling NIOPosix RawSocketBootstrap.swift
[204/251] Compiling NIOPosix Resolver.swift
[205/251] Compiling NIOPosix Selectable.swift
[206/251] Emitting module NIOPosix
[207/251] Compiling NIOPosix ServerSocket.swift
[208/251] Compiling NIOPosix Socket.swift
[209/251] Compiling NIOPosix SocketChannel.swift
[210/251] Compiling NIOPosix SocketProtocols.swift
[211/251] Compiling NIOPosix System.swift
[212/251] Compiling NIOPosix Thread.swift
[213/251] Compiling NIOPosix SelectableChannel.swift
[214/251] Compiling NIOPosix SelectableEventLoop.swift
[215/251] Compiling NIOPosix SelectorEpoll.swift
[216/251] Compiling NIOPosix SelectorGeneric.swift
[217/251] Compiling NIOPosix SelectorKqueue.swift
[218/251] Compiling NIOPosix SelectorUring.swift
[219/251] Compiling NIOPosix BSDSocketAPICommon.swift
[220/251] Compiling NIOPosix BSDSocketAPIPosix.swift
[221/251] Compiling NIOPosix BSDSocketAPIWindows.swift
[222/251] Compiling NIOPosix BaseSocket.swift
[223/251] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[224/251] Compiling NIOPosix BaseSocketChannel.swift
[225/251] Compiling NIOPosix BaseStreamSocketChannel.swift
[226/251] Compiling NIOPosix NIOThreadPool.swift
[227/251] Compiling NIOPosix NonBlockingFileIO.swift
[228/251] Compiling NIOPosix PendingDatagramWritesManager.swift
[229/251] Compiling NIOPosix PendingWritesManager.swift
[230/251] Compiling NIOPosix PipeChannel.swift
[231/251] Compiling NIOPosix PipePair.swift
[232/251] Compiling NIOPosix Bootstrap.swift
[233/251] Compiling NIOPosix ControlMessage.swift
[234/251] Compiling NIOPosix DatagramVectorReadManager.swift
[235/251] Compiling NIOPosix Errors+Any.swift
[236/251] Compiling NIOPosix FileDescriptor.swift
[237/251] Compiling NIOPosix GetaddrinfoResolver.swift
[238/251] Compiling NIOPosix HappyEyeballs.swift
[239/252] Wrapping AST for NIOPosix for debugging
[241/254] Compiling NIO Exports.swift
[242/254] Emitting module NIO
[243/260] Wrapping AST for NIO for debugging
[245/299] Compiling NIOTLS TLSEvents.swift
[246/299] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[247/299] Emitting module NIOTLS
[248/299] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[249/299] Compiling NIOTLS SNIHandler.swift
[250/299] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[252/300] Compiling NIOIRC ByteBufferExtras.swift
[253/300] Compiling NIOIRC Scandinavian.swift
[253/302] Wrapping AST for NIOTLS for debugging
[255/302] Emitting module NIOHTTP1
[256/302] Compiling NIOIRC IRCNickName.swift
[257/302] Compiling NIOIRC IRCServerName.swift
[258/302] Compiling NIOIRC IRCMessageParser.swift
[259/302] Compiling NIOIRC IRCCommandCodes.swift
[260/302] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[261/302] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[262/302] Compiling NIOIRC IRCChannelHandler.swift
[263/302] Compiling NIOIRC IRCChannelName.swift
[264/302] Compiling NIOIRC IRCCommand.swift
[265/302] Compiling NIOIRC IRCCommandParser.swift
[266/302] Compiling NIOIRC IRCDispatcher.swift
[267/302] Compiling NIOIRC IRCMessage.swift
[268/302] Compiling NIOIRC IRCMessageRecipient.swift
[269/302] Compiling NIOIRC IRCMessageTarget.swift
[270/302] Compiling NIOIRC IRCChannelMode.swift
[275/305] Wrapping AST for NIOHTTP1 for debugging
[277/315] Emitting module NIOIRC
[278/315] Compiling NIOIRC IRCUserInfo.swift
[279/315] Compiling NIOIRC IRCUserMode.swift
[280/315] Compiling NIOWebSocket WebSocketErrorCodes.swift
[281/315] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[282/315] Compiling NIOWebSocket SHA1.swift
[283/316] Compiling NIOWebSocket WebSocketOpcode.swift
[284/316] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[285/316] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[286/316] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[287/316] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[289/316] Emitting module NIOWebSocket
[290/316] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[291/316] Compiling NIOWebSocket WebSocketFrame.swift
[292/316] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[293/316] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[297/317] Emitting module NIOFoundationCompat
[298/317] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[304/317] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[310/319] Wrapping AST for NIOWebSocket for debugging
[311/319] Wrapping AST for NIOFoundationCompat for debugging
[312/319] Wrapping AST for NIOIRC for debugging
[314/341] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[315/341] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[316/341] Compiling NIOTransportServices NIOTSListenerChannel.swift
[317/343] Compiling NIOTransportServices NIOTSBootstraps.swift
[318/343] Compiling NIOTransportServices NIOTSChannelOptions.swift
[319/343] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[320/343] Compiling NIOTransportServices StateManagedChannel.swift
[321/343] Compiling NIOTransportServices StateManagedListenerChannel.swift
[322/343] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[323/343] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[324/343] Compiling NIOTransportServices NIOTSSingletons.swift
[325/343] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[326/343] Compiling NIOTransportServices AcceptHandler.swift
[327/343] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[328/343] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[329/343] Emitting module NIOTransportServices
[330/343] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[331/343] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[332/343] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[333/343] Compiling NIOTransportServices NIOTSErrors.swift
[334/343] Compiling NIOTransportServices NIOTSEventLoop.swift
[335/343] Compiling NIOTransportServices NIOTSDatagramListener.swift
[336/343] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[337/343] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[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 IRCClientDelegate.swift
[344/351] Compiling IRC IRCClientOptions.swift
[345/351] Compiling IRC IRCClient.swift
[346/351] Emitting module IRC
[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] 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 |
[353/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 | {
[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-4609320-3":/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 _NIODataStructures PriorityQueue.swift
[3/67] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[4/68] Compiling Atomics OptionalRawRepresentable.swift
[5/68] Compiling Atomics RawRepresentable.swift
[6/68] Compiling Atomics AtomicBool.swift
[7/68] Compiling Atomics AtomicReference.swift
[8/68] Compiling Atomics ManagedAtomic.swift
[9/68] Compiling Atomics ManagedAtomicLazyReference.swift
[10/68] Compiling Atomics UnsafeAtomic.swift
[11/68] Compiling Atomics UnsafeAtomicLazyReference.swift
[12/70] Compiling Atomics AtomicMemoryOrderings.swift
[13/70] Compiling Atomics DoubleWord.swift
[14/70] Emitting module _NIODataStructures
[15/70] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[16/70] Compiling _NIODataStructures Heap.swift
[17/70] Compiling _NIODataStructures _TinyArray.swift
[18/70] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[19/71] Emitting module NIOConcurrencyHelpers
[20/71] Compiling NIOConcurrencyHelpers lock.swift
[22/71] Emitting module _NIOBase64
[23/71] Compiling _NIOBase64 Base64.swift
[24/71] Compiling NIOConcurrencyHelpers atomics.swift
[25/71] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[26/71] Compiling NIOConcurrencyHelpers NIOLock.swift
[27/73] Compiling Atomics Primitives.shims.swift
[28/73] Compiling Atomics AtomicInteger.swift
[29/73] Compiling Atomics AtomicOptionalWrappable.swift
[31/73] Compiling Atomics AtomicStorage.swift
[32/73] Compiling Atomics AtomicValue.swift
[35/73] Compiling Atomics IntegerOperations.swift
[36/73] Compiling Atomics Unmanaged extensions.swift
[39/70] Compiling Atomics IntegerConformances.swift
[40/70] Compiling Atomics PointerConformances.swift
[43/70] Emitting module InternalCollectionsUtilities
[44/70] Compiling Atomics Primitives.native.swift
[46/71] Wrapping AST for InternalCollectionsUtilities for debugging
[48/86] Compiling DequeModule _DequeBuffer.swift
[49/86] Compiling DequeModule _DequeBufferHeader.swift
[50/88] Compiling DequeModule _DequeSlot.swift
[51/88] Compiling DequeModule _UnsafeWrappedBuffer.swift
[52/88] Compiling DequeModule Deque+Codable.swift
[53/88] Compiling DequeModule Deque+Collection.swift
[54/88] Compiling DequeModule Deque+CustomReflectable.swift
[55/88] Compiling DequeModule Deque+Descriptions.swift
[56/88] Compiling DequeModule Deque+Testing.swift
[57/88] Compiling DequeModule Deque._Storage.swift
[58/88] Compiling DequeModule Deque+Equatable.swift
[59/88] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[60/88] Compiling DequeModule Deque+Extras.swift
[61/88] Compiling DequeModule Deque+Hashable.swift
[62/88] Compiling DequeModule Deque._UnsafeHandle.swift
[63/88] Compiling DequeModule Deque.swift
[64/88] Emitting module DequeModule
[65/89] Emitting module Atomics
[73/90] Wrapping AST for DequeModule for debugging
[74/90] Wrapping AST for Atomics for debugging
[76/150] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[77/150] Compiling NIOCore BSDSocketAPI.swift
[78/150] Compiling NIOCore ByteBuffer-aux.swift
[79/150] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[80/150] Compiling NIOCore ByteBuffer-conversions.swift
[81/150] Compiling NIOCore ByteBuffer-core.swift
[82/150] Compiling NIOCore ByteBuffer-hex.swift
[83/150] Compiling NIOCore ByteBuffer-int.swift
[84/150] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[85/158] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[86/158] Compiling NIOCore SocketAddresses.swift
[87/158] Compiling NIOCore SocketOptionProvider.swift
[88/158] Compiling NIOCore SystemCallHelpers.swift
[89/158] Compiling NIOCore TimeAmount+Duration.swift
[90/158] Compiling NIOCore TypeAssistedChannelHandler.swift
[91/158] Compiling NIOCore UniversalBootstrapSupport.swift
[92/158] Compiling NIOCore Utilities.swift
[93/158] Compiling NIOCore MulticastChannel.swift
[94/158] Compiling NIOCore NIOAny.swift
[95/158] Compiling NIOCore NIOCloseOnErrorHandler.swift
[96/158] Compiling NIOCore NIOLoopBound.swift
[97/158] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[98/158] Compiling NIOCore NIOScheduledCallback.swift
[99/158] Compiling NIOCore NIOSendable.swift
[100/158] Compiling NIOCore RecvByteBufferAllocator.swift
[101/158] Compiling NIOCore CircularBuffer.swift
[102/158] Compiling NIOCore Codec.swift
[103/158] Compiling NIOCore ConvenienceOptionSupport.swift
[104/158] Compiling NIOCore DeadChannel.swift
[105/158] Compiling NIOCore DispatchQueue+WithFuture.swift
[106/158] Compiling NIOCore EventLoop+Deprecated.swift
[107/158] Compiling NIOCore EventLoop+SerialExecutor.swift
[108/158] Compiling NIOCore EventLoop.swift
[109/158] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[110/158] Compiling NIOCore EventLoopFuture+Deprecated.swift
[111/158] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[112/158] Compiling NIOCore EventLoopFuture.swift
[113/158] Compiling NIOCore FileDescriptor.swift
[114/158] Compiling NIOCore FileHandle.swift
[115/158] Compiling NIOCore FileRegion.swift
[116/158] Compiling NIOCore GlobalSingletons.swift
[117/158] Compiling NIOCore IO.swift
[118/158] Compiling NIOCore IOData.swift
[119/158] Compiling NIOCore IPProtocol.swift
[120/158] Compiling NIOCore IntegerBitPacking.swift
[121/158] Compiling NIOCore IntegerTypes.swift
[122/158] Compiling NIOCore Interfaces.swift
[123/158] Compiling NIOCore Linux.swift
[124/158] Compiling NIOCore MarkedCircularBuffer.swift
[125/158] Compiling NIOCore AddressedEnvelope.swift
[126/158] Compiling NIOCore AsyncAwaitSupport.swift
[127/158] Compiling NIOCore AsyncChannel.swift
[128/158] Compiling NIOCore AsyncChannelHandler.swift
[129/158] Compiling NIOCore AsyncChannelInboundStream.swift
[130/158] Compiling NIOCore AsyncChannelOutboundWriter.swift
[131/158] Compiling NIOCore NIOAsyncSequenceProducer.swift
[132/158] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[133/158] Compiling NIOCore NIOAsyncWriter.swift
[134/158] Compiling NIOCore ByteBuffer-multi-int.swift
[135/158] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[136/158] Compiling NIOCore ByteBuffer-views.swift
[137/158] Compiling NIOCore Channel.swift
[138/158] Compiling NIOCore ChannelHandler.swift
[139/158] Compiling NIOCore ChannelHandlers.swift
[140/158] Compiling NIOCore ChannelInvoker.swift
[141/158] Compiling NIOCore ChannelOption.swift
[142/158] Compiling NIOCore ChannelPipeline.swift
[143/158] Emitting module NIOCore
[145/208] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[146/208] Emitting module NIOEmbedded
[147/208] Compiling NIOEmbedded AsyncTestingChannel.swift
[148/208] Compiling NIOEmbedded Embedded.swift
[150/208] Compiling NIOPosix BSDSocketAPICommon.swift
[151/208] Compiling NIOPosix BSDSocketAPIPosix.swift
[152/208] Compiling NIOPosix BSDSocketAPIWindows.swift
[153/208] Compiling NIOPosix BaseSocket.swift
[154/208] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[155/208] Compiling NIOPosix BaseSocketChannel.swift
[156/208] Compiling NIOPosix BaseStreamSocketChannel.swift
[157/214] Compiling NIOPosix SelectableChannel.swift
[158/214] Compiling NIOPosix SelectableEventLoop.swift
[159/214] Compiling NIOPosix SelectorEpoll.swift
[160/214] Compiling NIOPosix SelectorGeneric.swift
[161/214] Compiling NIOPosix SelectorKqueue.swift
[162/214] Compiling NIOPosix SelectorUring.swift
[163/214] Emitting module NIOPosix
[164/214] Compiling NIOPosix IO.swift
[165/214] Compiling NIOPosix IntegerBitPacking.swift
[166/214] Compiling NIOPosix IntegerTypes.swift
[167/214] Compiling NIOPosix Linux.swift
[168/214] Compiling NIOPosix LinuxCPUSet.swift
[169/214] Compiling NIOPosix LinuxUring.swift
[170/214] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[171/214] Compiling NIOPosix Bootstrap.swift
[172/214] Compiling NIOPosix ControlMessage.swift
[173/214] Compiling NIOPosix DatagramVectorReadManager.swift
[174/214] Compiling NIOPosix Errors+Any.swift
[175/214] Compiling NIOPosix FileDescriptor.swift
[176/214] Compiling NIOPosix GetaddrinfoResolver.swift
[177/214] Compiling NIOPosix HappyEyeballs.swift
[178/214] Compiling NIOPosix Pool.swift
[179/214] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[180/214] Compiling NIOPosix PosixSingletons.swift
[181/214] Compiling NIOPosix RawSocketBootstrap.swift
[182/214] Compiling NIOPosix Resolver.swift
[183/214] Compiling NIOPosix Selectable.swift
[184/214] Compiling NIOPosix ServerSocket.swift
[185/214] Compiling NIOPosix Socket.swift
[186/214] Compiling NIOPosix SocketChannel.swift
[187/214] Compiling NIOPosix SocketProtocols.swift
[188/214] Compiling NIOPosix System.swift
[189/214] Compiling NIOPosix Thread.swift
[190/214] Compiling NIOPosix NIOThreadPool.swift
[191/214] Compiling NIOPosix NonBlockingFileIO.swift
[192/214] Compiling NIOPosix PendingDatagramWritesManager.swift
[193/214] Compiling NIOPosix PendingWritesManager.swift
[194/214] Compiling NIOPosix PipeChannel.swift
[195/214] Compiling NIOPosix PipePair.swift
[196/214] Compiling NIOPosix ThreadPosix.swift
[197/214] Compiling NIOPosix ThreadWindows.swift
[198/214] Compiling NIOPosix UnsafeTransfer.swift
[199/214] Compiling NIOPosix Utilities.swift
[200/214] Compiling NIOPosix VsockAddress.swift
[201/214] Compiling NIOPosix VsockChannelEvents.swift
[203/216] Compiling NIO Exports.swift
[204/216] Emitting module NIO
[206/260] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[207/260] Compiling NIOTLS TLSEvents.swift
[208/260] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[209/260] Compiling NIOTLS SNIHandler.swift
[210/260] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[211/260] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[212/260] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[213/260] Emitting module NIOTLS
[214/260] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[216/260] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[217/260] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[218/262] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[219/262] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[220/262] Compiling NIOHTTP1 HTTPDecoder.swift
[221/262] Compiling NIOHTTP1 HTTPEncoder.swift
[222/262] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[223/262] Compiling NIOHTTP1 ByteCollectionUtils.swift
[224/262] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[225/262] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[226/262] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[227/262] Compiling NIOIRC IRCUserID.swift
[228/262] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[230/264] Emitting module NIOFoundationCompat
[231/264] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[232/264] Emitting module NIOHTTP1
[236/265] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[237/265] Compiling NIOHTTP1 HTTPTypes.swift
[238/265] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[240/286] Compiling NIOTransportServices StateManagedListenerChannel.swift
[241/286] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[242/286] Emitting module NIOIRC
[243/287] Compiling NIOTransportServices StateManagedChannel.swift
[246/287] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[247/287] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[248/287] Compiling NIOTransportServices NIOTSListenerChannel.swift
[249/287] Emitting module NIOTransportServices
[250/289] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[251/289] Compiling NIOTransportServices NIOTSSingletons.swift
[252/289] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[256/289] Compiling NIOTransportServices NIOTSBootstraps.swift
[257/289] Compiling NIOTransportServices NIOTSChannelOptions.swift
[258/289] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[259/289] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[260/289] Compiling NIOTransportServices NIOTSErrors.swift
[261/289] Compiling NIOTransportServices NIOTSEventLoop.swift
[262/289] Compiling NIOTransportServices NIOTSDatagramListener.swift
[263/289] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[264/289] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[265/289] Compiling NIOTransportServices AcceptHandler.swift
[266/289] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[267/289] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[267/289] Wrapping AST for NIOIRC for debugging
[269/289] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[270/289] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[284/296] Compiling IRC ReExports.swift
[285/302] Compiling IRC IRCClientDelegate.swift
[286/306] Compiling IRC IRCRetryStrategyCB.swift
[287/306] Compiling IRC IRCClientMessageTarget.swift
[288/306] Compiling IRC IRCClientOptions.swift
[289/306] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[290/307] Compiling NIOWebSocket WebSocketOpcode.swift
[291/307] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[292/307] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[293/307] Compiling NIOWebSocket SHA1.swift
[294/307] Compiling NIOWebSocket WebSocketErrorCodes.swift
[295/307] Compiling NIOWebSocket WebSocketFrame.swift
[296/307] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[297/307] Emitting module NIOWebSocket
[298/307] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[299/307] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[300/308] Emitting module IRC
[301/308] Compiling IRC IRCClient.swift
[303/308] 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 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 |
[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 IRCWebClientEndPoint.swift
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