The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of DataLoader, reference 2.3.0 (52b1f3), with Swift 6.1 for Linux on 29 Apr 2025 18:13:11 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GraphQLSwift/DataLoader.git
Reference: 2.3.0
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.0      -> FETCH_HEAD
HEAD is now at 52b1f3d Merge pull request #21 from ZirgVoice/concurrency
Cloned https://github.com/GraphQLSwift/DataLoader.git
Revision (git rev-parse @):
52b1f3d96adf2ddce348f698f46ec8e7827493dc
SUCCESS checkout https://github.com/GraphQLSwift/DataLoader.git at 2.3.0
========================================
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",
      "sources" : [
        "DataLoaderAbuseTests.swift",
        "DataLoaderAsyncTests.swift",
        "DataLoaderTests.swift"
      ],
      "target_dependencies" : [
        "DataLoader"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DataLoader",
      "module_type" : "SwiftTarget",
      "name" : "DataLoader",
      "path" : "Sources/DataLoader",
      "product_dependencies" : [
        "NIO",
        "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/Channel.swift",
        "Channel/State.swift",
        "DataLoader.swift",
        "DataLoaderError.swift",
        "DataLoaderOptions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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-nio.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/adam-fowler/async-collections
[1/289] Fetching async-collections
[290/6192] Fetching async-collections, swift-algorithms
[6193/81742] Fetching async-collections, swift-algorithms, swift-nio
Fetched https://github.com/adam-fowler/async-collections from cache (0.41s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.41s)
[756/75550] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.43s)
Computing version for https://github.com/adam-fowler/async-collections
Computed https://github.com/adam-fowler/async-collections at 0.1.0 (6.36s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1705] Fetching swift-atomics
[1178/17974] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.90s)
Fetched https://github.com/apple/swift-collections.git from cache (1.94s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.74s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.07s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.11s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.07s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.34s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.49s)
Fetching https://github.com/apple/swift-system.git
[1/4364] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.61s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.50s)
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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
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/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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Building for debugging...
[0/32] Write sources
[16/32] Compiling _NumericsShims _NumericsShims.c
[16/32] Compiling _AtomicsShims.c
[18/32] Compiling CNIOWindows shim.c
[19/32] Compiling CNIOWindows WSAStartup.c
[19/32] Write sources
[25/32] Compiling CNIOWASI CNIOWASI.c
[26/32] Compiling CNIOLinux liburing_shims.c
[27/32] Compiling CNIODarwin shim.c
[28/32] Compiling CNIOLinux shim.c
[29/32] Write swift-version-24593BA9C3E375BF.txt
[30/84] Compiling c-nioatomics.c
[32/84] Compiling InternalCollectionsUtilities _SortedCollection.swift
[33/84] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[34/86] Emitting module Atomics
[35/86] Emitting module InternalCollectionsUtilities
[36/88] Compiling RealModule Real.swift
[37/89] Compiling RealModule AlgebraicField.swift
[38/89] Compiling RealModule ApproximateEquality.swift
[39/89] Compiling RealModule AugmentedArithmetic.swift
[40/89] Compiling RealModule Double+Real.swift
[41/89] Compiling InternalCollectionsUtilities Integer rank.swift
[42/89] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[45/89] Compiling RealModule RealFunctions.swift
[46/89] Compiling RealModule Float+Real.swift
[47/89] Compiling RealModule ElementaryFunctions.swift
[48/89] Compiling InternalCollectionsUtilities Debugging.swift
[49/89] Compiling InternalCollectionsUtilities Descriptions.swift
[50/89] Compiling InternalCollectionsUtilities UInt+reversed.swift
[51/89] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[52/89] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[53/89] Compiling InternalCollectionsUtilities Specialize.swift
[54/89] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[55/89] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[58/89] Compiling RealModule Float16+Real.swift
[59/89] Compiling RealModule Float80+Real.swift
[65/89] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[67/89] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[68/89] Emitting module RealModule
[69/89] Compiling _NIODataStructures _TinyArray.swift
[69/89] Compiling c-atomics.c
[71/91] Compiling _NIODataStructures PriorityQueue.swift
[78/91] Emitting module _NIOBase64
[79/91] Compiling _NIOBase64 Base64.swift
[80/92] Compiling Atomics IntegerOperations.swift
[81/92] Compiling Atomics Unmanaged extensions.swift
[92/373] Compiling BitCollections BitArray+Shifts.swift
[93/373] Compiling BitCollections BitArray+Testing.swift
[94/375] Emitting module NIOConcurrencyHelpers
[95/375] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[96/375] Compiling HeapModule Heap+Descriptions.swift
[97/375] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[98/375] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[99/375] Compiling HeapModule Heap.swift
[100/375] Compiling NIOConcurrencyHelpers lock.swift
[101/375] Compiling HeapModule Heap+Invariants.swift
[102/375] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[103/375] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[104/375] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[105/375] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[106/375] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[107/375] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[108/375] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[109/375] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[110/382] Compiling NIOConcurrencyHelpers atomics.swift
[111/382] Compiling NIOConcurrencyHelpers NIOLock.swift
[112/382] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[113/383] Emitting module _NIODataStructures
[114/383] Compiling _NIODataStructures Heap.swift
[115/383] Compiling HeapModule _HeapNode.swift
[116/383] Compiling HeapModule Heap+UnsafeHandle.swift
[117/384] Compiling BitCollections BitArray._UnsafeHandle.swift
[118/384] Compiling BitCollections BitArray.swift
[121/384] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[122/384] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[123/384] Compiling BitCollections BitSet+SetAlgebra union.swift
[124/384] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[125/384] Compiling BitCollections BitSet.Counted.swift
[126/384] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[127/384] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[128/384] Emitting module HeapModule
[129/385] Compiling HashTreeCollections TreeSet+Hashable.swift
[130/385] Compiling HashTreeCollections TreeSet+Sendable.swift
[131/385] Compiling HashTreeCollections TreeSet+Sequence.swift
[132/385] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[133/385] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[134/385] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[135/385] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[136/385] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[137/385] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[138/385] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[140/395] Compiling DequeModule _DequeSlot.swift
[141/395] Compiling DequeModule _UnsafeWrappedBuffer.swift
[142/395] Compiling BitCollections BitSet+Initializers.swift
[143/395] Compiling BitCollections BitSet+Invariants.swift
[144/395] Compiling BitCollections BitSet+BidirectionalCollection.swift
[145/395] Compiling BitCollections BitSet+Codable.swift
[146/395] Compiling BitCollections BitSet+Random.swift
[147/395] Compiling BitCollections BitSet+SetAlgebra basics.swift
[148/420] Compiling OrderedCollections OrderedSet+SubSequence.swift
[149/420] Compiling OrderedCollections OrderedSet+Testing.swift
[150/420] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[151/420] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[152/420] Compiling OrderedCollections OrderedSet.swift
[153/420] Compiling OrderedCollections _UnsafeBitset.swift
[154/420] Compiling HashTreeCollections TreeSet+Equatable.swift
[155/420] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[156/420] Compiling HashTreeCollections TreeSet+Extras.swift
[157/420] Compiling HashTreeCollections TreeSet+Filter.swift
[158/420] Compiling Algorithms Partition.swift
[159/420] Compiling Algorithms Permutations.swift
[160/420] Compiling Algorithms Product.swift
[161/420] Compiling Algorithms Split.swift
[162/420] Compiling Algorithms Stride.swift
[163/420] Compiling Algorithms Suffix.swift
[164/420] Compiling Algorithms RandomSample.swift
[165/420] Compiling Algorithms FlattenCollection.swift
[166/420] Compiling Algorithms Grouped.swift
[167/420] Compiling Algorithms Indexed.swift
[168/420] Compiling Algorithms Intersperse.swift
[169/420] Compiling Algorithms Joined.swift
[170/420] Compiling Algorithms Keyed.swift
[171/420] Compiling Algorithms MinMax.swift
[172/427] Compiling BitCollections BitArray+Codable.swift
[173/427] Compiling BitCollections BitArray+Collection.swift
[174/427] Compiling BitCollections BitArray+Copy.swift
[175/427] Compiling BitCollections BitArray+CustomReflectable.swift
[176/427] Compiling BitCollections BitArray+Descriptions.swift
[177/427] Compiling BitCollections BitArray+Equatable.swift
[178/427] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[179/427] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[180/427] Compiling BitCollections BitArray+Extras.swift
[181/427] Compiling BitCollections BitArray+Fill.swift
[182/427] Compiling BitCollections BitArray+Hashable.swift
[183/427] Compiling BitCollections BitArray+Initializers.swift
[184/427] Compiling BitCollections BitArray+Invariants.swift
[185/427] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[186/427] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[187/427] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[202/427] Compiling Algorithms Reductions.swift
[203/427] Compiling Algorithms Rotate.swift
[204/427] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[205/427] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[206/427] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[207/427] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[208/427] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[209/427] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[210/427] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[211/427] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[212/427] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[213/427] Compiling HashTreeCollections TreeSet.swift
[236/427] Compiling BitCollections BitSet.Index.swift
[237/427] Compiling BitCollections BitSet._UnsafeHandle.swift
[238/427] Compiling BitCollections BitSet.swift
[239/427] Emitting module DequeModule
[240/427] Compiling Algorithms AdjacentPairs.swift
[241/427] Compiling Algorithms Chain.swift
[242/428] Compiling BitCollections _Word.swift
[251/437] Emitting module BitCollections
[291/437] Compiling Algorithms Chunked.swift
[292/437] Compiling Algorithms Combinations.swift
[293/437] Compiling Algorithms Compacted.swift
[294/437] Compiling Algorithms Cycle.swift
[295/437] Compiling Algorithms EitherSequence.swift
[296/437] Compiling Algorithms FirstNonNil.swift
[305/496] Compiling NIOCore ByteBuffer-multi-int.swift
[306/496] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[307/496] Compiling NIOCore ByteBuffer-views.swift
[308/499] Compiling NIOCore IOData.swift
[309/499] Compiling NIOCore IPProtocol.swift
[310/499] Compiling NIOCore IntegerBitPacking.swift
[311/499] Compiling NIOCore IntegerTypes.swift
[312/499] Compiling NIOCore Interfaces.swift
[313/499] Compiling NIOCore Linux.swift
[315/500] Compiling NIOCore Channel.swift
[316/500] Compiling NIOCore ChannelHandler.swift
[317/500] Compiling NIOCore ChannelHandlers.swift
[318/500] Compiling NIOCore AsyncChannelInboundStream.swift
[319/500] Compiling NIOCore AsyncChannelOutboundWriter.swift
[320/500] Compiling NIOCore NIOAsyncSequenceProducer.swift
[321/500] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[323/500] Compiling NIOCore ByteBuffer-hex.swift
[324/500] Compiling NIOCore ByteBuffer-int.swift
[325/500] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[326/500] Compiling NIOCore AddressedEnvelope.swift
[327/500] Compiling NIOCore AsyncAwaitSupport.swift
[328/500] Compiling NIOCore AsyncChannel.swift
[329/500] Compiling NIOCore AsyncChannelHandler.swift
[334/500] Compiling NIOCore NIOAsyncWriter.swift
[335/500] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[336/500] Emitting module _RopeModule
[346/500] Compiling NIOCore BSDSocketAPI.swift
[347/500] Compiling NIOCore ByteBuffer-aux.swift
[348/500] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[349/500] Compiling NIOCore ByteBuffer-conversions.swift
[350/500] Compiling NIOCore ByteBuffer-core.swift
[351/500] Emitting module OrderedCollections
[375/501] Emitting module HashTreeCollections
[380/501] Compiling Algorithms Trim.swift
[381/501] Compiling Algorithms Unique.swift
[382/501] Compiling Algorithms Windows.swift
[383/501] Compiling _RopeModule Rope+Join.swift
[384/501] Compiling _RopeModule Rope+MutatingForEach.swift
[385/501] Compiling _RopeModule Rope+Remove.swift
[386/501] Compiling _RopeModule Rope+RemoveSubrange.swift
[387/501] Compiling _RopeModule Rope+Split.swift
[388/501] Compiling _RopeModule Optional Utilities.swift
[389/501] Compiling _RopeModule String Utilities.swift
[390/501] Compiling _RopeModule String.Index+ABI.swift
[391/501] Compiling _RopeModule _CharacterRecognizer.swift
[392/501] Compiling NIOCore DeadChannel.swift
[393/501] Compiling NIOCore DispatchQueue+WithFuture.swift
[394/501] Compiling NIOCore EventLoop+Deprecated.swift
[395/501] Compiling NIOCore EventLoop+SerialExecutor.swift
[396/501] Compiling NIOCore EventLoop.swift
[397/501] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[398/501] Compiling NIOCore EventLoopFuture+Deprecated.swift
[399/501] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[400/501] Compiling NIOCore EventLoopFuture.swift
[401/501] Compiling NIOCore FileDescriptor.swift
[409/501] Compiling NIOCore CircularBuffer.swift
[410/501] Compiling NIOCore Codec.swift
[411/501] Compiling NIOCore ConvenienceOptionSupport.swift
[422/501] Compiling NIOCore RecvByteBufferAllocator.swift
[423/501] Compiling NIOCore GlobalSingletons.swift
[424/501] Compiling NIOCore IO.swift
[442/502] Compiling NIOCore MarkedCircularBuffer.swift
[443/502] Compiling NIOCore MulticastChannel.swift
[444/502] Compiling NIOCore NIOAny.swift
[445/502] Compiling NIOCore NIOCloseOnErrorHandler.swift
[446/502] Compiling NIOCore NIOLoopBound.swift
[447/502] Compiling NIOCore NIOScheduledCallback.swift
[448/502] Compiling NIOCore NIOSendable.swift
[452/513] Emitting module Collections
[453/513] Compiling Collections Collections.swift
[463/519] Emitting module Algorithms
[465/523] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[466/523] Compiling NIOCore SocketAddresses.swift
[467/523] Compiling NIOCore SocketOptionProvider.swift
[468/523] Compiling NIOCore SystemCallHelpers.swift
[469/523] Compiling NIOCore TimeAmount+Duration.swift
[470/523] Compiling NIOCore TypeAssistedChannelHandler.swift
[471/523] Compiling NIOCore UniversalBootstrapSupport.swift
[472/523] Compiling NIOCore Utilities.swift
[479/523] Compiling NIOCore FileHandle.swift
[480/523] Compiling NIOCore FileRegion.swift
[498/523] Compiling AsyncCollections TaskQueue.swift
[499/523] Compiling AsyncCollections Filter.swift
[500/523] Compiling AsyncCollections ForEach.swift
[501/523] Compiling AsyncCollections Map.swift
[502/523] Compiling AsyncCollections CompactMap.swift
[503/523] Compiling AsyncCollections FlatMap.swift
[504/523] Emitting module AsyncCollections
[505/523] Compiling AsyncCollections AsyncSemaphore.swift
[524/530] Compiling AsyncDataLoader DataLoaderOptions.swift
[525/530] Compiling AsyncDataLoader Channel.swift
[526/530] Emitting module AsyncDataLoader
[527/530] Compiling AsyncDataLoader DataLoaderError.swift
[528/530] Compiling AsyncDataLoader DataLoader.swift
[529/530] Compiling AsyncDataLoader State.swift
[531/531] Emitting module NIOCore
[533/583] Compiling NIOEmbedded AsyncTestingChannel.swift
[534/583] Emitting module NIOEmbedded
[535/583] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[536/583] Compiling NIOEmbedded Embedded.swift
[538/584] Compiling NIOPosix PooledRecvBufferAllocator.swift
[539/584] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[540/584] Compiling NIOPosix PosixSingletons.swift
[541/584] Compiling NIOPosix RawSocketBootstrap.swift
[542/584] Compiling NIOPosix Resolver.swift
[543/584] Compiling NIOPosix Selectable.swift
[544/584] Compiling NIOPosix SelectableChannel.swift
[545/584] Compiling NIOPosix SelectableEventLoop.swift
[546/584] Compiling NIOPosix SelectorEpoll.swift
[547/584] Compiling NIOPosix SelectorGeneric.swift
[548/584] Compiling NIOPosix SelectorKqueue.swift
[549/584] Compiling NIOPosix SelectorUring.swift
[550/590] Compiling NIOPosix ServerSocket.swift
[551/590] Compiling NIOPosix Socket.swift
[552/590] Compiling NIOPosix SocketChannel.swift
[553/590] Compiling NIOPosix SocketProtocols.swift
[554/590] Compiling NIOPosix System.swift
[555/590] Compiling NIOPosix Thread.swift
[556/590] Compiling NIOPosix ThreadPosix.swift
[557/590] Compiling NIOPosix ThreadWindows.swift
[558/590] Compiling NIOPosix UnsafeTransfer.swift
[559/590] Compiling NIOPosix Utilities.swift
[560/590] Compiling NIOPosix VsockAddress.swift
[561/590] Compiling NIOPosix VsockChannelEvents.swift
[562/590] Compiling NIOPosix Bootstrap.swift
[563/590] Compiling NIOPosix ControlMessage.swift
[564/590] Compiling NIOPosix DatagramVectorReadManager.swift
[565/590] Compiling NIOPosix Errors+Any.swift
[566/590] Compiling NIOPosix FileDescriptor.swift
[567/590] Compiling NIOPosix GetaddrinfoResolver.swift
[568/590] Compiling NIOPosix HappyEyeballs.swift
[569/590] Emitting module NIOPosix
[570/590] Compiling NIOPosix IO.swift
[571/590] Compiling NIOPosix IntegerBitPacking.swift
[572/590] Compiling NIOPosix IntegerTypes.swift
[573/590] Compiling NIOPosix Linux.swift
[574/590] Compiling NIOPosix LinuxCPUSet.swift
[575/590] Compiling NIOPosix LinuxUring.swift
[576/590] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[577/590] Compiling NIOPosix BSDSocketAPICommon.swift
[578/590] Compiling NIOPosix BSDSocketAPIPosix.swift
[579/590] Compiling NIOPosix BSDSocketAPIWindows.swift
[580/590] Compiling NIOPosix BaseSocket.swift
[581/590] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[582/590] Compiling NIOPosix BaseSocketChannel.swift
[583/590] Compiling NIOPosix BaseStreamSocketChannel.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/593] Emitting module NIO
[593/593] Compiling NIO Exports.swift
[595/598] Compiling DataLoader DataLoaderError.swift
[596/598] Compiling DataLoader DataLoaderOptions.swift
[597/598] Emitting module DataLoader
[598/598] 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 NIOConcurrencyHelpers
  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! (84.62s)
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",
      "sources" : [
        "DataLoaderAbuseTests.swift",
        "DataLoaderAsyncTests.swift",
        "DataLoaderTests.swift"
      ],
      "target_dependencies" : [
        "DataLoader"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DataLoader",
      "module_type" : "SwiftTarget",
      "name" : "DataLoader",
      "path" : "Sources/DataLoader",
      "product_dependencies" : [
        "NIO",
        "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/Channel.swift",
        "Channel/State.swift",
        "DataLoader.swift",
        "DataLoaderError.swift",
        "DataLoaderOptions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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.