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 master (6348b2), with Swift 6.1 for Android on 27 May 2025 13:19:22 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6348b29 Update README on obsolete status
Cloned https://github.com/vapor/redis-kit.git
Revision (git rev-parse @):
6348b29f3ee4de0e7e5523065a69a019d0210820
SUCCESS checkout https://github.com/vapor/redis-kit.git at master
========================================
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-2":/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://gitlab.com/mordil/RediStack.git
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/apple/swift-log.git
[1/2370] Fetching async-kit
[475/6206] Fetching async-kit, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.38s)
Fetched https://github.com/vapor/async-kit.git from cache (0.38s)
[1/4663] Fetching redistack
Fetched https://gitlab.com/mordil/RediStack.git from cache (0.77s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.18s)
Computing version for https://gitlab.com/mordil/RediStack.git
Computed https://gitlab.com/mordil/RediStack.git at 1.0.0-alpha.10 (0.50s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-metrics.git
[1/2206] Fetching swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.36s)
[1/76042] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.36s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (4.83s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.82s)
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
[395/6101] Fetching swift-atomics, swift-system
[6102/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.16s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.16s)
Fetched https://github.com/apple/swift-collections.git from cache (1.18s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.27s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.60s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.51s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.42s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.32s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.98s)
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/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-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.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
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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Building for debugging...
[0/35] Write sources
[21/35] Compiling _NumericsShims _NumericsShims.c
[22/35] Compiling CNIOWindows shim.c
[23/35] Compiling _AtomicsShims.c
[24/35] Compiling CNIOWindows WSAStartup.c
[24/35] Write sources
[28/35] Compiling CNIOWASI CNIOWASI.c
[28/35] Compiling CNIOLinux liburing_shims.c
[30/35] Compiling CNIODarwin shim.c
[31/35] Compiling CNIOLinux shim.c
[32/35] Write swift-version-24593BA9C3E375BF.txt
[34/89] Emitting module _NIOBase64
[35/89] Emitting module RealModule
[36/90] Compiling RealModule AlgebraicField.swift
[37/90] Compiling RealModule ApproximateEquality.swift
[38/90] Compiling RealModule AugmentedArithmetic.swift
[39/90] Compiling RealModule Double+Real.swift
[40/90] Emitting module InternalCollectionsUtilities
[41/90] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[42/90] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[43/91] Compiling _NIODataStructures PriorityQueue.swift
[44/91] Compiling _NIODataStructures _TinyArray.swift
[45/91] Compiling RealModule Float16+Real.swift
[46/91] Compiling InternalCollectionsUtilities Descriptions.swift
[47/91] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[48/91] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[49/91] Compiling RealModule Float80+Real.swift
[52/91] Compiling Atomics AtomicMemoryOrderings.swift
[53/91] Compiling Atomics DoubleWord.swift
[54/93] Compiling Atomics UnsafeAtomic.swift
[55/93] Compiling Atomics UnsafeAtomicLazyReference.swift
[56/93] Compiling Atomics ManagedAtomic.swift
[57/93] Compiling Atomics ManagedAtomicLazyReference.swift
[58/93] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[59/93] Compiling InternalCollectionsUtilities _SortedCollection.swift
[60/93] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[61/93] Compiling InternalCollectionsUtilities Debugging.swift
[62/93] Compiling RealModule Real.swift
[69/93] Compiling RealModule ElementaryFunctions.swift
[70/93] Compiling RealModule RealFunctions.swift
[73/93] Compiling _NIOBase64 Base64.swift
[74/93] Compiling RealModule Float+Real.swift
[75/95] Emitting module _NIODataStructures
[76/95] Compiling _NIODataStructures Heap.swift
[78/96] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[87/97] Emitting module Atomics
[87/97] Compiling c-nioatomics.c
[90/97] Compiling Atomics IntegerOperations.swift
[91/97] Compiling Atomics Unmanaged extensions.swift
[93/256] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[94/313] Compiling HeapModule Heap+Descriptions.swift
[95/332] Compiling HeapModule _HeapNode.swift
[96/332] Compiling HeapModule Heap.swift
[97/332] Compiling HeapModule Heap+Invariants.swift
[98/332] Compiling HeapModule Heap+UnsafeHandle.swift
[99/332] Emitting module HeapModule
[101/333] Compiling HashTreeCollections TreeSet+Hashable.swift
[102/333] Compiling HashTreeCollections TreeSet+Sendable.swift
[103/333] Compiling HashTreeCollections TreeSet+Sequence.swift
[104/333] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[105/333] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[106/333] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[107/333] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[108/333] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[109/333] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[110/333] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[111/343] Compiling HashTreeCollections _HashStack.swift
[112/343] Compiling HashTreeCollections _HashTreeIterator.swift
[113/343] Compiling HashTreeCollections _HashTreeStatistics.swift
[114/343] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[115/343] Compiling HashTreeCollections _RawHashNode.swift
[116/343] Compiling HashTreeCollections _UnmanagedHashNode.swift
[117/343] Compiling HashTreeCollections _UnsafePath.swift
[118/350] Compiling HashTreeCollections TreeDictionary+Codable.swift
[119/350] Compiling HashTreeCollections TreeDictionary+Collection.swift
[120/350] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[121/350] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[122/350] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[123/350] Compiling HashTreeCollections TreeDictionary.swift
[124/350] Compiling HashTreeCollections TreeSet+Codable.swift
[124/365] Compiling c-atomics.c
[126/365] Compiling DequeModule Deque+Extras.swift
[127/365] Compiling DequeModule Deque+Hashable.swift
[128/365] Compiling DequeModule Deque._UnsafeHandle.swift
[129/365] Compiling DequeModule Deque.swift
[130/365] Compiling DequeModule _DequeBuffer.swift
[131/365] Compiling DequeModule _DequeBufferHeader.swift
[132/365] Compiling HashTreeCollections _Hash.swift
[133/365] Compiling HashTreeCollections _HashLevel.swift
[134/365] Compiling HashTreeCollections _HashNode+Builder.swift
[135/365] Compiling HashTreeCollections _HashNode+Debugging.swift
[136/365] Compiling HashTreeCollections _HashNode+Initializers.swift
[137/365] Compiling HashTreeCollections _HashNode+Invariants.swift
[138/365] Compiling HashTreeCollections _HashNode+Lookups.swift
[139/365] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[140/365] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[141/365] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[142/365] Compiling HashTreeCollections TreeSet+Collection.swift
[143/365] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[144/365] Compiling HashTreeCollections TreeSet+Debugging.swift
[145/365] Compiling HashTreeCollections TreeSet+Descriptions.swift
[146/365] Compiling HashTreeCollections TreeSet+Equatable.swift
[147/365] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[148/365] Compiling HashTreeCollections TreeSet+Extras.swift
[149/365] Compiling HashTreeCollections TreeSet+Filter.swift
[153/374] Compiling Algorithms Trim.swift
[154/374] Compiling Algorithms Unique.swift
[155/374] Compiling Algorithms Windows.swift
[156/374] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[157/374] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[158/374] Compiling HashTreeCollections _HashNode.swift
[159/374] Compiling HashTreeCollections _HashNodeHeader.swift
[160/374] Compiling HashTreeCollections _HashSlot.swift
[166/376] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[167/376] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[168/376] Compiling HashTreeCollections TreeDictionary+Filter.swift
[169/376] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[170/376] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[171/376] Compiling HashTreeCollections TreeDictionary+Keys.swift
[172/376] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[173/376] Compiling HashTreeCollections TreeDictionary+Merge.swift
[174/376] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[175/376] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[176/376] Compiling HashTreeCollections TreeDictionary+Values.swift
[187/376] Compiling DequeModule Deque+Equatable.swift
[188/376] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[189/376] Compiling DequeModule Deque+CustomReflectable.swift
[190/376] Compiling DequeModule Deque+Descriptions.swift
[195/376] Compiling DequeModule Deque+Codable.swift
[196/376] Compiling DequeModule Deque+Collection.swift
[197/376] Compiling DequeModule Deque+Testing.swift
[198/376] Compiling DequeModule Deque._Storage.swift
[199/376] Compiling CoreMetrics Metrics.swift
[202/376] Emitting module CoreMetrics
[203/376] Compiling CoreMetrics Locks.swift
[204/377] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[205/377] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[206/377] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[207/377] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[208/377] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[209/377] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[210/377] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[211/377] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[212/377] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[213/377] Compiling HashTreeCollections TreeSet.swift
[214/377] Compiling Logging MetadataProvider.swift
[215/377] Compiling Logging Locks.swift
[216/377] Compiling Logging LogHandler.swift
[217/377] Emitting module Logging
[218/377] Compiling Logging Logging.swift
[220/378] Compiling NIOConcurrencyHelpers NIOLock.swift
[222/378] Compiling NIOConcurrencyHelpers lock.swift
[227/378] Compiling DequeModule _DequeSlot.swift
[228/378] Compiling DequeModule _UnsafeWrappedBuffer.swift
[235/418] Compiling BitCollections BitArray+BitwiseOperations.swift
[236/418] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[237/418] Compiling BitCollections BitArray+Codable.swift
[238/418] Compiling BitCollections BitArray+Collection.swift
[239/422] Emitting module NIOConcurrencyHelpers
[240/424] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[241/433] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[242/433] Compiling NIOConcurrencyHelpers atomics.swift
[243/434] Compiling BitCollections BitSet+Hashable.swift
[244/434] Compiling BitCollections BitSet+Initializers.swift
[245/434] Compiling BitCollections BitSet+Invariants.swift
[246/434] Compiling BitCollections BitSet+Random.swift
[247/434] Compiling BitCollections BitSet+SetAlgebra basics.swift
[248/434] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[249/434] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[250/434] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[251/434] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[252/434] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[253/434] Compiling BitCollections BitArray._UnsafeHandle.swift
[254/434] Compiling BitCollections BitArray.swift
[255/434] Compiling BitCollections BitSet+BidirectionalCollection.swift
[256/434] Compiling BitCollections BitSet+Codable.swift
[257/434] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[258/434] Compiling BitCollections BitSet+CustomReflectable.swift
[259/434] Compiling BitCollections BitSet+CustomStringConvertible.swift
[260/434] Compiling BitCollections BitSet+Equatable.swift
[261/434] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[262/434] Compiling BitCollections BitSet+Extras.swift
[266/443] Compiling BitCollections BitArray+Hashable.swift
[267/443] Compiling BitCollections BitArray+Initializers.swift
[269/443] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[270/443] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[271/443] Compiling BitCollections BitArray+Extras.swift
[272/443] Compiling BitCollections BitArray+Fill.swift
[275/443] Compiling BitCollections BitArray+Invariants.swift
[276/443] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[281/443] Compiling BitCollections BitArray+Copy.swift
[282/443] Compiling BitCollections BitArray+CustomReflectable.swift
[283/443] Compiling BitCollections BitArray+Descriptions.swift
[284/443] Compiling BitCollections BitArray+Equatable.swift
[285/443] Compiling BitCollections BitArray+RandomBits.swift
[286/443] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[287/443] Compiling BitCollections BitArray+Shifts.swift
[288/443] Compiling BitCollections BitArray+Testing.swift
[296/443] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[297/443] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[298/443] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[299/443] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[300/443] Emitting module DequeModule
[301/443] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[302/443] Compiling OrderedCollections OrderedSet.swift
[303/443] Compiling OrderedCollections _UnsafeBitset.swift
[310/444] Compiling OrderedCollections OrderedSet+Sendable.swift
[311/444] Compiling OrderedCollections OrderedSet+SubSequence.swift
[312/444] Compiling OrderedCollections OrderedSet+Testing.swift
[313/444] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[344/472] Emitting module BitCollections
[345/480] Emitting module OrderedCollections
[347/512] Compiling NIOCore ChannelInvoker.swift
[348/512] Compiling NIOCore ChannelOption.swift
[349/512] Compiling NIOCore ChannelPipeline.swift
[350/512] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[351/512] Compiling NIOCore BSDSocketAPI.swift
[352/512] Compiling NIOCore ByteBuffer-aux.swift
[353/512] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[354/512] Compiling NIOCore ByteBuffer-conversions.swift
[355/512] Compiling NIOCore ByteBuffer-core.swift
[356/512] Compiling NIOCore ByteBuffer-hex.swift
[357/512] Compiling NIOCore ByteBuffer-int.swift
[358/512] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[359/512] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[360/512] Compiling NIOCore EventLoopFuture+Deprecated.swift
[361/512] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[362/512] Compiling NIOCore EventLoopFuture.swift
[363/512] Compiling NIOCore FileDescriptor.swift
[364/512] Compiling NIOCore FileHandle.swift
[365/512] Compiling NIOCore FileRegion.swift
[366/512] Compiling NIOCore GlobalSingletons.swift
[367/512] Compiling NIOCore CircularBuffer.swift
[368/512] Compiling NIOCore IPProtocol.swift
[369/512] Compiling NIOCore IntegerBitPacking.swift
[370/512] Compiling NIOCore IntegerTypes.swift
[371/512] Compiling NIOCore Interfaces.swift
[372/512] Compiling NIOCore Linux.swift
[373/512] Compiling NIOCore MarkedCircularBuffer.swift
[374/512] Compiling NIOCore MulticastChannel.swift
[375/512] Compiling NIOCore NIOAny.swift
[376/512] Compiling NIOCore NIOCloseOnErrorHandler.swift
[377/512] Compiling NIOCore NIOLoopBound.swift
[378/512] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[379/512] Compiling NIOCore NIOScheduledCallback.swift
[380/512] Compiling NIOCore NIOSendable.swift
[381/512] Compiling NIOCore RecvByteBufferAllocator.swift
[382/512] Compiling NIOCore ByteBuffer-multi-int.swift
[383/512] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[384/512] Compiling NIOCore ByteBuffer-views.swift
[385/512] Compiling NIOCore Channel.swift
[386/512] Compiling NIOCore ChannelHandler.swift
[387/512] Compiling NIOCore ChannelHandlers.swift
[390/512] Emitting module Algorithms
[391/513] Emitting module _RopeModule
[392/513] Compiling NIOCore NIOAsyncWriter.swift
[393/513] Compiling NIOCore IO.swift
[394/513] Compiling NIOCore IOData.swift
[400/513] Compiling NIOCore AddressedEnvelope.swift
[401/513] Compiling NIOCore AsyncAwaitSupport.swift
[402/513] Compiling NIOCore AsyncChannel.swift
[403/513] Compiling NIOCore AsyncChannelHandler.swift
[404/513] Compiling NIOCore AsyncChannelInboundStream.swift
[405/513] Compiling NIOCore AsyncChannelOutboundWriter.swift
[406/513] Compiling NIOCore NIOAsyncSequenceProducer.swift
[407/513] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[417/513] Compiling NIOCore Codec.swift
[418/513] Compiling NIOCore ConvenienceOptionSupport.swift
[419/513] Compiling NIOCore DeadChannel.swift
[420/513] Compiling NIOCore DispatchQueue+WithFuture.swift
[421/513] Compiling NIOCore EventLoop+Deprecated.swift
[422/513] Compiling NIOCore EventLoop+SerialExecutor.swift
[423/513] Compiling NIOCore EventLoop.swift
[433/522] Compiling _RopeModule Rope+Join.swift
[434/522] Compiling _RopeModule Rope+MutatingForEach.swift
[435/522] Compiling _RopeModule Rope+Remove.swift
[436/522] Compiling _RopeModule Rope+RemoveSubrange.swift
[437/522] Compiling _RopeModule Rope+Split.swift
[438/522] Compiling _RopeModule Optional Utilities.swift
[439/522] Compiling _RopeModule String Utilities.swift
[440/522] Compiling _RopeModule String.Index+ABI.swift
[441/522] Compiling _RopeModule _CharacterRecognizer.swift
[460/523] Emitting module HashTreeCollections
[479/526] Compiling Collections Collections.swift
[480/526] Emitting module Collections
[481/527] Emitting module Metrics
[482/527] Compiling Metrics Metrics.swift
[494/528] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[495/528] Compiling NIOCore SocketAddresses.swift
[496/528] Compiling NIOCore SocketOptionProvider.swift
[497/528] Compiling NIOCore SystemCallHelpers.swift
[498/528] Compiling NIOCore TimeAmount+Duration.swift
[499/528] Compiling NIOCore TypeAssistedChannelHandler.swift
[500/528] Compiling NIOCore UniversalBootstrapSupport.swift
[501/528] Compiling NIOCore Utilities.swift
[528/528] Emitting module NIOCore
[530/579] Emitting module NIOEmbedded
[531/579] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[532/579] Compiling NIOEmbedded AsyncTestingChannel.swift
[533/579] Compiling NIOEmbedded Embedded.swift
[535/580] Compiling NIOPosix SelectableChannel.swift
[536/580] Compiling NIOPosix SelectableEventLoop.swift
[537/580] Compiling NIOPosix SelectorEpoll.swift
[538/580] Compiling NIOPosix SelectorGeneric.swift
[539/580] Compiling NIOPosix SelectorKqueue.swift
[540/580] Compiling NIOPosix SelectorUring.swift
[541/586] Emitting module NIOPosix
[542/586] Compiling NIOPosix Pool.swift
[543/586] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[544/586] Compiling NIOPosix PosixSingletons.swift
[545/586] Compiling NIOPosix RawSocketBootstrap.swift
[546/586] Compiling NIOPosix Resolver.swift
[547/586] Compiling NIOPosix Selectable.swift
[548/586] Compiling NIOPosix ServerSocket.swift
[549/586] Compiling NIOPosix Socket.swift
[550/586] Compiling NIOPosix SocketChannel.swift
[551/586] Compiling NIOPosix SocketProtocols.swift
[552/586] Compiling NIOPosix System.swift
[553/586] Compiling NIOPosix Thread.swift
[554/586] Compiling NIOPosix BSDSocketAPICommon.swift
[555/586] Compiling NIOPosix BSDSocketAPIPosix.swift
[556/586] Compiling NIOPosix BSDSocketAPIWindows.swift
[557/586] Compiling NIOPosix BaseSocket.swift
[558/586] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[559/586] Compiling NIOPosix BaseSocketChannel.swift
[560/586] Compiling NIOPosix BaseStreamSocketChannel.swift
[561/586] Compiling NIOPosix Bootstrap.swift
[562/586] Compiling NIOPosix ControlMessage.swift
[563/586] Compiling NIOPosix DatagramVectorReadManager.swift
[564/586] Compiling NIOPosix Errors+Any.swift
[565/586] Compiling NIOPosix FileDescriptor.swift
[566/586] Compiling NIOPosix GetaddrinfoResolver.swift
[567/586] Compiling NIOPosix HappyEyeballs.swift
[568/586] Compiling NIOPosix ThreadPosix.swift
[569/586] Compiling NIOPosix ThreadWindows.swift
[570/586] Compiling NIOPosix UnsafeTransfer.swift
[571/586] Compiling NIOPosix Utilities.swift
[572/586] Compiling NIOPosix VsockAddress.swift
[573/586] Compiling NIOPosix VsockChannelEvents.swift
[574/586] Compiling NIOPosix IO.swift
[575/586] Compiling NIOPosix IntegerBitPacking.swift
[576/586] Compiling NIOPosix IntegerTypes.swift
[577/586] Compiling NIOPosix Linux.swift
[578/586] Compiling NIOPosix LinuxCPUSet.swift
[579/586] Compiling NIOPosix LinuxUring.swift
[580/586] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[581/586] Compiling NIOPosix NIOThreadPool.swift
[582/586] Compiling NIOPosix NonBlockingFileIO.swift
[583/586] Compiling NIOPosix PendingDatagramWritesManager.swift
[584/586] Compiling NIOPosix PendingWritesManager.swift
[585/586] Compiling NIOPosix PipeChannel.swift
[586/586] Compiling NIOPosix PipePair.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 ConnectionPoolError.swift
[595/612] Compiling AsyncKit ConnectionPoolItem.swift
[596/612] Compiling AsyncKit ConnectionPoolSource.swift
[597/614] Compiling AsyncKit EventLoopGroup+Throwing.swift
[598/614] Compiling AsyncKit Collection+Flatten.swift
[599/614] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[600/614] Compiling AsyncKit Future+Miscellaneous.swift
[601/614] Compiling AsyncKit Future+Nonempty.swift
[602/614] Compiling AsyncKit Future+Optional.swift
[603/635] Compiling RediStack RedisConnectionPool.swift
[604/635] Compiling RediStack RedisError.swift
[605/637] Compiling RediStack RedisMetrics.swift
[606/637] Compiling AsyncKit Exports.swift
[607/637] Compiling RediStack ConnectionPool.swift
[608/637] Compiling RediStack ConnectionPoolErrors.swift
[609/637] Compiling RediStack StandardLibrary.swift
[610/637] Compiling RediStack RedisKey.swift
[612/637] Compiling RediStack RESPValueConvertible.swift
[613/637] Compiling RediStack RedisClient.swift
[614/637] Compiling RediStack RedisConnection.swift
[615/637] Compiling RediStack SwiftNIO.swift
[616/637] Compiling RediStack RESPTranslator.swift
[617/637] Compiling RediStack RESPValue.swift
[618/637] Emitting module RediStack
[619/637] Compiling RediStack BasicCommands.swift
[620/637] Compiling RediStack HashCommands.swift
[621/637] Compiling RediStack ListCommands.swift
[622/637] Compiling RediStack RedisByteDecoder.swift
[623/637] Compiling RediStack RedisCommandHandler.swift
[624/637] Compiling RediStack RedisMessageEncoder.swift
[625/637] Compiling RediStack SetCommands.swift
[626/637] Compiling RediStack SortedSetCommands.swift
[627/637] Compiling RediStack StringCommands.swift
[629/638] Emitting module AsyncKit
[640/646] Compiling RedisKit RedisConfiguration.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 RedisClient+Codable.swift
[643/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 }
[644/646] Compiling RedisKit Exports.swift
[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! (107.07s)
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.