Build Information
Successful build of redis-kit, reference master (6348b2
), with Swift 6.1 for Linux on 25 Apr 2025 14:19:54 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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: linux
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-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/async-kit.git
Fetching https://gitlab.com/mordil/RediStack.git
[1/2370] Fetching async-kit
[2/6206] Fetching async-kit, swift-log
Fetched https://github.com/vapor/async-kit.git from cache (0.40s)
Fetched https://github.com/apple/swift-log.git from cache (0.40s)
[1/4663] Fetching redistack
Fetched https://gitlab.com/mordil/RediStack.git from cache (0.92s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.48s)
Computing version for https://gitlab.com/mordil/RediStack.git
Computed https://gitlab.com/mordil/RediStack.git at 1.0.0-alpha.10 (0.63s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio.git
[1/75431] Fetching swift-nio
[30928/77631] Fetching swift-nio, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (4.98s)
Fetched https://github.com/apple/swift-nio.git from cache (5.08s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (5.62s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.89s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/4353] Fetching swift-system
[132/6058] Fetching swift-system, swift-atomics
[5429/22300] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.49s)
[8252/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.98s)
Fetched https://github.com/apple/swift-collections.git from cache (3.01s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (4.14s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.60s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.91s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.64s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5903] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.48s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.11s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.46s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.99s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/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://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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
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
Building for debugging...
[0/35] Write sources
[20/35] Compiling CNIOWindows shim.c
[21/35] Compiling _NumericsShims _NumericsShims.c
[22/35] Compiling CNIOWindows WSAStartup.c
[23/35] Compiling _AtomicsShims.c
[24/35] Write sources
[28/35] Compiling CNIOWASI CNIOWASI.c
[29/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/76] Emitting module _NIODataStructures
[34/76] Compiling c-atomics.c
[35/76] Compiling c-nioatomics.c
[37/95] Compiling Atomics Primitives.shims.swift
[38/95] Compiling Atomics AtomicInteger.swift
[39/95] Compiling Logging LogHandler.swift
[40/102] Compiling Atomics AtomicMemoryOrderings.swift
[41/102] Compiling Atomics DoubleWord.swift
[42/102] Compiling Atomics ManagedAtomic.swift
[43/102] Compiling Atomics ManagedAtomicLazyReference.swift
[44/104] Compiling RealModule RealFunctions.swift
[45/104] Compiling _NIODataStructures _TinyArray.swift
[46/104] Emitting module _NIOBase64
[47/104] Compiling _NIOBase64 Base64.swift
[48/104] Compiling Atomics OptionalRawRepresentable.swift
[49/104] Compiling Atomics RawRepresentable.swift
[50/104] Compiling Atomics AtomicBool.swift
[51/104] Compiling Atomics IntegerConformances.swift
[52/104] Compiling Atomics PointerConformances.swift
[53/104] Compiling RealModule Float80+Real.swift
[54/104] Compiling RealModule Real.swift
[55/104] Compiling Atomics AtomicStorage.swift
[56/104] Compiling Atomics AtomicValue.swift
[57/104] Compiling Atomics Primitives.native.swift
[58/104] Compiling Atomics AtomicReference.swift
[59/104] Compiling _NIODataStructures PriorityQueue.swift
[60/104] Compiling RealModule ElementaryFunctions.swift
[61/104] Emitting module InternalCollectionsUtilities
[64/104] Compiling Atomics AtomicOptionalWrappable.swift
[65/104] Compiling RealModule Float+Real.swift
[66/104] Compiling RealModule Float16+Real.swift
[67/104] Emitting module RealModule
[70/105] Compiling CoreMetrics Metrics.swift
[72/106] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[73/106] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[82/166] Compiling OrderedCollections _HashTable+Bucket.swift
[83/166] Compiling OrderedCollections _HashTable+BucketIterator.swift
[84/166] Compiling OrderedCollections _HashTable+Constants.swift
[85/166] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[86/166] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[87/166] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[88/257] Compiling _RopeModule BigString+UTF16View.swift
[89/257] Compiling _RopeModule BigString+UTF8View.swift
[90/257] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[91/257] Emitting module NIOConcurrencyHelpers
[92/257] Compiling NIOConcurrencyHelpers NIOLock.swift
[93/257] Emitting module CoreMetrics
[94/257] Compiling CoreMetrics Locks.swift
[95/257] Compiling _NIODataStructures Heap.swift
[96/258] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[97/258] Compiling NIOConcurrencyHelpers atomics.swift
[98/259] Compiling NIOConcurrencyHelpers lock.swift
[100/260] Emitting module Logging
[101/260] Compiling Logging Locks.swift
[102/260] Compiling Logging Logging.swift
[103/260] Compiling Logging MetadataProvider.swift
[109/270] Compiling _RopeModule Rope+_Storage.swift
[110/273] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[111/273] Compiling _RopeModule BigSubstring.swift
[112/273] Compiling _RopeModule Rope+Builder.swift
[113/273] Compiling _RopeModule Rope+Debugging.swift
[114/273] Compiling _RopeModule Rope+Invariants.swift
[115/273] Compiling _RopeModule Rope+_Node.swift
[116/273] Compiling _RopeModule BigString+Builder.swift
[117/280] Compiling _RopeModule BigString+Split.swift
[118/280] Compiling _RopeModule Range+BigString.swift
[122/280] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[123/280] Compiling _RopeModule Rope+_UnsafeHandle.swift
[124/280] Compiling _RopeModule Rope.swift
[125/280] Compiling _RopeModule BigString+Insert.swift
[126/280] Compiling _RopeModule BigString+Managing Breaks.swift
[127/280] Compiling _RopeModule BigString+RemoveSubrange.swift
[128/356] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[129/356] Compiling HashTreeCollections TreeSet+Debugging.swift
[130/356] Compiling HashTreeCollections TreeSet+Descriptions.swift
[131/356] Compiling HashTreeCollections TreeSet+Equatable.swift
[132/356] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[133/356] Compiling HashTreeCollections TreeSet+Extras.swift
[134/356] Compiling HashTreeCollections TreeSet+Filter.swift
[135/356] Compiling HeapModule Heap+Descriptions.swift
[136/367] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[137/371] Compiling HeapModule _HeapNode.swift
[138/371] Compiling HashTreeCollections _HashNode+Structural merge.swift
[139/371] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[140/371] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[141/371] Compiling HashTreeCollections TreeDictionary+Codable.swift
[142/371] Compiling HashTreeCollections TreeDictionary+Collection.swift
[143/371] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[144/371] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[145/371] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[146/371] Compiling HashTreeCollections TreeDictionary.swift
[147/371] Compiling HashTreeCollections TreeSet+Codable.swift
[148/371] Compiling HashTreeCollections TreeSet+Collection.swift
[149/371] Compiling DequeModule Deque+Extras.swift
[150/371] Compiling DequeModule Deque+Hashable.swift
[151/371] Compiling DequeModule _DequeBuffer.swift
[152/371] Compiling DequeModule _DequeBufferHeader.swift
[153/373] Compiling DequeModule Deque+CustomReflectable.swift
[154/373] Compiling DequeModule Deque+Descriptions.swift
[155/373] Compiling DequeModule Deque+Equatable.swift
[156/373] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[157/373] Compiling HeapModule Heap.swift
[158/373] Emitting module HeapModule
[159/373] Compiling HashTreeCollections TreeSet+Hashable.swift
[160/373] Compiling HashTreeCollections TreeSet+Sendable.swift
[161/373] Compiling HashTreeCollections TreeSet+Sequence.swift
[162/373] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[163/373] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[164/373] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[165/373] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[166/373] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[167/373] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[168/373] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[169/383] Compiling HeapModule Heap+Invariants.swift
[170/383] Compiling HeapModule Heap+UnsafeHandle.swift
[171/384] Compiling DequeModule _UnsafeWrappedBuffer.swift
[172/384] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[173/384] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[174/384] Compiling DequeModule Deque+Testing.swift
[175/384] Compiling DequeModule Deque._Storage.swift
[178/384] Compiling DequeModule Deque._UnsafeHandle.swift
[179/384] Compiling DequeModule Deque.swift
[180/384] Compiling DequeModule _DequeSlot.swift
[182/384] Compiling HashTreeCollections _HashNode+Structural union.swift
[183/384] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[184/384] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[185/384] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[186/384] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[187/384] Compiling HashTreeCollections _HashNode.swift
[188/384] Compiling HashTreeCollections _HashNodeHeader.swift
[189/384] Compiling HashTreeCollections _HashSlot.swift
[194/384] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[205/384] Compiling DequeModule Deque+Codable.swift
[206/384] Compiling DequeModule Deque+Collection.swift
[235/446] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[236/446] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[237/446] Compiling HashTreeCollections TreeDictionary+Filter.swift
[238/446] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[239/446] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[240/446] Compiling HashTreeCollections TreeDictionary+Keys.swift
[241/446] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[242/446] Compiling HashTreeCollections TreeDictionary+Merge.swift
[243/446] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[244/446] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[245/446] Compiling HashTreeCollections TreeDictionary+Values.swift
[255/446] Compiling BitCollections BitArray+Invariants.swift
[256/446] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[257/446] Emitting module OrderedCollections
[258/446] Compiling BitCollections BitArray+BitwiseOperations.swift
[259/446] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[260/446] Compiling BitCollections BitArray+Codable.swift
[261/446] Compiling BitCollections BitArray+Collection.swift
[262/446] Compiling BitCollections BitArray+Copy.swift
[263/446] Compiling BitCollections BitArray+CustomReflectable.swift
[264/446] Compiling BitCollections BitArray+Descriptions.swift
[265/446] Compiling BitCollections BitArray+Equatable.swift
[266/446] Emitting module DequeModule
[267/446] Emitting module _RopeModule
[268/446] Compiling _RopeModule _CharacterRecognizer.swift
[269/446] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[270/446] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[271/446] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[272/446] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[273/446] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[274/446] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[275/446] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[276/446] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[277/446] Compiling HashTreeCollections TreeSet.swift
[293/454] Compiling BitCollections BitSet+CustomStringConvertible.swift
[294/454] Compiling BitCollections BitSet+Equatable.swift
[295/454] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[296/454] Compiling BitCollections BitSet+Extras.swift
[297/454] Compiling BitCollections BitSet+Hashable.swift
[298/454] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[299/454] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[300/454] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[301/454] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[302/454] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[303/454] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[304/454] Compiling BitCollections BitSet.swift
[305/454] Compiling BitCollections Range+Utilities.swift
[306/454] Compiling BitCollections Slice+Utilities.swift
[307/454] Compiling BitCollections UInt+Tricks.swift
[308/454] Compiling BitCollections _Word.swift
[311/455] Compiling BitCollections BitSet+Initializers.swift
[312/455] Compiling BitCollections BitSet+Invariants.swift
[313/455] Compiling BitCollections BitSet+Random.swift
[314/455] Compiling BitCollections BitSet+SetAlgebra basics.swift
[315/455] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[316/455] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[317/455] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[318/455] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[319/455] Compiling BitCollections BitSet+CustomReflectable.swift
[325/455] Emitting module BitCollections
[332/455] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[333/455] Emitting module Atomics
[340/456] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[341/456] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[342/456] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[343/456] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[344/456] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[345/456] Compiling BitCollections BitSet+SetAlgebra union.swift
[346/456] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[347/456] Compiling BitCollections BitSet.Counted.swift
[350/456] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[351/456] Compiling BitCollections BitArray+Extras.swift
[352/456] Compiling BitCollections BitArray+Fill.swift
[353/456] Compiling BitCollections BitArray+Hashable.swift
[354/456] Compiling BitCollections BitArray+Initializers.swift
[357/456] Compiling BitCollections BitArray+RandomBits.swift
[358/456] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[359/456] Compiling BitCollections BitArray+Shifts.swift
[360/456] Compiling BitCollections BitArray+Testing.swift
[361/456] Compiling BitCollections BitArray._UnsafeHandle.swift
[362/456] Compiling BitCollections BitArray.swift
[363/456] Compiling BitCollections BitSet+BidirectionalCollection.swift
[364/456] Compiling BitCollections BitSet+Codable.swift
[365/456] Compiling BitCollections BitSet.Index.swift
[366/456] Compiling BitCollections BitSet._UnsafeHandle.swift
[372/495] Emitting module Algorithms
[373/517] Compiling _RopeModule Rope+Join.swift
[374/517] Compiling _RopeModule Rope+MutatingForEach.swift
[375/517] Compiling _RopeModule Rope+Remove.swift
[376/517] Compiling _RopeModule Rope+RemoveSubrange.swift
[377/517] Compiling _RopeModule Rope+Split.swift
[378/517] Compiling _RopeModule Optional Utilities.swift
[379/517] Compiling _RopeModule String Utilities.swift
[380/517] Compiling _RopeModule String.Index+ABI.swift
[382/517] Emitting module Metrics
[383/517] Compiling Metrics Metrics.swift
[387/518] Compiling NIOCore ByteBuffer-views.swift
[388/518] Compiling NIOCore Channel.swift
[389/518] Compiling NIOCore ChannelHandler.swift
[390/518] Compiling NIOCore ChannelHandlers.swift
[391/518] Compiling NIOCore ChannelInvoker.swift
[392/518] Compiling NIOCore ChannelOption.swift
[393/518] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[394/518] Compiling NIOCore BSDSocketAPI.swift
[395/518] Compiling NIOCore ByteBuffer-aux.swift
[396/518] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[397/518] Compiling NIOCore ByteBuffer-conversions.swift
[398/518] Compiling NIOCore AddressedEnvelope.swift
[399/518] Compiling NIOCore AsyncAwaitSupport.swift
[400/518] Compiling NIOCore AsyncChannel.swift
[401/518] Compiling NIOCore AsyncChannelHandler.swift
[402/518] Compiling NIOCore AsyncChannelInboundStream.swift
[403/518] Compiling NIOCore AsyncChannelOutboundWriter.swift
[404/518] Compiling NIOCore NIOAsyncSequenceProducer.swift
[405/518] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[406/518] Compiling NIOCore NIOAsyncWriter.swift
[407/518] Compiling NIOCore ByteBuffer-multi-int.swift
[408/518] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[409/518] Compiling NIOCore ByteBuffer-core.swift
[410/518] Compiling NIOCore ByteBuffer-hex.swift
[411/518] Compiling NIOCore ByteBuffer-int.swift
[412/518] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[413/518] Compiling NIOCore ChannelPipeline.swift
[414/518] Compiling NIOCore CircularBuffer.swift
[415/518] Compiling NIOCore Codec.swift
[416/518] Compiling NIOCore ConvenienceOptionSupport.swift
[417/518] Compiling NIOCore DeadChannel.swift
[418/518] Compiling NIOCore DispatchQueue+WithFuture.swift
[419/518] Compiling NIOCore EventLoop+Deprecated.swift
[420/518] Emitting module HashTreeCollections
[432/519] Compiling NIOCore NIOSendable.swift
[433/519] Compiling NIOCore RecvByteBufferAllocator.swift
[434/519] Compiling NIOCore EventLoop.swift
[435/519] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[436/519] Compiling NIOCore EventLoopFuture+Deprecated.swift
[437/519] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[438/519] Compiling NIOCore EventLoopFuture.swift
[439/519] Compiling NIOCore FileDescriptor.swift
[440/519] Compiling NIOCore FileHandle.swift
[441/519] Compiling NIOCore FileRegion.swift
[442/519] Compiling NIOCore IntegerBitPacking.swift
[443/519] Compiling NIOCore IntegerTypes.swift
[444/519] Compiling NIOCore Interfaces.swift
[445/519] Compiling NIOCore Linux.swift
[446/519] Compiling NIOCore MarkedCircularBuffer.swift
[447/519] Compiling NIOCore MulticastChannel.swift
[448/519] Compiling NIOCore NIOAny.swift
[449/519] Compiling NIOCore NIOCloseOnErrorHandler.swift
[450/519] Compiling NIOCore NIOLoopBound.swift
[451/519] Compiling NIOCore NIOScheduledCallback.swift
[456/519] Compiling NIOCore EventLoop+SerialExecutor.swift
[457/519] Compiling NIOCore GlobalSingletons.swift
[458/519] Compiling NIOCore IO.swift
[459/519] Compiling NIOCore IOData.swift
[460/519] Compiling NIOCore IPProtocol.swift
[470/530] Compiling Collections Collections.swift
[471/530] Emitting module Collections
[489/531] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[490/531] Compiling NIOCore SocketAddresses.swift
[491/531] Compiling NIOCore SocketOptionProvider.swift
[492/531] Compiling NIOCore SystemCallHelpers.swift
[493/531] Compiling NIOCore TimeAmount+Duration.swift
[494/531] Compiling NIOCore TypeAssistedChannelHandler.swift
[495/531] Compiling NIOCore UniversalBootstrapSupport.swift
[496/531] Compiling NIOCore Utilities.swift
[531/531] Emitting module NIOCore
[533/583] Emitting module NIOEmbedded
[534/583] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[535/583] Compiling NIOEmbedded AsyncTestingChannel.swift
[536/583] Compiling NIOEmbedded Embedded.swift
[538/584] Emitting module NIOPosix
[539/590] Compiling NIOPosix ThreadPosix.swift
[540/590] Compiling NIOPosix ThreadWindows.swift
[541/590] Compiling NIOPosix UnsafeTransfer.swift
[542/590] Compiling NIOPosix Utilities.swift
[543/590] Compiling NIOPosix VsockAddress.swift
[544/590] Compiling NIOPosix VsockChannelEvents.swift
[545/590] Compiling NIOPosix SelectableChannel.swift
[546/590] Compiling NIOPosix SelectableEventLoop.swift
[547/590] Compiling NIOPosix SelectorEpoll.swift
[548/590] Compiling NIOPosix SelectorGeneric.swift
[549/590] Compiling NIOPosix SelectorKqueue.swift
[550/590] Compiling NIOPosix SelectorUring.swift
[551/590] Compiling NIOPosix PooledRecvBufferAllocator.swift
[552/590] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[553/590] Compiling NIOPosix PosixSingletons.swift
[554/590] Compiling NIOPosix RawSocketBootstrap.swift
[555/590] Compiling NIOPosix Resolver.swift
[556/590] Compiling NIOPosix Selectable.swift
[557/590] Compiling NIOPosix ServerSocket.swift
[558/590] Compiling NIOPosix Socket.swift
[559/590] Compiling NIOPosix SocketChannel.swift
[560/590] Compiling NIOPosix SocketProtocols.swift
[561/590] Compiling NIOPosix System.swift
[562/590] Compiling NIOPosix Thread.swift
[563/590] Compiling NIOPosix Bootstrap.swift
[564/590] Compiling NIOPosix ControlMessage.swift
[565/590] Compiling NIOPosix DatagramVectorReadManager.swift
[566/590] Compiling NIOPosix Errors+Any.swift
[567/590] Compiling NIOPosix FileDescriptor.swift
[568/590] Compiling NIOPosix GetaddrinfoResolver.swift
[569/590] Compiling NIOPosix HappyEyeballs.swift
[570/590] Compiling NIOPosix BSDSocketAPICommon.swift
[571/590] Compiling NIOPosix BSDSocketAPIPosix.swift
[572/590] Compiling NIOPosix BSDSocketAPIWindows.swift
[573/590] Compiling NIOPosix BaseSocket.swift
[574/590] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[575/590] Compiling NIOPosix BaseSocketChannel.swift
[576/590] Compiling NIOPosix BaseStreamSocketChannel.swift
[577/590] Compiling NIOPosix IO.swift
[578/590] Compiling NIOPosix IntegerBitPacking.swift
[579/590] Compiling NIOPosix IntegerTypes.swift
[580/590] Compiling NIOPosix Linux.swift
[581/590] Compiling NIOPosix LinuxCPUSet.swift
[582/590] Compiling NIOPosix LinuxUring.swift
[583/590] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[584/590] Compiling NIOPosix NIOThreadPool.swift
[585/590] Compiling NIOPosix NonBlockingFileIO.swift
[586/590] Compiling NIOPosix PendingDatagramWritesManager.swift
[587/590] Compiling NIOPosix PendingWritesManager.swift
[588/590] Compiling NIOPosix PipeChannel.swift
[589/590] Compiling NIOPosix PipePair.swift
[590/590] Compiling NIOPosix Pool.swift
[592/615] Compiling NIO Exports.swift
[593/615] Emitting module NIO
[595/616] Compiling AsyncKit EventLoopGroup+Throwing.swift
[596/616] Compiling AsyncKit Collection+Flatten.swift
[597/616] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[598/618] Compiling AsyncKit Future+Transform.swift
[599/618] Compiling AsyncKit Future+Try.swift
[600/618] Compiling AsyncKit FutureOperators.swift
[601/639] Compiling RediStack RedisConnectionPool.swift
[602/639] Compiling RediStack RedisError.swift
[603/639] Compiling RediStack RedisByteDecoder.swift
[604/639] Compiling RediStack RedisCommandHandler.swift
[605/639] Compiling RediStack RedisMessageEncoder.swift
[606/639] Compiling RediStack ConnectionPool.swift
[612/641] Compiling RediStack RedisMetrics.swift
[613/641] Compiling AsyncKit Exports.swift
[614/641] Compiling RediStack RESPValueConvertible.swift
[615/641] Compiling RediStack RedisClient.swift
[616/641] Compiling RediStack RedisConnection.swift
[617/641] Compiling RediStack RedisKey.swift
[619/641] Emitting module RediStack
[620/641] Compiling RediStack BasicCommands.swift
[621/641] Compiling RediStack HashCommands.swift
[622/641] Compiling RediStack ListCommands.swift
[623/641] Compiling RediStack SetCommands.swift
[624/641] Compiling RediStack SortedSetCommands.swift
[625/641] Compiling RediStack StringCommands.swift
[626/641] Compiling RediStack SwiftNIO.swift
[627/641] Compiling RediStack RESPTranslator.swift
[628/641] Compiling RediStack RESPValue.swift
[630/641] Compiling RediStack ConnectionPoolErrors.swift
[631/641] Compiling RediStack StandardLibrary.swift
[633/642] Emitting module AsyncKit
[644/650] Compiling RedisKit RedisConfiguration.swift
[645/650] Compiling RedisKit RedisClient+Codable.swift
[646/650] Compiling RedisKit Exports.swift
[647/650] 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 }
[648/650] 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 }
[649/650] 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) }
[650/650] 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()
Build complete! (85.53s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.