The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of redis-kit, reference 1.0.0-beta.5.1 (a650ba), with Swift 6.1 for Android on 27 May 2025 13:19:29 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/redis-kit.git
Reference: 1.0.0-beta.5.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/vapor/redis-kit
 * tag               1.0.0-beta.5.1 -> FETCH_HEAD
HEAD is now at a650bad Pin to last RediStack alpha release
Cloned https://github.com/vapor/redis-kit.git
Revision (git rev-parse @):
a650bada7d7658064517e8ca17c92b854c91eb07
SUCCESS checkout https://github.com/vapor/redis-kit.git at 1.0.0-beta.5.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/redis-kit.git
https://github.com/vapor/redis-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "redistack",
      "requirement" : {
        "exact" : [
          "1.0.0-alpha.10"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://gitlab.com/mordil/RediStack.git"
    },
    {
      "identity" : "async-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-rc",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/async-kit.git"
    }
  ],
  "manifest_display_name" : "redis-kit",
  "name" : "redis-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "RedisKit",
      "targets" : [
        "RedisKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RedisKitTests",
      "module_type" : "SwiftTarget",
      "name" : "RedisKitTests",
      "path" : "Tests/RedisKitTests",
      "product_dependencies" : [
        "RediStackTestUtils"
      ],
      "sources" : [
        "RedisKitTests.swift",
        "Types/RedisSetTests.swift"
      ],
      "target_dependencies" : [
        "RedisKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RedisKit",
      "module_type" : "SwiftTarget",
      "name" : "RedisKit",
      "path" : "Sources/RedisKit",
      "product_dependencies" : [
        "RediStack",
        "AsyncKit",
        "Logging"
      ],
      "product_memberships" : [
        "RedisKit"
      ],
      "sources" : [
        "Exports.swift",
        "RedisClient+Codable.swift",
        "RedisConfiguration.swift",
        "RedisConnectionPool.swift",
        "RedisConnectionSource.swift",
        "Types/RedisSet.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/async-kit.git
Fetching https://gitlab.com/mordil/RediStack.git
[1/2370] Fetching async-kit
[949/6206] Fetching async-kit, swift-log
Fetched https://github.com/vapor/async-kit.git from cache (1.54s)
Fetched https://github.com/apple/swift-log.git from cache (1.54s)
[1/4663] Fetching redistack
Fetched https://gitlab.com/mordil/RediStack.git from cache (1.91s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.40s)
Computing version for https://gitlab.com/mordil/RediStack.git
Computed https://gitlab.com/mordil/RediStack.git at 1.0.0-alpha.10 (1.35s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-metrics.git
[1/2206] Fetching swift-metrics
[2207/78248] Fetching swift-metrics, swift-nio
Fetched https://github.com/apple/swift-metrics.git from cache (3.94s)
Fetched https://github.com/apple/swift-nio.git from cache (4.03s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (4.53s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.85s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[1216/18301] Fetching swift-atomics, swift-collections
[2541/22692] Fetching swift-atomics, swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.59s)
[6190/18301] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (2.66s)
Fetched https://github.com/apple/swift-collections.git from cache (2.68s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.24s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.51s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.82s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.54s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.46s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.94s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.97s)
Creating working copy for https://gitlab.com/mordil/RediStack.git
Working copy of https://gitlab.com/mordil/RediStack.git resolved at 1.0.0-alpha.10
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.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.83.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Building for debugging...
[0/35] Write sources
[21/35] Compiling _NumericsShims _NumericsShims.c
[22/35] Compiling _AtomicsShims.c
[23/35] Compiling CNIOWindows shim.c
[23/35] Compiling CNIOWindows WSAStartup.c
[25/35] Write sources
[28/35] Compiling CNIODarwin shim.c
[29/35] Compiling CNIOWASI CNIOWASI.c
[30/35] Compiling CNIOLinux liburing_shims.c
[31/35] Compiling CNIOLinux shim.c
[32/35] Write swift-version-24593BA9C3E375BF.txt
[34/73] Emitting module _NIODataStructures
[35/73] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[36/73] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[37/74] Compiling _NIODataStructures _TinyArray.swift
[38/74] Compiling Logging LogHandler.swift
[39/74] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[40/74] Compiling InternalCollectionsUtilities UInt+reversed.swift
[41/74] Emitting module RealModule
[42/74] Compiling RealModule ElementaryFunctions.swift
[43/75] Compiling RealModule Float+Real.swift
[44/75] Compiling _NIOBase64 Base64.swift
[45/75] Emitting module _NIOBase64
[46/76] Emitting module InternalCollectionsUtilities
[47/76] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[48/76] Compiling InternalCollectionsUtilities Integer rank.swift
[49/76] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[50/76] Compiling InternalCollectionsUtilities _SortedCollection.swift
[51/76] Compiling InternalCollectionsUtilities Descriptions.swift
[52/76] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[53/76] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[54/76] Compiling InternalCollectionsUtilities Debugging.swift
[55/76] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[56/76] Compiling CoreMetrics Metrics.swift
[57/76] Compiling RealModule Float16+Real.swift
[60/76] Compiling RealModule Float80+Real.swift
[63/76] Compiling RealModule Real.swift
[64/76] Compiling _NIODataStructures PriorityQueue.swift
[65/76] Compiling _NIODataStructures Heap.swift
[66/76] Compiling RealModule RealFunctions.swift
[70/78] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[72/246] Compiling OrderedCollections _HashTable+Testing.swift
[73/246] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[74/248] Compiling OrderedCollections _HashTable.swift
[75/248] Compiling OrderedCollections _Hashtable+Header.swift
[76/248] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[77/248] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[77/248] Compiling c-nioatomics.c
[79/255] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[80/255] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[81/255] Compiling OrderedCollections OrderedDictionary+Elements.swift
[82/255] Compiling OrderedCollections _HashTable+BucketIterator.swift
[83/255] Compiling OrderedCollections _HashTable+Constants.swift
[84/255] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[85/255] Compiling Atomics IntegerOperations.swift
[86/255] Compiling Atomics Unmanaged extensions.swift
[87/255] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[88/255] Compiling HeapModule Heap+Descriptions.swift
[89/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[90/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[91/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[92/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[93/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[94/255] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[95/255] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[96/262] Compiling HeapModule _HeapNode.swift
[97/262] Compiling HeapModule Heap.swift
[98/262] Compiling HeapModule Heap+Invariants.swift
[99/262] Compiling HeapModule Heap+UnsafeHandle.swift
[100/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[101/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[102/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[103/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[104/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[105/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[106/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[107/262] Compiling OrderedCollections OrderedSet+Initializers.swift
[108/262] Compiling OrderedCollections OrderedSet+Insertions.swift
[109/262] Compiling OrderedCollections OrderedSet+Invariants.swift
[110/262] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[111/262] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[112/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[113/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[114/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[115/262] Compiling OrderedCollections OrderedDictionary.swift
[116/262] Compiling OrderedCollections OrderedSet+Codable.swift
[117/262] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[118/262] Compiling OrderedCollections OrderedSet+Descriptions.swift
[119/262] Compiling OrderedCollections OrderedSet+Diffing.swift
[120/262] Compiling OrderedCollections OrderedSet+Equatable.swift
[121/262] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[122/262] Compiling OrderedCollections OrderedSet+Hashable.swift
[123/262] Emitting module HeapModule
[128/263] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[129/263] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[130/263] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[131/263] Compiling OrderedCollections OrderedDictionary+Values.swift
[132/263] Compiling OrderedCollections OrderedDictionary+Codable.swift
[133/263] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[134/263] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[138/263] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[139/263] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[143/266] Compiling c-atomics.c
[157/266] Compiling OrderedCollections _HashTable+Bucket.swift
[160/351] Compiling CoreMetrics Locks.swift
[161/351] Emitting module CoreMetrics
[162/352] Compiling Logging MetadataProvider.swift
[163/352] Compiling Logging Locks.swift
[164/352] Emitting module Logging
[165/352] Compiling Logging Logging.swift
[167/368] Compiling DequeModule Deque+Equatable.swift
[168/368] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[169/368] Compiling DequeModule Deque+Extras.swift
[170/368] Compiling DequeModule Deque+Hashable.swift
[171/368] Compiling DequeModule Deque+Codable.swift
[172/368] Compiling DequeModule Deque+Collection.swift
[173/368] Compiling DequeModule Deque+CustomReflectable.swift
[174/368] Compiling DequeModule Deque+Descriptions.swift
[176/368] Compiling HashTreeCollections _UnmanagedHashNode.swift
[177/368] Compiling HashTreeCollections _UnsafePath.swift
[178/368] Compiling HashTreeCollections TreeDictionary+Codable.swift
[179/368] Compiling HashTreeCollections TreeDictionary+Collection.swift
[180/368] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[181/368] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[182/368] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[183/368] Compiling HashTreeCollections TreeDictionary.swift
[184/368] Compiling HashTreeCollections TreeSet+Codable.swift
[185/368] Compiling DequeModule _DequeBuffer.swift
[186/368] Compiling DequeModule _DequeBufferHeader.swift
[187/368] Compiling DequeModule Deque+Testing.swift
[188/368] Compiling DequeModule Deque._Storage.swift
[189/368] Compiling DequeModule Deque._UnsafeHandle.swift
[190/368] Compiling DequeModule Deque.swift
[193/368] Compiling HashTreeCollections _Hash.swift
[194/368] Compiling HashTreeCollections _HashLevel.swift
[195/372] Compiling HashTreeCollections _HashNode+Structural union.swift
[196/372] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[197/372] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[200/378] Compiling HashTreeCollections TreeSet+Hashable.swift
[201/378] Compiling HashTreeCollections TreeSet+Sendable.swift
[202/378] Compiling HashTreeCollections TreeSet+Sequence.swift
[203/378] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[204/378] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[205/378] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[206/378] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[207/378] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[208/378] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[209/378] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[215/388] Compiling HashTreeCollections TreeSet+Collection.swift
[216/388] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[217/388] Compiling HashTreeCollections TreeSet+Debugging.swift
[218/388] Compiling HashTreeCollections TreeSet+Descriptions.swift
[229/388] Compiling DequeModule _DequeSlot.swift
[230/388] Compiling DequeModule _UnsafeWrappedBuffer.swift
[231/388] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[232/388] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[233/388] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[234/388] Compiling HashTreeCollections _HashNode+Debugging.swift
[235/388] Compiling HashTreeCollections _HashNode+Initializers.swift
[236/388] Compiling HashTreeCollections _HashNode+Invariants.swift
[237/388] Compiling HashTreeCollections _HashNode+Lookups.swift
[244/388] Compiling HashTreeCollections TreeSet+Equatable.swift
[245/388] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[246/388] Compiling HashTreeCollections TreeSet+Extras.swift
[247/388] Compiling HashTreeCollections TreeSet+Filter.swift
[254/388] Emitting module Atomics
[255/388] Emitting module OrderedCollections
[256/389] Compiling NIOConcurrencyHelpers lock.swift
[257/389] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[258/389] Emitting module NIOConcurrencyHelpers
[260/389] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[261/389] Compiling NIOConcurrencyHelpers NIOLock.swift
[262/389] Compiling NIOConcurrencyHelpers atomics.swift
[270/391] Emitting module DequeModule
[274/392] Emitting module _RopeModule
[276/392] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[277/392] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[278/392] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[279/392] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[280/392] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[281/392] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[282/392] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[283/392] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[284/392] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[285/392] Compiling HashTreeCollections TreeSet.swift
[295/505] Emitting module Algorithms
[297/506] Compiling NIOCore AddressedEnvelope.swift
[298/506] Compiling NIOCore AsyncAwaitSupport.swift
[299/506] Compiling NIOCore AsyncChannel.swift
[300/506] Compiling NIOCore AsyncChannelHandler.swift
[301/506] Compiling NIOCore AsyncChannelInboundStream.swift
[302/506] Compiling NIOCore AsyncChannelOutboundWriter.swift
[303/506] Compiling NIOCore NIOAsyncSequenceProducer.swift
[311/513] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[312/513] Compiling NIOCore NIOAsyncWriter.swift
[313/513] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[314/513] Compiling NIOCore BSDSocketAPI.swift
[315/513] Compiling NIOCore IPProtocol.swift
[316/513] Compiling NIOCore IntegerBitPacking.swift
[317/513] Compiling NIOCore IntegerTypes.swift
[318/513] Compiling NIOCore Interfaces.swift
[319/513] Compiling NIOCore Linux.swift
[320/513] Compiling NIOCore MarkedCircularBuffer.swift
[321/513] Compiling NIOCore MulticastChannel.swift
[322/513] Compiling BitCollections UInt+Tricks.swift
[323/513] Compiling BitCollections _Word.swift
[332/513] Emitting module BitCollections
[333/513] Compiling NIOCore EventLoopFuture+Deprecated.swift
[334/513] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[335/513] Compiling NIOCore EventLoopFuture.swift
[336/513] Compiling NIOCore FileDescriptor.swift
[337/513] Compiling NIOCore FileHandle.swift
[338/513] Compiling NIOCore FileRegion.swift
[339/513] Compiling NIOCore GlobalSingletons.swift
[340/513] Compiling NIOCore CircularBuffer.swift
[341/513] Compiling NIOCore Codec.swift
[342/513] Compiling NIOCore ConvenienceOptionSupport.swift
[343/513] Compiling NIOCore ChannelHandler.swift
[344/513] Compiling NIOCore ChannelHandlers.swift
[345/513] Compiling NIOCore ChannelInvoker.swift
[346/513] Compiling NIOCore ChannelOption.swift
[347/513] Compiling NIOCore ChannelPipeline.swift
[348/513] Compiling NIOCore IO.swift
[349/513] Compiling NIOCore IOData.swift
[353/513] Compiling NIOCore DeadChannel.swift
[354/513] Compiling NIOCore DispatchQueue+WithFuture.swift
[355/513] Compiling NIOCore EventLoop+Deprecated.swift
[356/513] Compiling NIOCore EventLoop+SerialExecutor.swift
[357/513] Compiling NIOCore EventLoop.swift
[358/513] Compiling NIOCore ByteBuffer-multi-int.swift
[359/513] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[360/513] Compiling NIOCore ByteBuffer-views.swift
[361/513] Compiling NIOCore Channel.swift
[369/514] Compiling NIOCore ByteBuffer-aux.swift
[370/514] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[371/514] Compiling NIOCore ByteBuffer-conversions.swift
[372/514] Compiling NIOCore ByteBuffer-core.swift
[373/514] Compiling NIOCore ByteBuffer-hex.swift
[374/514] Compiling NIOCore ByteBuffer-int.swift
[375/514] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[376/514] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[396/514] Compiling BitCollections BitSet.Index.swift
[397/514] Compiling BitCollections BitSet._UnsafeHandle.swift
[398/514] Compiling BitCollections BitSet.swift
[424/514] Compiling BitCollections Range+Utilities.swift
[425/514] Compiling BitCollections Slice+Utilities.swift
[428/514] Emitting module HashTreeCollections
[446/523] Emitting module Metrics
[447/523] Compiling Metrics Metrics.swift
[482/527] Emitting module Collections
[483/527] Compiling Collections Collections.swift
[493/528] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[494/528] Compiling NIOCore SocketAddresses.swift
[495/528] Compiling NIOCore SocketOptionProvider.swift
[496/528] Compiling NIOCore SystemCallHelpers.swift
[497/528] Compiling NIOCore TimeAmount+Duration.swift
[498/528] Compiling NIOCore TypeAssistedChannelHandler.swift
[499/528] Compiling NIOCore UniversalBootstrapSupport.swift
[500/528] Compiling NIOCore Utilities.swift
[501/528] Emitting module NIOCore
[530/579] Compiling NIOEmbedded AsyncTestingChannel.swift
[531/579] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[532/579] Compiling NIOEmbedded Embedded.swift
[533/579] Emitting module NIOEmbedded
[535/580] Emitting module NIOPosix
[536/586] Compiling NIOPosix Pool.swift
[537/586] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[538/586] Compiling NIOPosix PosixSingletons.swift
[539/586] Compiling NIOPosix RawSocketBootstrap.swift
[540/586] Compiling NIOPosix Resolver.swift
[541/586] Compiling NIOPosix Selectable.swift
[542/586] Compiling NIOPosix ThreadPosix.swift
[543/586] Compiling NIOPosix ThreadWindows.swift
[544/586] Compiling NIOPosix UnsafeTransfer.swift
[545/586] Compiling NIOPosix Utilities.swift
[546/586] Compiling NIOPosix VsockAddress.swift
[547/586] Compiling NIOPosix VsockChannelEvents.swift
[548/586] Compiling NIOPosix SelectableChannel.swift
[549/586] Compiling NIOPosix SelectableEventLoop.swift
[550/586] Compiling NIOPosix SelectorEpoll.swift
[551/586] Compiling NIOPosix SelectorGeneric.swift
[552/586] Compiling NIOPosix SelectorKqueue.swift
[553/586] Compiling NIOPosix SelectorUring.swift
[554/586] Compiling NIOPosix ServerSocket.swift
[555/586] Compiling NIOPosix Socket.swift
[556/586] Compiling NIOPosix SocketChannel.swift
[557/586] Compiling NIOPosix SocketProtocols.swift
[558/586] Compiling NIOPosix System.swift
[559/586] Compiling NIOPosix Thread.swift
[560/586] Compiling NIOPosix IO.swift
[561/586] Compiling NIOPosix IntegerBitPacking.swift
[562/586] Compiling NIOPosix IntegerTypes.swift
[563/586] Compiling NIOPosix Linux.swift
[564/586] Compiling NIOPosix LinuxCPUSet.swift
[565/586] Compiling NIOPosix LinuxUring.swift
[566/586] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[567/586] Compiling NIOPosix NIOThreadPool.swift
[568/586] Compiling NIOPosix NonBlockingFileIO.swift
[569/586] Compiling NIOPosix PendingDatagramWritesManager.swift
[570/586] Compiling NIOPosix PendingWritesManager.swift
[571/586] Compiling NIOPosix PipeChannel.swift
[572/586] Compiling NIOPosix PipePair.swift
[573/586] Compiling NIOPosix Bootstrap.swift
[574/586] Compiling NIOPosix ControlMessage.swift
[575/586] Compiling NIOPosix DatagramVectorReadManager.swift
[576/586] Compiling NIOPosix Errors+Any.swift
[577/586] Compiling NIOPosix FileDescriptor.swift
[578/586] Compiling NIOPosix GetaddrinfoResolver.swift
[579/586] Compiling NIOPosix HappyEyeballs.swift
[580/586] Compiling NIOPosix BSDSocketAPICommon.swift
[581/586] Compiling NIOPosix BSDSocketAPIPosix.swift
[582/586] Compiling NIOPosix BSDSocketAPIWindows.swift
[583/586] Compiling NIOPosix BaseSocket.swift
[584/586] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[585/586] Compiling NIOPosix BaseSocketChannel.swift
[586/586] Compiling NIOPosix BaseStreamSocketChannel.swift
[588/611] Compiling NIO Exports.swift
[589/611] Emitting module NIO
[591/612] Compiling AsyncKit EventLoop+Flatten.swift
[592/612] Compiling AsyncKit EventLoop+Future.swift
[593/612] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[594/612] Compiling AsyncKit EventLoopGroup+Throwing.swift
[595/612] Compiling AsyncKit Collection+Flatten.swift
[596/612] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[597/612] Compiling AsyncKit ConnectionPoolError.swift
[598/612] Compiling AsyncKit ConnectionPoolItem.swift
[599/612] Compiling AsyncKit ConnectionPoolSource.swift
[600/614] Compiling AsyncKit Future+Miscellaneous.swift
[601/614] Compiling AsyncKit Future+Nonempty.swift
[602/614] Compiling AsyncKit Future+Optional.swift
[603/614] Compiling AsyncKit Future+Transform.swift
[604/614] Compiling AsyncKit Future+Try.swift
[605/614] Compiling AsyncKit FutureOperators.swift
[606/635] Compiling AsyncKit Optional+StrictMap.swift
[607/635] Compiling AsyncKit Exports.swift
[608/635] Compiling RediStack RedisConnectionPool.swift
[609/635] Compiling RediStack RedisError.swift
[610/637] Compiling RediStack RedisKey.swift
[611/637] Compiling RediStack RedisMetrics.swift
[612/637] Emitting module AsyncKit
[613/637] Compiling RediStack RedisByteDecoder.swift
[614/637] Compiling RediStack RedisCommandHandler.swift
[615/637] Compiling RediStack RedisMessageEncoder.swift
[616/637] Compiling RediStack ConnectionPool.swift
[617/637] Compiling RediStack ConnectionPoolErrors.swift
[618/637] Compiling RediStack StandardLibrary.swift
[619/637] Emitting module RediStack
[620/637] Compiling RediStack BasicCommands.swift
[621/637] Compiling RediStack HashCommands.swift
[622/637] Compiling RediStack ListCommands.swift
[623/637] Compiling RediStack RESPValueConvertible.swift
[624/637] Compiling RediStack RedisClient.swift
[625/637] Compiling RediStack RedisConnection.swift
[626/637] Compiling RediStack SetCommands.swift
[627/637] Compiling RediStack SortedSetCommands.swift
[628/637] Compiling RediStack StringCommands.swift
[629/637] Compiling RediStack SwiftNIO.swift
[630/637] Compiling RediStack RESPTranslator.swift
[631/637] Compiling RediStack RESPValue.swift
[640/646] Compiling RedisKit RedisClient+Codable.swift
[641/646] Emitting module RedisKit
/host/spi-builder-workspace/Sources/RedisKit/RedisConnectionPool.swift:4:1: warning: extension declares a conformance of imported type 'RedisConnection' to imported protocol 'ConnectionPoolItem'; this will not behave correctly if the owners of 'RediStack' introduce this conformance in the future
 2 | import RediStack
 3 |
 4 | extension RedisConnection: ConnectionPoolItem {
   | |- warning: extension declares a conformance of imported type 'RedisConnection' to imported protocol 'ConnectionPoolItem'; this will not behave correctly if the owners of 'RediStack' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     /// See `ConnectionPoolItem.isClosed`
 6 |     public var isClosed: Bool { return !self.isConnected }
[642/646] Compiling RedisKit RedisConfiguration.swift
[643/646] Compiling RedisKit Exports.swift
[644/646] Compiling RedisKit RedisConnectionPool.swift
/host/spi-builder-workspace/Sources/RedisKit/RedisConnectionPool.swift:4:1: warning: extension declares a conformance of imported type 'RedisConnection' to imported protocol 'ConnectionPoolItem'; this will not behave correctly if the owners of 'RediStack' introduce this conformance in the future
 2 | import RediStack
 3 |
 4 | extension RedisConnection: ConnectionPoolItem {
   | |- warning: extension declares a conformance of imported type 'RedisConnection' to imported protocol 'ConnectionPoolItem'; this will not behave correctly if the owners of 'RediStack' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     /// See `ConnectionPoolItem.isClosed`
 6 |     public var isClosed: Bool { return !self.isConnected }
[645/646] Compiling RedisKit RedisConnectionSource.swift
/host/spi-builder-workspace/Sources/RedisKit/RedisConnectionSource.swift:61:14: warning: type 'RedisConnection' does not conform to the 'Sendable' protocol
59 |
60 |         return futureClient
61 |             .flatMap { client in
   |              `- warning: type 'RedisConnection' does not conform to the 'Sendable' protocol
62 |                 guard let index = self.configuration.database else {
63 |                     return eventLoop.makeSucceededFuture(client)
/host/spi-builder-workspace/.build/checkouts/RediStack/Sources/RediStack/RedisConnection.swift:99:20: note: class 'RedisConnection' does not conform to the 'Sendable' protocol
 97 | ///
 98 | /// See `NIO.SocketAddress`, `NIO.EventLoop`, and `RedisClient`
 99 | public final class RedisConnection: RedisClient {
    |                    `- note: class 'RedisConnection' does not conform to the 'Sendable' protocol
100 |     /// A unique identifer to represent this connection.
101 |     public let id = UUID()
/host/spi-builder-workspace/Sources/RedisKit/RedisConnectionSource.swift:63:38: warning: type 'RedisConnection' does not conform to the 'Sendable' protocol
61 |             .flatMap { client in
62 |                 guard let index = self.configuration.database else {
63 |                     return eventLoop.makeSucceededFuture(client)
   |                                      `- warning: type 'RedisConnection' does not conform to the 'Sendable' protocol
64 |                 }
65 |
/host/spi-builder-workspace/.build/checkouts/RediStack/Sources/RediStack/RedisConnection.swift:99:20: note: class 'RedisConnection' does not conform to the 'Sendable' protocol
 97 | ///
 98 | /// See `NIO.SocketAddress`, `NIO.EventLoop`, and `RedisClient`
 99 | public final class RedisConnection: RedisClient {
    |                    `- note: class 'RedisConnection' does not conform to the 'Sendable' protocol
100 |     /// A unique identifer to represent this connection.
101 |     public let id = UUID()
/host/spi-builder-workspace/Sources/RedisKit/RedisConnectionSource.swift:62:35: warning: capture of 'self' with non-sendable type 'RedisConnectionSource' in a '@Sendable' closure
 6 | private let loggingKeyID = "RedisConnectionFactory"
 7 |
 8 | public final class RedisConnectionSource {
   |                    `- note: class 'RedisConnectionSource' does not conform to the 'Sendable' protocol
 9 |     private let configuration: RedisConfiguration
10 |     private var logger: Logger
   :
60 |         return futureClient
61 |             .flatMap { client in
62 |                 guard let index = self.configuration.database else {
   |                                   `- warning: capture of 'self' with non-sendable type 'RedisConnectionSource' in a '@Sendable' closure
63 |                     return eventLoop.makeSucceededFuture(client)
64 |                 }
/host/spi-builder-workspace/Sources/RedisKit/RedisConnectionSource.swift:69:35: warning: capture of 'client' with non-sendable type 'RedisConnection' in a '@Sendable' closure
67 |
68 |                 return client.select(database: index)
69 |                     .map { return client }
   |                                   `- warning: capture of 'client' with non-sendable type 'RedisConnection' in a '@Sendable' closure
70 |             }
71 |     }
/host/spi-builder-workspace/.build/checkouts/RediStack/Sources/RediStack/RedisConnection.swift:99:20: note: class 'RedisConnection' does not conform to the 'Sendable' protocol
 97 | ///
 98 | /// See `NIO.SocketAddress`, `NIO.EventLoop`, and `RedisClient`
 99 | public final class RedisConnection: RedisClient {
    |                    `- note: class 'RedisConnection' does not conform to the 'Sendable' protocol
100 |     /// A unique identifer to represent this connection.
101 |     public let id = UUID()
[646/646] Compiling RedisKit RedisSet.swift
/host/spi-builder-workspace/Sources/RedisKit/Types/RedisSet.swift:182:62: warning: type 'Element' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 40 | ///
 41 | /// See [https://redis.io/topics/data-types-intro#sets](https://redis.io/topics/data-types-intro#sets)
 42 | public struct RedisSet<Element> where Element: RESPValueConvertible {
    |                        `- note: consider making generic parameter 'Element' conform to the 'Sendable' protocol
 43 |     /// The key in Redis that this instance is a reference to.
 44 |     public var identifier: RedisKey { return self.id }
    :
180 |     public func popRandomElements(max count: Int) -> EventLoopFuture<[Element]> {
181 |         guard count >= 0 else { return self.client.eventLoop.makeFailedFuture(RedisError.indexOutOfRange) }
182 |         guard count >= 1 else { return self.client.eventLoop.makeSucceededFuture([]) }
    |                                                              `- warning: type 'Element' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
183 |         return self.client.spop(from: self.id, max: count)
184 |             .map { return $0.compactMap(Element.init) }
Build complete! (108.10s)
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" : "redistack",
      "requirement" : {
        "exact" : [
          "1.0.0-alpha.10"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://gitlab.com/mordil/RediStack.git"
    },
    {
      "identity" : "async-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-rc",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/async-kit.git"
    }
  ],
  "manifest_display_name" : "redis-kit",
  "name" : "redis-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "RedisKit",
      "targets" : [
        "RedisKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RedisKitTests",
      "module_type" : "SwiftTarget",
      "name" : "RedisKitTests",
      "path" : "Tests/RedisKitTests",
      "product_dependencies" : [
        "RediStackTestUtils"
      ],
      "sources" : [
        "RedisKitTests.swift",
        "Types/RedisSetTests.swift"
      ],
      "target_dependencies" : [
        "RedisKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RedisKit",
      "module_type" : "SwiftTarget",
      "name" : "RedisKit",
      "path" : "Sources/RedisKit",
      "product_dependencies" : [
        "RediStack",
        "AsyncKit",
        "Logging"
      ],
      "product_memberships" : [
        "RedisKit"
      ],
      "sources" : [
        "Exports.swift",
        "RedisClient+Codable.swift",
        "RedisConfiguration.swift",
        "RedisConnectionPool.swift",
        "RedisConnectionSource.swift",
        "Types/RedisSet.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.