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 0.7.0 (9d26c4), with Swift 6.1 for Android on 27 May 2025 10:24:10 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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: 0.7.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/NozeIO/swift-nio-irc-server
 * tag               0.7.0      -> FETCH_HEAD
HEAD is now at 9d26c41 Merge branch 'develop'
Cloned https://github.com/NozeIO/swift-nio-irc-server.git
Revision (git rev-parse @):
9d26c41e28edaff06a73ef5d7d523c79c97a1c80
SUCCESS checkout https://github.com/NozeIO/swift-nio-irc-server.git at 0.7.0
========================================
Build
========================================
Selected platform:         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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
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
Fetching https://github.com/NozeIO/swift-nio-irc-webclient.git
[1/94] Fetching swift-nio-irc-eliza
[51/408] Fetching swift-nio-irc-eliza, swift-nio-irc
[73/632] Fetching swift-nio-irc-eliza, swift-nio-irc, swift-nio-irc-webclient
Fetched https://github.com/NozeIO/swift-nio-irc-webclient.git from cache (0.50s)
Fetched https://github.com/SwiftNIOExtras/swift-nio-irc.git from cache (0.50s)
[51/76136] Fetching swift-nio-irc-eliza, swift-nio
Fetched https://github.com/NozeIO/swift-nio-irc-eliza.git from cache (7.23s)
Fetched https://github.com/apple/swift-nio.git from cache (7.36s)
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 (9.17s)
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 (1.03s)
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.83s)
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.49s)
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.60s)
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 (1.00s)
Fetching https://github.com/AlwaysRightInstitute/SwiftEliza.git
[1/159] Fetching swifteliza
Fetched https://github.com/AlwaysRightInstitute/SwiftEliza.git from cache (0.40s)
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 (0.87s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.58s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.99s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
[665/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.30s)
Fetched https://github.com/apple/swift-collections.git from cache (1.35s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.34s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.95s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.21s)
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/NozeIO/swift-nio-irc-webclient.git
Working copy of https://github.com/NozeIO/swift-nio-irc-webclient.git resolved at 0.8.0
Creating working copy for https://github.com/NozeIO/swift-nio-irc-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/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-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-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.83.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
Building for debugging...
[0/60] Write sources
[22/60] Compiling CNIOWindows shim.c
[22/60] Compiling _AtomicsShims.c
[24/60] Compiling CNIOWindows WSAStartup.c
[25/60] Compiling CNIOWASI CNIOWASI.c
[26/60] Compiling CNIODarwin shim.c
[27/60] Compiling CNIOLLHTTP c_nio_http.c
[28/60] Compiling CNIOLinux liburing_shims.c
[28/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 _NIODataStructures
[36/101] Emitting module Atomics
[37/103] Compiling Atomics IntegerOperations.swift
[38/103] Compiling Atomics Unmanaged extensions.swift
[39/103] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[40/104] Compiling Atomics PointerConformances.swift
[41/104] Compiling Atomics Primitives.native.swift
[42/104] Compiling _NIODataStructures Heap.swift
[43/104] Compiling _NIODataStructures PriorityQueue.swift
[44/104] Compiling Atomics OptionalRawRepresentable.swift
[45/104] Compiling Atomics RawRepresentable.swift
[46/104] Compiling Atomics AtomicOptionalWrappable.swift
[47/104] Compiling Atomics AtomicReference.swift
[48/104] Compiling Atomics AtomicStorage.swift
[49/104] Compiling Atomics AtomicValue.swift
[50/104] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[51/104] Compiling _NIODataStructures _TinyArray.swift
[52/104] Compiling _NIOBase64 Base64.swift
[53/104] Emitting module _NIOBase64
[54/106] Compiling Atomics AtomicMemoryOrderings.swift
[55/106] Compiling Atomics DoubleWord.swift
[58/106] Compiling Atomics AtomicBool.swift
[59/106] Emitting module InternalCollectionsUtilities
[61/106] Compiling Atomics IntegerConformances.swift
[62/106] Compiling Atomics Primitives.shims.swift
[63/106] Compiling Atomics AtomicInteger.swift
[73/107] Compiling Atomics ManagedAtomic.swift
[74/107] Compiling Atomics ManagedAtomicLazyReference.swift
[75/107] Compiling Atomics UnsafeAtomic.swift
[76/107] Compiling Atomics UnsafeAtomicLazyReference.swift
[77/108] Compiling c-nioatomics.c
[81/108] Wrapping AST for _NIODataStructures for debugging
[82/108] Wrapping AST for InternalCollectionsUtilities for debugging
[83/108] Wrapping AST for Atomics for debugging
[84/108] Wrapping AST for _NIOBase64 for debugging
[86/123] Compiling DequeModule Deque+CustomReflectable.swift
[87/123] Compiling DequeModule Deque+Descriptions.swift
[87/125] Compiling c-atomics.c
[89/125] Compiling DequeModule _DequeBuffer.swift
[90/125] Compiling DequeModule _DequeBufferHeader.swift
[91/125] Compiling DequeModule Deque+Equatable.swift
[92/125] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[93/131] Compiling DequeModule Deque._UnsafeHandle.swift
[94/131] Compiling DequeModule Deque.swift
[95/131] Compiling DequeModule Deque+Extras.swift
[96/131] Compiling DequeModule Deque+Hashable.swift
[97/131] Compiling DequeModule Deque+Testing.swift
[98/131] Compiling DequeModule Deque._Storage.swift
[99/131] Compiling DequeModule Deque+Codable.swift
[100/131] Compiling DequeModule Deque+Collection.swift
[101/131] Compiling DequeModule _DequeSlot.swift
[102/131] Compiling DequeModule _UnsafeWrappedBuffer.swift
[103/131] Emitting module DequeModule
[104/132] Compiling NIOConcurrencyHelpers lock.swift
[105/132] Emitting module NIOConcurrencyHelpers
[107/132] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[108/132] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[109/132] Compiling NIOConcurrencyHelpers atomics.swift
[110/132] Compiling NIOConcurrencyHelpers NIOLock.swift
[110/133] Wrapping AST for DequeModule for debugging
[112/133] Wrapping AST for NIOConcurrencyHelpers for debugging
[114/193] Compiling NIOCore MulticastChannel.swift
[115/193] Compiling NIOCore NIOAny.swift
[116/193] Compiling NIOCore NIOCloseOnErrorHandler.swift
[117/193] Compiling NIOCore NIOLoopBound.swift
[118/193] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[119/193] Compiling NIOCore NIOScheduledCallback.swift
[120/193] Compiling NIOCore NIOSendable.swift
[121/193] Compiling NIOCore RecvByteBufferAllocator.swift
[122/201] Compiling Eliza Eliza.swift
[123/201] Emitting module Eliza
[125/202] Compiling NIOCore IO.swift
[126/202] Compiling NIOCore IOData.swift
[127/202] Compiling NIOCore IPProtocol.swift
[128/202] Compiling NIOCore IntegerBitPacking.swift
[129/202] Compiling NIOCore IntegerTypes.swift
[130/202] Compiling NIOCore Interfaces.swift
[131/202] Compiling NIOCore Linux.swift
[132/202] Compiling NIOCore MarkedCircularBuffer.swift
[133/202] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[134/202] Compiling NIOCore SocketAddresses.swift
[135/202] Compiling NIOCore SocketOptionProvider.swift
[136/202] Compiling NIOCore SystemCallHelpers.swift
[137/202] Compiling NIOCore TimeAmount+Duration.swift
[138/202] Compiling NIOCore TypeAssistedChannelHandler.swift
[139/202] Compiling NIOCore UniversalBootstrapSupport.swift
[140/202] Compiling NIOCore Utilities.swift
[140/202] Wrapping AST for Eliza for debugging
[142/202] Compiling NIOCore CircularBuffer.swift
[143/202] Compiling NIOCore Codec.swift
[144/202] Compiling NIOCore ConvenienceOptionSupport.swift
[145/202] Compiling NIOCore DeadChannel.swift
[146/202] Compiling NIOCore DispatchQueue+WithFuture.swift
[147/202] Compiling NIOCore EventLoop+Deprecated.swift
[148/202] Compiling NIOCore EventLoop+SerialExecutor.swift
[149/202] Compiling NIOCore EventLoop.swift
[150/202] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[151/202] Compiling NIOCore BSDSocketAPI.swift
[152/202] Compiling NIOCore ByteBuffer-aux.swift
[153/202] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[154/202] Compiling NIOCore ByteBuffer-conversions.swift
[155/202] Compiling NIOCore ByteBuffer-core.swift
[156/202] Compiling NIOCore ByteBuffer-hex.swift
[157/202] Compiling NIOCore ByteBuffer-int.swift
[158/202] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[159/202] Compiling NIOCore AddressedEnvelope.swift
[160/202] Compiling NIOCore AsyncAwaitSupport.swift
[161/202] Compiling NIOCore AsyncChannel.swift
[162/202] Compiling NIOCore AsyncChannelHandler.swift
[163/202] Compiling NIOCore AsyncChannelInboundStream.swift
[164/202] Compiling NIOCore AsyncChannelOutboundWriter.swift
[165/202] Compiling NIOCore NIOAsyncSequenceProducer.swift
[166/202] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[167/202] Compiling NIOCore NIOAsyncWriter.swift
[168/202] Emitting module NIOCore
[169/202] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[170/202] Compiling NIOCore EventLoopFuture+Deprecated.swift
[171/202] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[172/202] Compiling NIOCore EventLoopFuture.swift
[173/202] Compiling NIOCore FileDescriptor.swift
[174/202] Compiling NIOCore FileHandle.swift
[175/202] Compiling NIOCore FileRegion.swift
[176/202] Compiling NIOCore GlobalSingletons.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/204] Wrapping AST for NIOCore for debugging
[188/253] Emitting module NIOEmbedded
[189/253] Compiling NIOEmbedded AsyncTestingChannel.swift
[190/253] Compiling NIOPosix Pool.swift
[191/253] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[192/253] Compiling NIOPosix PosixSingletons.swift
[193/253] Compiling NIOPosix RawSocketBootstrap.swift
[194/253] Compiling NIOPosix Resolver.swift
[195/253] Compiling NIOPosix Selectable.swift
[196/259] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[197/259] Compiling NIOEmbedded Embedded.swift
[199/260] Compiling NIOPosix IO.swift
[200/260] Compiling NIOPosix IntegerBitPacking.swift
[201/260] Compiling NIOPosix IntegerTypes.swift
[202/260] Compiling NIOPosix Linux.swift
[203/260] Compiling NIOPosix LinuxCPUSet.swift
[204/260] Compiling NIOPosix LinuxUring.swift
[205/260] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[205/260] Wrapping AST for NIOEmbedded for debugging
[207/260] Compiling NIOPosix SelectableChannel.swift
[208/260] Compiling NIOPosix SelectableEventLoop.swift
[209/260] Compiling NIOPosix SelectorEpoll.swift
[210/260] Compiling NIOPosix SelectorGeneric.swift
[211/260] Compiling NIOPosix SelectorKqueue.swift
[212/260] Compiling NIOPosix SelectorUring.swift
[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 ServerSocket.swift
[220/260] Compiling NIOPosix Socket.swift
[221/260] Compiling NIOPosix SocketChannel.swift
[222/260] Compiling NIOPosix SocketProtocols.swift
[223/260] Compiling NIOPosix System.swift
[224/260] Compiling NIOPosix Thread.swift
[225/260] Compiling NIOPosix NIOThreadPool.swift
[226/260] Compiling NIOPosix NonBlockingFileIO.swift
[227/260] Compiling NIOPosix PendingDatagramWritesManager.swift
[228/260] Compiling NIOPosix PendingWritesManager.swift
[229/260] Compiling NIOPosix PipeChannel.swift
[230/260] Compiling NIOPosix PipePair.swift
[231/260] Compiling NIOPosix BSDSocketAPICommon.swift
[232/260] Compiling NIOPosix BSDSocketAPIPosix.swift
[233/260] Compiling NIOPosix BSDSocketAPIWindows.swift
[234/260] Compiling NIOPosix BaseSocket.swift
[235/260] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[236/260] Compiling NIOPosix BaseSocketChannel.swift
[237/260] Compiling NIOPosix BaseStreamSocketChannel.swift
[238/260] Emitting module NIOPosix
[239/260] Compiling NIOPosix Bootstrap.swift
[240/260] Compiling NIOPosix ControlMessage.swift
[241/260] Compiling NIOPosix DatagramVectorReadManager.swift
[242/260] Compiling NIOPosix Errors+Any.swift
[243/260] Compiling NIOPosix FileDescriptor.swift
[244/260] Compiling NIOPosix GetaddrinfoResolver.swift
[245/260] Compiling NIOPosix HappyEyeballs.swift
[246/261] Wrapping AST for NIOPosix for debugging
[248/263] Emitting module NIO
[249/263] Compiling NIO Exports.swift
[250/264] Wrapping AST for NIO for debugging
[252/308] Emitting module NIOTLS
[253/308] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[254/308] Compiling NIOTLS TLSEvents.swift
[255/308] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[256/308] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[257/308] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[258/308] Emitting module NIOFoundationCompat
[259/309] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[261/309] Compiling NIOIRC IRCServerName.swift
[262/309] Compiling NIOIRC IRCUserID.swift
[263/311] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[264/311] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[265/311] Compiling NIOTLS SNIHandler.swift
[266/312] Compiling NIOIRC IRCMessageRecipient.swift
[267/312] Compiling NIOIRC IRCNickName.swift
[267/312] Wrapping AST for NIOFoundationCompat for debugging
[270/312] Compiling NIOIRC IRCMessageTarget.swift
[271/312] Compiling NIOIRC IRCChannelMode.swift
[272/312] Compiling NIOIRC IRCChannelName.swift
[273/312] Compiling NIOIRC IRCCommand.swift
[274/312] Compiling NIOIRC IRCCommandCodes.swift
[275/312] Compiling NIOIRC IRCMessage.swift
[276/312] Emitting module NIOHTTP1
[276/314] Wrapping AST for NIOTLS for debugging
[278/336] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[279/336] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[280/336] Compiling NIOTransportServices NIOTSListenerChannel.swift
[281/336] Compiling NIOTransportServices AcceptHandler.swift
[282/336] Compiling NIOTransportServices StateManagedChannel.swift
[283/336] Compiling NIOTransportServices StateManagedListenerChannel.swift
[284/336] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[285/338] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[286/338] Compiling NIOTransportServices NIOTSSingletons.swift
[287/338] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[288/338] Compiling NIOTransportServices NIOTSBootstraps.swift
[289/338] Compiling NIOTransportServices NIOTSChannelOptions.swift
[290/338] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[291/338] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[292/338] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[293/338] Compiling NIOTransportServices NIOTSErrors.swift
[294/338] Compiling NIOTransportServices NIOTSEventLoop.swift
[297/338] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[298/338] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[299/338] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[304/338] Compiling NIOTransportServices NIOTSDatagramListener.swift
[305/338] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[306/338] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[310/338] Emitting module NIOTransportServices
[317/339] Emitting module NIOIRC
[318/340] Wrapping AST for NIOTransportServices for debugging
[327/340] Wrapping AST for NIOIRC for debugging
[329/357] Compiling IRCServer IRCChannel.swift
[330/357] Compiling IRCServer IRCLogger.swift
[331/357] Compiling IRCServer IRCServer.swift
[332/358] Compiling IRCServer ReExports.swift
[333/359] Compiling IRC IRCClientDelegate.swift
[334/359] Compiling IRC IRCRetryStrategyCB.swift
[335/359] Compiling IRC ReExports.swift
[337/359] Compiling IRC IRCClientMessageTarget.swift
[338/359] Compiling IRC IRCClientOptions.swift
[338/359] Wrapping AST for NIOHTTP1 for debugging
[342/359] Compiling IRC IRCClient.swift
[343/359] Emitting module IRC
[344/359] Compiling IRCServer IRCSessionDispatcher.swift
[345/359] 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.",
[346/360] 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)
[348/370] Compiling IRCServer IRCServerMessageTarget.swift
[349/370] 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.",
[350/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 |               }
[351/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 |               }
[352/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 | }
[353/371] Wrapping AST for IRC for debugging
[355/373] Compiling NIOWebSocket WebSocketOpcode.swift
[355/374] Wrapping AST for IRCServer for debugging
[359/374] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[360/374] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[361/374] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[362/374] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[363/374] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[364/374] Emitting module NIOWebSocket
[365/374] Emitting module IRCElizaBot
[366/374] Compiling IRCElizaBot IRCElizaBot.swift
[367/374] Compiling NIOWebSocket WebSocketErrorCodes.swift
[368/374] Compiling NIOWebSocket WebSocketFrame.swift
[370/376] Wrapping AST for IRCElizaBot for debugging
[371/376] Wrapping AST for NIOWebSocket for debugging
[373/381] Compiling IRCWebClient IRCWebSocketBridge.swift
[374/381] Compiling IRCWebClient ClientResources.swift
[375/381] Compiling IRCWebClient IRCWebClientEndPoint.swift
[376/381] Emitting module IRCWebClient
[377/381] Compiling IRCWebClient IRCWebClientServer.swift
[378/382] Wrapping AST for IRCWebClient for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[380/385] Compiling miniircd Config.swift
[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 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 | }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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] Emitting module _NIODataStructures
[3/72] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[4/73] Compiling Atomics UnsafeAtomic.swift
[5/73] Compiling Atomics UnsafeAtomicLazyReference.swift
[6/73] Compiling Atomics AtomicMemoryOrderings.swift
[7/73] Compiling Atomics DoubleWord.swift
[8/73] Compiling Atomics ManagedAtomic.swift
[9/73] Compiling Atomics ManagedAtomicLazyReference.swift
[10/75] Compiling Atomics Primitives.shims.swift
[11/75] Compiling Atomics AtomicInteger.swift
[13/75] Compiling Atomics IntegerConformances.swift
[14/75] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[17/75] Compiling Atomics AtomicOptionalWrappable.swift
[18/75] Compiling Atomics AtomicReference.swift
[19/75] Compiling Atomics AtomicStorage.swift
[20/75] Compiling Atomics AtomicValue.swift
[21/75] Compiling _NIODataStructures PriorityQueue.swift
[22/75] Compiling _NIODataStructures Heap.swift
[23/75] Compiling _NIODataStructures _TinyArray.swift
[24/76] Emitting module NIOConcurrencyHelpers
[25/76] Emitting module _NIOBase64
[26/76] Compiling _NIOBase64 Base64.swift
[28/77] Compiling NIOConcurrencyHelpers atomics.swift
[29/77] Compiling NIOConcurrencyHelpers NIOLock.swift
[30/77] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[31/77] Compiling NIOConcurrencyHelpers lock.swift
[32/78] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[34/77] Compiling Atomics IntegerOperations.swift
[35/77] Compiling Atomics Unmanaged extensions.swift
[41/75] Compiling Atomics PointerConformances.swift
[42/75] Compiling Atomics Primitives.native.swift
[45/75] Emitting module InternalCollectionsUtilities
[46/76] Wrapping AST for InternalCollectionsUtilities for debugging
[48/91] Compiling DequeModule Deque+Equatable.swift
[49/91] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[50/91] Compiling DequeModule Deque+CustomReflectable.swift
[51/91] Compiling DequeModule Deque+Descriptions.swift
[52/93] Emitting module Eliza
[53/93] Compiling Eliza Eliza.swift
[54/94] Compiling DequeModule _DequeBuffer.swift
[55/94] Compiling DequeModule _DequeBufferHeader.swift
[57/93] Compiling DequeModule _DequeSlot.swift
[58/93] Compiling DequeModule _UnsafeWrappedBuffer.swift
[59/93] Compiling DequeModule Deque+Hashable.swift
[63/93] Compiling DequeModule Deque._UnsafeHandle.swift
[64/93] Compiling DequeModule Deque.swift
[65/93] Compiling DequeModule Deque+Testing.swift
[66/93] Compiling DequeModule Deque._Storage.swift
[69/93] Compiling DequeModule Deque+Extras.swift
[71/93] Emitting module Atomics
[72/94] Compiling DequeModule Deque+Codable.swift
[73/94] Compiling DequeModule Deque+Collection.swift
[75/94] Emitting module DequeModule
[76/95] Wrapping AST for Atomics for debugging
[77/95] Wrapping AST for DequeModule for debugging
[79/155] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[80/155] Compiling NIOCore EventLoopFuture+Deprecated.swift
[81/155] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[82/155] Compiling NIOCore EventLoopFuture.swift
[83/155] Compiling NIOCore FileDescriptor.swift
[84/155] Compiling NIOCore FileHandle.swift
[85/155] Compiling NIOCore FileRegion.swift
[86/155] Compiling NIOCore GlobalSingletons.swift
[87/163] Compiling NIOCore AddressedEnvelope.swift
[88/163] Compiling NIOCore AsyncAwaitSupport.swift
[89/163] Compiling NIOCore AsyncChannel.swift
[90/163] Compiling NIOCore AsyncChannelHandler.swift
[91/163] Compiling NIOCore AsyncChannelInboundStream.swift
[92/163] Compiling NIOCore AsyncChannelOutboundWriter.swift
[93/163] Compiling NIOCore NIOAsyncSequenceProducer.swift
[94/163] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[95/163] Compiling NIOCore NIOAsyncWriter.swift
[96/163] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[97/163] Compiling NIOCore SocketAddresses.swift
[98/163] Compiling NIOCore SocketOptionProvider.swift
[99/163] Compiling NIOCore SystemCallHelpers.swift
[100/163] Compiling NIOCore TimeAmount+Duration.swift
[101/163] Compiling NIOCore TypeAssistedChannelHandler.swift
[102/163] Compiling NIOCore UniversalBootstrapSupport.swift
[103/163] Compiling NIOCore Utilities.swift
[104/163] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[105/163] Compiling NIOCore BSDSocketAPI.swift
[106/163] Compiling NIOCore ByteBuffer-aux.swift
[107/163] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[108/163] Compiling NIOCore ByteBuffer-conversions.swift
[109/163] Compiling NIOCore ByteBuffer-core.swift
[110/163] Compiling NIOCore ByteBuffer-hex.swift
[111/163] Compiling NIOCore ByteBuffer-int.swift
[112/163] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[113/163] Emitting module NIOCore
[114/163] Compiling NIOCore IO.swift
[115/163] Compiling NIOCore IOData.swift
[116/163] Compiling NIOCore IPProtocol.swift
[117/163] Compiling NIOCore IntegerBitPacking.swift
[118/163] Compiling NIOCore IntegerTypes.swift
[119/163] Compiling NIOCore Interfaces.swift
[120/163] Compiling NIOCore Linux.swift
[121/163] Compiling NIOCore MarkedCircularBuffer.swift
[122/163] Compiling NIOCore MulticastChannel.swift
[123/163] Compiling NIOCore NIOAny.swift
[124/163] Compiling NIOCore NIOCloseOnErrorHandler.swift
[125/163] Compiling NIOCore NIOLoopBound.swift
[126/163] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[127/163] Compiling NIOCore NIOScheduledCallback.swift
[128/163] Compiling NIOCore NIOSendable.swift
[129/163] Compiling NIOCore RecvByteBufferAllocator.swift
[130/163] Compiling NIOCore CircularBuffer.swift
[131/163] Compiling NIOCore Codec.swift
[132/163] Compiling NIOCore ConvenienceOptionSupport.swift
[133/163] Compiling NIOCore DeadChannel.swift
[134/163] Compiling NIOCore DispatchQueue+WithFuture.swift
[135/163] Compiling NIOCore EventLoop+Deprecated.swift
[136/163] Compiling NIOCore EventLoop+SerialExecutor.swift
[137/163] Compiling NIOCore EventLoop.swift
[138/163] Compiling NIOCore ByteBuffer-multi-int.swift
[139/163] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[140/163] Compiling NIOCore ByteBuffer-views.swift
[141/163] Compiling NIOCore Channel.swift
[142/163] Compiling NIOCore ChannelHandler.swift
[143/163] Compiling NIOCore ChannelHandlers.swift
[144/163] Compiling NIOCore ChannelInvoker.swift
[145/163] Compiling NIOCore ChannelOption.swift
[146/163] Compiling NIOCore ChannelPipeline.swift
[148/213] Compiling NIOEmbedded AsyncTestingChannel.swift
[149/213] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[150/213] Compiling NIOEmbedded Embedded.swift
[151/213] Emitting module NIOEmbedded
[153/213] Compiling NIOPosix BSDSocketAPICommon.swift
[154/213] Compiling NIOPosix BSDSocketAPIPosix.swift
[155/213] Compiling NIOPosix BSDSocketAPIWindows.swift
[156/213] Compiling NIOPosix BaseSocket.swift
[157/213] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[158/213] Compiling NIOPosix BaseSocketChannel.swift
[159/213] Compiling NIOPosix BaseStreamSocketChannel.swift
[160/219] Compiling NIOPosix Pool.swift
[161/219] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[162/219] Compiling NIOPosix PosixSingletons.swift
[163/219] Compiling NIOPosix RawSocketBootstrap.swift
[164/219] Compiling NIOPosix Resolver.swift
[165/219] Compiling NIOPosix Selectable.swift
[166/219] Compiling NIOPosix ServerSocket.swift
[167/219] Compiling NIOPosix Socket.swift
[168/219] Compiling NIOPosix SocketChannel.swift
[169/219] Compiling NIOPosix SocketProtocols.swift
[170/219] Compiling NIOPosix System.swift
[171/219] Compiling NIOPosix Thread.swift
[172/219] Compiling NIOPosix IO.swift
[173/219] Compiling NIOPosix IntegerBitPacking.swift
[174/219] Compiling NIOPosix IntegerTypes.swift
[175/219] Compiling NIOPosix Linux.swift
[176/219] Compiling NIOPosix LinuxCPUSet.swift
[177/219] Compiling NIOPosix LinuxUring.swift
[178/219] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[179/219] Compiling NIOPosix Bootstrap.swift
[180/219] Compiling NIOPosix ControlMessage.swift
[181/219] Compiling NIOPosix DatagramVectorReadManager.swift
[182/219] Compiling NIOPosix Errors+Any.swift
[183/219] Compiling NIOPosix FileDescriptor.swift
[184/219] Compiling NIOPosix GetaddrinfoResolver.swift
[185/219] Compiling NIOPosix HappyEyeballs.swift
[186/219] Emitting module NIOPosix
[187/219] Compiling NIOPosix SelectableChannel.swift
[188/219] Compiling NIOPosix SelectableEventLoop.swift
[189/219] Compiling NIOPosix SelectorEpoll.swift
[190/219] Compiling NIOPosix SelectorGeneric.swift
[191/219] Compiling NIOPosix SelectorKqueue.swift
[192/219] Compiling NIOPosix SelectorUring.swift
[193/219] Compiling NIOPosix NIOThreadPool.swift
[194/219] Compiling NIOPosix NonBlockingFileIO.swift
[195/219] Compiling NIOPosix PendingDatagramWritesManager.swift
[196/219] Compiling NIOPosix PendingWritesManager.swift
[197/219] Compiling NIOPosix PipeChannel.swift
[198/219] Compiling NIOPosix PipePair.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 NIOFoundationCompat WaitSpinningRunLoop.swift
[210/265] Compiling NIOIRC IRCServerName.swift
[211/265] Compiling NIOIRC IRCUserID.swift
[212/267] Compiling NIOTLS TLSEvents.swift
[213/267] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[214/267] Compiling NIOIRC IRCMessageRecipient.swift
[215/267] Compiling NIOIRC IRCNickName.swift
[216/267] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[217/267] Emitting module NIOFoundationCompat
[218/267] Compiling NIOIRC IRCUserInfo.swift
[219/267] Compiling NIOIRC IRCUserMode.swift
[220/267] Compiling NIOIRC IRCCommandCodes.swift
[221/267] Compiling NIOIRC IRCMessage.swift
[222/267] Compiling NIOIRC IRCCommandParser.swift
[223/267] Compiling NIOIRC IRCDispatcher.swift
[224/269] Compiling NIOIRC IRCChannelName.swift
[225/269] Compiling NIOIRC IRCCommand.swift
[226/269] Compiling NIOIRC IRCMessageTarget.swift
[227/269] Compiling NIOIRC IRCChannelMode.swift
[228/269] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[229/269] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[230/269] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[231/269] Emitting module NIOTLS
[232/269] Compiling NIOTLS SNIHandler.swift
[233/269] Compiling NIOIRC IRCMessageParser.swift
[234/269] Compiling NIOIRC ByteBufferExtras.swift
[235/269] Compiling NIOIRC Scandinavian.swift
[236/269] Compiling NIOIRC IRCChannelHandler.swift
[237/269] Emitting module NIOHTTP1
[242/269] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[251/271] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[252/271] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[253/269] Emitting module NIOIRC
[261/292] Emitting module NIOTransportServices
[262/292] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[263/292] Compiling NIOTransportServices NIOTSErrors.swift
[264/292] Compiling NIOTransportServices NIOTSEventLoop.swift
[265/292] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[266/292] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[267/292] Compiling NIOTransportServices NIOTSListenerChannel.swift
[267/294] Wrapping AST for NIOIRC for debugging
[269/294] Compiling NIOTransportServices StateManagedChannel.swift
[270/294] Compiling NIOTransportServices StateManagedListenerChannel.swift
[271/294] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[272/294] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[273/294] Compiling NIOTransportServices NIOTSSingletons.swift
[274/294] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[275/294] Compiling NIOTransportServices NIOTSBootstraps.swift
[276/294] Compiling NIOTransportServices NIOTSChannelOptions.swift
[277/294] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[278/294] Compiling NIOTransportServices AcceptHandler.swift
[279/294] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[280/294] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[281/294] Compiling NIOTransportServices NIOTSDatagramListener.swift
[282/294] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[283/294] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[284/311] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[285/311] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[287/314] Compiling IRCServer ReExports.swift
[288/314] Compiling IRCServer IRCServerMessageTarget.swift
[289/315] Compiling IRCServer IRCServerError.swift
[290/315] Compiling NIOWebSocket WebSocketOpcode.swift
[291/318] Compiling IRCServer IRCSessionDispatcher.swift
[292/318] Compiling IRCServer IRCSessionHandler.swift
[293/323] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[294/323] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[295/323] Emitting module NIOWebSocket
[296/323] Compiling IRCServer IRCChannel.swift
[297/323] Compiling IRCServer IRCLogger.swift
[298/323] Compiling IRC ReExports.swift
[299/323] Compiling IRC IRCRetryStrategyCB.swift
[300/323] Emitting module IRCServer
[303/323] Compiling IRCServer IRCServer.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.
[304/323] Compiling IRCServer IRCServerContext.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.
[305/323] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[306/323] 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)
[307/324] Compiling IRC IRCClientDelegate.swift
[308/324] Compiling NIOWebSocket WebSocketErrorCodes.swift
[311/324] Compiling NIOWebSocket WebSocketFrame.swift
[312/325] Compiling IRC IRCClientMessageTarget.swift
[313/325] Compiling IRC IRCClientOptions.swift
[316/325] Emitting module IRC
[317/325] Compiling IRC IRCClient.swift
[318/325] Wrapping AST for IRCServer for debugging
[319/325] Wrapping AST for IRC for debugging
[321/332] Compiling IRCWebClient ClientResources.swift
[322/332] Emitting module IRCElizaBot
[323/332] Compiling IRCElizaBot IRCElizaBot.swift
[324/332] Compiling IRCWebClient IRCWebClientEndPoint.swift
[325/332] Compiling IRCWebClient IRCWebSocketBridge.swift
[327/332] Emitting module IRCWebClient
[328/332] Compiling IRCWebClient IRCWebClientServer.swift
[330/335] Emitting module miniircd
[331/335] Compiling miniircd main.swift
[332/335] Compiling miniircd Config.swift
[333/336] Wrapping AST for miniircd for debugging
[334/336] Write Objects.LinkFileList
[335/336] Linking miniircd
Build complete! (41.26s)
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.