The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-nio-irc-server, reference develop (8393fa), with Swift 6.1 for Android on 27 May 2025 10:23:25 UTC.

Swift 6 data race errors: 1

Build Command

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

Build Log

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