The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-nio-irc-eliza, reference develop (e19a13), with Swift 6.1 for Linux on 25 Apr 2025 12:25:55 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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NozeIO/swift-nio-irc-eliza.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-eliza
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at e19a13b Travis: Forgot a line
Cloned https://github.com/NozeIO/swift-nio-irc-eliza.git
Revision (git rev-parse @):
e19a13bb630e63f54e197b53cfe44129e76ca355
SUCCESS checkout https://github.com/NozeIO/swift-nio-irc-eliza.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/NozeIO/swift-nio-irc-eliza.git
https://github.com/NozeIO/swift-nio-irc-eliza.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swifteliza",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AlwaysRightInstitute/SwiftEliza.git"
    },
    {
      "identity" : "swift-nio-irc-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NozeIO/swift-nio-irc-client.git"
    }
  ],
  "manifest_display_name" : "swift-nio-irc-eliza",
  "name" : "swift-nio-irc-eliza",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "IRCElizaBot",
      "targets" : [
        "IRCElizaBot"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "elizabot",
      "targets" : [
        "elizabot"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "elizabot",
      "module_type" : "SwiftTarget",
      "name" : "elizabot",
      "path" : "Sources/elizabot",
      "product_memberships" : [
        "elizabot"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "IRCElizaBot"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IRCElizaBot",
      "module_type" : "SwiftTarget",
      "name" : "IRCElizaBot",
      "path" : "Sources/IRCElizaBot",
      "product_dependencies" : [
        "IRC",
        "Eliza"
      ],
      "product_memberships" : [
        "IRCElizaBot",
        "elizabot"
      ],
      "sources" : [
        "IRCElizaBot.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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/AlwaysRightInstitute/SwiftEliza.git
Fetching https://github.com/NozeIO/swift-nio-irc-client.git
[1/212] Fetching swift-nio-irc-client
[213/371] Fetching swift-nio-irc-client, swifteliza
Fetched https://github.com/NozeIO/swift-nio-irc-client.git from cache (1.20s)
Fetched https://github.com/AlwaysRightInstitute/SwiftEliza.git from cache (1.36s)
Computing version for https://github.com/AlwaysRightInstitute/SwiftEliza.git
Computed https://github.com/AlwaysRightInstitute/SwiftEliza.git at 1.0.1 (2.76s)
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.84s)
Fetching https://github.com/apple/swift-nio-transport-services
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/SwiftNIOExtras/swift-nio-irc.git
[1/314] Fetching swift-nio-irc
[306/2918] Fetching swift-nio-irc, swift-nio-transport-services
Fetched https://github.com/SwiftNIOExtras/swift-nio-irc.git from cache (0.38s)
[209/2604] Fetching swift-nio-transport-services
[1694/78035] Fetching swift-nio-transport-services, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services from cache (7.49s)
Fetched https://github.com/apple/swift-nio.git from cache (7.59s)
Computing version for https://github.com/SwiftNIOExtras/swift-nio-irc.git
Computed https://github.com/SwiftNIOExtras/swift-nio-irc.git at 0.8.2 (9.55s)
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.63s)
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (3.25s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (4.18s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.06s)
Fetched https://github.com/apple/swift-collections.git from cache (1.08s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.60s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.67s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.92s)
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/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/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-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/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.82.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Building for debugging...
[0/48] Write sources
[18/48] Compiling CNIODarwin shim.c
[19/48] Compiling CNIOWindows WSAStartup.c
[20/48] Compiling CNIOWASI CNIOWASI.c
[21/48] Compiling CNIOWindows shim.c
[22/48] Compiling _AtomicsShims.c
[23/48] Compiling CNIOLinux liburing_shims.c
[24/48] Compiling CNIOLinux shim.c
[25/48] Compiling c-nioatomics.c
[26/48] Compiling c-atomics.c
[26/48] Write swift-version-24593BA9C3E375BF.txt
[29/98] Emitting module Atomics
[30/100] Compiling Atomics Primitives.shims.swift
[31/100] Compiling Atomics AtomicInteger.swift
[32/100] Compiling _NIODataStructures _TinyArray.swift
[33/102] Compiling Atomics IntegerOperations.swift
[34/102] Compiling Atomics Unmanaged extensions.swift
[35/102] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[36/102] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[37/102] Compiling Atomics UnsafeAtomic.swift
[38/102] Compiling Atomics UnsafeAtomicLazyReference.swift
[39/102] Compiling Atomics AtomicReference.swift
[40/102] Compiling Atomics AtomicStorage.swift
[41/102] Compiling Atomics AtomicValue.swift
[42/102] Compiling _NIOBase64 Base64.swift
[43/102] Emitting module _NIOBase64
[44/102] Compiling Atomics AtomicMemoryOrderings.swift
[45/102] Compiling Atomics DoubleWord.swift
[50/102] Compiling Atomics AtomicOptionalWrappable.swift
[51/103] Compiling Atomics IntegerConformances.swift
[52/103] Compiling Atomics PointerConformances.swift
[53/103] Compiling Atomics Primitives.native.swift
[54/103] Compiling _NIODataStructures PriorityQueue.swift
[55/103] Compiling Atomics OptionalRawRepresentable.swift
[56/103] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[57/103] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[67/104] Emitting module InternalCollectionsUtilities
[75/105] Emitting module NIOConcurrencyHelpers
[76/105] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[77/105] Compiling NIOConcurrencyHelpers NIOLock.swift
[78/105] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[79/105] Emitting module _NIODataStructures
[80/105] Compiling _NIODataStructures Heap.swift
[81/106] Compiling NIOConcurrencyHelpers atomics.swift
[82/106] Compiling NIOConcurrencyHelpers lock.swift
[82/106] Wrapping AST for _NIOBase64 for debugging
[86/107] Wrapping AST for Atomics for debugging
[87/107] Wrapping AST for InternalCollectionsUtilities for debugging
[89/107] Emitting module Eliza
[90/107] Compiling Eliza Eliza.swift
[90/107] Wrapping AST for _NIODataStructures for debugging
[92/123] Wrapping AST for NIOConcurrencyHelpers for debugging
[94/123] Compiling DequeModule Deque+Equatable.swift
[95/123] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[96/123] Compiling DequeModule Deque+CustomReflectable.swift
[97/123] Compiling DequeModule Deque+Descriptions.swift
[98/125] Compiling DequeModule _DequeBuffer.swift
[99/125] Compiling DequeModule _DequeBufferHeader.swift
[99/125] Wrapping AST for Eliza for debugging
[101/125] Compiling DequeModule _DequeSlot.swift
[102/125] Compiling DequeModule _UnsafeWrappedBuffer.swift
[103/125] Compiling DequeModule Deque+Extras.swift
[104/125] Compiling DequeModule Deque+Hashable.swift
[105/125] Compiling DequeModule Deque._UnsafeHandle.swift
[106/125] Compiling DequeModule Deque.swift
[107/125] Compiling DequeModule Deque+Testing.swift
[108/125] Compiling DequeModule Deque._Storage.swift
[109/125] Compiling DequeModule Deque+Codable.swift
[110/125] Compiling DequeModule Deque+Collection.swift
[111/125] Emitting module DequeModule
[112/126] Wrapping AST for DequeModule for debugging
[114/185] Compiling NIOCore MarkedCircularBuffer.swift
[115/185] Compiling NIOCore MulticastChannel.swift
[116/185] Compiling NIOCore NIOAny.swift
[117/185] Compiling NIOCore NIOCloseOnErrorHandler.swift
[118/185] Compiling NIOCore NIOLoopBound.swift
[119/185] Compiling NIOCore NIOScheduledCallback.swift
[120/185] Compiling NIOCore NIOSendable.swift
[121/185] Compiling NIOCore RecvByteBufferAllocator.swift
[122/193] Compiling NIOCore ChannelPipeline.swift
[123/193] Compiling NIOCore CircularBuffer.swift
[124/193] Compiling NIOCore Codec.swift
[125/193] Compiling NIOCore ConvenienceOptionSupport.swift
[126/193] Compiling NIOCore DeadChannel.swift
[127/193] Compiling NIOCore DispatchQueue+WithFuture.swift
[128/193] Compiling NIOCore EventLoop+Deprecated.swift
[129/193] Compiling NIOCore EventLoop+SerialExecutor.swift
[130/193] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[131/193] Compiling NIOCore BSDSocketAPI.swift
[132/193] Compiling NIOCore ByteBuffer-aux.swift
[133/193] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[134/193] Compiling NIOCore ByteBuffer-conversions.swift
[135/193] Compiling NIOCore ByteBuffer-core.swift
[136/193] Compiling NIOCore ByteBuffer-hex.swift
[137/193] Compiling NIOCore ByteBuffer-int.swift
[138/193] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[139/193] Compiling NIOCore AddressedEnvelope.swift
[140/193] Compiling NIOCore AsyncAwaitSupport.swift
[141/193] Compiling NIOCore AsyncChannel.swift
[142/193] Compiling NIOCore AsyncChannelHandler.swift
[143/193] Compiling NIOCore AsyncChannelInboundStream.swift
[144/193] Compiling NIOCore AsyncChannelOutboundWriter.swift
[145/193] Compiling NIOCore NIOAsyncSequenceProducer.swift
[146/193] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[147/193] Compiling NIOCore NIOAsyncWriter.swift
[148/193] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[149/193] Compiling NIOCore SocketAddresses.swift
[150/193] Compiling NIOCore SocketOptionProvider.swift
[151/193] Compiling NIOCore SystemCallHelpers.swift
[152/193] Compiling NIOCore TimeAmount+Duration.swift
[153/193] Compiling NIOCore TypeAssistedChannelHandler.swift
[154/193] Compiling NIOCore UniversalBootstrapSupport.swift
[155/193] Compiling NIOCore Utilities.swift
[156/193] Compiling NIOCore GlobalSingletons.swift
[157/193] Compiling NIOCore IO.swift
[158/193] Compiling NIOCore IOData.swift
[159/193] Compiling NIOCore IPProtocol.swift
[160/193] Compiling NIOCore IntegerBitPacking.swift
[161/193] Compiling NIOCore IntegerTypes.swift
[162/193] Compiling NIOCore Interfaces.swift
[163/193] Compiling NIOCore Linux.swift
[164/193] Compiling NIOCore EventLoop.swift
[165/193] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[166/193] Compiling NIOCore EventLoopFuture+Deprecated.swift
[167/193] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[168/193] Compiling NIOCore EventLoopFuture.swift
[169/193] Compiling NIOCore FileDescriptor.swift
[170/193] Compiling NIOCore FileHandle.swift
[171/193] Compiling NIOCore FileRegion.swift
[172/193] Compiling NIOCore ByteBuffer-multi-int.swift
[173/193] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[174/193] Compiling NIOCore ByteBuffer-views.swift
[175/193] Compiling NIOCore Channel.swift
[176/193] Compiling NIOCore ChannelHandler.swift
[177/193] Compiling NIOCore ChannelHandlers.swift
[178/193] Compiling NIOCore ChannelInvoker.swift
[179/193] Compiling NIOCore ChannelOption.swift
[180/193] Emitting module NIOCore
[181/194] Wrapping AST for NIOCore for debugging
[183/245] Emitting module NIOEmbedded
[184/245] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[185/245] Compiling NIOPosix PooledRecvBufferAllocator.swift
[186/245] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[187/245] Compiling NIOPosix PosixSingletons.swift
[188/245] Compiling NIOPosix RawSocketBootstrap.swift
[189/245] Compiling NIOPosix Resolver.swift
[190/245] Compiling NIOPosix Selectable.swift
[191/251] Compiling NIOEmbedded AsyncTestingChannel.swift
[192/251] Compiling NIOEmbedded Embedded.swift
[193/252] Wrapping AST for NIOEmbedded for debugging
[195/252] Compiling NIOPosix ThreadPosix.swift
[196/252] Compiling NIOPosix ThreadWindows.swift
[197/252] Compiling NIOPosix UnsafeTransfer.swift
[198/252] Compiling NIOPosix Utilities.swift
[199/252] Compiling NIOPosix VsockAddress.swift
[200/252] Compiling NIOPosix VsockChannelEvents.swift
[201/252] Compiling NIOPosix SelectableChannel.swift
[202/252] Compiling NIOPosix SelectableEventLoop.swift
[203/252] Compiling NIOPosix SelectorEpoll.swift
[204/252] Compiling NIOPosix SelectorGeneric.swift
[205/252] Compiling NIOPosix SelectorKqueue.swift
[206/252] Compiling NIOPosix SelectorUring.swift
[207/252] Compiling NIOPosix ServerSocket.swift
[208/252] Compiling NIOPosix Socket.swift
[209/252] Compiling NIOPosix SocketChannel.swift
[210/252] Compiling NIOPosix SocketProtocols.swift
[211/252] Compiling NIOPosix System.swift
[212/252] Compiling NIOPosix Thread.swift
[213/252] Compiling NIOPosix BSDSocketAPICommon.swift
[214/252] Compiling NIOPosix BSDSocketAPIPosix.swift
[215/252] Compiling NIOPosix BSDSocketAPIWindows.swift
[216/252] Compiling NIOPosix BaseSocket.swift
[217/252] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[218/252] Compiling NIOPosix BaseSocketChannel.swift
[219/252] Compiling NIOPosix BaseStreamSocketChannel.swift
[220/252] Emitting module NIOPosix
[221/252] Compiling NIOPosix Bootstrap.swift
[222/252] Compiling NIOPosix ControlMessage.swift
[223/252] Compiling NIOPosix DatagramVectorReadManager.swift
[224/252] Compiling NIOPosix Errors+Any.swift
[225/252] Compiling NIOPosix FileDescriptor.swift
[226/252] Compiling NIOPosix GetaddrinfoResolver.swift
[227/252] Compiling NIOPosix HappyEyeballs.swift
[228/252] Compiling NIOPosix IO.swift
[229/252] Compiling NIOPosix IntegerBitPacking.swift
[230/252] Compiling NIOPosix IntegerTypes.swift
[231/252] Compiling NIOPosix Linux.swift
[232/252] Compiling NIOPosix LinuxCPUSet.swift
[233/252] Compiling NIOPosix LinuxUring.swift
[234/252] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[235/252] Compiling NIOPosix NIOThreadPool.swift
[236/252] Compiling NIOPosix NonBlockingFileIO.swift
[237/252] Compiling NIOPosix PendingDatagramWritesManager.swift
[238/252] Compiling NIOPosix PendingWritesManager.swift
[239/252] Compiling NIOPosix PipeChannel.swift
[240/252] Compiling NIOPosix PipePair.swift
[241/252] Compiling NIOPosix Pool.swift
[242/253] Wrapping AST for NIOPosix for debugging
[244/255] Compiling NIO Exports.swift
[245/255] Emitting module NIO
[246/261] Wrapping AST for NIO for debugging
[248/284] Compiling NIOTLS TLSEvents.swift
[249/284] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[250/284] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[251/284] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[252/284] Emitting module NIOTLS
[253/284] Emitting module NIOFoundationCompat
[254/284] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[255/284] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[256/284] Compiling NIOIRC IRCServerName.swift
[257/284] Compiling NIOIRC IRCUserID.swift
[258/286] Compiling NIOIRC IRCMessageRecipient.swift
[259/286] Compiling NIOIRC IRCNickName.swift
[260/286] Compiling NIOIRC IRCCommandCodes.swift
[261/286] Compiling NIOIRC IRCMessage.swift
[262/286] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[263/286] Compiling NIOTLS SNIHandler.swift
[264/287] Compiling NIOIRC IRCMessageTarget.swift
[265/287] Compiling NIOIRC IRCChannelMode.swift
[266/287] Compiling NIOIRC IRCChannelName.swift
[267/287] Compiling NIOIRC IRCCommand.swift
[269/287] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[270/288] Wrapping AST for NIOTLS for debugging
[272/288] Compiling NIOIRC IRCUserInfo.swift
[273/288] Compiling NIOIRC IRCUserMode.swift
[273/291] Wrapping AST for NIOFoundationCompat for debugging
[275/310] Compiling NIOTransportServices AcceptHandler.swift
[276/310] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[277/310] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[278/310] Compiling NIOTransportServices NIOTSDatagramListener.swift
[279/310] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[280/310] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[281/310] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[282/310] Compiling NIOTransportServices NIOTSSingletons.swift
[283/310] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[284/312] Compiling NIOTransportServices StateManagedChannel.swift
[285/312] Compiling NIOTransportServices StateManagedListenerChannel.swift
[286/312] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[287/312] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[288/312] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[289/312] Compiling NIOTransportServices NIOTSListenerChannel.swift
[290/312] Compiling NIOTransportServices NIOTSBootstraps.swift
[291/312] Compiling NIOTransportServices NIOTSChannelOptions.swift
[292/312] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[293/312] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[294/312] Compiling NIOTransportServices NIOTSErrors.swift
[295/312] Compiling NIOTransportServices NIOTSEventLoop.swift
[296/312] Emitting module NIOTransportServices
[297/312] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[298/312] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[305/313] Emitting module NIOIRC
[307/314] Wrapping AST for NIOTransportServices for debugging
[308/314] Wrapping AST for NIOIRC for debugging
[310/321] Compiling IRC IRCClientMessageTarget.swift
[311/321] Compiling IRC ReExports.swift
[312/321] Compiling IRC IRCRetryStrategyCB.swift
[313/321] Compiling IRC IRCClientOptions.swift
[314/321] Compiling IRC IRCClientDelegate.swift
[315/321] Emitting module IRC
[316/321] Compiling IRC IRCClient.swift
[317/324] Wrapping AST for IRC for debugging
[319/324] Compiling IRCElizaBot IRCElizaBot.swift
/host/spi-builder-workspace/Sources/IRCElizaBot/IRCElizaBot.swift:21:12: warning: let 'defaultNickName' is not concurrency-safe because non-'Sendable' type 'IRCNickName' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | import Eliza
 20 |
 21 | public let defaultNickName = IRCNickName("Eliza")!
    |            `- warning: let 'defaultNickName' is not concurrency-safe because non-'Sendable' type 'IRCNickName' may have shared mutable state; this is an error in the Swift 6 language mode
 22 |
 23 | open class IRCElizaBot : IRCClientDelegate {
/host/spi-builder-workspace/.build/checkouts/swift-nio-irc/Sources/NIOIRC/Model/IRCNickName.swift:23:15: note: struct 'IRCNickName' does not conform to the 'Sendable' protocol
 21 |  * future compat.
 22 |  */
 23 | public struct IRCNickName : Hashable, CustomStringConvertible {
    |               `- note: struct 'IRCNickName' does not conform to the 'Sendable' protocol
 24 |
 25 |   public typealias StringLiteralType = String
/host/spi-builder-workspace/Sources/IRCElizaBot/IRCElizaBot.swift:18:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOIRC'
 16 | import struct Foundation.Date
 17 | import NIO
 18 | import IRC
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOIRC'
 19 | import Eliza
 20 |
 21 | public let defaultNickName = IRCNickName("Eliza")!
    |            |- note: add '@MainActor' to make let 'defaultNickName' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 | open class IRCElizaBot : IRCClientDelegate {
/host/spi-builder-workspace/Sources/IRCElizaBot/IRCElizaBot.swift:56:38: warning: 'Value' is deprecated: This typealias doesn't serve any purpose. Please use Int64 directly.
 54 |       self.bot     = bot
 55 |       self.delay   =
 56 |             .milliseconds(TimeAmount.Value(bot.options.thinkingTime * 1000.0))
    |                                      `- warning: 'Value' is deprecated: This typealias doesn't serve any purpose. Please use Int64 directly.
 57 |       self.timeout = .seconds(TimeAmount.Value(bot.options.sessionTimeout))
 58 |
/host/spi-builder-workspace/Sources/IRCElizaBot/IRCElizaBot.swift:57:42: warning: 'Value' is deprecated: This typealias doesn't serve any purpose. Please use Int64 directly.
 55 |       self.delay   =
 56 |             .milliseconds(TimeAmount.Value(bot.options.thinkingTime * 1000.0))
 57 |       self.timeout = .seconds(TimeAmount.Value(bot.options.sessionTimeout))
    |                                          `- warning: 'Value' is deprecated: This typealias doesn't serve any purpose. Please use Int64 directly.
 58 |
 59 |       restartTimeout()
/host/spi-builder-workspace/Sources/IRCElizaBot/IRCElizaBot.swift:66:9: warning: capture of 'self' with non-sendable type 'IRCElizaBot.Session?' in a '@Sendable' closure
 41 |   }
 42 |
 43 |   open class Session {
    |              `- note: class 'Session' does not conform to the 'Sendable' protocol
 44 |
 45 |     weak var bot     : IRCElizaBot?
    :
 64 |       timeoutTimer = bot?.ircClient.eventLoop.scheduleTask(in: timeout) {
 65 |         [weak self] in
 66 |         self?.onTimeout()
    |         `- warning: capture of 'self' with non-sendable type 'IRCElizaBot.Session?' in a '@Sendable' closure
 67 |       }
 68 |     }
/host/spi-builder-workspace/Sources/IRCElizaBot/IRCElizaBot.swift:87:9: warning: capture of 'self' with non-sendable type 'IRCElizaBot.Session' in a '@Sendable' closure
 41 |   }
 42 |
 43 |   open class Session {
    |              `- note: class 'Session' does not conform to the 'Sendable' protocol
 44 |
 45 |     weak var bot     : IRCElizaBot?
    :
 85 |       isThinking = true
 86 |       _ = bot.ircClient.eventLoop.scheduleTask(in: delay) {
 87 |         self.isThinking = false
    |         `- warning: capture of 'self' with non-sendable type 'IRCElizaBot.Session' in a '@Sendable' closure
 88 |         bot.ircClient.sendMessage(bot.eliza.replyTo(statement),
 89 |                                   to: .nickname(self.patient))
/host/spi-builder-workspace/Sources/IRCElizaBot/IRCElizaBot.swift:88:9: warning: capture of 'bot' with non-sendable type 'IRCElizaBot' in a '@Sendable' closure
 21 | public let defaultNickName = IRCNickName("Eliza")!
 22 |
 23 | open class IRCElizaBot : IRCClientDelegate {
    |            `- note: class 'IRCElizaBot' does not conform to the 'Sendable' protocol
 24 |
 25 |   open class Options : IRCClientOptions {
    :
 86 |       _ = bot.ircClient.eventLoop.scheduleTask(in: delay) {
 87 |         self.isThinking = false
 88 |         bot.ircClient.sendMessage(bot.eliza.replyTo(statement),
    |         `- warning: capture of 'bot' with non-sendable type 'IRCElizaBot' in a '@Sendable' closure
 89 |                                   to: .nickname(self.patient))
 90 |         self.restartTimeout()
[320/324] Emitting module IRCElizaBot
/host/spi-builder-workspace/Sources/IRCElizaBot/IRCElizaBot.swift:21:12: warning: let 'defaultNickName' is not concurrency-safe because non-'Sendable' type 'IRCNickName' may have shared mutable state; this is an error in the Swift 6 language mode
 19 | import Eliza
 20 |
 21 | public let defaultNickName = IRCNickName("Eliza")!
    |            `- warning: let 'defaultNickName' is not concurrency-safe because non-'Sendable' type 'IRCNickName' may have shared mutable state; this is an error in the Swift 6 language mode
 22 |
 23 | open class IRCElizaBot : IRCClientDelegate {
/host/spi-builder-workspace/.build/checkouts/swift-nio-irc/Sources/NIOIRC/Model/IRCNickName.swift:23:15: note: struct 'IRCNickName' does not conform to the 'Sendable' protocol
 21 |  * future compat.
 22 |  */
 23 | public struct IRCNickName : Hashable, CustomStringConvertible {
    |               `- note: struct 'IRCNickName' does not conform to the 'Sendable' protocol
 24 |
 25 |   public typealias StringLiteralType = String
/host/spi-builder-workspace/Sources/IRCElizaBot/IRCElizaBot.swift:18:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOIRC'
 16 | import struct Foundation.Date
 17 | import NIO
 18 | import IRC
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOIRC'
 19 | import Eliza
 20 |
 21 | public let defaultNickName = IRCNickName("Eliza")!
    |            |- note: add '@MainActor' to make let 'defaultNickName' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 | open class IRCElizaBot : IRCClientDelegate {
[321/325] Wrapping AST for IRCElizaBot for debugging
[323/327] Emitting module elizabot
[324/327] Compiling elizabot main.swift
[325/328] Wrapping AST for elizabot for debugging
[326/328] Write Objects.LinkFileList
[327/328] Linking elizabot
Build complete! (91.69s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swifteliza",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AlwaysRightInstitute/SwiftEliza.git"
    },
    {
      "identity" : "swift-nio-irc-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NozeIO/swift-nio-irc-client.git"
    }
  ],
  "manifest_display_name" : "swift-nio-irc-eliza",
  "name" : "swift-nio-irc-eliza",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "IRCElizaBot",
      "targets" : [
        "IRCElizaBot"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "elizabot",
      "targets" : [
        "elizabot"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "elizabot",
      "module_type" : "SwiftTarget",
      "name" : "elizabot",
      "path" : "Sources/elizabot",
      "product_memberships" : [
        "elizabot"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "IRCElizaBot"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IRCElizaBot",
      "module_type" : "SwiftTarget",
      "name" : "IRCElizaBot",
      "path" : "Sources/IRCElizaBot",
      "product_dependencies" : [
        "IRC",
        "Eliza"
      ],
      "product_memberships" : [
        "IRCElizaBot",
        "elizabot"
      ],
      "sources" : [
        "IRCElizaBot.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.