Build Information
Successful build of DataLoader, reference 2.3.2 (15ff32
), with Swift 6.1 for Linux on 11 Sep 2025 19:21:20 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GraphQLSwift/DataLoader.git
Reference: 2.3.2
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/GraphQLSwift/DataLoader
* tag 2.3.2 -> FETCH_HEAD
HEAD is now at 15ff327 Merge pull request #27 from bjschoenfeld/refactor/simplify-channel
Cloned https://github.com/GraphQLSwift/DataLoader.git
Revision (git rev-parse @):
15ff3272acac747a127e578c8f23b727e1f4fb89
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/GraphQLSwift/DataLoader.git at 2.3.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/GraphQLSwift/DataLoader.git
https://github.com/GraphQLSwift/DataLoader.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms.git"
},
{
"identity" : "async-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/adam-fowler/async-collections"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "DataLoader",
"name" : "DataLoader",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "DataLoader",
"targets" : [
"DataLoader"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AsyncDataLoader",
"targets" : [
"AsyncDataLoader"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DataLoaderTests",
"module_type" : "SwiftTarget",
"name" : "DataLoaderTests",
"path" : "Tests/DataLoaderTests",
"product_dependencies" : [
"NIOCore",
"NIOPosix"
],
"sources" : [
"DataLoaderAbuseTests.swift",
"DataLoaderAsyncTests.swift",
"DataLoaderTests.swift"
],
"target_dependencies" : [
"DataLoader"
],
"type" : "test"
},
{
"c99name" : "DataLoader",
"module_type" : "SwiftTarget",
"name" : "DataLoader",
"path" : "Sources/DataLoader",
"product_dependencies" : [
"NIOCore",
"NIOConcurrencyHelpers"
],
"product_memberships" : [
"DataLoader"
],
"sources" : [
"DataLoader.swift",
"DataLoaderError.swift",
"DataLoaderOptions.swift"
],
"type" : "library"
},
{
"c99name" : "AsyncDataLoaderTests",
"module_type" : "SwiftTarget",
"name" : "AsyncDataLoaderTests",
"path" : "Tests/AsyncDataLoaderTests",
"sources" : [
"DataLoaderAbuseTests.swift",
"DataLoaderTests.swift"
],
"target_dependencies" : [
"AsyncDataLoader"
],
"type" : "test"
},
{
"c99name" : "AsyncDataLoader",
"module_type" : "SwiftTarget",
"name" : "AsyncDataLoader",
"path" : "Sources/AsyncDataLoader",
"product_dependencies" : [
"Algorithms",
"AsyncCollections"
],
"product_memberships" : [
"AsyncDataLoader"
],
"sources" : [
"Channel.swift",
"DataLoader.swift",
"DataLoaderError.swift",
"DataLoaderOptions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/adam-fowler/async-collections
[1/289] Fetching async-collections
[290/6274] Fetching async-collections, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (1.01s)
[1/78073] Fetching swift-nio
Fetched https://github.com/adam-fowler/async-collections from cache (4.68s)
Fetched https://github.com/apple/swift-nio.git from cache (4.77s)
Computing version for https://github.com/adam-fowler/async-collections
Computed https://github.com/adam-fowler/async-collections at 0.1.0 (5.80s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1814] Fetching swift-atomics
[1815/19267] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.14s)
Fetched https://github.com/apple/swift-collections.git from cache (1.16s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.16s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.78s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (1.31s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.61s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.66s)
Fetching https://github.com/apple/swift-system.git
[1/4937] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.45s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.96s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.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.86.0
Creating working copy for https://github.com/adam-fowler/async-collections
Working copy of https://github.com/adam-fowler/async-collections resolved at 0.1.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.1.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.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Building for debugging...
[0/29] Write sources
[13/29] Compiling CNIOWindows shim.c
[14/29] Compiling CNIOWindows WSAStartup.c
[15/29] Compiling CNIOWASI CNIOWASI.c
[16/29] Compiling CNIOLinux liburing_shims.c
[17/29] Write sources
[22/29] Compiling _AtomicsShims.c
[23/29] Compiling CNIODarwin shim.c
[24/29] Compiling CNIOLinux shim.c
[25/29] Compiling _NumericsShims _NumericsShims.c
[26/29] Write swift-version-24593BA9C3E375BF.txt
[28/78] Emitting module _NIODataStructures
[28/78] Compiling c-nioatomics.c
[30/78] Compiling _NIOBase64 Base64.swift
[31/78] Emitting module _NIOBase64
[31/79] Compiling c-atomics.c
[33/79] Compiling RealModule RealFunctions.swift
[34/79] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[35/79] Compiling InternalCollectionsUtilities Integer rank.swift
[36/80] Compiling _NIODataStructures _TinyArray.swift
[38/80] Emitting module InternalCollectionsUtilities
[39/81] Compiling Atomics ManagedAtomic.swift
[40/81] Compiling Atomics ManagedAtomicLazyReference.swift
[41/81] Compiling Atomics UnsafeAtomic.swift
[42/81] Compiling Atomics UnsafeAtomicLazyReference.swift
[43/83] Compiling Atomics AtomicMemoryOrderings.swift
[44/83] Compiling Atomics DoubleWord.swift
[45/83] Emitting module RealModule
[46/83] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[47/83] Compiling InternalCollectionsUtilities _SortedCollection.swift
[48/83] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[49/83] Compiling Atomics AtomicStorage.swift
[50/83] Compiling InternalCollectionsUtilities Descriptions.swift
[51/83] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[52/83] Compiling Atomics IntegerConformances.swift
[53/83] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[54/83] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[62/83] Compiling _NIODataStructures PriorityQueue.swift
[65/83] Compiling RealModule RelaxedArithmetic.swift
[66/83] Compiling RealModule Float16+Real.swift
[73/83] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[74/83] Compiling RealModule Real.swift
[75/83] Compiling RealModule Float80+Real.swift
[76/84] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[77/84] Emitting module Atomics
[83/91] Compiling Atomics IntegerOperations.swift
[84/91] Compiling Atomics Unmanaged extensions.swift
[86/323] Compiling NIOConcurrencyHelpers NIOLock.swift
[87/323] Compiling _NIODataStructures Heap.swift
[88/324] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[89/324] Emitting module NIOConcurrencyHelpers
[90/324] Compiling NIOConcurrencyHelpers lock.swift
[91/327] Compiling HeapModule Heap+Descriptions.swift
[93/339] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[94/339] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[95/339] Compiling NIOConcurrencyHelpers atomics.swift
[96/340] Compiling HeapModule Heap.swift
[97/340] Compiling HeapModule _HeapNode.swift
[99/340] Compiling HeapModule Heap+UnsafeHandle.swift
[100/340] Compiling HeapModule Heap+Invariants.swift
[101/340] Emitting module HeapModule
[102/358] Compiling BitCollections BitArray+Hashable.swift
[103/358] Compiling BitCollections BitArray+Initializers.swift
[104/396] Compiling BitCollections BitArray+Copy.swift
[105/396] Compiling BitCollections BitArray+CustomReflectable.swift
[106/396] Compiling BitCollections BitArray+Codable.swift
[107/396] Compiling BitCollections BitArray+Collection.swift
[108/396] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[109/396] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[110/396] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[111/396] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[112/396] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[113/396] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[114/396] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[116/396] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[117/396] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[118/396] Compiling BitCollections BitSet+SetAlgebra union.swift
[119/396] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[120/396] Compiling BitCollections BitSet.Counted.swift
[121/396] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[122/396] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[123/403] Compiling HashTreeCollections TreeSet+Hashable.swift
[124/403] Compiling HashTreeCollections TreeSet+Sendable.swift
[125/403] Compiling HashTreeCollections TreeSet+Sequence.swift
[126/403] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[127/403] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[128/403] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[129/403] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[130/403] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[131/403] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[132/403] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[133/413] Compiling BitCollections BitArray+Descriptions.swift
[134/413] Compiling BitCollections BitArray+Equatable.swift
[135/413] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[136/413] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[137/413] Compiling BitCollections BitArray+Extras.swift
[138/413] Compiling BitCollections BitArray+Fill.swift
[141/413] Compiling DequeModule _DequeSlot.swift
[142/413] Compiling DequeModule _UnsafeWrappedBuffer.swift
[143/413] Compiling BitCollections BitArray+BitwiseOperations.swift
[144/413] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[147/416] Compiling Algorithms Trim.swift
[148/416] Compiling Algorithms Unique.swift
[149/416] Compiling Algorithms Windows.swift
[150/416] Compiling BitCollections BitSet+Equatable.swift
[151/416] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[152/416] Compiling BitCollections BitSet+Extras.swift
[153/416] Compiling BitCollections BitSet+Hashable.swift
[154/416] Compiling BitCollections BitSet+Initializers.swift
[155/416] Compiling BitCollections BitArray+RandomBits.swift
[156/416] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[157/416] Compiling BitCollections BitArray+Shifts.swift
[158/416] Compiling BitCollections BitArray+Testing.swift
[159/416] Compiling BitCollections BitArray._UnsafeHandle.swift
[160/416] Compiling BitCollections BitArray.swift
[161/416] Compiling BitCollections BitSet+BidirectionalCollection.swift
[162/416] Compiling BitCollections BitSet+Codable.swift
[163/416] Compiling BitCollections BitSet+Invariants.swift
[164/416] Compiling BitCollections BitSet+Random.swift
[165/416] Compiling BitCollections BitSet+SetAlgebra basics.swift
[166/416] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[167/416] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[168/416] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[169/416] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[170/416] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[171/416] Compiling OrderedCollections OrderedSet+SubSequence.swift
[172/416] Compiling OrderedCollections OrderedSet+Testing.swift
[173/416] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[174/416] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[175/416] Compiling OrderedCollections OrderedSet.swift
[176/416] Compiling OrderedCollections _UnsafeBitset.swift
[177/416] Compiling HashTreeCollections TreeSet+Equatable.swift
[178/416] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[179/416] Compiling HashTreeCollections TreeSet+Extras.swift
[180/416] Compiling HashTreeCollections TreeSet+Filter.swift
[197/416] Compiling OrderedCollections OrderedSet+Sendable.swift
[221/423] Compiling BitCollections _Word.swift
[236/432] Compiling _RopeModule _CharacterRecognizer.swift
[237/432] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[238/432] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[239/432] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[240/432] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[241/432] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[242/432] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[243/432] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[244/432] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[245/432] Compiling HashTreeCollections TreeSet.swift
[253/432] Emitting module DequeModule
[266/433] Emitting module BitCollections
[307/433] Compiling BitCollections BitSet.Index.swift
[308/433] Compiling BitCollections BitSet._UnsafeHandle.swift
[309/433] Compiling BitCollections BitSet.swift
[310/433] Compiling BitCollections Range+Utilities.swift
[311/433] Compiling BitCollections Slice+Utilities.swift
[312/433] Compiling BitCollections UInt+Tricks.swift
[323/494] Compiling NIOCore NIOCoreSendableMetatype.swift
[324/494] Compiling NIOCore NIOLoopBound.swift
[325/494] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[326/494] Compiling NIOCore NIOScheduledCallback.swift
[327/494] Compiling NIOCore NIOSendable.swift
[328/494] Compiling NIOCore RecvByteBufferAllocator.swift
[330/494] Compiling NIOCore AsyncAwaitSupport.swift
[331/494] Compiling NIOCore AsyncChannel.swift
[332/494] Compiling NIOCore AsyncChannelHandler.swift
[333/494] Compiling NIOCore AsyncChannelInboundStream.swift
[334/494] Compiling NIOCore AsyncChannelOutboundWriter.swift
[335/494] Compiling NIOCore NIOAsyncSequenceProducer.swift
[336/494] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[337/494] Compiling NIOCore NIOAsyncWriter.swift
[338/494] Compiling NIOCore ByteBuffer-multi-int.swift
[339/494] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[340/494] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[341/494] Compiling NIOCore BSDSocketAPI.swift
[342/494] Compiling NIOCore ByteBuffer-aux.swift
[343/494] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[344/494] Compiling NIOCore ByteBuffer-conversions.swift
[345/494] Compiling NIOCore ByteBuffer-core.swift
[346/494] Compiling NIOCore ByteBuffer-hex.swift
[347/494] Compiling NIOCore ByteBuffer-int.swift
[348/494] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[349/494] Compiling NIOCore AddressedEnvelope.swift
[354/494] Compiling NIOCore ByteBuffer-views.swift
[355/494] Compiling NIOCore Channel.swift
[356/494] Compiling NIOCore ChannelHandler.swift
[357/494] Compiling NIOCore ChannelHandlers.swift
[373/494] Compiling NIOCore NIOAny.swift
[374/494] Compiling NIOCore NIOCloseOnErrorHandler.swift
[392/495] Emitting module OrderedCollections
[394/496] Emitting module _RopeModule
[395/496] Compiling NIOCore EventLoop+SerialExecutor.swift
[396/496] Compiling NIOCore EventLoop.swift
[397/496] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[398/496] Compiling NIOCore EventLoopFuture+Deprecated.swift
[399/496] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[400/496] Compiling NIOCore EventLoopFuture.swift
[401/496] Compiling NIOCore FileDescriptor.swift
[402/496] Compiling NIOCore FileHandle.swift
[403/496] Compiling NIOCore FileRegion.swift
[404/496] Compiling NIOCore GlobalSingletons.swift
[405/496] Compiling NIOCore IO.swift
[414/504] Emitting module Algorithms
[416/505] Compiling NIOCore Utilities.swift
[417/505] Compiling _RopeModule Rope+MutatingForEach.swift
[418/505] Compiling _RopeModule Rope+Remove.swift
[419/505] Compiling _RopeModule Rope+RemoveSubrange.swift
[420/505] Compiling _RopeModule Rope+Split.swift
[421/505] Compiling _RopeModule Optional Utilities.swift
[422/505] Compiling _RopeModule String Utilities.swift
[423/505] Compiling _RopeModule String.Index+ABI.swift
[425/505] Compiling NIOCore DeadChannel.swift
[426/505] Compiling NIOCore DispatchQueue+WithFuture.swift
[427/505] Compiling NIOCore EventLoop+Deprecated.swift
[439/505] Compiling NIOCore IOData.swift
[440/505] Compiling NIOCore IPProtocol.swift
[441/505] Compiling NIOCore IntegerBitPacking.swift
[442/505] Compiling NIOCore IntegerTypes.swift
[443/505] Compiling NIOCore Interfaces.swift
[444/506] Emitting module HashTreeCollections
[452/507] Compiling NIOCore Linux.swift
[453/507] Compiling NIOCore MarkedCircularBuffer.swift
[454/507] Compiling NIOCore MulticastChannel.swift
[455/509] Compiling Collections Collections.swift
[456/509] Emitting module Collections
[466/518] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[467/518] Compiling NIOCore SocketAddresses.swift
[468/518] Compiling NIOCore SocketOptionProvider.swift
[469/518] Compiling NIOCore SystemCallHelpers.swift
[470/518] Compiling NIOCore TimeAmount+Duration.swift
[471/518] Compiling NIOCore TypeAssistedChannelHandler.swift
[472/518] Compiling NIOCore UniversalBootstrapSupport.swift
[474/518] Compiling NIOCore CircularBuffer.swift
[475/518] Compiling NIOCore Codec.swift
[476/518] Compiling NIOCore ConvenienceOptionSupport.swift
[483/518] Compiling AsyncCollections TaskQueue.swift
[484/518] Compiling AsyncCollections ForEach.swift
[485/518] Compiling AsyncCollections FlatMap.swift
[486/518] Compiling AsyncCollections Map.swift
[487/518] Compiling AsyncCollections Filter.swift
[488/518] Compiling AsyncCollections CompactMap.swift
[489/518] Emitting module AsyncCollections
[490/518] Compiling AsyncCollections AsyncSemaphore.swift
[492/524] Compiling AsyncDataLoader DataLoaderOptions.swift
[493/524] Compiling AsyncDataLoader DataLoaderError.swift
[494/524] Compiling AsyncDataLoader DataLoader.swift
[495/524] Emitting module AsyncDataLoader
[496/524] Compiling AsyncDataLoader Channel.swift
[498/525] Emitting module NIOCore
[523/525] Compiling NIOCore ChannelInvoker.swift
[524/525] Compiling NIOCore ChannelOption.swift
[525/525] Compiling NIOCore ChannelPipeline.swift
[527/530] Compiling DataLoader DataLoaderOptions.swift
[528/530] Compiling DataLoader DataLoaderError.swift
[529/530] Emitting module DataLoader
[530/530] Compiling DataLoader DataLoader.swift
/host/spi-builder-workspace/Sources/DataLoader/DataLoader.swift:70:63: warning: type 'Value' does not conform to the 'Sendable' protocol
19 | /// with different access permissions and consider creating a new instance
20 | /// per data request.
21 | public final class DataLoader<Key: Hashable, Value> {
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
22 | private let batchLoadFunction: BatchLoadFunction<Key, Value>
23 | private let options: DataLoaderOptions<Key, Value>
:
68 | let result = results[0]
69 | switch result {
70 | case let .success(value): promise.succeed(value)
| `- warning: type 'Value' does not conform to the 'Sendable' protocol
71 | case let .failure(error): promise.fail(error)
72 | }
/host/spi-builder-workspace/Sources/DataLoader/DataLoader.swift:54:29: warning: capture of 'self' with non-sendable type 'DataLoader<Key, Value>' in a '@Sendable' closure
19 | /// with different access permissions and consider creating a new instance
20 | /// per data request.
21 | public final class DataLoader<Key: Hashable, Value> {
| `- note: generic class 'DataLoader' does not conform to the 'Sendable' protocol
22 | private let batchLoadFunction: BatchLoadFunction<Key, Value>
23 | private let options: DataLoaderOptions<Key, Value>
:
52 | if let executionPeriod = options.executionPeriod, !dispatchScheduled {
53 | eventLoopGroup.next().scheduleTask(in: executionPeriod) {
54 | try self.execute()
| `- warning: capture of 'self' with non-sendable type 'DataLoader<Key, Value>' in a '@Sendable' closure
55 | }
56 | dispatchScheduled = true
/host/spi-builder-workspace/Sources/DataLoader/DataLoader.swift:65:89: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
19 | /// with different access permissions and consider creating a new instance
20 | /// per data request.
21 | public final class DataLoader<Key: Hashable, Value> {
| `- note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
22 | private let batchLoadFunction: BatchLoadFunction<Key, Value>
23 | private let options: DataLoaderOptions<Key, Value>
:
63 | .fail(
64 | DataLoaderError
65 | .noValueForKey("Did not return value for key: \(key)")
| `- warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
66 | )
67 | } else {
/host/spi-builder-workspace/Sources/DataLoader/DataLoader.swift:109:42: warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 | /// with different access permissions and consider creating a new instance
20 | /// per data request.
21 | public final class DataLoader<Key: Hashable, Value> {
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
22 | private let batchLoadFunction: BatchLoadFunction<Key, Value>
23 | private let options: DataLoaderOptions<Key, Value>
:
107 | ) throws -> EventLoopFuture<[Value]> {
108 | guard !keys.isEmpty else {
109 | return eventLoopGroup.next().makeSucceededFuture([])
| `- warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
110 | }
111 | let futures = try keys.map { try load(key: $0, on: eventLoopGroup) }
/host/spi-builder-workspace/Sources/DataLoader/DataLoader.swift:112:32: warning: type 'Value' does not conform to the 'Sendable' protocol
19 | /// with different access permissions and consider creating a new instance
20 | /// per data request.
21 | public final class DataLoader<Key: Hashable, Value> {
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
22 | private let batchLoadFunction: BatchLoadFunction<Key, Value>
23 | private let options: DataLoaderOptions<Key, Value>
:
110 | }
111 | let futures = try keys.map { try load(key: $0, on: eventLoopGroup) }
112 | return EventLoopFuture.whenAllSucceed(futures, on: eventLoopGroup.next())
| `- warning: type 'Value' does not conform to the 'Sendable' protocol
113 | }
114 |
/host/spi-builder-workspace/Sources/DataLoader/DataLoader.swift:150:25: warning: type 'Value' does not conform to the 'Sendable' protocol
19 | /// with different access permissions and consider creating a new instance
20 | /// per data request.
21 | public final class DataLoader<Key: Hashable, Value> {
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
22 | private let batchLoadFunction: BatchLoadFunction<Key, Value>
23 | private let options: DataLoaderOptions<Key, Value>
:
148 | if cache[cacheKey] == nil {
149 | let promise: EventLoopPromise<Value> = eventLoop.next().makePromise()
150 | promise.succeed(value)
| `- warning: type 'Value' does not conform to the 'Sendable' protocol
151 |
152 | cache[cacheKey] = promise.futureResult
/host/spi-builder-workspace/Sources/DataLoader/DataLoader.swift:216:69: warning: type 'Value' does not conform to the 'Sendable' protocol
19 | /// with different access permissions and consider creating a new instance
20 | /// per data request.
21 | public final class DataLoader<Key: Hashable, Value> {
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
22 | private let batchLoadFunction: BatchLoadFunction<Key, Value>
23 | private let options: DataLoaderOptions<Key, Value>
:
214 | switch result {
215 | case let .failure(error): entry.element.promise.fail(error)
216 | case let .success(value): entry.element.promise.succeed(value)
| `- warning: type 'Value' does not conform to the 'Sendable' protocol
217 | }
218 | }
/host/spi-builder-workspace/Sources/DataLoader/DataLoader.swift:204:36: warning: capture of 'keys' with non-sendable type '[Key]' in a '@Sendable' closure
19 | /// with different access permissions and consider creating a new instance
20 | /// per data request.
21 | public final class DataLoader<Key: Hashable, Value> {
| `- note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
22 | private let batchLoadFunction: BatchLoadFunction<Key, Value>
23 | private let options: DataLoaderOptions<Key, Value>
:
202 | do {
203 | _ = try batchLoadFunction(keys).flatMapThrowing { values in
204 | if values.count != keys.count {
| `- warning: capture of 'keys' with non-sendable type '[Key]' in a '@Sendable' closure
205 | throw DataLoaderError
206 | .typeError(
/host/spi-builder-workspace/Sources/DataLoader/DataLoader.swift:211:30: warning: capture of 'batch' with non-sendable type 'LoaderQueue<Key, Value>' (aka 'Array<(key: Key, promise: EventLoopPromise<Value>)>') in a '@Sendable' closure
19 | /// with different access permissions and consider creating a new instance
20 | /// per data request.
21 | public final class DataLoader<Key: Hashable, Value> {
| `- note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
22 | private let batchLoadFunction: BatchLoadFunction<Key, Value>
23 | private let options: DataLoaderOptions<Key, Value>
:
209 | }
210 |
211 | for entry in batch.enumerated() {
| `- warning: capture of 'batch' with non-sendable type 'LoaderQueue<Key, Value>' (aka 'Array<(key: Key, promise: EventLoopPromise<Value>)>') in a '@Sendable' closure
212 | let result = values[entry.offset]
213 |
/host/spi-builder-workspace/Sources/DataLoader/DataLoader.swift:220:17: warning: capture of 'self' with non-sendable type 'DataLoader<Key, Value>' in a '@Sendable' closure
19 | /// with different access permissions and consider creating a new instance
20 | /// per data request.
21 | public final class DataLoader<Key: Hashable, Value> {
| `- note: generic class 'DataLoader' does not conform to the 'Sendable' protocol
22 | private let batchLoadFunction: BatchLoadFunction<Key, Value>
23 | private let options: DataLoaderOptions<Key, Value>
:
218 | }
219 | }.recover { error in
220 | self.failedExecution(batch: batch, error: error)
| `- warning: capture of 'self' with non-sendable type 'DataLoader<Key, Value>' in a '@Sendable' closure
221 | }
222 | } catch {
/host/spi-builder-workspace/Sources/DataLoader/DataLoader.swift:220:45: warning: capture of 'batch' with non-sendable type 'LoaderQueue<Key, Value>' (aka 'Array<(key: Key, promise: EventLoopPromise<Value>)>') in a '@Sendable' closure
19 | /// with different access permissions and consider creating a new instance
20 | /// per data request.
21 | public final class DataLoader<Key: Hashable, Value> {
| `- note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
22 | private let batchLoadFunction: BatchLoadFunction<Key, Value>
23 | private let options: DataLoaderOptions<Key, Value>
:
218 | }
219 | }.recover { error in
220 | self.failedExecution(batch: batch, error: error)
| `- warning: capture of 'batch' with non-sendable type 'LoaderQueue<Key, Value>' (aka 'Array<(key: Key, promise: EventLoopPromise<Value>)>') in a '@Sendable' closure
221 | }
222 | } catch {
/host/spi-builder-workspace/Sources/DataLoader/DataLoader.swift:250:25: warning: type 'DataLoaderFutureValue<Value>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
2 | import NIOCore
3 |
4 | public enum DataLoaderFutureValue<T> {
| `- note: consider making generic enum 'DataLoaderFutureValue' conform to the 'Sendable' protocol
5 | case success(T)
6 | case failure(Error)
:
248 | self.init(options: options, batchLoadFunction: { keys in
249 | let promise = eventLoop.next().makePromise(of: [DataLoaderFutureValue<Value>].self)
250 | promise.completeWithTask {
| `- warning: type 'DataLoaderFutureValue<Value>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
251 | try await asyncThrowingLoadFunction(keys)
252 | }
/host/spi-builder-workspace/Sources/DataLoader/DataLoader.swift:251:57: warning: capture of 'keys' with non-sendable type '[Key]' in a '@Sendable' closure
19 | /// with different access permissions and consider creating a new instance
20 | /// per data request.
21 | public final class DataLoader<Key: Hashable, Value> {
| `- note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
22 | private let batchLoadFunction: BatchLoadFunction<Key, Value>
23 | private let options: DataLoaderOptions<Key, Value>
:
249 | let promise = eventLoop.next().makePromise(of: [DataLoaderFutureValue<Value>].self)
250 | promise.completeWithTask {
251 | try await asyncThrowingLoadFunction(keys)
| `- warning: capture of 'keys' with non-sendable type '[Key]' in a '@Sendable' closure
252 | }
253 | return promise.futureResult
/host/spi-builder-workspace/Sources/DataLoader/DataLoader.swift:260:58: warning: type 'Value' does not conform to the 'Sendable' protocol
19 | /// with different access permissions and consider creating a new instance
20 | /// per data request.
21 | public final class DataLoader<Key: Hashable, Value> {
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
22 | private let batchLoadFunction: BatchLoadFunction<Key, Value>
23 | private let options: DataLoaderOptions<Key, Value>
:
258 | @available(macOS 12, iOS 15, watchOS 8, tvOS 15, *)
259 | func load(key: Key, on eventLoopGroup: EventLoopGroup) async throws -> Value {
260 | try await load(key: key, on: eventLoopGroup).get()
| `- warning: type 'Value' does not conform to the 'Sendable' protocol
261 | }
262 |
/host/spi-builder-workspace/Sources/DataLoader/DataLoader.swift:278:64: warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 | /// with different access permissions and consider creating a new instance
20 | /// per data request.
21 | public final class DataLoader<Key: Hashable, Value> {
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
22 | private let batchLoadFunction: BatchLoadFunction<Key, Value>
23 | private let options: DataLoaderOptions<Key, Value>
:
276 | @available(macOS 12, iOS 15, watchOS 8, tvOS 15, *)
277 | func loadMany(keys: [Key], on eventLoopGroup: EventLoopGroup) async throws -> [Value] {
278 | try await loadMany(keys: keys, on: eventLoopGroup).get()
| `- warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
279 | }
280 | }
Build complete! (43.01s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms.git"
},
{
"identity" : "async-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/adam-fowler/async-collections"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "DataLoader",
"name" : "DataLoader",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "DataLoader",
"targets" : [
"DataLoader"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AsyncDataLoader",
"targets" : [
"AsyncDataLoader"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DataLoaderTests",
"module_type" : "SwiftTarget",
"name" : "DataLoaderTests",
"path" : "Tests/DataLoaderTests",
"product_dependencies" : [
"NIOCore",
"NIOPosix"
],
"sources" : [
"DataLoaderAbuseTests.swift",
"DataLoaderAsyncTests.swift",
"DataLoaderTests.swift"
],
"target_dependencies" : [
"DataLoader"
],
"type" : "test"
},
{
"c99name" : "DataLoader",
"module_type" : "SwiftTarget",
"name" : "DataLoader",
"path" : "Sources/DataLoader",
"product_dependencies" : [
"NIOCore",
"NIOConcurrencyHelpers"
],
"product_memberships" : [
"DataLoader"
],
"sources" : [
"DataLoader.swift",
"DataLoaderError.swift",
"DataLoaderOptions.swift"
],
"type" : "library"
},
{
"c99name" : "AsyncDataLoaderTests",
"module_type" : "SwiftTarget",
"name" : "AsyncDataLoaderTests",
"path" : "Tests/AsyncDataLoaderTests",
"sources" : [
"DataLoaderAbuseTests.swift",
"DataLoaderTests.swift"
],
"target_dependencies" : [
"AsyncDataLoader"
],
"type" : "test"
},
{
"c99name" : "AsyncDataLoader",
"module_type" : "SwiftTarget",
"name" : "AsyncDataLoader",
"path" : "Sources/AsyncDataLoader",
"product_dependencies" : [
"Algorithms",
"AsyncCollections"
],
"product_memberships" : [
"AsyncDataLoader"
],
"sources" : [
"Channel.swift",
"DataLoader.swift",
"DataLoaderError.swift",
"DataLoaderOptions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.