Build Information
Successful build of swift-nio-irc-client, reference 0.8.1 (7a0b7d
), with Swift 6.1 for Android on 28 May 2025 18:44:18 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NozeIO/swift-nio-irc-client.git
Reference: 0.8.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/NozeIO/swift-nio-irc-client
* tag 0.8.1 -> FETCH_HEAD
HEAD is now at 7a0b7d4 Merge branch 'develop' into main
Cloned https://github.com/NozeIO/swift-nio-irc-client.git
Revision (git rev-parse @):
7a0b7d4cde33614b7b0af193cd8ff0f7f305eb77
SUCCESS checkout https://github.com/NozeIO/swift-nio-irc-client.git at 0.8.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/NozeIO/swift-nio-irc-client.git
https://github.com/NozeIO/swift-nio-irc-client.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.25.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-irc",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftNIOExtras/swift-nio-irc.git"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services"
}
],
"manifest_display_name" : "swift-nio-irc-client",
"name" : "swift-nio-irc-client",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "IRC",
"targets" : [
"IRC"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "IRC",
"module_type" : "SwiftTarget",
"name" : "IRC",
"path" : "Sources/IRC",
"product_dependencies" : [
"NIO",
"NIOIRC",
"NIOTransportServices"
],
"product_memberships" : [
"IRC"
],
"sources" : [
"IRCClient.swift",
"IRCClientDelegate.swift",
"IRCClientMessageTarget.swift",
"IRCClientOptions.swift",
"IRCRetryStrategyCB.swift",
"ReExports.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/SwiftNIOExtras/swift-nio-irc.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-transport-services
[1/314] Fetching swift-nio-irc
[315/2981] Fetching swift-nio-irc, swift-nio-transport-services
Fetched https://github.com/SwiftNIOExtras/swift-nio-irc.git from cache (0.33s)
Fetched https://github.com/apple/swift-nio-transport-services from cache (0.33s)
[1/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.73s)
Computing version for https://github.com/SwiftNIOExtras/swift-nio-irc.git
Computed https://github.com/SwiftNIOExtras/swift-nio-irc.git at 0.8.2 (6.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.45s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.42s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.19s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[265/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.45s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.10s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.60s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.78s)
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-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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Building for debugging...
[0/25] Write sources
[14/25] Compiling _AtomicsShims.c
[15/25] Compiling CNIOWindows WSAStartup.c
[16/25] Compiling CNIOWindows shim.c
[16/25] Write sources
[18/25] Compiling CNIOWASI CNIOWASI.c
[19/25] Compiling CNIODarwin shim.c
[20/25] Compiling CNIOLinux liburing_shims.c
[21/25] Compiling CNIOLinux shim.c
[22/25] Write swift-version-24593BA9C3E375BF.txt
[24/64] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[25/65] Emitting module _NIOBase64
[26/65] Compiling _NIOBase64 Base64.swift
[27/66] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[27/66] Compiling c-nioatomics.c
[29/66] Compiling _NIODataStructures _TinyArray.swift
[30/66] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[31/66] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[32/66] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[33/66] Compiling InternalCollectionsUtilities UInt+reversed.swift
[34/66] Compiling Atomics AtomicMemoryOrderings.swift
[35/66] Compiling Atomics DoubleWord.swift
[36/66] Compiling Atomics ManagedAtomic.swift
[37/66] Compiling Atomics ManagedAtomicLazyReference.swift
[38/66] Compiling Atomics UnsafeAtomic.swift
[39/66] Compiling Atomics UnsafeAtomicLazyReference.swift
[40/66] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[41/66] Compiling InternalCollectionsUtilities Debugging.swift
[42/66] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[43/66] Compiling InternalCollectionsUtilities _SortedCollection.swift
[44/68] Compiling InternalCollectionsUtilities Descriptions.swift
[45/68] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[46/68] Emitting module InternalCollectionsUtilities
[47/68] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[48/68] Compiling InternalCollectionsUtilities Integer rank.swift
[49/68] Compiling _NIODataStructures PriorityQueue.swift
[54/69] Compiling _NIODataStructures Heap.swift
[57/69] Emitting module _NIODataStructures
[62/69] Emitting module Atomics
[68/85] Compiling Atomics IntegerOperations.swift
[69/85] Compiling Atomics Unmanaged extensions.swift
[71/86] Compiling DequeModule _DequeBuffer.swift
[72/86] Compiling DequeModule _DequeBufferHeader.swift
[72/88] Compiling c-atomics.c
[74/94] Compiling DequeModule _DequeSlot.swift
[75/94] Compiling DequeModule _UnsafeWrappedBuffer.swift
[76/94] Compiling NIOConcurrencyHelpers lock.swift
[77/94] Compiling DequeModule Deque+Testing.swift
[78/94] Compiling DequeModule Deque._Storage.swift
[79/94] Compiling DequeModule Deque+Extras.swift
[80/94] Compiling DequeModule Deque+Hashable.swift
[81/94] Compiling DequeModule Deque._UnsafeHandle.swift
[82/94] Compiling DequeModule Deque.swift
[83/94] Compiling DequeModule Deque+Equatable.swift
[84/94] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[85/94] Compiling DequeModule Deque+CustomReflectable.swift
[86/94] Compiling DequeModule Deque+Descriptions.swift
[87/94] Compiling NIOConcurrencyHelpers NIOLock.swift
[88/94] Emitting module DequeModule
[89/94] Compiling DequeModule Deque+Codable.swift
[90/94] Compiling DequeModule Deque+Collection.swift
[92/95] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[93/95] Compiling NIOConcurrencyHelpers atomics.swift
[94/95] Emitting module NIOConcurrencyHelpers
[95/95] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[97/156] Compiling NIOCore MulticastChannel.swift
[98/156] Compiling NIOCore NIOAny.swift
[99/156] Compiling NIOCore NIOCloseOnErrorHandler.swift
[100/156] Compiling NIOCore NIOLoopBound.swift
[101/156] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[102/156] Compiling NIOCore NIOScheduledCallback.swift
[103/156] Compiling NIOCore NIOSendable.swift
[104/156] Compiling NIOCore RecvByteBufferAllocator.swift
[105/164] Compiling NIOCore IO.swift
[106/164] Compiling NIOCore IOData.swift
[107/164] Compiling NIOCore IPProtocol.swift
[108/164] Compiling NIOCore IntegerBitPacking.swift
[109/164] Compiling NIOCore IntegerTypes.swift
[110/164] Compiling NIOCore Interfaces.swift
[111/164] Compiling NIOCore Linux.swift
[112/164] Compiling NIOCore MarkedCircularBuffer.swift
[113/164] Compiling NIOCore AddressedEnvelope.swift
[114/164] Compiling NIOCore AsyncAwaitSupport.swift
[115/164] Compiling NIOCore AsyncChannel.swift
[116/164] Compiling NIOCore AsyncChannelHandler.swift
[117/164] Compiling NIOCore AsyncChannelInboundStream.swift
[118/164] Compiling NIOCore AsyncChannelOutboundWriter.swift
[119/164] Compiling NIOCore NIOAsyncSequenceProducer.swift
[120/164] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[121/164] Compiling NIOCore NIOAsyncWriter.swift
[122/164] Compiling NIOCore CircularBuffer.swift
[123/164] Compiling NIOCore Codec.swift
[124/164] Compiling NIOCore ConvenienceOptionSupport.swift
[125/164] Compiling NIOCore DeadChannel.swift
[126/164] Compiling NIOCore DispatchQueue+WithFuture.swift
[127/164] Compiling NIOCore EventLoop+Deprecated.swift
[128/164] Compiling NIOCore EventLoop+SerialExecutor.swift
[129/164] Compiling NIOCore EventLoop.swift
[130/164] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[131/164] Compiling NIOCore EventLoopFuture+Deprecated.swift
[132/164] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[133/164] Compiling NIOCore EventLoopFuture.swift
[134/164] Compiling NIOCore FileDescriptor.swift
[135/164] Compiling NIOCore FileHandle.swift
[136/164] Compiling NIOCore FileRegion.swift
[137/164] Compiling NIOCore GlobalSingletons.swift
[138/164] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[139/164] Compiling NIOCore SocketAddresses.swift
[140/164] Compiling NIOCore SocketOptionProvider.swift
[141/164] Compiling NIOCore SystemCallHelpers.swift
[142/164] Compiling NIOCore TimeAmount+Duration.swift
[143/164] Compiling NIOCore TypeAssistedChannelHandler.swift
[144/164] Compiling NIOCore UniversalBootstrapSupport.swift
[145/164] Compiling NIOCore Utilities.swift
[146/164] Emitting module NIOCore
[147/164] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[148/164] Compiling NIOCore BSDSocketAPI.swift
[149/164] Compiling NIOCore ByteBuffer-aux.swift
[150/164] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[151/164] Compiling NIOCore ByteBuffer-conversions.swift
[152/164] Compiling NIOCore ByteBuffer-core.swift
[153/164] Compiling NIOCore ByteBuffer-hex.swift
[154/164] Compiling NIOCore ByteBuffer-int.swift
[155/164] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[156/164] Compiling NIOCore ByteBuffer-multi-int.swift
[157/164] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[158/164] Compiling NIOCore ByteBuffer-views.swift
[159/164] Compiling NIOCore Channel.swift
[160/164] Compiling NIOCore ChannelHandler.swift
[161/164] Compiling NIOCore ChannelHandlers.swift
[162/164] Compiling NIOCore ChannelInvoker.swift
[163/164] Compiling NIOCore ChannelOption.swift
[164/164] Compiling NIOCore ChannelPipeline.swift
[166/215] Compiling NIOPosix Pool.swift
[167/215] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[168/215] Compiling NIOPosix PosixSingletons.swift
[169/215] Compiling NIOPosix RawSocketBootstrap.swift
[170/215] Compiling NIOPosix Resolver.swift
[171/215] Compiling NIOPosix Selectable.swift
[172/221] Compiling NIOEmbedded AsyncTestingChannel.swift
[173/221] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[174/221] Compiling NIOEmbedded Embedded.swift
[175/221] Emitting module NIOEmbedded
[177/222] Compiling NIOPosix ThreadPosix.swift
[178/222] Compiling NIOPosix ThreadWindows.swift
[179/222] Compiling NIOPosix UnsafeTransfer.swift
[180/222] Compiling NIOPosix Utilities.swift
[181/222] Compiling NIOPosix VsockAddress.swift
[182/222] Compiling NIOPosix VsockChannelEvents.swift
[183/222] Emitting module NIOPosix
[184/222] Compiling NIOPosix IO.swift
[185/222] Compiling NIOPosix IntegerBitPacking.swift
[186/222] Compiling NIOPosix IntegerTypes.swift
[187/222] Compiling NIOPosix Linux.swift
[188/222] Compiling NIOPosix LinuxCPUSet.swift
[189/222] Compiling NIOPosix LinuxUring.swift
[190/222] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[191/222] Compiling NIOPosix NIOThreadPool.swift
[192/222] Compiling NIOPosix NonBlockingFileIO.swift
[193/222] Compiling NIOPosix PendingDatagramWritesManager.swift
[194/222] Compiling NIOPosix PendingWritesManager.swift
[195/222] Compiling NIOPosix PipeChannel.swift
[196/222] Compiling NIOPosix PipePair.swift
[197/222] Compiling NIOPosix BSDSocketAPICommon.swift
[198/222] Compiling NIOPosix BSDSocketAPIPosix.swift
[199/222] Compiling NIOPosix BSDSocketAPIWindows.swift
[200/222] Compiling NIOPosix BaseSocket.swift
[201/222] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[202/222] Compiling NIOPosix BaseSocketChannel.swift
[203/222] Compiling NIOPosix BaseStreamSocketChannel.swift
[204/222] Compiling NIOPosix SelectableChannel.swift
[205/222] Compiling NIOPosix SelectableEventLoop.swift
[206/222] Compiling NIOPosix SelectorEpoll.swift
[207/222] Compiling NIOPosix SelectorGeneric.swift
[208/222] Compiling NIOPosix SelectorKqueue.swift
[209/222] Compiling NIOPosix SelectorUring.swift
[210/222] Compiling NIOPosix ServerSocket.swift
[211/222] Compiling NIOPosix Socket.swift
[212/222] Compiling NIOPosix SocketChannel.swift
[213/222] Compiling NIOPosix SocketProtocols.swift
[214/222] Compiling NIOPosix System.swift
[215/222] Compiling NIOPosix Thread.swift
[216/222] Compiling NIOPosix Bootstrap.swift
[217/222] Compiling NIOPosix ControlMessage.swift
[218/222] Compiling NIOPosix DatagramVectorReadManager.swift
[219/222] Compiling NIOPosix Errors+Any.swift
[220/222] Compiling NIOPosix FileDescriptor.swift
[221/222] Compiling NIOPosix GetaddrinfoResolver.swift
[222/222] Compiling NIOPosix HappyEyeballs.swift
[224/225] Compiling NIO Exports.swift
[225/225] Emitting module NIO
[227/254] Compiling NIOTLS TLSEvents.swift
[228/254] Emitting module NIOTLS
[229/254] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[230/254] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[231/254] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[232/254] Compiling NIOTLS SNIHandler.swift
[234/255] Compiling NIOIRC IRCServerName.swift
[235/255] Compiling NIOIRC IRCUserID.swift
[236/257] Compiling NIOIRC IRCUserInfo.swift
[237/257] Compiling NIOIRC IRCUserMode.swift
[238/257] Compiling NIOIRC IRCChannelName.swift
[239/257] Compiling NIOIRC IRCCommand.swift
[240/257] Compiling NIOIRC IRCMessageTarget.swift
[241/257] Compiling NIOIRC IRCChannelMode.swift
[242/257] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[243/257] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[244/257] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[245/257] Emitting module NIOFoundationCompat
[246/257] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[247/258] Compiling NIOIRC ByteBufferExtras.swift
[248/258] Compiling NIOIRC Scandinavian.swift
[249/258] Compiling NIOIRC IRCChannelHandler.swift
[250/258] Compiling NIOIRC IRCCommandParser.swift
[251/258] Compiling NIOIRC IRCDispatcher.swift
[252/258] Compiling NIOIRC IRCMessageParser.swift
[253/258] Compiling NIOIRC IRCMessageRecipient.swift
[254/258] Compiling NIOIRC IRCNickName.swift
[255/258] Compiling NIOIRC IRCCommandCodes.swift
[256/258] Compiling NIOIRC IRCMessage.swift
[258/258] Emitting module NIOIRC
[260/281] Emitting module NIOTransportServices
[261/281] Compiling NIOTransportServices NIOTSBootstraps.swift
[262/281] Compiling NIOTransportServices NIOTSChannelOptions.swift
[263/281] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[264/283] Compiling NIOTransportServices AcceptHandler.swift
[265/283] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[266/283] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[267/283] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[268/283] Compiling NIOTransportServices NIOTSErrors.swift
[269/283] Compiling NIOTransportServices NIOTSEventLoop.swift
[270/283] Compiling NIOTransportServices StateManagedChannel.swift
[271/283] Compiling NIOTransportServices StateManagedListenerChannel.swift
[272/283] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[273/283] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[274/283] Compiling NIOTransportServices NIOTSSingletons.swift
[275/283] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[276/283] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[277/283] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[278/283] Compiling NIOTransportServices NIOTSListenerChannel.swift
[279/283] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[280/283] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[281/283] Compiling NIOTransportServices NIOTSDatagramListener.swift
[282/283] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[283/283] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[285/291] Compiling IRC IRCClientMessageTarget.swift
[286/291] Compiling IRC IRCClientDelegate.swift
[287/291] Compiling IRC ReExports.swift
[288/291] Compiling IRC IRCClientOptions.swift
[289/291] Compiling IRC IRCRetryStrategyCB.swift
[290/291] Emitting module IRC
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:576:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
574 | }
575 |
576 | open func doNotice(recipients: [ IRCMessageRecipient ], message: String)
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
577 | throws
578 | {
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:582:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
580 | }
581 |
582 | open func doMessage(sender : IRCUserID?,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
583 | recipients : [ IRCMessageRecipient ],
584 | message : String) throws
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:593:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
591 | }
592 |
593 | open func doNick(_ newNick: IRCNickName) throws {
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
594 | switch state {
595 | case .registering(let channel, let nick, let info):
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:609:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
607 | }
608 |
609 | open func doMode(nick: IRCNickName, add: IRCUserMode, remove: IRCUserMode)
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
610 | throws
611 | {
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:625:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
623 | }
624 |
625 | open func doPing(_ server: String, server2: String? = nil) throws {
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
626 | let msg : IRCMessage
627 |
[291/291] Compiling IRC IRCClient.swift
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:576:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
574 | }
575 |
576 | open func doNotice(recipients: [ IRCMessageRecipient ], message: String)
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
577 | throws
578 | {
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:582:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
580 | }
581 |
582 | open func doMessage(sender : IRCUserID?,
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
583 | recipients : [ IRCMessageRecipient ],
584 | message : String) throws
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:593:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
591 | }
592 |
593 | open func doNick(_ newNick: IRCNickName) throws {
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
594 | switch state {
595 | case .registering(let channel, let nick, let info):
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:609:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
607 | }
608 |
609 | open func doMode(nick: IRCNickName, add: IRCUserMode, remove: IRCUserMode)
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
610 | throws
611 | {
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:625:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
623 | }
624 |
625 | open func doPing(_ server: String, server2: String? = nil) throws {
| `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
626 | let msg : IRCMessage
627 |
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:156:21: warning: type 'IRCChannelHandler' does not conform to the 'Sendable' protocol
154 | _ = bootstrap.channelInitializer { [weak self] channel in
155 | return channel.pipeline
156 | .addHandler(IRCChannelHandler(), name: "de.zeezide.nio.irc.protocol")
| `- warning: type 'IRCChannelHandler' does not conform to the 'Sendable' protocol
157 | .flatMap { [weak self] _ in
158 | guard let me = self else {
/host/spi-builder-workspace/.build/checkouts/swift-nio-irc/Sources/NIOIRC/IRCChannelHandler.swift:37:12: note: class 'IRCChannelHandler' does not conform to the 'Sendable' protocol
35 | *
36 | */
37 | open class IRCChannelHandler : ChannelDuplexHandler {
| `- note: class 'IRCChannelHandler' does not conform to the 'Sendable' protocol
38 |
39 | public typealias InboundErr = IRCParserError
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:16:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOIRC'
14 |
15 | import NIO
16 | import NIOIRC
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOIRC'
17 |
18 | #if canImport(NIOTransportServices)
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:164:25: warning: type 'IRCClient.Handler' does not conform to the 'Sendable' protocol
162 | }
163 | return channel.pipeline
164 | .addHandler(Handler(client: me),
| `- warning: type 'IRCClient.Handler' does not conform to the 'Sendable' protocol
165 | name: "de.zeezide.nio.irc.client")
166 | }
:
390 | // MARK: - Handler
391 |
392 | final class Handler : ChannelInboundHandler {
| `- note: class 'Handler' does not conform to the 'Sendable' protocol
393 |
394 | typealias InboundIn = IRCMessage
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:157:26: warning: capture of 'self' with non-sendable type 'IRCClient?' in a '@Sendable' closure
31 | * - `connect` the client
32 | */
33 | open class IRCClient : IRCClientMessageTarget {
| `- note: class 'IRCClient' does not conform to the 'Sendable' protocol
34 |
35 | public let options : IRCClientOptions
:
155 | return channel.pipeline
156 | .addHandler(IRCChannelHandler(), name: "de.zeezide.nio.irc.protocol")
157 | .flatMap { [weak self] _ in
| `- warning: capture of 'self' with non-sendable type 'IRCClient?' in a '@Sendable' closure
158 | guard let me = self else {
159 | let error = channel.eventLoop.makePromise(of: Void.self)
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:158:26: warning: capture of 'self' with non-sendable type 'IRCClient?' in a '@Sendable' closure
31 | * - `connect` the client
32 | */
33 | open class IRCClient : IRCClientMessageTarget {
| `- note: class 'IRCClient' does not conform to the 'Sendable' protocol
34 |
35 | public let options : IRCClientOptions
:
156 | .addHandler(IRCChannelHandler(), name: "de.zeezide.nio.irc.protocol")
157 | .flatMap { [weak self] _ in
158 | guard let me = self else {
| `- warning: capture of 'self' with non-sendable type 'IRCClient?' in a '@Sendable' closure
159 | let error = channel.eventLoop.makePromise(of: Void.self)
160 | error.fail(Error.internalInconsistency)
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:187:70: warning: converting non-sendable function value to '@Sendable () -> Void' may introduce data races
185 |
186 | open func connect() {
187 | guard eventLoop.inEventLoop else { return eventLoop.execute(self.connect) }
| `- warning: converting non-sendable function value to '@Sendable () -> Void' may introduce data races
188 |
189 | guard state.canStartConnection else { return }
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:205:9: warning: capture of 'self' with non-sendable type 'IRCClient' in a '@Sendable' closure
31 | * - `connect` the client
32 | */
33 | open class IRCClient : IRCClientMessageTarget {
| `- note: class 'IRCClient' does not conform to the 'Sendable' protocol
34 |
35 | public let options : IRCClientOptions
:
203 | return bootstrap.connect(host: host, port: port)
204 | .map { channel in
205 | self.retryInfo.registerSuccessfulConnect()
| `- warning: capture of 'self' with non-sendable type 'IRCClient' in a '@Sendable' closure
206 |
207 | guard case .connecting = self.state else {
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:245:65: warning: converting non-sendable function value to '@Sendable () -> Void' may introduce data races
243 |
244 | open func close() {
245 | guard eventLoop.inEventLoop else { return eventLoop.execute(close) }
| `- warning: converting non-sendable function value to '@Sendable () -> Void' may introduce data races
246 | _ = channel?.close(mode: .all)
247 | clearListCollectors()
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:446:22: warning: type 'IRCMessage' does not conform to the 'Sendable' protocol
444 | }
445 | if count == 1 {
446 | return channel.writeAndFlush(messages.first!, promise: promise)
| `- warning: type 'IRCMessage' does not conform to the 'Sendable' protocol
447 | }
448 |
/host/spi-builder-workspace/.build/checkouts/swift-nio-irc/Sources/NIOIRC/Model/IRCMessage.swift:23:15: note: struct 'IRCMessage' does not conform to the 'Sendable' protocol
21 | * arguments).
22 | */
23 | public struct IRCMessage : Codable, CustomStringConvertible {
| `- note: struct 'IRCMessage' does not conform to the 'Sendable' protocol
24 |
25 | public enum CodingKeys: String, CodingKey {
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:451:17: warning: type 'IRCMessage' does not conform to the 'Sendable' protocol
449 | guard let promise = promise else {
450 | for message in messages {
451 | channel.write(message, promise: nil)
| `- warning: type 'IRCMessage' does not conform to the 'Sendable' protocol
452 | }
453 | return channel.flush()
/host/spi-builder-workspace/.build/checkouts/swift-nio-irc/Sources/NIOIRC/Model/IRCMessage.swift:23:15: note: struct 'IRCMessage' does not conform to the 'Sendable' protocol
21 | * arguments).
22 | */
23 | public struct IRCMessage : Codable, CustomStringConvertible {
| `- note: struct 'IRCMessage' does not conform to the 'Sendable' protocol
24 |
25 | public enum CodingKeys: String, CodingKey {
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:457:45: warning: type 'IRCMessage' does not conform to the 'Sendable' protocol
455 |
456 | EventLoopFuture<Void>
457 | .andAllSucceed(messages.map { channel.write($0) },
| `- warning: type 'IRCMessage' does not conform to the 'Sendable' protocol
458 | on: promise.futureResult.eventLoop)
459 | .cascade(to: promise)
/host/spi-builder-workspace/.build/checkouts/swift-nio-irc/Sources/NIOIRC/Model/IRCMessage.swift:23:15: note: struct 'IRCMessage' does not conform to the 'Sendable' protocol
21 | * arguments).
22 | */
23 | public struct IRCMessage : Codable, CustomStringConvertible {
| `- note: struct 'IRCMessage' does not conform to the 'Sendable' protocol
24 |
25 | public enum CodingKeys: String, CodingKey {
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:436:9: warning: capture of 'self' with non-sendable type 'IRCClient' in a '@Sendable' closure
31 | * - `connect` the client
32 | */
33 | open class IRCClient : IRCClientMessageTarget {
| `- note: class 'IRCClient' does not conform to the 'Sendable' protocol
34 |
35 | public let options : IRCClientOptions
:
434 | guard channel.eventLoop.inEventLoop else {
435 | return channel.eventLoop.execute {
436 | self.sendMessages(messages, promise: promise)
| `- warning: capture of 'self' with non-sendable type 'IRCClient' in a '@Sendable' closure
437 | }
438 | }
/host/spi-builder-workspace/Sources/IRC/IRCClient.swift:436:27: warning: capture of 'messages' with non-sendable type 'T' in a '@Sendable' closure
422 | public var origin : String? { return nil }
423 |
424 | public func sendMessages<T: Collection>(_ messages: T,
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
425 | promise: EventLoopPromise<Void>?)
426 | where T.Element == IRCMessage
:
434 | guard channel.eventLoop.inEventLoop else {
435 | return channel.eventLoop.execute {
436 | self.sendMessages(messages, promise: promise)
| `- warning: capture of 'messages' with non-sendable type 'T' in a '@Sendable' closure
437 | }
438 | }
Build complete! (70.58s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.25.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-irc",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftNIOExtras/swift-nio-irc.git"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services"
}
],
"manifest_display_name" : "swift-nio-irc-client",
"name" : "swift-nio-irc-client",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "IRC",
"targets" : [
"IRC"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "IRC",
"module_type" : "SwiftTarget",
"name" : "IRC",
"path" : "Sources/IRC",
"product_dependencies" : [
"NIO",
"NIOIRC",
"NIOTransportServices"
],
"product_memberships" : [
"IRC"
],
"sources" : [
"IRCClient.swift",
"IRCClientDelegate.swift",
"IRCClientMessageTarget.swift",
"IRCClientOptions.swift",
"IRCRetryStrategyCB.swift",
"ReExports.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
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
Done.