The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-nio-irc-eliza, reference 0.7.1 (908bea), with Swift 6.3 for Linux on 10 Apr 2026 19:18:22 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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.3
Building package at path:  $PWD
https://github.com/NozeIO/swift-nio-irc-eliza.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/AlwaysRightInstitute/SwiftEliza.git
Fetching https://github.com/NozeIO/swift-nio-irc-client.git
[1/218] Fetching swift-nio-irc-client
[158/377] Fetching swift-nio-irc-client, swifteliza
Fetched https://github.com/NozeIO/swift-nio-irc-client.git from cache (0.26s)
Fetched https://github.com/AlwaysRightInstitute/SwiftEliza.git from cache (0.26s)
Computing version for https://github.com/AlwaysRightInstitute/SwiftEliza.git
Computed https://github.com/AlwaysRightInstitute/SwiftEliza.git at 1.0.1 (0.69s)
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.55s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/SwiftNIOExtras/swift-nio-irc.git
Fetching https://github.com/apple/swift-nio-transport-services
[1/314] Fetching swift-nio-irc
[315/3157] Fetching swift-nio-irc, swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services from cache (0.36s)
[1/83101] Fetching swift-nio
Fetched https://github.com/SwiftNIOExtras/swift-nio-irc.git from cache (6.15s)
Fetched https://github.com/apple/swift-nio.git from cache (6.26s)
Computing version for https://github.com/SwiftNIOExtras/swift-nio-irc.git
Computed https://github.com/SwiftNIOExtras/swift-nio-irc.git at 0.8.2 (6.82s)
Computing version for https://github.com/apple/swift-nio-transport-services
Computed https://github.com/apple/swift-nio-transport-services at 1.26.0 (1.15s)
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.49s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.89s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (0.70s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/23525] Fetching swift-collections
[1648/29126] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.45s)
[1882/23525] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.39s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.88s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.59s)
Creating working copy for https://github.com/NozeIO/swift-nio-irc-client.git
Working copy of https://github.com/NozeIO/swift-nio-irc-client.git resolved at 0.8.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
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-transport-services
Working copy of https://github.com/apple/swift-nio-transport-services resolved at 1.26.0
Creating working copy for https://github.com/AlwaysRightInstitute/SwiftEliza.git
Working copy of https://github.com/AlwaysRightInstitute/SwiftEliza.git resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.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.3.0
Building for debugging...
[0/52] Write sources
[18/52] Compiling CNIOWindows WSAStartup.c
[18/52] Compiling _AtomicsShims.c
[20/52] Compiling CNIOWindows shim.c
[21/52] Compiling CNIOWASI CNIOWASI.c
[22/52] Compiling CNIOPosix event_loop_id.c
[23/52] Compiling CNIODarwin shim.c
[24/52] Write sources
[24/52] Compiling CNIOOpenBSD shim.c
[26/52] Write swift-version-24593BA9C3E375BF.txt
[27/52] Compiling CNIOLinux liburing_shims.c
[28/52] Compiling CNIOLinux shim.c
[30/96] Emitting module InternalCollectionsUtilities
[31/98] Emitting module _NIODataStructures
[32/98] Emitting module Atomics
[32/100] Compiling c-nioatomics.c
[33/100] Compiling c-atomics.c
[35/107] Compiling InternalCollectionsUtilities Debugging.swift
[36/107] Compiling InternalCollectionsUtilities Descriptions.swift
[37/107] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[38/107] Compiling Atomics IntegerOperations.swift
[39/107] Compiling Atomics Unmanaged extensions.swift
[40/107] Compiling Atomics AtomicReference.swift
[41/107] Compiling Atomics UnsafeAtomic.swift
[44/107] Emitting module _NIOBase64
[45/107] Compiling _NIOBase64 Base64.swift
[49/108] Compiling Atomics ManagedAtomic.swift
[50/108] Compiling Atomics ManagedAtomicLazyReference.swift
[52/108] Compiling Atomics AtomicMemoryOrderings.swift
[53/108] Compiling Atomics DoubleWord.swift
[54/108] Compiling Atomics AtomicInteger.swift
[55/108] Compiling Atomics AtomicOptionalWrappable.swift
[63/108] Compiling Atomics UnsafeAtomicLazyReference.swift
[64/108] Compiling Atomics AtomicStorage.swift
[65/108] Compiling Atomics AtomicValue.swift
[66/108] Compiling Atomics IntegerConformances.swift
[67/108] Compiling Atomics PointerConformances.swift
[68/108] Compiling Atomics Primitives.native.swift
[75/109] Wrapping AST for _NIOBase64 for debugging
[79/110] Compiling _NIODataStructures PriorityQueue.swift
[80/110] Compiling _NIODataStructures _TinyArray.swift
[81/110] Emitting module NIOConcurrencyHelpers
[81/110] Wrapping AST for InternalCollectionsUtilities for debugging
[82/110] Wrapping AST for Atomics for debugging
[84/143] Emitting module ContainersPreview
[85/147] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[86/147] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[87/147] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[88/147] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[89/147] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[90/147] Compiling ContainersPreview Producer+Map.swift
[91/147] Compiling ContainersPreview Producer+Reduce.swift
[92/147] Compiling ContainersPreview Producer.swift
[93/147] Compiling ContainersPreview Borrow.swift
[94/147] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[95/147] Compiling ContainersPreview BorrowingSequence.swift
[96/147] Compiling ContainersPreview BidirectionalContainer.swift
[97/147] Compiling ContainersPreview Container+Filter.swift
[98/147] Compiling ContainersPreview Container+SpanwiseZip.swift
[99/147] Compiling ContainersPreview Drain+Reduce.swift
[100/147] Compiling ContainersPreview Drain.swift
[101/147] Compiling ContainersPreview Producer+Collect.swift
[102/147] Compiling ContainersPreview Producer+Filter.swift
[103/147] Compiling ContainersPreview Container.swift
[104/147] Compiling ContainersPreview ContainerIterator.swift
[105/147] Compiling ContainersPreview DynamicContainer.swift
[106/147] Compiling ContainersPreview MutableContainer.swift
[107/147] Compiling ContainersPreview PermutableContainer.swift
[108/147] Compiling ContainersPreview Box.swift
[109/147] Compiling ContainersPreview Inout.swift
[110/147] Compiling ContainersPreview InputSpan.swift
[111/147] Compiling ContainersPreview Shared.swift
[112/147] Compiling ContainersPreview OutputSpan+Extras.swift
[113/147] Compiling ContainersPreview TemporaryAllocation.swift
[114/147] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[115/147] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[116/147] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[117/147] Compiling ContainersPreview RandomAccessContainer.swift
[118/147] Compiling ContainersPreview RangeExpression2.swift
[119/147] Compiling ContainersPreview RangeReplaceableContainer.swift
[120/147] Compiling ContainersPreview Drain+Map.swift
[121/148] Wrapping AST for ContainersPreview for debugging
[123/149] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[124/149] Compiling NIOConcurrencyHelpers NIOLock.swift
[125/188] Compiling NIOConcurrencyHelpers lock.swift
[126/188] Emitting module Eliza
[127/188] Compiling Eliza Eliza.swift
[128/189] Compiling _NIODataStructures Heap.swift
[131/190] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[132/190] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[133/190] Compiling NIOConcurrencyHelpers atomics.swift
[134/191] Wrapping AST for Eliza for debugging
[135/191] Wrapping AST for _NIODataStructures for debugging
[136/191] Wrapping AST for NIOConcurrencyHelpers for debugging
[138/191] Compiling DequeModule UniqueDeque+Hashable.swift
[139/191] Compiling DequeModule UniqueDeque+Initializers.swift
[140/191] Compiling DequeModule UniqueDeque+Insertions.swift
[141/191] Compiling DequeModule UniqueDeque+Prepend.swift
[142/191] Compiling DequeModule UniqueDeque+Removals.swift
[143/196] Compiling DequeModule UniqueDeque+Consumption.swift
[144/196] Compiling DequeModule UniqueDeque+Container.swift
[145/196] Compiling DequeModule UniqueDeque+Descriptions.swift
[146/196] Compiling DequeModule UniqueDeque+Equatable.swift
[147/196] Compiling DequeModule UniqueDeque+Experimental.swift
[148/196] Compiling DequeModule _DequeBuffer.swift
[149/196] Compiling DequeModule _DequeBufferHeader.swift
[150/196] Compiling DequeModule RigidDeque+Append.swift
[151/196] Compiling DequeModule RigidDeque+Consumption.swift
[152/196] Compiling DequeModule RigidDeque+Container.swift
[153/196] Compiling DequeModule RigidDeque+Descriptions.swift
[154/196] Compiling DequeModule RigidDeque+Equatable.swift
[155/196] Compiling DequeModule RigidDeque+Experimental.swift
[156/196] Compiling DequeModule RigidDeque+Hashable.swift
[157/196] Compiling DequeModule RigidDeque+Initializers.swift
[158/196] Compiling DequeModule RigidDeque+Insertions.swift
[159/196] Compiling DequeModule RigidDeque+Prepend.swift
[160/196] Compiling DequeModule RigidDeque+Removals.swift
[161/196] Compiling DequeModule RigidDeque+Replacements.swift
[162/196] Compiling DequeModule RigidDeque+Testing.swift
[163/196] Compiling DequeModule RigidDeque.swift
[164/196] Compiling DequeModule UniqueDeque+Append.swift
[165/196] Compiling DequeModule Deque+Codable.swift
[166/196] Compiling DequeModule Deque+Collection.swift
[167/196] Compiling DequeModule Deque+CustomReflectable.swift
[168/196] Compiling DequeModule Deque+Descriptions.swift
[169/196] Compiling DequeModule Deque+Equatable.swift
[170/196] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[171/196] Compiling DequeModule Deque+Extras.swift
[172/196] Compiling DequeModule Deque+Hashable.swift
[173/196] Compiling DequeModule Deque+Testing.swift
[174/196] Compiling DequeModule Deque._Storage.swift
[175/196] Compiling DequeModule Deque._UnsafeHandle.swift
[176/196] Compiling DequeModule Deque.swift
[177/196] Emitting module DequeModule
[178/196] Compiling DequeModule UniqueDeque+Replacements.swift
[179/196] Compiling DequeModule UniqueDeque.swift
[180/196] Compiling DequeModule _DequeSlot.swift
[181/196] Compiling DequeModule _UnsafeDequeHandle.swift
[182/196] Compiling DequeModule _UnsafeDequeSegments.swift
[183/197] Wrapping AST for DequeModule for debugging
[185/261] Compiling NIOCore NIOCoreSendableMetatype.swift
[186/261] Compiling NIOCore NIODecodedAsyncSequence.swift
[187/261] Compiling NIOCore NIOLoopBound.swift
[188/261] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[189/261] Compiling NIOCore NIOScheduledCallback.swift
[190/261] Compiling NIOCore NIOSendable.swift
[191/261] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[192/261] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[193/261] Compiling NIOCore RecvByteBufferAllocator.swift
[194/269] Compiling NIOCore AddressedEnvelope.swift
[195/269] Compiling NIOCore AsyncAwaitSupport.swift
[196/269] Compiling NIOCore AsyncChannel.swift
[197/269] Compiling NIOCore AsyncChannelHandler.swift
[198/269] Compiling NIOCore AsyncChannelInboundStream.swift
[199/269] Compiling NIOCore AsyncChannelOutboundWriter.swift
[200/269] Compiling NIOCore NIOAsyncSequenceProducer.swift
[201/269] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[202/269] Compiling NIOCore NIOAsyncWriter.swift
[203/269] Compiling NIOCore EventLoopFuture+Deprecated.swift
[204/269] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[205/269] Compiling NIOCore EventLoopFuture.swift
[206/269] Compiling NIOCore FileDescriptor.swift
[207/269] Compiling NIOCore FileHandle.swift
[208/269] Compiling NIOCore FileRegion.swift
[209/269] Compiling NIOCore GlobalSingletons.swift
[210/269] Compiling NIOCore IO.swift
[211/269] Compiling NIOCore IOData.swift
[212/269] Compiling NIOCore IPProtocol.swift
[213/269] Compiling NIOCore IntegerBitPacking.swift
[214/269] Compiling NIOCore IntegerTypes.swift
[215/269] Compiling NIOCore Interfaces.swift
[216/269] Compiling NIOCore Linux.swift
[217/269] Compiling NIOCore MarkedCircularBuffer.swift
[218/269] Compiling NIOCore MulticastChannel.swift
[219/269] Compiling NIOCore NIOAny.swift
[220/269] Compiling NIOCore NIOCloseOnErrorHandler.swift
[221/269] Compiling NIOCore CircularBuffer.swift
[222/269] Compiling NIOCore Codec.swift
[223/269] Compiling NIOCore ConvenienceOptionSupport.swift
[224/269] Compiling NIOCore DeadChannel.swift
[225/269] Compiling NIOCore DispatchQueue+WithFuture.swift
[226/269] Compiling NIOCore EventLoop+Deprecated.swift
[227/269] Compiling NIOCore EventLoop+SerialExecutor.swift
[228/269] Compiling NIOCore EventLoop.swift
[229/269] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[230/269] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[231/269] Compiling NIOCore SocketAddresses.swift
[232/269] Compiling NIOCore SocketOptionProvider.swift
[233/269] Compiling NIOCore SystemCallHelpers.swift
[234/269] Compiling NIOCore TimeAmount+Duration.swift
[235/269] Compiling NIOCore TypeAssistedChannelHandler.swift
[236/269] Compiling NIOCore UniversalBootstrapSupport.swift
[237/269] Compiling NIOCore Utilities.swift
[238/269] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[239/269] Compiling NIOCore BSDSocketAPI.swift
[240/269] Compiling NIOCore ByteBuffer-aux.swift
[241/269] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[242/269] Compiling NIOCore ByteBuffer-conversions.swift
[243/269] Compiling NIOCore ByteBuffer-core.swift
[244/269] Compiling NIOCore ByteBuffer-hex.swift
[245/269] Compiling NIOCore ByteBuffer-int.swift
[246/269] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[247/269] Compiling NIOCore ByteBuffer-multi-int.swift
[248/269] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[249/269] Compiling NIOCore ByteBuffer-views.swift
[250/269] Compiling NIOCore Channel.swift
[251/269] Compiling NIOCore ChannelHandler.swift
[252/269] Compiling NIOCore ChannelHandlers.swift
[253/269] Compiling NIOCore ChannelInvoker.swift
[254/269] Compiling NIOCore ChannelOption.swift
[255/269] Compiling NIOCore ChannelPipeline.swift
[256/269] Emitting module NIOCore
[257/270] Wrapping AST for NIOCore for debugging
[259/324] Emitting module NIOEmbedded
[260/324] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[261/324] Compiling NIOEmbedded AsyncTestingChannel.swift
[262/324] Compiling NIOEmbedded Embedded.swift
[263/324] Compiling NIOPosix PipePair.swift
[264/324] Compiling NIOPosix Pool.swift
[265/324] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[266/324] Compiling NIOPosix PosixSingletons.swift
[267/324] Compiling NIOPosix RawSocketBootstrap.swift
[268/324] Compiling NIOPosix Resolver.swift
[269/324] Compiling NIOPosix Selectable.swift
[270/331] Wrapping AST for NIOEmbedded for debugging
[272/331] Compiling NIOPosix ThreadPosix.swift
[273/331] Compiling NIOPosix ThreadWindows.swift
[274/331] Compiling NIOPosix Utilities.swift
[275/331] Compiling NIOPosix VsockAddress.swift
[276/331] Compiling NIOPosix VsockChannelEvents.swift
[277/331] Compiling NIOPosix Windows.swift
[278/331] Emitting module NIOPosix
[279/331] Compiling NIOPosix BSDSocketAPICommon.swift
[280/331] Compiling NIOPosix BSDSocketAPIPosix.swift
[281/331] Compiling NIOPosix BSDSocketAPIWindows.swift
[282/331] Compiling NIOPosix BaseSocket.swift
[283/331] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[284/331] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[285/331] Compiling NIOPosix BaseSocketChannel.swift
[286/331] Compiling NIOPosix SelectableChannel.swift
[287/331] Compiling NIOPosix SelectableEventLoop.swift
[288/331] Compiling NIOPosix SelectorEpoll.swift
[289/331] Compiling NIOPosix SelectorGeneric.swift
[290/331] Compiling NIOPosix SelectorKqueue.swift
[291/331] Compiling NIOPosix SelectorUring.swift
[292/331] Compiling NIOPosix SelectorWSAPoll.swift
[293/331] Compiling NIOPosix BaseStreamSocketChannel.swift
[294/331] Compiling NIOPosix Bootstrap.swift
[295/331] Compiling NIOPosix ControlMessage.swift
[296/331] Compiling NIOPosix DatagramVectorReadManager.swift
[297/331] Compiling NIOPosix Errors+Any.swift
[298/331] Compiling NIOPosix FileDescriptor.swift
[299/331] Compiling NIOPosix GetaddrinfoResolver.swift
[300/331] Compiling NIOPosix ServerSocket.swift
[301/331] Compiling NIOPosix Socket.swift
[302/331] Compiling NIOPosix SocketChannel.swift
[303/331] Compiling NIOPosix SocketProtocols.swift
[304/331] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[305/331] Compiling NIOPosix System.swift
[306/331] Compiling NIOPosix Thread.swift
[307/331] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[308/331] Compiling NIOPosix NIOPosixSendableMetatype.swift
[309/331] Compiling NIOPosix NIOThreadPool.swift
[310/331] Compiling NIOPosix NonBlockingFileIO.swift
[311/331] Compiling NIOPosix PendingDatagramWritesManager.swift
[312/331] Compiling NIOPosix PendingWritesManager.swift
[313/331] Compiling NIOPosix PipeChannel.swift
[314/331] Compiling NIOPosix HappyEyeballs.swift
[315/331] Compiling NIOPosix IO.swift
[316/331] Compiling NIOPosix IntegerBitPacking.swift
[317/331] Compiling NIOPosix IntegerTypes.swift
[318/331] Compiling NIOPosix Linux.swift
[319/331] Compiling NIOPosix LinuxCPUSet.swift
[320/331] Compiling NIOPosix LinuxUring.swift
[321/332] Wrapping AST for NIOPosix for debugging
[323/334] Emitting module NIO
[324/334] Compiling NIO Exports.swift
[325/337] Wrapping AST for NIO for debugging
[327/363] Compiling NIOTLS TLSEvents.swift
[328/363] Compiling NIOIRC IRCMessageRecipient.swift
[329/363] Compiling NIOIRC IRCNickName.swift
[330/365] Compiling NIOIRC IRCUserInfo.swift
[331/365] Compiling NIOIRC IRCUserMode.swift
[332/365] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[333/365] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[334/365] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[335/365] Compiling NIOTLS SNIHandler.swift
[336/365] Emitting module NIOTLS
[338/366] Compiling NIOIRC IRCServerName.swift
[339/366] Compiling NIOIRC IRCUserID.swift
[340/366] Compiling NIOIRC IRCCommandCodes.swift
[341/366] Compiling NIOIRC IRCMessage.swift
[342/366] Compiling NIOIRC IRCChannelName.swift
[343/366] Compiling NIOIRC IRCCommand.swift
[344/366] Compiling NIOIRC ByteBufferExtras.swift
[345/366] Compiling NIOIRC Scandinavian.swift
[346/366] Compiling NIOIRC IRCChannelHandler.swift
[347/366] Compiling NIOIRC IRCCommandParser.swift
[348/366] Compiling NIOIRC IRCDispatcher.swift
[349/366] Compiling NIOIRC IRCMessageParser.swift
[350/366] Compiling NIOIRC IRCMessageTarget.swift
[351/366] Compiling NIOIRC IRCChannelMode.swift
[351/366] Wrapping AST for NIOTLS for debugging
[353/366] Emitting module NIOIRC
[354/367] Wrapping AST for NIOIRC for debugging
[356/367] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[357/367] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[358/367] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[359/367] Emitting module NIOFoundationCompat
[360/367] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[361/368] Wrapping AST for NIOFoundationCompat for debugging
[363/390] Emitting module NIOTransportServices
[364/392] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[365/392] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[366/392] Compiling NIOTransportServices NIOTSListenerChannel.swift
[367/392] Compiling NIOTransportServices NIOTSBootstraps.swift
[368/392] Compiling NIOTransportServices NIOTSChannelOptions.swift
[369/392] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[370/392] Compiling NIOTransportServices AcceptHandler.swift
[371/392] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[372/392] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[373/392] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[374/392] Compiling NIOTransportServices NIOTSSingletons.swift
[375/392] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[376/392] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[377/392] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[378/392] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[379/392] Compiling NIOTransportServices NIOTSErrors.swift
[380/392] Compiling NIOTransportServices NIOTSEventLoop.swift
[381/392] Compiling NIOTransportServices StateManagedChannel.swift
[382/392] Compiling NIOTransportServices StateManagedListenerChannel.swift
[383/392] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[384/392] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[385/392] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[386/392] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[387/393] Wrapping AST for NIOTransportServices for debugging
[389/400] Compiling IRC ReExports.swift
[390/400] Compiling IRC IRCRetryStrategyCB.swift
[391/400] Compiling IRC IRCClientMessageTarget.swift
[392/400] Compiling IRC IRCClientDelegate.swift
[393/400] Compiling IRC IRCClientOptions.swift
[394/400] Emitting module IRC
[395/400] Compiling IRC IRCClient.swift
[396/401] Wrapping AST for IRC for debugging
[398/403] Emitting module IRCElizaBot
[399/403] Compiling IRCElizaBot IRCElizaBot.swift
/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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 58 |
 59 |       restartTimeout()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[400/406] Wrapping AST for IRCElizaBot for debugging
[402/406] Emitting module elizabot
[403/406] Compiling elizabot main.swift
[404/407] Wrapping AST for elizabot for debugging
[405/407] Write Objects.LinkFileList
[406/407] Linking elizabot
Build complete! (83.22s)
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.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.