Build Information
Successful build of RediStack, reference 2.0.0-gamma.1.1 (8ac2d7), with Swift 6.3 for Linux on 13 Apr 2026 21:55:43 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/RediStack.git
Reference: 2.0.0-gamma.1.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/swift-server/RediStack
* tag 2.0.0-gamma.1.1 -> FETCH_HEAD
HEAD is now at 8ac2d74 Make the parameter-less RedisClientError factory statics computed properties. As stored properties, they trigger Thread Sanitizer errors when multiple connections trigger the same errors (usually connectionClosed) too close together due to lazy once-only initialization.
Cloned https://github.com/swift-server/RediStack.git
Revision (git rev-parse @):
8ac2d742cb17cddf933cb133a8d708c6949e0996
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/RediStack.git at 2.0.0-gamma.1.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/swift-server/RediStack.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-service-discovery
Fetched https://github.com/apple/swift-atomics.git from cache (0.71s)
[1/1217] Fetching swift-service-discovery
[1218/4356] Fetching swift-service-discovery, swift-metrics
[1407/10917] Fetching swift-service-discovery, swift-metrics, swift-log
[10918/94056] Fetching swift-service-discovery, swift-metrics, swift-log, swift-nio
Fetched https://github.com/apple/swift-service-discovery from cache (9.99s)
Fetched https://github.com/apple/swift-log.git from cache (9.99s)
Fetched https://github.com/apple/swift-metrics.git from cache (10.00s)
Fetched https://github.com/apple/swift-nio.git from cache (10.20s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (11.60s)
Computing version for https://github.com/apple/swift-service-discovery
Computed https://github.com/apple/swift-service-discovery at 1.4.1 (0.77s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.78s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.9.0 (0.76s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (1.13s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/23537] Fetching swift-collections
[237/29138] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.86s)
[1883/23537] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.64s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (3.41s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (3.05s)
Creating working copy for https://github.com/apple/swift-service-discovery
Working copy of https://github.com/apple/swift-service-discovery resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.9.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.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
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.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.4.1
Building for debugging...
[0/29] Write sources
[16/29] Compiling _AtomicsShims.c
[17/29] Compiling CNIOLinux liburing_shims.c
[18/29] Compiling CNIOPosix event_loop_id.c
[19/29] Compiling CNIOWindows WSAStartup.c
[19/29] Compiling CNIOOpenBSD shim.c
[21/29] Compiling CNIOWindows shim.c
[21/29] Compiling CNIOWASI CNIOWASI.c
[23/29] Write sources
[24/29] Compiling CNIODarwin shim.c
[25/29] Write swift-version-24593BA9C3E375BF.txt
[26/29] Compiling CNIOLinux shim.c
[28/81] Emitting module InternalCollectionsUtilities
[28/83] Compiling c-nioatomics.c
[30/83] Emitting module Atomics
[30/85] Compiling c-atomics.c
[32/92] Compiling Atomics IntegerOperations.swift
[33/92] Compiling Atomics Unmanaged extensions.swift
[36/92] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[37/92] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[38/92] Compiling InternalCollectionsUtilities String+Padding.swift
[39/92] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[42/92] Compiling InternalCollectionsUtilities Debugging.swift
[43/92] Compiling InternalCollectionsUtilities Descriptions.swift
[44/92] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[45/92] Compiling InternalCollectionsUtilities Integer rank.swift
[46/92] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[47/92] Compiling InternalCollectionsUtilities UInt+reversed.swift
[48/92] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[49/92] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[50/92] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[51/92] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[52/92] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[53/92] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[54/92] Compiling InternalCollectionsUtilities Span+Extras.swift
[59/92] Compiling CoreMetrics WithMetricsFactory.swift
[60/92] Compiling _NIODataStructures PriorityQueue.swift
[66/93] Compiling Logging LogEvent.swift
[68/93] Compiling _NIOBase64 Base64.swift
[69/93] Emitting module _NIOBase64
[77/106] Compiling _NIODataStructures _TinyArray.swift
[79/106] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[80/106] Emitting module NIOConcurrencyHelpers
[81/106] Compiling CoreMetrics Metrics.swift
[82/111] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[83/111] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[84/111] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[85/111] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[86/111] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[87/111] Emitting module ContainersPreview
[88/111] Compiling ContainersPreview Container.swift
[89/111] Compiling ContainersPreview ContainerIterator.swift
[90/111] Compiling ContainersPreview DynamicContainer.swift
[91/111] Compiling ContainersPreview MutableContainer.swift
[92/111] Compiling ContainersPreview PermutableContainer.swift
[93/111] Compiling ContainersPreview OutputSpan+Extras.swift
[94/111] Compiling ContainersPreview TemporaryAllocation.swift
[95/111] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[96/111] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[97/111] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[98/132] Compiling ContainersPreview Producer+Map.swift
[99/132] Compiling ContainersPreview Producer+Reduce.swift
[100/132] Compiling ContainersPreview Producer.swift
[101/132] Compiling ContainersPreview Borrow.swift
[102/132] Compiling ContainersPreview RandomAccessContainer.swift
[103/132] Compiling ContainersPreview RangeExpression2.swift
[104/132] Compiling ContainersPreview RangeReplaceableContainer.swift
[105/132] Compiling ContainersPreview Drain+Map.swift
[106/132] Compiling NIOConcurrencyHelpers NIOLock.swift
[107/132] Compiling ContainersPreview Drain+Reduce.swift
[108/132] Compiling ContainersPreview Drain.swift
[109/132] Compiling ContainersPreview Producer+Collect.swift
[110/132] Compiling ContainersPreview Producer+Filter.swift
[111/132] Emitting module Logging
[112/132] Compiling Logging Locks.swift
[113/132] Compiling Logging MetadataProvider.swift
[114/132] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[115/132] Compiling ContainersPreview BorrowingSequence.swift
[116/132] Compiling ContainersPreview BidirectionalContainer.swift
[117/132] Compiling ContainersPreview Container+Filter.swift
[118/132] Compiling ContainersPreview Container+SpanwiseZip.swift
[119/132] Compiling NIOConcurrencyHelpers lock.swift
[120/132] Emitting module CoreMetrics
[121/132] Compiling CoreMetrics Locks.swift
[123/133] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[124/133] Compiling NIOConcurrencyHelpers atomics.swift
[125/133] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[126/134] Emitting module _NIODataStructures
[127/134] Compiling _NIODataStructures Heap.swift
[128/135] Compiling ContainersPreview Box.swift
[129/135] Compiling ContainersPreview Inout.swift
[130/135] Compiling ContainersPreview InputSpan.swift
[131/135] Compiling ContainersPreview Shared.swift
[135/139] Compiling Logging LogHandler.swift
[136/139] Compiling Logging Logging.swift
[138/188] Compiling DequeModule UniqueDeque+Consumption.swift
[139/188] Compiling DequeModule UniqueDeque+Container.swift
[140/188] Compiling DequeModule UniqueDeque+Descriptions.swift
[141/188] Compiling DequeModule UniqueDeque+Equatable.swift
[142/188] Compiling DequeModule UniqueDeque+Experimental.swift
[143/193] Compiling DequeModule UniqueDeque+Hashable.swift
[144/193] Compiling DequeModule UniqueDeque+Initializers.swift
[145/193] Compiling DequeModule UniqueDeque+Insertions.swift
[146/193] Compiling DequeModule UniqueDeque+Prepend.swift
[147/193] Compiling DequeModule UniqueDeque+Removals.swift
[148/193] Compiling DequeModule RigidDeque+Equatable.swift
[149/193] Compiling DequeModule RigidDeque+Experimental.swift
[150/193] Compiling DequeModule RigidDeque+Hashable.swift
[151/193] Compiling DequeModule RigidDeque+Initializers.swift
[152/193] Compiling DequeModule RigidDeque+Insertions.swift
[153/193] Compiling DequeModule RigidDeque+Prepend.swift
[154/193] Compiling DequeModule _DequeBuffer.swift
[155/193] Compiling DequeModule _DequeBufferHeader.swift
[156/193] Compiling DequeModule RigidDeque+Append.swift
[157/193] Compiling DequeModule RigidDeque+Consumption.swift
[158/193] Compiling DequeModule RigidDeque+Container.swift
[159/193] Compiling DequeModule RigidDeque+Descriptions.swift
[160/193] Compiling DequeModule RigidDeque+Removals.swift
[161/193] Compiling DequeModule RigidDeque+Replacements.swift
[162/193] Compiling DequeModule RigidDeque+Testing.swift
[163/193] Compiling DequeModule RigidDeque.swift
[164/193] Compiling DequeModule UniqueDeque+Append.swift
[165/193] Compiling ServiceDiscovery FilterInstanceServiceDiscovery.swift
[166/193] Compiling ServiceDiscovery HostPort.swift
[167/193] Compiling DequeModule Deque+CustomReflectable.swift
[168/193] Compiling DequeModule Deque+Descriptions.swift
[169/193] Compiling DequeModule Deque+Equatable.swift
[170/193] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[171/193] Emitting module Metrics
[172/193] Compiling DequeModule Deque+Extras.swift
[173/193] Compiling DequeModule Deque+Hashable.swift
[174/193] Compiling DequeModule Deque+Testing.swift
[175/193] Compiling DequeModule Deque._Storage.swift
[176/193] Compiling DequeModule Deque._UnsafeHandle.swift
[177/193] Compiling DequeModule Deque.swift
[178/193] Compiling Metrics Metrics.swift
[180/194] Compiling ServiceDiscovery ServiceDiscovery+Combinators.swift
[181/195] Emitting module ServiceDiscovery
[182/195] Compiling ServiceDiscovery ServiceDiscovery.swift
[185/195] Compiling ServiceDiscovery MapServiceServiceDiscovery.swift
[186/195] Compiling ServiceDiscovery MapInstanceServiceDiscovery.swift
[187/195] Compiling ServiceDiscovery ServiceDiscovery+AsyncAwait.swift
[188/195] Emitting module DequeModule
[189/195] Compiling ServiceDiscovery ServiceDiscovery+TypeErased.swift
[190/195] Compiling ServiceDiscovery InMemoryServiceDiscovery.swift
[192/196] Compiling DequeModule UniqueDeque+Replacements.swift
[193/196] Compiling DequeModule UniqueDeque.swift
[194/196] Compiling DequeModule _DequeSlot.swift
[195/196] Compiling DequeModule _UnsafeDequeHandle.swift
[196/196] Compiling DequeModule _UnsafeDequeSegments.swift
[198/261] Compiling NIOCore NIOCoreSendableMetatype.swift
[199/261] Compiling NIOCore NIODecodedAsyncSequence.swift
[200/261] Compiling NIOCore NIOLoopBound.swift
[201/261] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[202/261] Compiling NIOCore NIOScheduledCallback.swift
[203/261] Compiling NIOCore NIOSendable.swift
[204/261] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[205/261] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[206/261] Compiling NIOCore RecvByteBufferAllocator.swift
[207/261] Compiling NIOCore EventLoopFuture+Deprecated.swift
[208/261] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[209/261] Compiling NIOCore EventLoopFuture.swift
[210/261] Compiling NIOCore FileDescriptor.swift
[211/261] Compiling NIOCore FileHandle.swift
[212/261] Compiling NIOCore FileRegion.swift
[213/261] Compiling NIOCore GlobalSingletons.swift
[214/261] Compiling NIOCore IO.swift
[215/261] Compiling NIOCore IOData.swift
[216/261] Compiling NIOCore IPProtocol.swift
[217/261] Compiling NIOCore IntegerBitPacking.swift
[218/261] Compiling NIOCore IntegerTypes.swift
[219/261] Compiling NIOCore Interfaces.swift
[220/261] Compiling NIOCore Linux.swift
[221/261] Compiling NIOCore MarkedCircularBuffer.swift
[222/261] Compiling NIOCore MulticastChannel.swift
[223/261] Compiling NIOCore NIOAny.swift
[224/261] Compiling NIOCore NIOCloseOnErrorHandler.swift
[225/269] Compiling NIOCore CircularBuffer.swift
[226/269] Compiling NIOCore Codec.swift
[227/269] Compiling NIOCore ConvenienceOptionSupport.swift
[228/269] Compiling NIOCore DeadChannel.swift
[229/269] Compiling NIOCore DispatchQueue+WithFuture.swift
[230/269] Compiling NIOCore EventLoop+Deprecated.swift
[231/269] Compiling NIOCore EventLoop+SerialExecutor.swift
[232/269] Compiling NIOCore EventLoop.swift
[233/269] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[234/269] Compiling NIOCore AddressedEnvelope.swift
[235/269] Compiling NIOCore AsyncAwaitSupport.swift
[236/269] Compiling NIOCore AsyncChannel.swift
[237/269] Compiling NIOCore AsyncChannelHandler.swift
[238/269] Compiling NIOCore AsyncChannelInboundStream.swift
[239/269] Compiling NIOCore AsyncChannelOutboundWriter.swift
[240/269] Compiling NIOCore NIOAsyncSequenceProducer.swift
[241/269] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[242/269] Compiling NIOCore NIOAsyncWriter.swift
[243/269] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[244/269] Compiling NIOCore BSDSocketAPI.swift
[245/269] Compiling NIOCore ByteBuffer-aux.swift
[246/269] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[247/269] Compiling NIOCore ByteBuffer-conversions.swift
[248/269] Compiling NIOCore ByteBuffer-core.swift
[249/269] Compiling NIOCore ByteBuffer-hex.swift
[250/269] Compiling NIOCore ByteBuffer-int.swift
[251/269] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[252/269] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[253/269] Compiling NIOCore SocketAddresses.swift
[254/269] Compiling NIOCore SocketOptionProvider.swift
[255/269] Compiling NIOCore SystemCallHelpers.swift
[256/269] Compiling NIOCore TimeAmount+Duration.swift
[257/269] Compiling NIOCore TypeAssistedChannelHandler.swift
[258/269] Compiling NIOCore UniversalBootstrapSupport.swift
[259/269] Compiling NIOCore Utilities.swift
[260/269] Compiling NIOCore ByteBuffer-multi-int.swift
[261/269] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[262/269] Compiling NIOCore ByteBuffer-views.swift
[263/269] Compiling NIOCore Channel.swift
[264/269] Compiling NIOCore ChannelHandler.swift
[265/269] Compiling NIOCore ChannelHandlers.swift
[266/269] Compiling NIOCore ChannelInvoker.swift
[267/269] Compiling NIOCore ChannelOption.swift
[268/269] Compiling NIOCore ChannelPipeline.swift
[269/269] Emitting module NIOCore
[271/324] Emitting module NIOEmbedded
[272/324] Compiling NIOEmbedded AsyncTestingChannel.swift
[273/324] Compiling NIOEmbedded Embedded.swift
[274/324] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[276/325] Compiling NIOPosix PipePair.swift
[277/325] Compiling NIOPosix Pool.swift
[278/325] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[279/325] Compiling NIOPosix PosixSingletons.swift
[280/325] Compiling NIOPosix RawSocketBootstrap.swift
[281/325] Compiling NIOPosix Resolver.swift
[282/325] Compiling NIOPosix Selectable.swift
[283/331] Compiling NIOPosix HappyEyeballs.swift
[284/331] Compiling NIOPosix IO.swift
[285/331] Compiling NIOPosix IntegerBitPacking.swift
[286/331] Compiling NIOPosix IntegerTypes.swift
[287/331] Compiling NIOPosix Linux.swift
[288/331] Compiling NIOPosix LinuxCPUSet.swift
[289/331] Compiling NIOPosix LinuxUring.swift
[290/331] Compiling NIOPosix ThreadPosix.swift
[291/331] Compiling NIOPosix ThreadWindows.swift
[292/331] Compiling NIOPosix Utilities.swift
[293/331] Compiling NIOPosix VsockAddress.swift
[294/331] Compiling NIOPosix VsockChannelEvents.swift
[295/331] Compiling NIOPosix Windows.swift
[296/331] Compiling NIOPosix SelectableChannel.swift
[297/331] Compiling NIOPosix SelectableEventLoop.swift
[298/331] Compiling NIOPosix SelectorEpoll.swift
[299/331] Compiling NIOPosix SelectorGeneric.swift
[300/331] Compiling NIOPosix SelectorKqueue.swift
[301/331] Compiling NIOPosix SelectorUring.swift
[302/331] Compiling NIOPosix SelectorWSAPoll.swift
[303/331] Emitting module NIOPosix
[304/331] Compiling NIOPosix BSDSocketAPICommon.swift
[305/331] Compiling NIOPosix BSDSocketAPIPosix.swift
[306/331] Compiling NIOPosix BSDSocketAPIWindows.swift
[307/331] Compiling NIOPosix BaseSocket.swift
[308/331] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[309/331] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[310/331] Compiling NIOPosix BaseSocketChannel.swift
[311/331] Compiling NIOPosix ServerSocket.swift
[312/331] Compiling NIOPosix Socket.swift
[313/331] Compiling NIOPosix SocketChannel.swift
[314/331] Compiling NIOPosix SocketProtocols.swift
[315/331] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[316/331] Compiling NIOPosix System.swift
[317/331] Compiling NIOPosix Thread.swift
[318/331] Compiling NIOPosix BaseStreamSocketChannel.swift
[319/331] Compiling NIOPosix Bootstrap.swift
[320/331] Compiling NIOPosix ControlMessage.swift
[321/331] Compiling NIOPosix DatagramVectorReadManager.swift
[322/331] Compiling NIOPosix Errors+Any.swift
[323/331] Compiling NIOPosix FileDescriptor.swift
[324/331] Compiling NIOPosix GetaddrinfoResolver.swift
[325/331] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[326/331] Compiling NIOPosix NIOPosixSendableMetatype.swift
[327/331] Compiling NIOPosix NIOThreadPool.swift
[328/331] Compiling NIOPosix NonBlockingFileIO.swift
[329/331] Compiling NIOPosix PendingDatagramWritesManager.swift
[330/331] Compiling NIOPosix PendingWritesManager.swift
[331/331] Compiling NIOPosix PipeChannel.swift
[333/362] Emitting module RediStack
/host/spi-builder-workspace/Sources/RediStack/Commands/ListCommands.swift:546:35: warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
544 | // MARK: - Shared implementations
545 | extension RedisCommand {
546 | fileprivate static func _bpop<ResultType>(
| `- warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
547 | keyword: String,
548 | _ keys: [RedisKey],
/host/spi-builder-workspace/Sources/RediStack/Commands/RedisCommand.swift:24:28: note: 'ResultType' previously declared here
22 | ///
23 | /// When creating a `RedisCommand`, a closure is provided for transforming an arbitrary `RESPValue` instance into the `ResultType`.
24 | public struct RedisCommand<ResultType> {
| `- note: 'ResultType' previously declared here
25 | public let keyword: String
26 | public let arguments: [RESPValue]
/host/spi-builder-workspace/Sources/RediStack/Commands/SortedSetCommands.swift:1347:36: warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
1345 | // MARK: - Shared implementations
1346 | extension RedisCommand {
1347 | fileprivate static func _bzpop<ResultType>(
| `- warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
1348 | keyword: String,
1349 | _ keys: [RedisKey],
/host/spi-builder-workspace/Sources/RediStack/Commands/RedisCommand.swift:24:28: note: 'ResultType' previously declared here
22 | ///
23 | /// When creating a `RedisCommand`, a closure is provided for transforming an arbitrary `RESPValue` instance into the `ResultType`.
24 | public struct RedisCommand<ResultType> {
| `- note: 'ResultType' previously declared here
25 | public let keyword: String
26 | public let arguments: [RESPValue]
/host/spi-builder-workspace/Sources/RediStack/Commands/SortedSetCommands.swift:1401:35: warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
1399 | }
1400 |
1401 | fileprivate static func _zpop<ResultType>(
| `- warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
1402 | keyword: String,
1403 | _ count: Int?,
/host/spi-builder-workspace/Sources/RediStack/Commands/RedisCommand.swift:24:28: note: 'ResultType' previously declared here
22 | ///
23 | /// When creating a `RedisCommand`, a closure is provided for transforming an arbitrary `RESPValue` instance into the `ResultType`.
24 | public struct RedisCommand<ResultType> {
| `- note: 'ResultType' previously declared here
25 | public let keyword: String
26 | public let arguments: [RESPValue]
/host/spi-builder-workspace/Sources/RediStack/Commands/StringCommands.swift:503:35: warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
501 |
502 | extension RedisCommand {
503 | fileprivate static func _mset<ResultType>(
| `- warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
504 | keyword: String,
505 | _ operations: [RedisKey: RESPValueConvertible],
/host/spi-builder-workspace/Sources/RediStack/Commands/RedisCommand.swift:24:28: note: 'ResultType' previously declared here
22 | ///
23 | /// When creating a `RedisCommand`, a closure is provided for transforming an arbitrary `RESPValue` instance into the `ResultType`.
24 | public struct RedisCommand<ResultType> {
| `- note: 'ResultType' previously declared here
25 | public let keyword: String
26 | public let arguments: [RESPValue]
[334/362] Compiling RediStack RedisConnectionPool+Configuration.swift
[335/362] Compiling RediStack RedisConnectionPool.swift
[336/362] Compiling RediStack RedisError.swift
[337/362] Compiling RediStack RedisKey+TTL.swift
[338/366] Compiling RediStack RedisByteDecoder.swift
[339/366] Compiling RediStack RedisCommandHandler.swift
[340/366] Compiling RediStack RedisMessageEncoder.swift
[341/366] Compiling RediStack RedisPubSubHandler.swift
[342/366] Compiling RediStack ConnectionCommands.swift
[343/366] Compiling RediStack HashCommands.swift
/host/spi-builder-workspace/Sources/RediStack/Commands/ListCommands.swift:546:35: warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
544 | // MARK: - Shared implementations
545 | extension RedisCommand {
546 | fileprivate static func _bpop<ResultType>(
| `- warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
547 | keyword: String,
548 | _ keys: [RedisKey],
/host/spi-builder-workspace/Sources/RediStack/Commands/RedisCommand.swift:24:28: note: 'ResultType' previously declared here
22 | ///
23 | /// When creating a `RedisCommand`, a closure is provided for transforming an arbitrary `RESPValue` instance into the `ResultType`.
24 | public struct RedisCommand<ResultType> {
| `- note: 'ResultType' previously declared here
25 | public let keyword: String
26 | public let arguments: [RESPValue]
[344/366] Compiling RediStack KeyCommands.swift
/host/spi-builder-workspace/Sources/RediStack/Commands/ListCommands.swift:546:35: warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
544 | // MARK: - Shared implementations
545 | extension RedisCommand {
546 | fileprivate static func _bpop<ResultType>(
| `- warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
547 | keyword: String,
548 | _ keys: [RedisKey],
/host/spi-builder-workspace/Sources/RediStack/Commands/RedisCommand.swift:24:28: note: 'ResultType' previously declared here
22 | ///
23 | /// When creating a `RedisCommand`, a closure is provided for transforming an arbitrary `RESPValue` instance into the `ResultType`.
24 | public struct RedisCommand<ResultType> {
| `- note: 'ResultType' previously declared here
25 | public let keyword: String
26 | public let arguments: [RESPValue]
[345/366] Compiling RediStack ListCommands.swift
/host/spi-builder-workspace/Sources/RediStack/Commands/ListCommands.swift:546:35: warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
544 | // MARK: - Shared implementations
545 | extension RedisCommand {
546 | fileprivate static func _bpop<ResultType>(
| `- warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
547 | keyword: String,
548 | _ keys: [RedisKey],
/host/spi-builder-workspace/Sources/RediStack/Commands/RedisCommand.swift:24:28: note: 'ResultType' previously declared here
22 | ///
23 | /// When creating a `RedisCommand`, a closure is provided for transforming an arbitrary `RESPValue` instance into the `ResultType`.
24 | public struct RedisCommand<ResultType> {
| `- note: 'ResultType' previously declared here
25 | public let keyword: String
26 | public let arguments: [RESPValue]
[346/366] Compiling RediStack PubSubCommands.swift
/host/spi-builder-workspace/Sources/RediStack/Commands/ListCommands.swift:546:35: warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
544 | // MARK: - Shared implementations
545 | extension RedisCommand {
546 | fileprivate static func _bpop<ResultType>(
| `- warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
547 | keyword: String,
548 | _ keys: [RedisKey],
/host/spi-builder-workspace/Sources/RediStack/Commands/RedisCommand.swift:24:28: note: 'ResultType' previously declared here
22 | ///
23 | /// When creating a `RedisCommand`, a closure is provided for transforming an arbitrary `RESPValue` instance into the `ResultType`.
24 | public struct RedisCommand<ResultType> {
| `- note: 'ResultType' previously declared here
25 | public let keyword: String
26 | public let arguments: [RESPValue]
[347/366] Compiling RediStack StringCommands.swift
/host/spi-builder-workspace/Sources/RediStack/Commands/StringCommands.swift:503:35: warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
501 |
502 | extension RedisCommand {
503 | fileprivate static func _mset<ResultType>(
| `- warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
504 | keyword: String,
505 | _ operations: [RedisKey: RESPValueConvertible],
/host/spi-builder-workspace/Sources/RediStack/Commands/RedisCommand.swift:24:28: note: 'ResultType' previously declared here
22 | ///
23 | /// When creating a `RedisCommand`, a closure is provided for transforming an arbitrary `RESPValue` instance into the `ResultType`.
24 | public struct RedisCommand<ResultType> {
| `- note: 'ResultType' previously declared here
25 | public let keyword: String
26 | public let arguments: [RESPValue]
[348/366] Compiling RediStack ConnectionPool.swift
/host/spi-builder-workspace/Sources/RediStack/Commands/StringCommands.swift:503:35: warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
501 |
502 | extension RedisCommand {
503 | fileprivate static func _mset<ResultType>(
| `- warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
504 | keyword: String,
505 | _ operations: [RedisKey: RESPValueConvertible],
/host/spi-builder-workspace/Sources/RediStack/Commands/RedisCommand.swift:24:28: note: 'ResultType' previously declared here
22 | ///
23 | /// When creating a `RedisCommand`, a closure is provided for transforming an arbitrary `RESPValue` instance into the `ResultType`.
24 | public struct RedisCommand<ResultType> {
| `- note: 'ResultType' previously declared here
25 | public let keyword: String
26 | public let arguments: [RESPValue]
[349/366] Compiling RediStack ConnectionPoolErrors.swift
/host/spi-builder-workspace/Sources/RediStack/Commands/StringCommands.swift:503:35: warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
501 |
502 | extension RedisCommand {
503 | fileprivate static func _mset<ResultType>(
| `- warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
504 | keyword: String,
505 | _ operations: [RedisKey: RESPValueConvertible],
/host/spi-builder-workspace/Sources/RediStack/Commands/RedisCommand.swift:24:28: note: 'ResultType' previously declared here
22 | ///
23 | /// When creating a `RedisCommand`, a closure is provided for transforming an arbitrary `RESPValue` instance into the `ResultType`.
24 | public struct RedisCommand<ResultType> {
| `- note: 'ResultType' previously declared here
25 | public let keyword: String
26 | public let arguments: [RESPValue]
[350/366] Compiling RediStack StandardLibrary.swift
/host/spi-builder-workspace/Sources/RediStack/Commands/StringCommands.swift:503:35: warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
501 |
502 | extension RedisCommand {
503 | fileprivate static func _mset<ResultType>(
| `- warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
504 | keyword: String,
505 | _ operations: [RedisKey: RESPValueConvertible],
/host/spi-builder-workspace/Sources/RediStack/Commands/RedisCommand.swift:24:28: note: 'ResultType' previously declared here
22 | ///
23 | /// When creating a `RedisCommand`, a closure is provided for transforming an arbitrary `RESPValue` instance into the `ResultType`.
24 | public struct RedisCommand<ResultType> {
| `- note: 'ResultType' previously declared here
25 | public let keyword: String
26 | public let arguments: [RESPValue]
[351/366] Compiling RediStack SwiftNIO.swift
[352/366] Compiling RediStack RESPTranslator.swift
[353/366] Compiling RediStack RESPValue.swift
[354/366] Compiling RediStack RESPValueConvertible.swift
[355/366] Compiling RediStack RedisChannelName.swift
[356/366] Compiling RediStack RedisClient.swift
[357/366] Compiling RediStack RedisConnection+Configuration.swift
[358/366] Compiling RediStack RedisConnection.swift
[359/366] Compiling RediStack RedisCommand.swift
/host/spi-builder-workspace/Sources/RediStack/Commands/SortedSetCommands.swift:1347:36: warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
1345 | // MARK: - Shared implementations
1346 | extension RedisCommand {
1347 | fileprivate static func _bzpop<ResultType>(
| `- warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
1348 | keyword: String,
1349 | _ keys: [RedisKey],
/host/spi-builder-workspace/Sources/RediStack/Commands/RedisCommand.swift:24:28: note: 'ResultType' previously declared here
22 | ///
23 | /// When creating a `RedisCommand`, a closure is provided for transforming an arbitrary `RESPValue` instance into the `ResultType`.
24 | public struct RedisCommand<ResultType> {
| `- note: 'ResultType' previously declared here
25 | public let keyword: String
26 | public let arguments: [RESPValue]
/host/spi-builder-workspace/Sources/RediStack/Commands/SortedSetCommands.swift:1401:35: warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
1399 | }
1400 |
1401 | fileprivate static func _zpop<ResultType>(
| `- warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
1402 | keyword: String,
1403 | _ count: Int?,
/host/spi-builder-workspace/Sources/RediStack/Commands/RedisCommand.swift:24:28: note: 'ResultType' previously declared here
22 | ///
23 | /// When creating a `RedisCommand`, a closure is provided for transforming an arbitrary `RESPValue` instance into the `ResultType`.
24 | public struct RedisCommand<ResultType> {
| `- note: 'ResultType' previously declared here
25 | public let keyword: String
26 | public let arguments: [RESPValue]
[360/366] Compiling RediStack ServerCommands.swift
/host/spi-builder-workspace/Sources/RediStack/Commands/SortedSetCommands.swift:1347:36: warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
1345 | // MARK: - Shared implementations
1346 | extension RedisCommand {
1347 | fileprivate static func _bzpop<ResultType>(
| `- warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
1348 | keyword: String,
1349 | _ keys: [RedisKey],
/host/spi-builder-workspace/Sources/RediStack/Commands/RedisCommand.swift:24:28: note: 'ResultType' previously declared here
22 | ///
23 | /// When creating a `RedisCommand`, a closure is provided for transforming an arbitrary `RESPValue` instance into the `ResultType`.
24 | public struct RedisCommand<ResultType> {
| `- note: 'ResultType' previously declared here
25 | public let keyword: String
26 | public let arguments: [RESPValue]
/host/spi-builder-workspace/Sources/RediStack/Commands/SortedSetCommands.swift:1401:35: warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
1399 | }
1400 |
1401 | fileprivate static func _zpop<ResultType>(
| `- warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
1402 | keyword: String,
1403 | _ count: Int?,
/host/spi-builder-workspace/Sources/RediStack/Commands/RedisCommand.swift:24:28: note: 'ResultType' previously declared here
22 | ///
23 | /// When creating a `RedisCommand`, a closure is provided for transforming an arbitrary `RESPValue` instance into the `ResultType`.
24 | public struct RedisCommand<ResultType> {
| `- note: 'ResultType' previously declared here
25 | public let keyword: String
26 | public let arguments: [RESPValue]
[361/366] Compiling RediStack SetCommands.swift
/host/spi-builder-workspace/Sources/RediStack/Commands/SortedSetCommands.swift:1347:36: warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
1345 | // MARK: - Shared implementations
1346 | extension RedisCommand {
1347 | fileprivate static func _bzpop<ResultType>(
| `- warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
1348 | keyword: String,
1349 | _ keys: [RedisKey],
/host/spi-builder-workspace/Sources/RediStack/Commands/RedisCommand.swift:24:28: note: 'ResultType' previously declared here
22 | ///
23 | /// When creating a `RedisCommand`, a closure is provided for transforming an arbitrary `RESPValue` instance into the `ResultType`.
24 | public struct RedisCommand<ResultType> {
| `- note: 'ResultType' previously declared here
25 | public let keyword: String
26 | public let arguments: [RESPValue]
/host/spi-builder-workspace/Sources/RediStack/Commands/SortedSetCommands.swift:1401:35: warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
1399 | }
1400 |
1401 | fileprivate static func _zpop<ResultType>(
| `- warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
1402 | keyword: String,
1403 | _ count: Int?,
/host/spi-builder-workspace/Sources/RediStack/Commands/RedisCommand.swift:24:28: note: 'ResultType' previously declared here
22 | ///
23 | /// When creating a `RedisCommand`, a closure is provided for transforming an arbitrary `RESPValue` instance into the `ResultType`.
24 | public struct RedisCommand<ResultType> {
| `- note: 'ResultType' previously declared here
25 | public let keyword: String
26 | public let arguments: [RESPValue]
[362/366] Compiling RediStack SortedSetCommands.swift
/host/spi-builder-workspace/Sources/RediStack/Commands/SortedSetCommands.swift:1347:36: warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
1345 | // MARK: - Shared implementations
1346 | extension RedisCommand {
1347 | fileprivate static func _bzpop<ResultType>(
| `- warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
1348 | keyword: String,
1349 | _ keys: [RedisKey],
/host/spi-builder-workspace/Sources/RediStack/Commands/RedisCommand.swift:24:28: note: 'ResultType' previously declared here
22 | ///
23 | /// When creating a `RedisCommand`, a closure is provided for transforming an arbitrary `RESPValue` instance into the `ResultType`.
24 | public struct RedisCommand<ResultType> {
| `- note: 'ResultType' previously declared here
25 | public let keyword: String
26 | public let arguments: [RESPValue]
/host/spi-builder-workspace/Sources/RediStack/Commands/SortedSetCommands.swift:1401:35: warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
1399 | }
1400 |
1401 | fileprivate static func _zpop<ResultType>(
| `- warning: generic parameter 'ResultType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
1402 | keyword: String,
1403 | _ count: Int?,
/host/spi-builder-workspace/Sources/RediStack/Commands/RedisCommand.swift:24:28: note: 'ResultType' previously declared here
22 | ///
23 | /// When creating a `RedisCommand`, a closure is provided for transforming an arbitrary `RESPValue` instance into the `ResultType`.
24 | public struct RedisCommand<ResultType> {
| `- note: 'ResultType' previously declared here
25 | public let keyword: String
26 | public let arguments: [RESPValue]
[363/366] Compiling RediStack RedisKey.swift
[364/366] Compiling RediStack RedisLogging.swift
[365/366] Compiling RediStack RedisMetrics.swift
[366/366] Compiling RediStack _Deprecations.swift
[368/376] Compiling RediStackTestUtils _Deprecations.swift
[369/376] Compiling RediStackTestUtils General.swift
[370/376] Emitting module RedisTypes
[371/376] Compiling RedisTypes RedisSet.swift
[372/376] Compiling RediStackTestUtils RedisIntegrationTestCase.swift
[373/376] Compiling RediStackTestUtils RediStack.swift
[374/376] Compiling RediStackTestUtils RedisConnectionPoolIntegrationTestCase.swift
[375/376] Compiling RediStackTestUtils EmbeddedMockRedisServer.swift
[376/377] Emitting module RediStackTestUtils
Build complete! (119.79s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-metrics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-metrics.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.43.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-service-discovery",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-service-discovery"
}
],
"manifest_display_name" : "RediStack",
"name" : "RediStack",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RediStack",
"targets" : [
"RediStack"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RediStackTestUtils",
"targets" : [
"RediStackTestUtils"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RedisTypes",
"targets" : [
"RedisTypes"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RedisTypesTests",
"module_type" : "SwiftTarget",
"name" : "RedisTypesTests",
"path" : "Tests/RedisTypesTests",
"product_dependencies" : [
"NIOCore"
],
"sources" : [
"RedisSetTests.swift",
"RedisTypesIntegrationTestCase.swift"
],
"target_dependencies" : [
"RediStack",
"RedisTypes",
"RediStackTestUtils"
],
"type" : "test"
},
{
"c99name" : "RedisTypes",
"module_type" : "SwiftTarget",
"name" : "RedisTypes",
"path" : "Sources/RedisTypes",
"product_memberships" : [
"RedisTypes"
],
"sources" : [
"RedisSet.swift"
],
"target_dependencies" : [
"RediStack"
],
"type" : "library"
},
{
"c99name" : "RediStackTests",
"module_type" : "SwiftTarget",
"name" : "RediStackTests",
"path" : "Tests/RediStackTests",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOEmbedded",
"NIOTestUtils"
],
"sources" : [
"ChannelHandlers/RedisByteDecoderTests.swift",
"ChannelHandlers/RedisCommandHandlerTests.swift",
"ChannelHandlers/RedisMessageEncoderTests.swift",
"ConfigurationTests.swift",
"ConnectionPoolTests.swift",
"RESPTranslatorTests.swift",
"RESPValueTests.swift",
"RedisCommandTests.swift",
"RedisConnectionTests.swift",
"RedisKeyLifetime.swift"
],
"target_dependencies" : [
"RediStack",
"RediStackTestUtils"
],
"type" : "test"
},
{
"c99name" : "RediStackTestUtils",
"module_type" : "SwiftTarget",
"name" : "RediStackTestUtils",
"path" : "Sources/RediStackTestUtils",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOEmbedded"
],
"product_memberships" : [
"RediStackTestUtils"
],
"sources" : [
"EmbeddedMockRedisServer.swift",
"Extensions/General.swift",
"Extensions/RediStack.swift",
"RedisConnectionPoolIntegrationTestCase.swift",
"RedisIntegrationTestCase.swift",
"_Deprecations.swift"
],
"target_dependencies" : [
"RediStack"
],
"type" : "library"
},
{
"c99name" : "RediStackIntegrationTests",
"module_type" : "SwiftTarget",
"name" : "RediStackIntegrationTests",
"path" : "Tests/RediStackIntegrationTests",
"product_dependencies" : [
"NIO",
"ServiceDiscovery"
],
"sources" : [
"Commands/ConnectionCommandsTests.swift",
"Commands/HashCommandsTests.swift",
"Commands/KeyCommandsTests.swift",
"Commands/ListCommandsTests.swift",
"Commands/PubSubCommandsTests.swift",
"Commands/ServerCommandsTests.swift",
"Commands/SetCommandsTests.swift",
"Commands/SortedSetCommandsTests.swift",
"Commands/StringCommandsTests.swift",
"RediStackIntegrationTestCase.swift",
"RedisConnectionPoolTests.swift",
"RedisConnectionTests.swift",
"RedisLoggingTests.swift",
"RedisServiceDiscoveryTests.swift"
],
"target_dependencies" : [
"RediStack",
"RediStackTestUtils"
],
"type" : "test"
},
{
"c99name" : "RediStack",
"module_type" : "SwiftTarget",
"name" : "RediStack",
"path" : "Sources/RediStack",
"product_dependencies" : [
"Atomics",
"NIOCore",
"NIOPosix",
"Logging",
"Metrics",
"ServiceDiscovery"
],
"product_memberships" : [
"RediStack",
"RediStackTestUtils",
"RedisTypes"
],
"sources" : [
"ChannelHandlers/RedisByteDecoder.swift",
"ChannelHandlers/RedisCommandHandler.swift",
"ChannelHandlers/RedisMessageEncoder.swift",
"ChannelHandlers/RedisPubSubHandler.swift",
"Commands/ConnectionCommands.swift",
"Commands/HashCommands.swift",
"Commands/KeyCommands.swift",
"Commands/ListCommands.swift",
"Commands/PubSubCommands.swift",
"Commands/RedisCommand.swift",
"Commands/ServerCommands.swift",
"Commands/SetCommands.swift",
"Commands/SortedSetCommands.swift",
"Commands/StringCommands.swift",
"ConnectionPool/ConnectionPool.swift",
"ConnectionPool/ConnectionPoolErrors.swift",
"Extensions/StandardLibrary.swift",
"Extensions/SwiftNIO.swift",
"RESP/RESPTranslator.swift",
"RESP/RESPValue.swift",
"RESP/RESPValueConvertible.swift",
"RedisChannelName.swift",
"RedisClient.swift",
"RedisConnection+Configuration.swift",
"RedisConnection.swift",
"RedisConnectionPool+Configuration.swift",
"RedisConnectionPool.swift",
"RedisError.swift",
"RedisKey+TTL.swift",
"RedisKey.swift",
"RedisLogging.swift",
"RedisMetrics.swift",
"_Deprecations.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
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.