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 0.7.1 (908bea), with Swift 6.1 for Linux on 25 Apr 2025 12:26:47 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NozeIO/swift-nio-irc-eliza.git
Reference: 0.7.1
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
 * tag               0.7.1      -> FETCH_HEAD
HEAD is now at 908bea8 Travis: Only build w/ 4.2 and up
Cloned https://github.com/NozeIO/swift-nio-irc-eliza.git
Revision (git rev-parse @):
908bea86c4a1908b82f31f5b4cec2e2ff8aeedea
SUCCESS checkout https://github.com/NozeIO/swift-nio-irc-eliza.git at 0.7.1
========================================
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/AlwaysRightInstitute/SwiftEliza.git
Fetching https://github.com/NozeIO/swift-nio-irc-client.git
[1/212] Fetching swift-nio-irc-client
[137/371] Fetching swift-nio-irc-client, swifteliza
Fetched https://github.com/NozeIO/swift-nio-irc-client.git from cache (0.38s)
[61/159] Fetching swifteliza
Fetched https://github.com/AlwaysRightInstitute/SwiftEliza.git from cache (0.47s)
Computing version for https://github.com/AlwaysRightInstitute/SwiftEliza.git
Computed https://github.com/AlwaysRightInstitute/SwiftEliza.git at 1.0.1 (1.66s)
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.10s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-transport-services
Fetching https://github.com/SwiftNIOExtras/swift-nio-irc.git
[1/314] Fetching swift-nio-irc
[165/2918] Fetching swift-nio-irc, swift-nio-transport-services
Fetched https://github.com/SwiftNIOExtras/swift-nio-irc.git from cache (0.52s)
[1/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio-transport-services from cache (0.65s)
Fetched https://github.com/apple/swift-nio.git from cache (9.47s)
Computing version for https://github.com/SwiftNIOExtras/swift-nio-irc.git
Computed https://github.com/SwiftNIOExtras/swift-nio-irc.git at 0.8.2 (10.46s)
Computing version for https://github.com/apple/swift-nio-transport-services
Computed https://github.com/apple/swift-nio-transport-services at 1.24.0 (1.03s)
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.73s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (2.38s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/16242] Fetching swift-collections
[2/20595] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.88s)
[4386/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.32s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.53s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.08s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (3.86s)
Creating working copy for https://github.com/apple/swift-nio-transport-services
Working copy of https://github.com/apple/swift-nio-transport-services resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Building for debugging...
[0/48] Write sources
[17/48] Compiling CNIOWASI CNIOWASI.c
[18/48] Compiling CNIOWindows WSAStartup.c
[19/48] Compiling CNIOWindows shim.c
[19/48] Write sources
[21/48] Compiling _AtomicsShims.c
[21/48] Compiling CNIOLinux liburing_shims.c
[23/48] Compiling CNIODarwin shim.c
[24/48] Compiling CNIOLinux shim.c
[25/48] Write swift-version-24593BA9C3E375BF.txt
[27/92] Emitting module InternalCollectionsUtilities
[28/94] Emitting module Atomics
[28/96] Compiling c-nioatomics.c
[30/96] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[31/96] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[32/96] Compiling InternalCollectionsUtilities UInt+reversed.swift
[33/96] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[34/96] Compiling InternalCollectionsUtilities Specialize.swift
[35/96] Compiling InternalCollectionsUtilities Debugging.swift
[36/96] Compiling InternalCollectionsUtilities Descriptions.swift
[36/96] Compiling c-atomics.c
[38/96] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[39/96] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[40/96] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[41/96] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[42/96] Compiling InternalCollectionsUtilities Integer rank.swift
[43/96] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[44/96] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[45/96] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[46/96] Compiling _NIOBase64 Base64.swift
[47/96] Emitting module _NIOBase64
[50/96] Compiling InternalCollectionsUtilities _SortedCollection.swift
[51/96] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[59/97] Compiling Atomics IntegerOperations.swift
[60/97] Compiling Atomics Unmanaged extensions.swift
[61/97] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[64/98] Compiling _NIODataStructures PriorityQueue.swift
[65/98] Compiling _NIODataStructures _TinyArray.swift
[75/105] Wrapping AST for _NIOBase64 for debugging
[76/105] Wrapping AST for InternalCollectionsUtilities for debugging
[77/105] Wrapping AST for Atomics for debugging
[79/105] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[80/120] Compiling DequeModule _DequeBuffer.swift
[81/120] Compiling DequeModule _DequeBufferHeader.swift
[82/122] Emitting module NIOConcurrencyHelpers
[83/122] Compiling DequeModule _DequeSlot.swift
[84/122] Compiling DequeModule _UnsafeWrappedBuffer.swift
[85/122] Compiling DequeModule Deque+CustomReflectable.swift
[86/122] Compiling DequeModule Deque+Descriptions.swift
[87/122] Compiling DequeModule Deque+Equatable.swift
[88/122] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[89/122] Emitting module _NIODataStructures
[90/122] Compiling _NIODataStructures Heap.swift
[91/123] Compiling NIOConcurrencyHelpers lock.swift
[92/123] Compiling DequeModule Deque+Testing.swift
[93/123] Compiling DequeModule Deque._Storage.swift
[94/123] Compiling DequeModule Deque._UnsafeHandle.swift
[95/123] Compiling DequeModule Deque.swift
[96/123] Compiling DequeModule Deque+Extras.swift
[97/123] Compiling DequeModule Deque+Hashable.swift
[98/123] Compiling NIOConcurrencyHelpers atomics.swift
[100/123] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[101/123] Compiling NIOConcurrencyHelpers NIOLock.swift
[102/124] Emitting module Eliza
[103/124] Compiling Eliza Eliza.swift
[106/125] Emitting module DequeModule
[107/125] Compiling DequeModule Deque+Codable.swift
[108/125] Compiling DequeModule Deque+Collection.swift
[109/126] Wrapping AST for _NIODataStructures for debugging
[110/126] Wrapping AST for Eliza for debugging
[111/126] Wrapping AST for NIOConcurrencyHelpers for debugging
[112/126] Wrapping AST for DequeModule for debugging
[114/185] Compiling NIOCore GlobalSingletons.swift
[115/185] Compiling NIOCore IO.swift
[116/185] Compiling NIOCore IOData.swift
[117/185] Compiling NIOCore IPProtocol.swift
[118/185] Compiling NIOCore IntegerBitPacking.swift
[119/185] Compiling NIOCore IntegerTypes.swift
[120/185] Compiling NIOCore Interfaces.swift
[121/185] Compiling NIOCore Linux.swift
[122/185] Compiling NIOCore MarkedCircularBuffer.swift
[123/185] Compiling NIOCore MulticastChannel.swift
[124/185] Compiling NIOCore NIOAny.swift
[125/185] Compiling NIOCore NIOCloseOnErrorHandler.swift
[126/185] Compiling NIOCore NIOLoopBound.swift
[127/185] Compiling NIOCore NIOScheduledCallback.swift
[128/185] Compiling NIOCore NIOSendable.swift
[129/185] Compiling NIOCore RecvByteBufferAllocator.swift
[130/193] Compiling NIOCore EventLoop.swift
[131/193] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[132/193] Compiling NIOCore EventLoopFuture+Deprecated.swift
[133/193] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[134/193] Compiling NIOCore EventLoopFuture.swift
[135/193] Compiling NIOCore FileDescriptor.swift
[136/193] Compiling NIOCore FileHandle.swift
[137/193] Compiling NIOCore FileRegion.swift
[138/193] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[139/193] Compiling NIOCore BSDSocketAPI.swift
[140/193] Compiling NIOCore ByteBuffer-aux.swift
[141/193] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[142/193] Compiling NIOCore ByteBuffer-conversions.swift
[143/193] Compiling NIOCore ByteBuffer-core.swift
[144/193] Compiling NIOCore ByteBuffer-hex.swift
[145/193] Compiling NIOCore ByteBuffer-int.swift
[146/193] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[147/193] Compiling NIOCore ChannelPipeline.swift
[148/193] Compiling NIOCore CircularBuffer.swift
[149/193] Compiling NIOCore Codec.swift
[150/193] Compiling NIOCore ConvenienceOptionSupport.swift
[151/193] Compiling NIOCore DeadChannel.swift
[152/193] Compiling NIOCore DispatchQueue+WithFuture.swift
[153/193] Compiling NIOCore EventLoop+Deprecated.swift
[154/193] Compiling NIOCore EventLoop+SerialExecutor.swift
[155/193] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[156/193] Compiling NIOCore SocketAddresses.swift
[157/193] Compiling NIOCore SocketOptionProvider.swift
[158/193] Compiling NIOCore SystemCallHelpers.swift
[159/193] Compiling NIOCore TimeAmount+Duration.swift
[160/193] Compiling NIOCore TypeAssistedChannelHandler.swift
[161/193] Compiling NIOCore UniversalBootstrapSupport.swift
[162/193] Compiling NIOCore Utilities.swift
[163/193] Compiling NIOCore AddressedEnvelope.swift
[164/193] Compiling NIOCore AsyncAwaitSupport.swift
[165/193] Compiling NIOCore AsyncChannel.swift
[166/193] Compiling NIOCore AsyncChannelHandler.swift
[167/193] Compiling NIOCore AsyncChannelInboundStream.swift
[168/193] Compiling NIOCore AsyncChannelOutboundWriter.swift
[169/193] Compiling NIOCore NIOAsyncSequenceProducer.swift
[170/193] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[171/193] Compiling NIOCore NIOAsyncWriter.swift
[172/193] Emitting module NIOCore
[173/193] Compiling NIOCore ByteBuffer-multi-int.swift
[174/193] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[175/193] Compiling NIOCore ByteBuffer-views.swift
[176/193] Compiling NIOCore Channel.swift
[177/193] Compiling NIOCore ChannelHandler.swift
[178/193] Compiling NIOCore ChannelHandlers.swift
[179/193] Compiling NIOCore ChannelInvoker.swift
[180/193] Compiling NIOCore ChannelOption.swift
[181/196] Wrapping AST for NIOCore for debugging
[183/245] Emitting module NIOEmbedded
[184/245] Compiling NIOEmbedded AsyncTestingChannel.swift
[185/245] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[186/245] Compiling NIOEmbedded Embedded.swift
[188/246] Emitting module NIOPosix
[188/246] Wrapping AST for NIOEmbedded for debugging
[190/252] Compiling NIOPosix PooledRecvBufferAllocator.swift
[191/252] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[192/252] Compiling NIOPosix PosixSingletons.swift
[193/252] Compiling NIOPosix RawSocketBootstrap.swift
[194/252] Compiling NIOPosix Resolver.swift
[195/252] Compiling NIOPosix Selectable.swift
[196/252] Compiling NIOPosix ServerSocket.swift
[197/252] Compiling NIOPosix Socket.swift
[198/252] Compiling NIOPosix SocketChannel.swift
[199/252] Compiling NIOPosix SocketProtocols.swift
[200/252] Compiling NIOPosix System.swift
[201/252] Compiling NIOPosix Thread.swift
[202/252] Compiling NIOPosix SelectableChannel.swift
[203/252] Compiling NIOPosix SelectableEventLoop.swift
[204/252] Compiling NIOPosix SelectorEpoll.swift
[205/252] Compiling NIOPosix SelectorGeneric.swift
[206/252] Compiling NIOPosix SelectorKqueue.swift
[207/252] Compiling NIOPosix SelectorUring.swift
[208/252] Compiling NIOPosix ThreadPosix.swift
[209/252] Compiling NIOPosix ThreadWindows.swift
[210/252] Compiling NIOPosix UnsafeTransfer.swift
[211/252] Compiling NIOPosix Utilities.swift
[212/252] Compiling NIOPosix VsockAddress.swift
[213/252] Compiling NIOPosix VsockChannelEvents.swift
[214/252] Compiling NIOPosix BSDSocketAPICommon.swift
[215/252] Compiling NIOPosix BSDSocketAPIPosix.swift
[216/252] Compiling NIOPosix BSDSocketAPIWindows.swift
[217/252] Compiling NIOPosix BaseSocket.swift
[218/252] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[219/252] Compiling NIOPosix BaseSocketChannel.swift
[220/252] Compiling NIOPosix BaseStreamSocketChannel.swift
[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 NIOThreadPool.swift
[229/252] Compiling NIOPosix NonBlockingFileIO.swift
[230/252] Compiling NIOPosix PendingDatagramWritesManager.swift
[231/252] Compiling NIOPosix PendingWritesManager.swift
[232/252] Compiling NIOPosix PipeChannel.swift
[233/252] Compiling NIOPosix PipePair.swift
[234/252] Compiling NIOPosix Pool.swift
[235/252] Compiling NIOPosix IO.swift
[236/252] Compiling NIOPosix IntegerBitPacking.swift
[237/252] Compiling NIOPosix IntegerTypes.swift
[238/252] Compiling NIOPosix Linux.swift
[239/252] Compiling NIOPosix LinuxCPUSet.swift
[240/252] Compiling NIOPosix LinuxUring.swift
[241/252] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[242/253] Wrapping AST for NIOPosix for debugging
[244/255] Compiling NIO Exports.swift
[245/255] Emitting module NIO
[246/256] Wrapping AST for NIO for debugging
[248/284] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[249/284] Compiling NIOTLS TLSEvents.swift
[250/284] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[251/284] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[252/284] Emitting module NIOTLS
[253/284] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[254/284] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[255/284] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[256/284] Compiling NIOTLS SNIHandler.swift
[258/285] Compiling NIOIRC IRCServerName.swift
[259/285] Compiling NIOIRC IRCUserID.swift
[260/287] Compiling NIOIRC IRCMessageTarget.swift
[261/287] Compiling NIOIRC IRCChannelMode.swift
[261/287] Wrapping AST for NIOTLS for debugging
[263/287] Compiling NIOIRC IRCCommandCodes.swift
[264/287] Compiling NIOIRC IRCMessage.swift
[265/287] Compiling NIOIRC IRCMessageRecipient.swift
[266/287] Compiling NIOIRC IRCNickName.swift
[267/287] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[268/287] Emitting module NIOFoundationCompat
[269/288] Compiling NIOIRC IRCChannelName.swift
[270/288] Compiling NIOIRC IRCCommand.swift
[272/288] Compiling NIOIRC IRCCommandParser.swift
[273/288] Compiling NIOIRC IRCDispatcher.swift
[274/288] Compiling NIOIRC IRCMessageParser.swift
[275/288] Compiling NIOIRC ByteBufferExtras.swift
[276/288] Compiling NIOIRC Scandinavian.swift
[277/288] Compiling NIOIRC IRCChannelHandler.swift
[277/288] Wrapping AST for NIOFoundationCompat for debugging
[279/289] Compiling NIOIRC IRCUserInfo.swift
[280/289] Compiling NIOIRC IRCUserMode.swift
[281/310] Compiling NIOTransportServices StateManagedChannel.swift
[282/310] Compiling NIOTransportServices StateManagedListenerChannel.swift
[283/310] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[284/312] Emitting module NIOTransportServices
[285/312] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[286/312] Compiling NIOTransportServices NIOTSSingletons.swift
[287/312] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[288/312] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[289/312] Compiling NIOTransportServices NIOTSErrors.swift
[290/312] Compiling NIOTransportServices NIOTSEventLoop.swift
[291/312] Compiling NIOTransportServices NIOTSBootstraps.swift
[292/312] Compiling NIOTransportServices NIOTSChannelOptions.swift
[293/312] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[294/312] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[295/312] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[296/312] Compiling NIOTransportServices NIOTSListenerChannel.swift
[297/312] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[298/312] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[299/312] Compiling NIOTransportServices NIOTSDatagramListener.swift
[300/312] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[301/312] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[302/312] Compiling NIOTransportServices AcceptHandler.swift
[303/312] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[304/312] Compiling NIOTransportServices NIOTSDatagramChannel.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 ReExports.swift
[311/321] Compiling IRC IRCRetryStrategyCB.swift
[312/321] Compiling IRC IRCClientMessageTarget.swift
[313/321] Compiling IRC IRCClientDelegate.swift
[314/321] Compiling IRC IRCClientOptions.swift
[315/321] Compiling IRC IRCClient.swift
[316/321] Emitting module IRC
[317/322] 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/327] 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! (82.63s)
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.