Build Information
Successful build of swift-nio-irc-server, reference develop (8393fa
), with Swift 6.1 for Linux on 25 Apr 2025 12:02:39 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: develop
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/NozeIO/swift-nio-irc-server
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 8393fa5 Can't work w/o proper Swift 5 badge
Cloned https://github.com/NozeIO/swift-nio-irc-server.git
Revision (git rev-parse @):
8393fa50b4eceb5a6d36bee5be2acd10cc13c3e0
SUCCESS checkout https://github.com/NozeIO/swift-nio-irc-server.git at develop
========================================
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-2":/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/NozeIO/swift-nio-irc-webclient.git
Fetching https://github.com/NozeIO/swift-nio-irc-eliza.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/SwiftNIOExtras/swift-nio-irc.git
[1/224] Fetching swift-nio-irc-webclient
[174/318] Fetching swift-nio-irc-webclient, swift-nio-irc-eliza
[175/224] Fetching swift-nio-irc-webclient
[221/318] Fetching swift-nio-irc-webclient, swift-nio-irc-eliza
[298/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.30s)
[298/75749] Fetching swift-nio-irc-webclient, swift-nio-irc-eliza, swift-nio
Fetched https://github.com/NozeIO/swift-nio-irc-eliza.git from cache (5.49s)
Fetched https://github.com/NozeIO/swift-nio-irc-webclient.git from cache (5.50s)
Fetched https://github.com/apple/swift-nio.git from cache (5.64s)
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 (6.53s)
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.35s)
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.47s)
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.52s)
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.53s)
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.92s)
Fetching https://github.com/AlwaysRightInstitute/SwiftEliza.git
[1/159] Fetching swifteliza
Fetched https://github.com/AlwaysRightInstitute/SwiftEliza.git from cache (0.32s)
Computing version for https://github.com/AlwaysRightInstitute/SwiftEliza.git
Computed https://github.com/AlwaysRightInstitute/SwiftEliza.git at 1.0.1 (1.44s)
Computing version for https://github.com/apple/swift-nio-transport-services
Computed https://github.com/apple/swift-nio-transport-services at 1.24.0 (1.10s)
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.75s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (2.11s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[2439/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.72s)
[4386/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.01s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.95s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (4.23s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.12s)
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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/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/AlwaysRightInstitute/SwiftEliza.git
Working copy of https://github.com/AlwaysRightInstitute/SwiftEliza.git resolved at 1.0.1
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/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
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
Building for debugging...
[0/60] Write sources
[22/60] Compiling CNIOWindows shim.c
[23/60] Compiling CNIOWindows WSAStartup.c
[24/60] Compiling CNIOWASI CNIOWASI.c
[24/60] Compiling _AtomicsShims.c
[26/60] Compiling CNIOLinux liburing_shims.c
[27/60] Compiling CNIOSHA1 c_nio_sha1.c
[28/60] Compiling CNIOLinux shim.c
[29/60] Compiling CNIODarwin shim.c
[30/60] Compiling CNIOLLHTTP c_nio_http.c
[31/60] Compiling CNIOLLHTTP c_nio_api.c
[32/60] Compiling CNIOLLHTTP c_nio_llhttp.c
[33/60] Compiling c-nioatomics.c
[34/60] Compiling c-atomics.c
[34/60] Write swift-version-24593BA9C3E375BF.txt
[37/110] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[38/110] Compiling InternalCollectionsUtilities Specialize.swift
[39/112] Compiling InternalCollectionsUtilities Integer rank.swift
[40/112] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[41/112] Compiling InternalCollectionsUtilities Debugging.swift
[42/112] Compiling InternalCollectionsUtilities Descriptions.swift
[43/114] Compiling _NIOBase64 Base64.swift
[44/114] Emitting module _NIOBase64
[45/115] Emitting module Atomics
[46/115] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[47/115] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[50/115] Compiling InternalCollectionsUtilities _SortedCollection.swift
[51/115] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[53/115] Compiling InternalCollectionsUtilities UInt+reversed.swift
[54/115] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[55/115] Emitting module InternalCollectionsUtilities
[56/115] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[57/115] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[58/115] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[59/115] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[74/115] Compiling _NIODataStructures _TinyArray.swift
[75/115] Compiling _NIODataStructures PriorityQueue.swift
[76/115] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[77/115] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[80/116] Wrapping AST for _NIOBase64 for debugging
[82/116] Compiling Atomics IntegerOperations.swift
[83/116] Compiling Atomics Unmanaged extensions.swift
[83/117] Wrapping AST for InternalCollectionsUtilities for debugging
[86/132] Compiling DequeModule Deque+CustomReflectable.swift
[87/132] Compiling DequeModule Deque+Descriptions.swift
[87/134] Wrapping AST for Atomics for debugging
[89/134] Compiling DequeModule _DequeBuffer.swift
[90/134] Compiling DequeModule _DequeBufferHeader.swift
[91/134] Compiling NIOConcurrencyHelpers lock.swift
[92/134] Compiling NIOConcurrencyHelpers atomics.swift
[93/134] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[94/134] Compiling _NIODataStructures Heap.swift
[95/134] Emitting module _NIODataStructures
[96/134] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[97/134] Compiling NIOConcurrencyHelpers NIOLock.swift
[98/134] Emitting module NIOConcurrencyHelpers
[100/136] Compiling DequeModule Deque+Testing.swift
[101/136] Compiling DequeModule Deque._Storage.swift
[103/136] Compiling DequeModule Deque._UnsafeHandle.swift
[104/136] Compiling DequeModule Deque.swift
[105/136] Compiling DequeModule Deque+Extras.swift
[106/136] Compiling DequeModule Deque+Hashable.swift
[107/136] Compiling DequeModule Deque+Equatable.swift
[108/136] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[109/136] Compiling DequeModule _DequeSlot.swift
[110/136] Compiling DequeModule _UnsafeWrappedBuffer.swift
[110/136] Wrapping AST for NIOConcurrencyHelpers for debugging
[111/136] Wrapping AST for _NIODataStructures for debugging
[113/136] Compiling DequeModule Deque+Codable.swift
[114/136] Compiling DequeModule Deque+Collection.swift
[115/136] Emitting module DequeModule
[117/137] Emitting module Eliza
[118/137] Compiling Eliza Eliza.swift
[118/137] Wrapping AST for DequeModule for debugging
[120/197] Wrapping AST for Eliza for debugging
[122/197] Compiling NIOCore EventLoop.swift
[123/197] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[124/197] Compiling NIOCore EventLoopFuture+Deprecated.swift
[125/197] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[126/197] Compiling NIOCore EventLoopFuture.swift
[127/197] Compiling NIOCore FileDescriptor.swift
[128/197] Compiling NIOCore FileHandle.swift
[129/197] Compiling NIOCore FileRegion.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 ChannelPipeline.swift
[139/205] Compiling NIOCore CircularBuffer.swift
[140/205] Compiling NIOCore Codec.swift
[141/205] Compiling NIOCore ConvenienceOptionSupport.swift
[142/205] Compiling NIOCore DeadChannel.swift
[143/205] Compiling NIOCore DispatchQueue+WithFuture.swift
[144/205] Compiling NIOCore EventLoop+Deprecated.swift
[145/205] Compiling NIOCore EventLoop+SerialExecutor.swift
[146/205] Compiling NIOCore GlobalSingletons.swift
[147/205] Compiling NIOCore IO.swift
[148/205] Compiling NIOCore IOData.swift
[149/205] Compiling NIOCore IPProtocol.swift
[150/205] Compiling NIOCore IntegerBitPacking.swift
[151/205] Compiling NIOCore IntegerTypes.swift
[152/205] Compiling NIOCore Interfaces.swift
[153/205] Compiling NIOCore Linux.swift
[154/205] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[155/205] Compiling NIOCore SocketAddresses.swift
[156/205] Compiling NIOCore SocketOptionProvider.swift
[157/205] Compiling NIOCore SystemCallHelpers.swift
[158/205] Compiling NIOCore TimeAmount+Duration.swift
[159/205] Compiling NIOCore TypeAssistedChannelHandler.swift
[160/205] Compiling NIOCore UniversalBootstrapSupport.swift
[161/205] Compiling NIOCore Utilities.swift
[162/205] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[163/205] Compiling NIOCore BSDSocketAPI.swift
[164/205] Compiling NIOCore ByteBuffer-aux.swift
[165/205] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[166/205] Compiling NIOCore ByteBuffer-conversions.swift
[167/205] Compiling NIOCore ByteBuffer-core.swift
[168/205] Compiling NIOCore ByteBuffer-hex.swift
[169/205] Compiling NIOCore ByteBuffer-int.swift
[170/205] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[171/205] Compiling NIOCore ByteBuffer-multi-int.swift
[172/205] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[173/205] Compiling NIOCore ByteBuffer-views.swift
[174/205] Compiling NIOCore Channel.swift
[175/205] Compiling NIOCore ChannelHandler.swift
[176/205] Compiling NIOCore ChannelHandlers.swift
[177/205] Compiling NIOCore ChannelInvoker.swift
[178/205] Compiling NIOCore ChannelOption.swift
[179/205] Compiling NIOCore AddressedEnvelope.swift
[180/205] Compiling NIOCore AsyncAwaitSupport.swift
[181/205] Compiling NIOCore AsyncChannel.swift
[182/205] Compiling NIOCore AsyncChannelHandler.swift
[183/205] Compiling NIOCore AsyncChannelInboundStream.swift
[184/205] Compiling NIOCore AsyncChannelOutboundWriter.swift
[185/205] Compiling NIOCore NIOAsyncSequenceProducer.swift
[186/205] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[187/205] Compiling NIOCore NIOAsyncWriter.swift
[188/205] Emitting module NIOCore
[189/206] Wrapping AST for NIOCore for debugging
[191/257] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[192/257] Emitting module NIOEmbedded
[193/257] Compiling NIOEmbedded Embedded.swift
[194/257] Compiling NIOEmbedded AsyncTestingChannel.swift
[195/258] Wrapping AST for NIOEmbedded for debugging
[197/258] Emitting module NIOPosix
[198/264] Compiling NIOPosix IO.swift
[199/264] Compiling NIOPosix IntegerBitPacking.swift
[200/264] Compiling NIOPosix IntegerTypes.swift
[201/264] Compiling NIOPosix Linux.swift
[202/264] Compiling NIOPosix LinuxCPUSet.swift
[203/264] Compiling NIOPosix LinuxUring.swift
[204/264] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[205/264] Compiling NIOPosix ServerSocket.swift
[206/264] Compiling NIOPosix Socket.swift
[207/264] Compiling NIOPosix SocketChannel.swift
[208/264] Compiling NIOPosix SocketProtocols.swift
[209/264] Compiling NIOPosix System.swift
[210/264] Compiling NIOPosix Thread.swift
[211/264] Compiling NIOPosix ThreadPosix.swift
[212/264] Compiling NIOPosix ThreadWindows.swift
[213/264] Compiling NIOPosix UnsafeTransfer.swift
[214/264] Compiling NIOPosix Utilities.swift
[215/264] Compiling NIOPosix VsockAddress.swift
[216/264] Compiling NIOPosix VsockChannelEvents.swift
[217/264] Compiling NIOPosix SelectableChannel.swift
[218/264] Compiling NIOPosix SelectableEventLoop.swift
[219/264] Compiling NIOPosix SelectorEpoll.swift
[220/264] Compiling NIOPosix SelectorGeneric.swift
[221/264] Compiling NIOPosix SelectorKqueue.swift
[222/264] Compiling NIOPosix SelectorUring.swift
[223/264] Compiling NIOPosix NIOThreadPool.swift
[224/264] Compiling NIOPosix NonBlockingFileIO.swift
[225/264] Compiling NIOPosix PendingDatagramWritesManager.swift
[226/264] Compiling NIOPosix PendingWritesManager.swift
[227/264] Compiling NIOPosix PipeChannel.swift
[228/264] Compiling NIOPosix PipePair.swift
[229/264] Compiling NIOPosix Pool.swift
[230/264] Compiling NIOPosix PooledRecvBufferAllocator.swift
[231/264] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[232/264] Compiling NIOPosix PosixSingletons.swift
[233/264] Compiling NIOPosix RawSocketBootstrap.swift
[234/264] Compiling NIOPosix Resolver.swift
[235/264] Compiling NIOPosix Selectable.swift
[236/264] Compiling NIOPosix Bootstrap.swift
[237/264] Compiling NIOPosix ControlMessage.swift
[238/264] Compiling NIOPosix DatagramVectorReadManager.swift
[239/264] Compiling NIOPosix Errors+Any.swift
[240/264] Compiling NIOPosix FileDescriptor.swift
[241/264] Compiling NIOPosix GetaddrinfoResolver.swift
[242/264] Compiling NIOPosix HappyEyeballs.swift
[243/264] Compiling NIOPosix BSDSocketAPICommon.swift
[244/264] Compiling NIOPosix BSDSocketAPIPosix.swift
[245/264] Compiling NIOPosix BSDSocketAPIWindows.swift
[246/264] Compiling NIOPosix BaseSocket.swift
[247/264] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[248/264] Compiling NIOPosix BaseSocketChannel.swift
[249/264] Compiling NIOPosix BaseStreamSocketChannel.swift
[250/265] Wrapping AST for NIOPosix for debugging
[252/267] Emitting module NIO
[253/267] Compiling NIO Exports.swift
[254/268] Wrapping AST for NIO for debugging
[256/312] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[257/312] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[258/312] Emitting module NIOTLS
[259/312] Compiling NIOTLS TLSEvents.swift
[260/312] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[261/312] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[262/312] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[263/312] Compiling NIOIRC IRCServerName.swift
[264/312] Compiling NIOIRC IRCUserID.swift
[265/314] Emitting module NIOFoundationCompat
[266/315] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[267/315] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[268/315] Compiling NIOTLS SNIHandler.swift
[269/315] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[270/315] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[271/315] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[272/315] Compiling NIOHTTP1 HTTPTypes.swift
[274/316] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[275/316] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[276/316] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[277/316] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[281/318] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[283/318] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[284/318] Compiling NIOIRC IRCUserMode.swift
[285/318] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[286/318] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[286/318] Wrapping AST for NIOFoundationCompat for debugging
[287/318] Wrapping AST for NIOTLS for debugging
[289/318] Emitting module NIOIRC
[293/318] Compiling NIOHTTP1 ByteCollectionUtils.swift
[294/318] Compiling NIOHTTP1 HTTPDecoder.swift
[295/318] Compiling NIOHTTP1 HTTPEncoder.swift
[297/326] Emitting module NIOTransportServices
[298/343] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[299/343] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[300/343] Compiling NIOTransportServices NIOTSDatagramListener.swift
[301/343] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[302/343] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[303/343] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[304/343] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[305/343] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[306/343] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[307/343] Compiling NIOTransportServices NIOTSListenerChannel.swift
[308/343] Compiling NIOTransportServices AcceptHandler.swift
[309/343] Compiling NIOTransportServices NIOTSBootstraps.swift
[310/343] Compiling NIOTransportServices NIOTSChannelOptions.swift
[312/343] Emitting module NIOHTTP1
[317/343] Compiling NIOTransportServices NIOTSErrors.swift
[318/343] Compiling NIOTransportServices NIOTSEventLoop.swift
[319/343] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[320/343] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[321/344] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[322/344] Compiling NIOTransportServices NIOTSSingletons.swift
[323/344] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[324/344] Compiling NIOTransportServices StateManagedChannel.swift
[325/344] Compiling NIOTransportServices StateManagedListenerChannel.swift
[326/344] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[334/345] Wrapping AST for NIOIRC for debugging
[335/355] Wrapping AST for NIOTransportServices for debugging
[336/355] Wrapping AST for NIOHTTP1 for debugging
[338/372] Compiling IRCServer ReExports.swift
[339/373] 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)
[340/373] Compiling IRCServer IRCServerMessageTarget.swift
[341/373] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[342/373] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[343/373] 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.",
[344/373] 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.",
[345/373] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
/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 | }
[346/373] Compiling NIOWebSocket SHA1.swift
/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 | }
[347/373] Compiling IRC ReExports.swift
[348/373] Compiling NIOWebSocket WebSocketOpcode.swift
[349/374] Compiling IRC IRCRetryStrategyCB.swift
[350/374] Compiling IRC IRCClientDelegate.swift
[351/374] Compiling IRC IRCClientMessageTarget.swift
[352/374] Compiling IRC IRCClientOptions.swift
[355/374] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[356/374] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[357/374] Compiling IRCServer IRCSessionDispatcher.swift
[358/374] 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 | }
[359/375] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[361/375] Compiling NIOWebSocket WebSocketErrorCodes.swift
[362/375] Compiling NIOWebSocket WebSocketFrame.swift
[363/375] Emitting module NIOWebSocket
[366/376] Emitting module IRC
[367/376] Compiling IRC IRCClient.swift
[367/377] Wrapping AST for IRCServer for debugging
[370/377] Wrapping AST for NIOWebSocket for debugging
[371/377] Wrapping AST for IRC for debugging
[373/384] Compiling IRCWebClient ClientResources.swift
[374/384] Compiling IRCElizaBot IRCElizaBot.swift
[375/384] Emitting module IRCElizaBot
[377/385] Compiling IRCWebClient IRCWebSocketBridge.swift
[377/385] Wrapping AST for IRCElizaBot for debugging
[379/385] Compiling IRCWebClient IRCWebClientServer.swift
[380/385] Emitting module IRCWebClient
[381/385] Compiling IRCWebClient IRCWebClientEndPoint.swift
[382/389] Wrapping AST for IRCWebClient for debugging
[384/389] Compiling miniircd main.swift
[385/389] Emitting module miniircd
[386/389] Compiling miniircd Config.swift
[387/390] Wrapping AST for miniircd for debugging
[388/390] Write Objects.LinkFileList
[389/390] Linking miniircd
Build complete! (72.20s)
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.