Build Information
Successful build of swift-nio-irc-server, reference 0.7.0 (9d26c4
), with Swift 6.1 for Linux on 25 Apr 2025 12:03:10 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NozeIO/swift-nio-irc-server.git
Reference: 0.7.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-server
* tag 0.7.0 -> FETCH_HEAD
HEAD is now at 9d26c41 Merge branch 'develop'
Cloned https://github.com/NozeIO/swift-nio-irc-server.git
Revision (git rev-parse @):
9d26c41e28edaff06a73ef5d7d523c79c97a1c80
SUCCESS checkout https://github.com/NozeIO/swift-nio-irc-server.git at 0.7.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/NozeIO/swift-nio-irc-server.git
https://github.com/NozeIO/swift-nio-irc-server.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-irc",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftNIOExtras/swift-nio-irc.git"
},
{
"identity" : "swift-nio-irc-eliza",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NozeIO/swift-nio-irc-eliza.git"
},
{
"identity" : "swift-nio-irc-webclient",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NozeIO/swift-nio-irc-webclient.git"
}
],
"manifest_display_name" : "swift-nio-irc-server",
"name" : "swift-nio-irc-server",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "IRCServer",
"targets" : [
"IRCServer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "miniircd",
"targets" : [
"miniircd"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "miniircd",
"module_type" : "SwiftTarget",
"name" : "miniircd",
"path" : "Sources/miniircd",
"product_dependencies" : [
"IRCWebClient",
"IRCElizaBot"
],
"product_memberships" : [
"miniircd"
],
"sources" : [
"Config.swift",
"main.swift"
],
"target_dependencies" : [
"IRCServer"
],
"type" : "executable"
},
{
"c99name" : "IRCServer",
"module_type" : "SwiftTarget",
"name" : "IRCServer",
"path" : "Sources/IRCServer",
"product_dependencies" : [
"NIO",
"NIOIRC"
],
"product_memberships" : [
"IRCServer",
"miniircd"
],
"sources" : [
"IRCChannel.swift",
"IRCLogger.swift",
"IRCServer.swift",
"IRCServerContext.swift",
"IRCServerError.swift",
"IRCServerMessageTarget.swift",
"IRCSessionDispatcher.swift",
"IRCSessionHandler.swift",
"ReExports.swift",
"Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/SwiftNIOExtras/swift-nio-irc.git
Fetching https://github.com/NozeIO/swift-nio-irc-eliza.git
Fetching https://github.com/NozeIO/swift-nio-irc-webclient.git
Fetching https://github.com/apple/swift-nio.git
[1/224] Fetching swift-nio-irc-webclient
[199/318] Fetching swift-nio-irc-webclient, swift-nio-irc-eliza
[319/632] Fetching swift-nio-irc-webclient, swift-nio-irc-eliza, swift-nio-irc
Fetched https://github.com/SwiftNIOExtras/swift-nio-irc.git from cache (0.29s)
[1/75431] Fetching swift-nio
Fetched https://github.com/NozeIO/swift-nio-irc-eliza.git from cache (4.65s)
Fetched https://github.com/NozeIO/swift-nio-irc-webclient.git from cache (4.65s)
Fetched https://github.com/apple/swift-nio.git from cache (4.77s)
Computing version for https://github.com/NozeIO/swift-nio-irc-webclient.git
Computed https://github.com/NozeIO/swift-nio-irc-webclient.git at 0.8.0 (5.88s)
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.31s)
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 (1.25s)
Fetching https://github.com/apple/swift-nio-transport-services
[1/2604] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services from cache (0.46s)
Computing version for https://github.com/SwiftNIOExtras/swift-nio-irc.git
Computed https://github.com/SwiftNIOExtras/swift-nio-irc.git at 0.8.2 (1.31s)
Computing version for https://github.com/NozeIO/swift-nio-irc-eliza.git
Computed https://github.com/NozeIO/swift-nio-irc-eliza.git at 0.7.1 (0.73s)
Fetching https://github.com/AlwaysRightInstitute/SwiftEliza.git
[1/159] Fetching swifteliza
Fetched https://github.com/AlwaysRightInstitute/SwiftEliza.git from cache (0.37s)
Computing version for https://github.com/AlwaysRightInstitute/SwiftEliza.git
Computed https://github.com/AlwaysRightInstitute/SwiftEliza.git at 1.0.1 (1.11s)
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.76s)
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.50s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (6.28s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.45s)
Fetched https://github.com/apple/swift-collections.git from cache (1.47s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.56s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.73s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.08s)
Creating working copy for https://github.com/SwiftNIOExtras/swift-nio-irc.git
Working copy of https://github.com/SwiftNIOExtras/swift-nio-irc.git resolved at 0.8.2
Creating working copy for https://github.com/NozeIO/swift-nio-irc-webclient.git
Working copy of https://github.com/NozeIO/swift-nio-irc-webclient.git resolved at 0.8.0
Creating working copy for https://github.com/NozeIO/swift-nio-irc-eliza.git
Working copy of https://github.com/NozeIO/swift-nio-irc-eliza.git resolved at 0.7.1
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/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.1.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/AlwaysRightInstitute/SwiftEliza.git
Working copy of https://github.com/AlwaysRightInstitute/SwiftEliza.git resolved at 1.0.1
Building for debugging...
[0/60] Write sources
[21/60] Compiling CNIOWindows WSAStartup.c
[22/60] Compiling CNIOWindows shim.c
[23/60] Compiling CNIOSHA1 c_nio_sha1.c
[24/60] Compiling CNIOWASI CNIOWASI.c
[24/60] Compiling CNIOLinux liburing_shims.c
[26/60] Compiling CNIOLLHTTP c_nio_http.c
[27/60] Compiling CNIODarwin shim.c
[28/60] Write sources
[29/60] Compiling CNIOLinux shim.c
[30/60] Write swift-version-24593BA9C3E375BF.txt
[31/60] Compiling _AtomicsShims.c
[32/60] Compiling CNIOLLHTTP c_nio_api.c
[33/60] Compiling CNIOLLHTTP c_nio_llhttp.c
[35/104] Emitting module InternalCollectionsUtilities
[35/106] Compiling c-nioatomics.c
[37/106] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[38/106] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[39/106] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[40/106] Compiling InternalCollectionsUtilities Specialize.swift
[41/108] Emitting module Atomics
[42/108] Compiling InternalCollectionsUtilities Debugging.swift
[43/108] Compiling InternalCollectionsUtilities Descriptions.swift
[46/108] Compiling InternalCollectionsUtilities _SortedCollection.swift
[47/108] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[48/108] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[49/108] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[50/108] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[51/108] Compiling _NIODataStructures _TinyArray.swift
[52/108] Emitting module _NIOBase64
[53/108] Compiling _NIOBase64 Base64.swift
[54/108] Compiling Atomics AtomicMemoryOrderings.swift
[58/108] Compiling Atomics AtomicReference.swift
[59/108] Compiling Atomics AtomicStorage.swift
[60/108] Compiling Atomics AtomicValue.swift
[61/109] Compiling Atomics IntegerConformances.swift
[62/109] Compiling Atomics PointerConformances.swift
[63/109] Compiling Atomics Primitives.native.swift
[67/109] Compiling _NIODataStructures PriorityQueue.swift
[80/110] Compiling Atomics IntegerOperations.swift
[81/110] Compiling Atomics Unmanaged extensions.swift
[81/110] Wrapping AST for _NIOBase64 for debugging
[82/111] Wrapping AST for InternalCollectionsUtilities for debugging
[83/111] Compiling c-atomics.c
[85/132] Wrapping AST for Atomics for debugging
[87/132] Compiling DequeModule Deque+CustomReflectable.swift
[88/132] Compiling DequeModule Deque+Descriptions.swift
[89/132] Compiling DequeModule Deque+Equatable.swift
[90/132] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[91/134] Compiling DequeModule Deque+Extras.swift
[92/134] Compiling DequeModule Deque+Hashable.swift
[93/134] Compiling DequeModule _DequeBuffer.swift
[94/134] Compiling DequeModule _DequeBufferHeader.swift
[95/134] Emitting module _NIODataStructures
[96/134] Compiling _NIODataStructures Heap.swift
[97/135] Compiling NIOConcurrencyHelpers NIOLock.swift
[98/135] Compiling DequeModule Deque+Testing.swift
[99/135] Compiling DequeModule Deque._Storage.swift
[100/135] Compiling DequeModule _DequeSlot.swift
[101/135] Compiling DequeModule _UnsafeWrappedBuffer.swift
[102/135] Wrapping AST for _NIODataStructures for debugging
[104/135] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[105/135] Compiling NIOConcurrencyHelpers lock.swift
[106/135] Compiling DequeModule Deque+Codable.swift
[107/135] Compiling DequeModule Deque+Collection.swift
[108/135] Emitting module DequeModule
[109/135] Emitting module NIOConcurrencyHelpers
[110/135] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[111/135] Compiling NIOConcurrencyHelpers atomics.swift
[112/136] Compiling DequeModule Deque._UnsafeHandle.swift
[113/136] Compiling DequeModule Deque.swift
[116/137] Emitting module Eliza
[117/137] Compiling Eliza Eliza.swift
[117/138] Wrapping AST for DequeModule for debugging
[118/138] Wrapping AST for NIOConcurrencyHelpers for debugging
[120/197] Wrapping AST for Eliza for debugging
[122/197] Compiling NIOCore ChannelPipeline.swift
[123/197] Compiling NIOCore CircularBuffer.swift
[124/197] Compiling NIOCore Codec.swift
[125/197] Compiling NIOCore ConvenienceOptionSupport.swift
[126/197] Compiling NIOCore DeadChannel.swift
[127/197] Compiling NIOCore DispatchQueue+WithFuture.swift
[128/197] Compiling NIOCore EventLoop+Deprecated.swift
[129/197] Compiling NIOCore EventLoop+SerialExecutor.swift
[130/205] Compiling NIOCore MarkedCircularBuffer.swift
[131/205] Compiling NIOCore MulticastChannel.swift
[132/205] Compiling NIOCore NIOAny.swift
[133/205] Compiling NIOCore NIOCloseOnErrorHandler.swift
[134/205] Compiling NIOCore NIOLoopBound.swift
[135/205] Compiling NIOCore NIOScheduledCallback.swift
[136/205] Compiling NIOCore NIOSendable.swift
[137/205] Compiling NIOCore RecvByteBufferAllocator.swift
[138/205] Compiling NIOCore GlobalSingletons.swift
[139/205] Compiling NIOCore IO.swift
[140/205] Compiling NIOCore IOData.swift
[141/205] Compiling NIOCore IPProtocol.swift
[142/205] Compiling NIOCore IntegerBitPacking.swift
[143/205] Compiling NIOCore IntegerTypes.swift
[144/205] Compiling NIOCore Interfaces.swift
[145/205] Compiling NIOCore Linux.swift
[146/205] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[147/205] Compiling NIOCore BSDSocketAPI.swift
[148/205] Compiling NIOCore ByteBuffer-aux.swift
[149/205] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[150/205] Compiling NIOCore ByteBuffer-conversions.swift
[151/205] Compiling NIOCore ByteBuffer-core.swift
[152/205] Compiling NIOCore ByteBuffer-hex.swift
[153/205] Compiling NIOCore ByteBuffer-int.swift
[154/205] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[155/205] Compiling NIOCore EventLoop.swift
[156/205] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[157/205] Compiling NIOCore EventLoopFuture+Deprecated.swift
[158/205] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[159/205] Compiling NIOCore EventLoopFuture.swift
[160/205] Compiling NIOCore FileDescriptor.swift
[161/205] Compiling NIOCore FileHandle.swift
[162/205] Compiling NIOCore FileRegion.swift
[163/205] Compiling NIOCore AddressedEnvelope.swift
[164/205] Compiling NIOCore AsyncAwaitSupport.swift
[165/205] Compiling NIOCore AsyncChannel.swift
[166/205] Compiling NIOCore AsyncChannelHandler.swift
[167/205] Compiling NIOCore AsyncChannelInboundStream.swift
[168/205] Compiling NIOCore AsyncChannelOutboundWriter.swift
[169/205] Compiling NIOCore NIOAsyncSequenceProducer.swift
[170/205] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[171/205] Compiling NIOCore NIOAsyncWriter.swift
[172/205] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[173/205] Compiling NIOCore SocketAddresses.swift
[174/205] Compiling NIOCore SocketOptionProvider.swift
[175/205] Compiling NIOCore SystemCallHelpers.swift
[176/205] Compiling NIOCore TimeAmount+Duration.swift
[177/205] Compiling NIOCore TypeAssistedChannelHandler.swift
[178/205] Compiling NIOCore UniversalBootstrapSupport.swift
[179/205] Compiling NIOCore Utilities.swift
[180/205] Compiling NIOCore ByteBuffer-multi-int.swift
[181/205] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[182/205] Compiling NIOCore ByteBuffer-views.swift
[183/205] Compiling NIOCore Channel.swift
[184/205] Compiling NIOCore ChannelHandler.swift
[185/205] Compiling NIOCore ChannelHandlers.swift
[186/205] Compiling NIOCore ChannelInvoker.swift
[187/205] Compiling NIOCore ChannelOption.swift
[188/205] Emitting module NIOCore
[189/206] Wrapping AST for NIOCore for debugging
[191/257] Compiling NIOEmbedded AsyncTestingChannel.swift
[192/257] Emitting module NIOEmbedded
[193/257] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[194/257] Compiling NIOEmbedded Embedded.swift
[195/258] Wrapping AST for NIOEmbedded for debugging
[197/258] Emitting module NIOPosix
[198/264] Compiling NIOPosix SelectableChannel.swift
[199/264] Compiling NIOPosix SelectableEventLoop.swift
[200/264] Compiling NIOPosix SelectorEpoll.swift
[201/264] Compiling NIOPosix SelectorGeneric.swift
[202/264] Compiling NIOPosix SelectorKqueue.swift
[203/264] Compiling NIOPosix SelectorUring.swift
[204/264] Compiling NIOPosix PooledRecvBufferAllocator.swift
[205/264] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[206/264] Compiling NIOPosix PosixSingletons.swift
[207/264] Compiling NIOPosix RawSocketBootstrap.swift
[208/264] Compiling NIOPosix Resolver.swift
[209/264] Compiling NIOPosix Selectable.swift
[210/264] Compiling NIOPosix ServerSocket.swift
[211/264] Compiling NIOPosix Socket.swift
[212/264] Compiling NIOPosix SocketChannel.swift
[213/264] Compiling NIOPosix SocketProtocols.swift
[214/264] Compiling NIOPosix System.swift
[215/264] Compiling NIOPosix Thread.swift
[216/264] Compiling NIOPosix ThreadPosix.swift
[217/264] Compiling NIOPosix ThreadWindows.swift
[218/264] Compiling NIOPosix UnsafeTransfer.swift
[219/264] Compiling NIOPosix Utilities.swift
[220/264] Compiling NIOPosix VsockAddress.swift
[221/264] Compiling NIOPosix VsockChannelEvents.swift
[222/264] Compiling NIOPosix BSDSocketAPICommon.swift
[223/264] Compiling NIOPosix BSDSocketAPIPosix.swift
[224/264] Compiling NIOPosix BSDSocketAPIWindows.swift
[225/264] Compiling NIOPosix BaseSocket.swift
[226/264] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[227/264] Compiling NIOPosix BaseSocketChannel.swift
[228/264] Compiling NIOPosix BaseStreamSocketChannel.swift
[229/264] Compiling NIOPosix Bootstrap.swift
[230/264] Compiling NIOPosix ControlMessage.swift
[231/264] Compiling NIOPosix DatagramVectorReadManager.swift
[232/264] Compiling NIOPosix Errors+Any.swift
[233/264] Compiling NIOPosix FileDescriptor.swift
[234/264] Compiling NIOPosix GetaddrinfoResolver.swift
[235/264] Compiling NIOPosix HappyEyeballs.swift
[236/264] Compiling NIOPosix NIOThreadPool.swift
[237/264] Compiling NIOPosix NonBlockingFileIO.swift
[238/264] Compiling NIOPosix PendingDatagramWritesManager.swift
[239/264] Compiling NIOPosix PendingWritesManager.swift
[240/264] Compiling NIOPosix PipeChannel.swift
[241/264] Compiling NIOPosix PipePair.swift
[242/264] Compiling NIOPosix Pool.swift
[243/264] Compiling NIOPosix IO.swift
[244/264] Compiling NIOPosix IntegerBitPacking.swift
[245/264] Compiling NIOPosix IntegerTypes.swift
[246/264] Compiling NIOPosix Linux.swift
[247/264] Compiling NIOPosix LinuxCPUSet.swift
[248/264] Compiling NIOPosix LinuxUring.swift
[249/264] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[250/265] Wrapping AST for NIOPosix for debugging
[252/267] Compiling NIO Exports.swift
[253/267] Emitting module NIO
[254/268] Wrapping AST for NIO for debugging
[256/312] Compiling NIOTLS TLSEvents.swift
[257/312] Emitting module NIOTLS
[258/312] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[259/312] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[260/312] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[261/312] Compiling NIOIRC IRCMessageRecipient.swift
[262/312] Compiling NIOIRC IRCNickName.swift
[263/312] Compiling NIOIRC IRCCommandCodes.swift
[264/312] Compiling NIOIRC IRCMessage.swift
[265/314] Compiling NIOIRC IRCServerName.swift
[266/314] Compiling NIOIRC IRCUserID.swift
[267/314] Compiling NIOIRC ByteBufferExtras.swift
[268/314] Compiling NIOIRC Scandinavian.swift
[269/314] Compiling NIOIRC IRCChannelHandler.swift
[270/314] Compiling NIOIRC IRCMessageTarget.swift
[271/314] Compiling NIOIRC IRCChannelMode.swift
[272/314] Compiling NIOIRC IRCChannelName.swift
[273/314] Compiling NIOIRC IRCCommand.swift
[274/314] Emitting module NIOFoundationCompat
[275/314] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[276/314] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[277/315] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[278/315] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[279/315] Compiling NIOTLS SNIHandler.swift
[282/316] Compiling NIOIRC IRCUserInfo.swift
[283/316] Compiling NIOIRC IRCUserMode.swift
[287/318] Wrapping AST for NIOTLS for debugging
[289/318] Compiling NIOIRC IRCCommandParser.swift
[290/318] Compiling NIOIRC IRCDispatcher.swift
[291/318] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[292/318] Wrapping AST for NIOFoundationCompat for debugging
[294/340] Compiling NIOTransportServices StateManagedChannel.swift
[295/340] Compiling NIOTransportServices StateManagedListenerChannel.swift
[296/340] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[297/340] Emitting module NIOTransportServices
[298/342] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[299/342] Compiling NIOTransportServices NIOTSErrors.swift
[300/342] Compiling NIOTransportServices NIOTSEventLoop.swift
[301/342] Compiling NIOTransportServices NIOTSBootstraps.swift
[302/342] Compiling NIOTransportServices NIOTSChannelOptions.swift
[303/342] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[304/342] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[305/342] Compiling NIOTransportServices NIOTSSingletons.swift
[306/342] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[307/342] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[308/342] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[309/342] Compiling NIOTransportServices NIOTSListenerChannel.swift
[310/342] Emitting module NIOIRC
[315/342] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[316/342] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[317/342] Compiling NIOTransportServices AcceptHandler.swift
[318/342] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[319/342] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[320/342] Compiling NIOTransportServices NIOTSDatagramListener.swift
[321/342] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[322/342] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[327/344] Wrapping AST for NIOIRC for debugging
[328/344] Wrapping AST for NIOTransportServices for debugging
[332/361] Compiling IRC ReExports.swift
[333/361] Compiling IRCServer IRCServerMessageTarget.swift
[334/362] Compiling IRCServer IRCServerError.swift
/host/spi-builder-workspace/Sources/IRCServer/IRCServerError.swift:26:17: warning: let 'errorMap' is not concurrency-safe because non-'Sendable' type '[IRCCommandCode : String]' may have shared mutable state; this is an error in the Swift 6 language mode
24 | }
25 |
26 | fileprivate let errorMap : [ IRCCommandCode : String ] = [
| `- warning: let 'errorMap' is not concurrency-safe because non-'Sendable' type '[IRCCommandCode : String]' may have shared mutable state; this is an error in the Swift 6 language mode
27 | .errorUnknownCommand: "No such command.",
28 | .errorNoSuchServer: "No such server.",
/host/spi-builder-workspace/.build/checkouts/swift-nio-irc/Sources/NIOIRC/Model/IRCCommandCodes.swift:15:13: note: enum 'IRCCommandCode' does not conform to the 'Sendable' protocol
13 | //===----------------------------------------------------------------------===//
14 |
15 | public enum IRCCommandCode : Int {
| `- note: enum 'IRCCommandCode' does not conform to the 'Sendable' protocol
16 |
17 | // RFC 2812
/host/spi-builder-workspace/Sources/IRCServer/IRCServerError.swift:15:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOIRC'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import NIOIRC
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOIRC'
16 |
17 | public typealias IRCServerError = IRCDispatcherError
:
24 | }
25 |
26 | fileprivate let errorMap : [ IRCCommandCode : String ] = [
| |- note: add '@MainActor' to make let 'errorMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 | .errorUnknownCommand: "No such command.",
28 | .errorNoSuchServer: "No such server.",
[335/362] Compiling IRCServer ReExports.swift
[336/362] Compiling IRC IRCRetryStrategyCB.swift
[337/362] Compiling IRC IRCClientDelegate.swift
[338/362] Compiling IRCServer Utilities.swift
/host/spi-builder-workspace/Sources/IRCServer/Utilities.swift:64:52: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
56 | extension EventLoopObject {
57 |
58 | static func getValues<C: Collection, T>(from objects: C,
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
59 | map : @escaping ( C.Element ) -> T,
60 | promise : EventLoopPromise<[ T ]>)
:
62 | {
63 | #if swift(>=5) // NIO 2 API
64 | guard !objects.isEmpty else { return promise.succeed([]) }
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
65 | #else // NIO 1 API
66 | guard !objects.isEmpty else { return promise.succeed(result: []) }
/host/spi-builder-workspace/Sources/IRCServer/Utilities.swift:101:23: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
56 | extension EventLoopObject {
57 |
58 | static func getValues<C: Collection, T>(from objects: C,
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
59 | map : @escaping ( C.Element ) -> T,
60 | promise : EventLoopPromise<[ T ]>)
:
99 | if expectedCount < 1 {
100 | #if swift(>=5) // NIO 2 API
101 | promise.succeed(values)
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
102 | #else // NIO 1 API
103 | promise.succeed(result: values)
/host/spi-builder-workspace/Sources/IRCServer/Utilities.swift:95:30: warning: capture of 'handlerGroup' with non-sendable type '[C.Element]' in a '@Sendable' closure
93 | let loop = handlerGroup[0].eventLoop!
94 | loop.execute {
95 | let elValues = Array(handlerGroup.map(map))
| `- warning: capture of 'handlerGroup' with non-sendable type '[C.Element]' in a '@Sendable' closure
96 | syncQueue.async {
97 | values.append(contentsOf: elValues)
/host/spi-builder-workspace/Sources/IRCServer/Utilities.swift:95:47: warning: capture of 'map' with non-sendable type '(C.Element) -> T' in a '@Sendable' closure
93 | let loop = handlerGroup[0].eventLoop!
94 | loop.execute {
95 | let elValues = Array(handlerGroup.map(map))
| |- warning: capture of 'map' with non-sendable type '(C.Element) -> T' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
96 | syncQueue.async {
97 | values.append(contentsOf: elValues)
/host/spi-builder-workspace/Sources/IRCServer/Utilities.swift:97:11: warning: capture of 'values' with non-sendable type '[T]' in a '@Sendable' closure
56 | extension EventLoopObject {
57 |
58 | static func getValues<C: Collection, T>(from objects: C,
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
59 | map : @escaping ( C.Element ) -> T,
60 | promise : EventLoopPromise<[ T ]>)
:
95 | let elValues = Array(handlerGroup.map(map))
96 | syncQueue.async {
97 | values.append(contentsOf: elValues)
| `- warning: capture of 'values' with non-sendable type '[T]' in a '@Sendable' closure
98 | expectedCount -= elValues.count
99 | if expectedCount < 1 {
/host/spi-builder-workspace/Sources/IRCServer/Utilities.swift:97:11: warning: capture of 'values' with non-sendable type '[T]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
56 | extension EventLoopObject {
57 |
58 | static func getValues<C: Collection, T>(from objects: C,
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
59 | map : @escaping ( C.Element ) -> T,
60 | promise : EventLoopPromise<[ T ]>)
:
95 | let elValues = Array(handlerGroup.map(map))
96 | syncQueue.async {
97 | values.append(contentsOf: elValues)
| `- warning: capture of 'values' with non-sendable type '[T]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
98 | expectedCount -= elValues.count
99 | if expectedCount < 1 {
/host/spi-builder-workspace/Sources/IRCServer/Utilities.swift:97:37: warning: capture of 'elValues' with non-sendable type '[T]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
56 | extension EventLoopObject {
57 |
58 | static func getValues<C: Collection, T>(from objects: C,
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
59 | map : @escaping ( C.Element ) -> T,
60 | promise : EventLoopPromise<[ T ]>)
:
95 | let elValues = Array(handlerGroup.map(map))
96 | syncQueue.async {
97 | values.append(contentsOf: elValues)
| `- warning: capture of 'elValues' with non-sendable type '[T]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
98 | expectedCount -= elValues.count
99 | if expectedCount < 1 {
/host/spi-builder-workspace/Sources/IRCServer/Utilities.swift:97:11: warning: mutation of captured var 'values' in concurrently-executing code; this is an error in the Swift 6 language mode
95 | let elValues = Array(handlerGroup.map(map))
96 | syncQueue.async {
97 | values.append(contentsOf: elValues)
| `- warning: mutation of captured var 'values' in concurrently-executing code; this is an error in the Swift 6 language mode
98 | expectedCount -= elValues.count
99 | if expectedCount < 1 {
/host/spi-builder-workspace/Sources/IRCServer/Utilities.swift:98:11: warning: mutation of captured var 'expectedCount' in concurrently-executing code; this is an error in the Swift 6 language mode
96 | syncQueue.async {
97 | values.append(contentsOf: elValues)
98 | expectedCount -= elValues.count
| `- warning: mutation of captured var 'expectedCount' in concurrently-executing code; this is an error in the Swift 6 language mode
99 | if expectedCount < 1 {
100 | #if swift(>=5) // NIO 2 API
/host/spi-builder-workspace/Sources/IRCServer/Utilities.swift:99:14: warning: reference to captured var 'expectedCount' in concurrently-executing code; this is an error in the Swift 6 language mode
97 | values.append(contentsOf: elValues)
98 | expectedCount -= elValues.count
99 | if expectedCount < 1 {
| `- warning: reference to captured var 'expectedCount' in concurrently-executing code; this is an error in the Swift 6 language mode
100 | #if swift(>=5) // NIO 2 API
101 | promise.succeed(values)
/host/spi-builder-workspace/Sources/IRCServer/Utilities.swift:101:31: warning: reference to captured var 'values' in concurrently-executing code; this is an error in the Swift 6 language mode
99 | if expectedCount < 1 {
100 | #if swift(>=5) // NIO 2 API
101 | promise.succeed(values)
| `- warning: reference to captured var 'values' in concurrently-executing code; this is an error in the Swift 6 language mode
102 | #else // NIO 1 API
103 | promise.succeed(result: values)
[339/362] Emitting module IRC
[340/362] Compiling IRC IRCClientMessageTarget.swift
[341/362] Compiling IRC IRCClientOptions.swift
[342/362] Emitting module NIOHTTP1
[343/362] Compiling IRCServer IRCServer.swift
[344/362] Compiling IRCServer IRCServerContext.swift
[345/362] Compiling IRCServer IRCChannel.swift
[347/363] Compiling IRCServer IRCSessionHandler.swift
/host/spi-builder-workspace/Sources/IRCServer/IRCSessionHandler.swift:277:22: warning: type 'IRCMessage' does not conform to the 'Sendable' protocol
275 | }
276 | if count == 1 {
277 | return channel.writeAndFlush(messages.first!, promise: promise)
| `- warning: type 'IRCMessage' does not conform to the 'Sendable' protocol
278 | }
279 |
/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/IRCServer/IRCSessionHandler.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 | /**
/host/spi-builder-workspace/Sources/IRCServer/IRCSessionHandler.swift:282:17: warning: type 'IRCMessage' does not conform to the 'Sendable' protocol
280 | guard let promise = promise else {
281 | for message in messages {
282 | channel.write(message, promise: nil)
| `- warning: type 'IRCMessage' does not conform to the 'Sendable' protocol
283 | }
284 | 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/IRCServer/IRCSessionHandler.swift:289:47: warning: type 'IRCMessage' does not conform to the 'Sendable' protocol
287 | #if swift(>=5) // NIO 2 API
288 | EventLoopFuture<Void>
289 | .andAllSucceed(messages.map { channel.write($0) },
| `- warning: type 'IRCMessage' does not conform to the 'Sendable' protocol
290 | on: promise.futureResult.eventLoop)
291 | .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/IRCServer/IRCSessionHandler.swift:263:9: warning: capture of 'self' with non-sendable type 'IRCSessionHandler' in a '@Sendable' closure
22 | * replies (in the `IRCSessionDispatcher`).
23 | */
24 | open class IRCSessionHandler : ChannelInboundHandler,
| `- note: class 'IRCSessionHandler' does not conform to the 'Sendable' protocol
25 | IRCServerMessageTarget
26 | {
:
261 | guard channel.eventLoop.inEventLoop else {
262 | return channel.eventLoop.execute {
263 | self.sendMessages(messages, promise: promise)
| `- warning: capture of 'self' with non-sendable type 'IRCSessionHandler' in a '@Sendable' closure
264 | }
265 | }
/host/spi-builder-workspace/Sources/IRCServer/IRCSessionHandler.swift:263:27: warning: capture of 'messages' with non-sendable type 'T' in a '@Sendable' closure
245 | public var target : String { return nick?.stringValue ?? "*" }
246 |
247 | public func sendMessages<T: Collection>(_ messages: T,
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
248 | promise: EventLoopPromise<Void>?)
249 | where T.Element == IRCMessage
:
261 | guard channel.eventLoop.inEventLoop else {
262 | return channel.eventLoop.execute {
263 | self.sendMessages(messages, promise: promise)
| `- warning: capture of 'messages' with non-sendable type 'T' in a '@Sendable' closure
264 | }
265 | }
/host/spi-builder-workspace/Sources/IRCServer/IRCSessionHandler.swift:384:34: warning: passing non-sendable parameter 'yield' to function expecting a @Sendable closure
366 | func getValues<C: Collection, T>(from sessions: C,
367 | map : @escaping ( IRCSessionHandler ) -> T,
368 | yield : @escaping ( [ T ] ) -> Void)
| `- note: parameter 'yield' is implicitly non-sendable
369 | where C.Element == IRCSessionHandler
370 | {
:
382 | #endif
383 | IRCSessionHandler.getValues(from: sessions, map: map, promise: promise)
384 | _ = promise.futureResult.map(yield)
| `- warning: passing non-sendable parameter 'yield' to function expecting a @Sendable closure
385 | }
386 | }
[349/363] Compiling IRCServer IRCLogger.swift
[350/363] Emitting module IRCServer
/host/spi-builder-workspace/Sources/IRCServer/IRCServerError.swift:26:17: warning: let 'errorMap' is not concurrency-safe because non-'Sendable' type '[IRCCommandCode : String]' may have shared mutable state; this is an error in the Swift 6 language mode
24 | }
25 |
26 | fileprivate let errorMap : [ IRCCommandCode : String ] = [
| `- warning: let 'errorMap' is not concurrency-safe because non-'Sendable' type '[IRCCommandCode : String]' may have shared mutable state; this is an error in the Swift 6 language mode
27 | .errorUnknownCommand: "No such command.",
28 | .errorNoSuchServer: "No such server.",
/host/spi-builder-workspace/.build/checkouts/swift-nio-irc/Sources/NIOIRC/Model/IRCCommandCodes.swift:15:13: note: enum 'IRCCommandCode' does not conform to the 'Sendable' protocol
13 | //===----------------------------------------------------------------------===//
14 |
15 | public enum IRCCommandCode : Int {
| `- note: enum 'IRCCommandCode' does not conform to the 'Sendable' protocol
16 |
17 | // RFC 2812
/host/spi-builder-workspace/Sources/IRCServer/IRCServerError.swift:15:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOIRC'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import NIOIRC
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOIRC'
16 |
17 | public typealias IRCServerError = IRCDispatcherError
:
24 | }
25 |
26 | fileprivate let errorMap : [ IRCCommandCode : String ] = [
| |- note: add '@MainActor' to make let 'errorMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 | .errorUnknownCommand: "No such command.",
28 | .errorNoSuchServer: "No such server.",
/host/spi-builder-workspace/Sources/IRCServer/IRCServer.swift:168:25: warning: conformance of 'BackPressureHandler' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
166 | #if swift(>=5) // NIO 2 API
167 | return channel.pipeline
168 | .addHandler(BackPressureHandler(),
| `- warning: conformance of 'BackPressureHandler' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
169 | name: "com.apple.nio.backpressure") // Oh well :-)
170 | .flatMap {
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelHandlers.swift:179:1: note: conformance of 'BackPressureHandler' to 'Sendable' has been explicitly marked unavailable here
177 |
178 | @available(*, unavailable)
179 | extension BackPressureHandler: Sendable {}
| `- note: conformance of 'BackPressureHandler' to 'Sendable' has been explicitly marked unavailable here
180 |
181 | /// Triggers an IdleStateEvent when a Channel has not performed read, write, or both operation for a while.
/host/spi-builder-workspace/Sources/IRCServer/IRCServer.swift:171:43: warning: type 'IRCChannelHandler' does not conform to the 'Sendable' protocol
169 | name: "com.apple.nio.backpressure") // Oh well :-)
170 | .flatMap {
171 | channel.pipeline.addHandler(IRCChannelHandler(),
| `- warning: type 'IRCChannelHandler' does not conform to the 'Sendable' protocol
172 | name: "de.zeezide.nio.irc")
173 | }
/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/IRCServer/IRCServer.swift:17:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOIRC'
15 | import Dispatch
16 | import NIO
17 | import NIOIRC
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOIRC'
18 |
19 | /**
/host/spi-builder-workspace/Sources/IRCServer/IRCServer.swift:180:50: warning: type 'IRCSessionHandler' does not conform to the 'Sendable' protocol
178 | let handler = IRCSessionHandler(context: context)
179 |
180 | return channel.pipeline.addHandler(handler,
| `- warning: type 'IRCSessionHandler' does not conform to the 'Sendable' protocol
181 | name: "de.zeezide.nio.ircd")
182 | }
/host/spi-builder-workspace/Sources/IRCServer/IRCSessionHandler.swift:24:12: note: class 'IRCSessionHandler' does not conform to the 'Sendable' protocol
22 | * replies (in the `IRCSessionDispatcher`).
23 | */
24 | open class IRCSessionHandler : ChannelInboundHandler,
| `- note: class 'IRCSessionHandler' does not conform to the 'Sendable' protocol
25 | IRCServerMessageTarget
26 | {
/host/spi-builder-workspace/Sources/IRCServer/IRCServer.swift:175:35: warning: capture of 'self' with non-sendable type 'IRCServer' in a '@Sendable' closure
29 | * `miniircd` for an example.
30 | */
31 | open class IRCServer {
| `- note: class 'IRCServer' does not conform to the 'Sendable' protocol
32 |
33 | open class Configuration {
:
173 | }
174 | .flatMap {
175 | guard let context = self.context else {
| `- warning: capture of 'self' with non-sendable type 'IRCServer' in a '@Sendable' closure
176 | fatalError("lacking server context?!")
177 | }
/host/spi-builder-workspace/Sources/IRCServer/IRCServer.swift:175:35: warning: capture of 'self' with non-sendable type 'IRCServer' in a '@Sendable' closure
29 | * `miniircd` for an example.
30 | */
31 | open class IRCServer {
| `- note: class 'IRCServer' does not conform to the 'Sendable' protocol
32 |
33 | open class Configuration {
:
173 | }
174 | .flatMap {
175 | guard let context = self.context else {
| `- warning: capture of 'self' with non-sendable type 'IRCServer' in a '@Sendable' closure
176 | fatalError("lacking server context?!")
177 | }
/host/spi-builder-workspace/Sources/IRCServer/IRCServer.swift:168:25: warning: conformance of 'BackPressureHandler' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
166 | #if swift(>=5) // NIO 2 API
167 | return channel.pipeline
168 | .addHandler(BackPressureHandler(),
| `- warning: conformance of 'BackPressureHandler' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
169 | name: "com.apple.nio.backpressure") // Oh well :-)
170 | .flatMap {
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelHandlers.swift:179:1: note: conformance of 'BackPressureHandler' to 'Sendable' has been explicitly marked unavailable here
177 |
178 | @available(*, unavailable)
179 | extension BackPressureHandler: Sendable {}
| `- note: conformance of 'BackPressureHandler' to 'Sendable' has been explicitly marked unavailable here
180 |
181 | /// Triggers an IdleStateEvent when a Channel has not performed read, write, or both operation for a while.
/host/spi-builder-workspace/Sources/IRCServer/IRCServer.swift:171:43: warning: type 'IRCChannelHandler' does not conform to the 'Sendable' protocol
169 | name: "com.apple.nio.backpressure") // Oh well :-)
170 | .flatMap {
171 | channel.pipeline.addHandler(IRCChannelHandler(),
| `- warning: type 'IRCChannelHandler' does not conform to the 'Sendable' protocol
172 | name: "de.zeezide.nio.irc")
173 | }
/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/IRCServer/IRCServer.swift:17:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOIRC'
15 | import Dispatch
16 | import NIO
17 | import NIOIRC
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOIRC'
18 |
19 | /**
/host/spi-builder-workspace/Sources/IRCServer/IRCServer.swift:180:50: warning: type 'IRCSessionHandler' does not conform to the 'Sendable' protocol
178 | let handler = IRCSessionHandler(context: context)
179 |
180 | return channel.pipeline.addHandler(handler,
| `- warning: type 'IRCSessionHandler' does not conform to the 'Sendable' protocol
181 | name: "de.zeezide.nio.ircd")
182 | }
/host/spi-builder-workspace/Sources/IRCServer/IRCSessionHandler.swift:24:12: note: class 'IRCSessionHandler' does not conform to the 'Sendable' protocol
22 | * replies (in the `IRCSessionDispatcher`).
23 | */
24 | open class IRCSessionHandler : ChannelInboundHandler,
| `- note: class 'IRCSessionHandler' does not conform to the 'Sendable' protocol
25 | IRCServerMessageTarget
26 | {
/host/spi-builder-workspace/Sources/IRCServer/IRCServer.swift:175:35: warning: capture of 'self' with non-sendable type 'IRCServer' in a '@Sendable' closure
29 | * `miniircd` for an example.
30 | */
31 | open class IRCServer {
| `- note: class 'IRCServer' does not conform to the 'Sendable' protocol
32 |
33 | open class Configuration {
:
173 | }
174 | .flatMap {
175 | guard let context = self.context else {
| `- warning: capture of 'self' with non-sendable type 'IRCServer' in a '@Sendable' closure
176 | fatalError("lacking server context?!")
177 | }
/host/spi-builder-workspace/Sources/IRCServer/IRCServer.swift:175:35: warning: capture of 'self' with non-sendable type 'IRCServer' in a '@Sendable' closure
29 | * `miniircd` for an example.
30 | */
31 | open class IRCServer {
| `- note: class 'IRCServer' does not conform to the 'Sendable' protocol
32 |
33 | open class Configuration {
:
173 | }
174 | .flatMap {
175 | guard let context = self.context else {
| `- warning: capture of 'self' with non-sendable type 'IRCServer' in a '@Sendable' closure
176 | fatalError("lacking server context?!")
177 | }
[353/363] Compiling IRCServer IRCSessionDispatcher.swift
[353/364] Wrapping AST for NIOHTTP1 for debugging
[355/364] Compiling IRC IRCClient.swift
[357/375] Wrapping AST for IRCServer for debugging
[359/375] Compiling NIOWebSocket WebSocketErrorCodes.swift
[360/376] Compiling NIOWebSocket WebSocketOpcode.swift
[360/376] Wrapping AST for IRC for debugging
[362/378] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[363/378] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[364/378] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[365/378] Emitting module NIOWebSocket
[366/378] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[367/378] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[368/378] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[369/378] Compiling NIOWebSocket SHA1.swift
[370/378] Emitting module IRCElizaBot
[371/378] Compiling IRCElizaBot IRCElizaBot.swift
[372/378] Compiling NIOWebSocket WebSocketFrame.swift
[374/380] Wrapping AST for NIOWebSocket for debugging
[375/380] Wrapping AST for IRCElizaBot for debugging
[377/385] Compiling IRCWebClient IRCWebSocketBridge.swift
[378/385] Compiling IRCWebClient ClientResources.swift
[379/385] Compiling IRCWebClient IRCWebClientEndPoint.swift
[380/385] Compiling IRCWebClient IRCWebClientServer.swift
[381/385] Emitting module IRCWebClient
[382/386] Wrapping AST for IRCWebClient for debugging
[384/389] Compiling miniircd main.swift
[385/389] Compiling miniircd Config.swift
[386/389] Emitting module miniircd
[387/390] Wrapping AST for miniircd for debugging
[388/390] Write Objects.LinkFileList
[389/390] Linking miniircd
Build complete! (69.83s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-irc",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftNIOExtras/swift-nio-irc.git"
},
{
"identity" : "swift-nio-irc-eliza",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NozeIO/swift-nio-irc-eliza.git"
},
{
"identity" : "swift-nio-irc-webclient",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NozeIO/swift-nio-irc-webclient.git"
}
],
"manifest_display_name" : "swift-nio-irc-server",
"name" : "swift-nio-irc-server",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "IRCServer",
"targets" : [
"IRCServer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "miniircd",
"targets" : [
"miniircd"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "miniircd",
"module_type" : "SwiftTarget",
"name" : "miniircd",
"path" : "Sources/miniircd",
"product_dependencies" : [
"IRCWebClient",
"IRCElizaBot"
],
"product_memberships" : [
"miniircd"
],
"sources" : [
"Config.swift",
"main.swift"
],
"target_dependencies" : [
"IRCServer"
],
"type" : "executable"
},
{
"c99name" : "IRCServer",
"module_type" : "SwiftTarget",
"name" : "IRCServer",
"path" : "Sources/IRCServer",
"product_dependencies" : [
"NIO",
"NIOIRC"
],
"product_memberships" : [
"IRCServer",
"miniircd"
],
"sources" : [
"IRCChannel.swift",
"IRCLogger.swift",
"IRCServer.swift",
"IRCServerContext.swift",
"IRCServerError.swift",
"IRCServerMessageTarget.swift",
"IRCSessionDispatcher.swift",
"IRCSessionHandler.swift",
"ReExports.swift",
"Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.