The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of DataLoader, reference main (3945e9), with Swift 6.1 for Android on 21 Jun 2025 20:21:00 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GraphQLSwift/DataLoader.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3945e9c Merge pull request #25 from NeedleInAJayStack/docs/spi
Cloned https://github.com/GraphQLSwift/DataLoader.git
Revision (git rev-parse @):
3945e9c9262c3792a0a4c952761f4e0de70df563
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/GraphQLSwift/DataLoader.git at main
========================================
Build
========================================
Selected platform:         android
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/Channel.swift",
        "Channel/State.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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/adam-fowler/async-collections
Fetching https://github.com/apple/swift-algorithms.git
[1/289] Fetching async-collections
[290/6248] Fetching async-collections, swift-algorithms
[6249/82587] Fetching async-collections, swift-algorithms, swift-nio
Fetched https://github.com/adam-fowler/async-collections from cache (4.01s)
Fetched https://github.com/apple/swift-algorithms.git from cache (4.02s)
Fetched https://github.com/apple/swift-nio.git from cache (4.11s)
Computing version for https://github.com/adam-fowler/async-collections
Computed https://github.com/adam-fowler/async-collections at 0.1.0 (4.61s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1797] Fetching swift-atomics
[1763/18437] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.40s)
Fetched https://github.com/apple/swift-collections.git from cache (1.43s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.24s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.45s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.16s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.99s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.71s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.88s)
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.43s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.07s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Building for debugging...
[0/29] Write sources
[15/29] Compiling CNIOWASI CNIOWASI.c
[15/29] Compiling _NumericsShims _NumericsShims.c
[17/29] Compiling _AtomicsShims.c
[18/29] Compiling CNIOLinux liburing_shims.c
[19/29] Compiling CNIOWindows shim.c
[19/29] Compiling CNIOWindows WSAStartup.c
[19/29] Write sources
[21/29] Compiling CNIODarwin shim.c
[24/29] Write sources
[25/29] Compiling CNIOLinux shim.c
[26/29] Write swift-version-24593BA9C3E375BF.txt
[28/77] Emitting module RealModule
[29/78] Compiling RealModule RealFunctions.swift
[30/78] Emitting module Atomics
[31/80] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[32/80] Compiling InternalCollectionsUtilities Descriptions.swift
[33/80] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[34/81] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[35/81] Compiling InternalCollectionsUtilities UInt+reversed.swift
[36/81] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[37/81] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[38/81] Compiling InternalCollectionsUtilities Debugging.swift
[40/81] Compiling Atomics ManagedAtomicLazyReference.swift
[41/81] Compiling Atomics UnsafeAtomic.swift
[42/81] Compiling Atomics UnsafeAtomicLazyReference.swift
[43/81] Emitting module _NIOBase64
[44/81] Compiling _NIOBase64 Base64.swift
[45/81] Compiling InternalCollectionsUtilities _SortedCollection.swift
[47/81] Compiling Atomics AtomicMemoryOrderings.swift
[48/81] Compiling Atomics DoubleWord.swift
[49/81] Compiling RealModule Float80+Real.swift
[50/81] Compiling RealModule Real.swift
[51/81] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[53/81] Compiling RealModule Float16+Real.swift
[54/81] Compiling _NIODataStructures PriorityQueue.swift
[55/81] Compiling _NIODataStructures _TinyArray.swift
[58/82] Emitting module InternalCollectionsUtilities
[59/82] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[60/82] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[62/82] Compiling InternalCollectionsUtilities Integer rank.swift
[65/82] Compiling RealModule ElementaryFunctions.swift
[68/82] Compiling RealModule Float+Real.swift
[69/83] Emitting module _NIODataStructures
[70/83] Compiling _NIODataStructures Heap.swift
[80/84] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[81/85] Compiling Atomics IntegerOperations.swift
[82/85] Compiling Atomics Unmanaged extensions.swift
[85/332] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[86/332] Compiling HeapModule Heap+Descriptions.swift
[87/332] Compiling HashTreeCollections _Bucket.swift
[88/332] Compiling HashTreeCollections _Hash.swift
[89/334] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[90/334] Compiling HashTreeCollections _HashNode+Structural union.swift
[91/334] Compiling HeapModule _HeapNode.swift
[92/334] Compiling HeapModule Heap.swift
[93/334] Compiling HeapModule Heap+Invariants.swift
[94/334] Compiling HeapModule Heap+UnsafeHandle.swift
[95/334] Emitting module HeapModule
[96/335] Compiling HashTreeCollections _HashLevel.swift
[97/335] Compiling HashTreeCollections _HashNode+Builder.swift
[99/335] Compiling HashTreeCollections TreeSet+Hashable.swift
[100/335] Compiling HashTreeCollections TreeSet+Sendable.swift
[101/335] Compiling HashTreeCollections TreeSet+Sequence.swift
[102/335] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[103/335] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[104/335] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[105/335] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[106/335] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[107/335] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[108/335] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[109/345] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[110/345] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[111/345] Compiling HashTreeCollections TreeDictionary+Keys.swift
[112/345] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[113/345] Compiling HashTreeCollections TreeDictionary+Merge.swift
[114/345] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[115/345] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[116/345] Compiling DequeModule _DequeSlot.swift
[117/345] Compiling DequeModule _UnsafeWrappedBuffer.swift
[118/345] Compiling HashTreeCollections TreeDictionary+Collection.swift
[119/345] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[120/345] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[121/345] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[122/345] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[123/345] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[124/345] Compiling HashTreeCollections TreeDictionary+Filter.swift
[124/352] Compiling c-nioatomics.c
[126/381] Compiling BitCollections BitArray+BitwiseOperations.swift
[127/381] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[128/381] Compiling BitCollections BitArray+Invariants.swift
[129/381] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[130/381] Compiling BitCollections BitArray+Codable.swift
[131/381] Compiling BitCollections BitArray+Collection.swift
[132/389] Compiling BitCollections BitArray+Hashable.swift
[133/389] Compiling BitCollections BitArray+Initializers.swift
[136/408] Compiling BitCollections BitArray.swift
[137/408] Compiling BitCollections BitSet+BidirectionalCollection.swift
[138/408] Compiling BitCollections BitSet+Codable.swift
[139/408] Compiling BitCollections BitArray+Shifts.swift
[140/408] Compiling BitCollections BitArray+Testing.swift
[141/408] Compiling BitCollections BitArray._UnsafeHandle.swift
[142/408] Compiling OrderedCollections OrderedSet+SubSequence.swift
[143/408] Compiling OrderedCollections OrderedSet+Testing.swift
[144/408] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[145/408] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[146/408] Compiling OrderedCollections OrderedSet.swift
[147/408] Compiling OrderedCollections _UnsafeBitset.swift
[148/408] Compiling HashTreeCollections TreeSet+Equatable.swift
[149/408] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[150/408] Compiling HashTreeCollections TreeSet+Extras.swift
[151/408] Compiling HashTreeCollections TreeSet+Filter.swift
[152/408] Compiling BitCollections BitArray+RandomBits.swift
[153/408] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[160/408] Compiling BitCollections BitSet+CustomReflectable.swift
[161/408] Compiling BitCollections BitSet+CustomStringConvertible.swift
[162/408] Compiling BitCollections BitSet+Equatable.swift
[163/408] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[164/408] Compiling BitCollections BitSet+Extras.swift
[165/408] Compiling BitCollections BitSet+Hashable.swift
[166/408] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[167/408] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[168/408] Compiling Algorithms Trim.swift
[169/408] Compiling Algorithms Unique.swift
[170/408] Compiling Algorithms Windows.swift
[171/408] Compiling BitCollections BitSet+SetAlgebra basics.swift
[172/408] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[173/408] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[174/408] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[175/408] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[180/408] Compiling BitCollections BitArray+Copy.swift
[181/408] Compiling BitCollections BitArray+CustomReflectable.swift
[182/408] Compiling BitCollections BitArray+Descriptions.swift
[183/408] Compiling BitCollections BitArray+Equatable.swift
[184/408] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[185/408] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[186/408] Compiling BitCollections BitSet.Counted.swift
[187/408] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[188/408] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[189/408] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[190/408] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[191/408] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[192/408] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[193/408] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[196/408] Compiling OrderedCollections OrderedSet+Sendable.swift
[200/408] Emitting module DequeModule
[201/409] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[202/409] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[203/409] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[204/409] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[205/409] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[206/409] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[207/409] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[208/409] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[209/409] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[210/409] Compiling HashTreeCollections TreeSet.swift
[219/409] Emitting module BitCollections
[225/416] Compiling BitCollections BitArray+Extras.swift
[226/416] Compiling BitCollections BitArray+Fill.swift
[231/416] Compiling BitCollections _Word.swift
[247/425] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[248/425] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[249/425] Compiling BitCollections BitSet+SetAlgebra union.swift
[250/425] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[279/425] Compiling BitCollections BitSet.swift
[280/425] Compiling BitCollections Range+Utilities.swift
[281/425] Compiling BitCollections Slice+Utilities.swift
[282/425] Compiling BitCollections UInt+Tricks.swift
[285/425] Compiling c-atomics.c
[309/431] Emitting module OrderedCollections
[327/432] Compiling NIOConcurrencyHelpers NIOLock.swift
[328/432] Compiling BitCollections BitSet.Index.swift
[329/432] Compiling BitCollections BitSet._UnsafeHandle.swift
[335/433] Compiling NIOConcurrencyHelpers lock.swift
[370/433] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[371/433] Emitting module _RopeModule
[372/433] Emitting module NIOConcurrencyHelpers
[373/433] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[374/433] Compiling NIOConcurrencyHelpers atomics.swift
[376/434] Emitting module Algorithms
[378/495] Emitting module HashTreeCollections
[379/496] Compiling _RopeModule Rope+Join.swift
[380/496] Compiling _RopeModule Rope+MutatingForEach.swift
[381/496] Compiling _RopeModule Rope+Remove.swift
[382/496] Compiling _RopeModule Rope+RemoveSubrange.swift
[383/496] Compiling _RopeModule Rope+Split.swift
[384/496] Compiling _RopeModule Optional Utilities.swift
[385/496] Compiling _RopeModule String Utilities.swift
[386/496] Compiling _RopeModule String.Index+ABI.swift
[387/496] Compiling _RopeModule _CharacterRecognizer.swift
[389/496] Compiling NIOCore ByteBuffer-aux.swift
[390/496] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[391/496] Compiling NIOCore ByteBuffer-conversions.swift
[392/496] Compiling NIOCore ByteBuffer-core.swift
[393/496] Compiling NIOCore ByteBuffer-hex.swift
[394/496] Compiling NIOCore ByteBuffer-int.swift
[395/496] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[396/496] Compiling NIOCore AddressedEnvelope.swift
[397/496] Compiling NIOCore AsyncAwaitSupport.swift
[398/496] Compiling NIOCore AsyncChannel.swift
[399/496] Compiling NIOCore Linux.swift
[400/496] Compiling NIOCore MarkedCircularBuffer.swift
[401/496] Compiling NIOCore MulticastChannel.swift
[402/496] Compiling NIOCore NIOAny.swift
[403/496] Compiling NIOCore NIOCloseOnErrorHandler.swift
[404/496] Compiling NIOCore NIOLoopBound.swift
[405/496] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[406/496] Compiling NIOCore NIOScheduledCallback.swift
[407/496] Compiling NIOCore NIOSendable.swift
[408/496] Compiling NIOCore Codec.swift
[409/496] Compiling NIOCore ConvenienceOptionSupport.swift
[410/496] Compiling NIOCore DeadChannel.swift
[411/496] Compiling NIOCore DispatchQueue+WithFuture.swift
[412/496] Compiling NIOCore EventLoop+Deprecated.swift
[413/496] Compiling NIOCore EventLoop+SerialExecutor.swift
[414/496] Compiling NIOCore EventLoop.swift
[415/496] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[416/496] Compiling NIOCore BSDSocketAPI.swift
[417/496] Compiling NIOCore FileDescriptor.swift
[418/496] Compiling NIOCore FileHandle.swift
[419/496] Compiling NIOCore FileRegion.swift
[420/496] Compiling NIOCore GlobalSingletons.swift
[421/496] Compiling NIOCore IO.swift
[422/496] Compiling NIOCore IOData.swift
[423/496] Compiling NIOCore IPProtocol.swift
[424/496] Compiling NIOCore IntegerBitPacking.swift
[425/496] Compiling NIOCore IntegerTypes.swift
[426/496] Compiling NIOCore Interfaces.swift
[427/496] Compiling NIOCore AsyncChannelHandler.swift
[428/496] Compiling NIOCore AsyncChannelInboundStream.swift
[429/496] Compiling NIOCore AsyncChannelOutboundWriter.swift
[430/496] Compiling NIOCore NIOAsyncSequenceProducer.swift
[431/496] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[432/496] Compiling NIOCore NIOAsyncWriter.swift
[433/496] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[434/496] Compiling NIOCore EventLoopFuture+Deprecated.swift
[435/496] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[436/496] Compiling NIOCore EventLoopFuture.swift
[438/499] Emitting module Collections
[439/499] Compiling Collections Collections.swift
[456/508] Compiling NIOCore RecvByteBufferAllocator.swift
[457/516] Compiling AsyncCollections TaskQueue.swift
[458/516] Compiling AsyncCollections CompactMap.swift
[459/516] Compiling AsyncCollections FlatMap.swift
[460/516] Compiling AsyncCollections Filter.swift
[461/516] Compiling AsyncCollections Map.swift
[462/516] Compiling AsyncCollections ForEach.swift
[471/516] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[472/516] Compiling NIOCore SocketAddresses.swift
[473/516] Compiling NIOCore SocketOptionProvider.swift
[474/516] Compiling NIOCore SystemCallHelpers.swift
[475/516] Compiling NIOCore TimeAmount+Duration.swift
[476/516] Compiling NIOCore TypeAssistedChannelHandler.swift
[477/516] Compiling NIOCore UniversalBootstrapSupport.swift
[478/516] Compiling NIOCore Utilities.swift
[479/516] Compiling NIOCore CircularBuffer.swift
[496/516] Emitting module AsyncCollections
[497/516] Compiling AsyncCollections AsyncSemaphore.swift
[499/523] Compiling AsyncDataLoader DataLoaderError.swift
[500/523] Compiling AsyncDataLoader DataLoaderOptions.swift
[501/523] Emitting module AsyncDataLoader
[502/523] Compiling AsyncDataLoader Channel.swift
[503/523] Compiling AsyncDataLoader DataLoader.swift
[504/523] Compiling AsyncDataLoader State.swift
[506/524] Emitting module NIOCore
[507/524] Compiling NIOCore ByteBuffer-multi-int.swift
[508/524] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[509/524] Compiling NIOCore ByteBuffer-views.swift
[510/524] Compiling NIOCore Channel.swift
[511/524] Compiling NIOCore ChannelHandler.swift
[512/524] Compiling NIOCore ChannelHandlers.swift
[513/524] Compiling NIOCore ChannelInvoker.swift
[514/524] Compiling NIOCore ChannelOption.swift
[515/524] Compiling NIOCore ChannelPipeline.swift
[526/529] Compiling DataLoader DataLoaderError.swift
[527/529] Compiling DataLoader DataLoaderOptions.swift
[528/529] 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 |     }
[529/529] Emitting module DataLoader
Build complete! (121.45s)
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/Channel.swift",
        "Channel/State.swift",
        "DataLoader.swift",
        "DataLoaderError.swift",
        "DataLoaderOptions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.