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 2.3.0 (52b1f3), with Swift 6.1 for Android on 29 May 2025 21:21:36 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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:         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",
      "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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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
Fetched https://github.com/adam-fowler/async-collections from cache (0.68s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.69s)
[1/76108] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.00s)
Computing version for https://github.com/adam-fowler/async-collections
Computed https://github.com/adam-fowler/async-collections at 0.1.0 (6.63s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
[1711/18301] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (2.10s)
Fetched https://github.com/apple/swift-collections.git from cache (2.13s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.30s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.62s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.48s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.86s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.84s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.99s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.53s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.09s)
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/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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Building for debugging...
[0/32] Write sources
[19/32] Compiling CNIOWindows shim.c
[20/32] Compiling CNIOWindows WSAStartup.c
[21/32] Compiling CNIOWASI CNIOWASI.c
[21/32] Compiling _AtomicsShims.c
[23/32] Write sources
[25/32] Compiling CNIOLinux liburing_shims.c
[26/32] Compiling CNIODarwin shim.c
[27/32] Compiling CNIOLinux shim.c
[28/32] Compiling _NumericsShims _NumericsShims.c
[28/32] Write swift-version-24593BA9C3E375BF.txt
[31/81] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[32/82] Compiling RealModule AugmentedArithmetic.swift
[33/82] Compiling RealModule Double+Real.swift
[34/82] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[34/82] Compiling c-nioatomics.c
[37/82] Compiling Atomics AtomicInteger.swift
[38/82] Compiling Atomics AtomicOptionalWrappable.swift
[39/84] Compiling Atomics OptionalRawRepresentable.swift
[40/84] Compiling Atomics RawRepresentable.swift
[41/84] Compiling Atomics AtomicStorage.swift
[42/84] Compiling Atomics AtomicValue.swift
[43/84] Compiling Atomics UnsafeAtomic.swift
[44/84] Compiling Atomics UnsafeAtomicLazyReference.swift
[45/84] Emitting module RealModule
[46/85] Compiling RealModule RealFunctions.swift
[47/85] Compiling _NIOBase64 Base64.swift
[48/85] Emitting module _NIOBase64
[49/85] Compiling _NIODataStructures _TinyArray.swift
[50/85] Compiling _NIODataStructures PriorityQueue.swift
[53/86] Compiling Atomics AtomicBool.swift
[54/86] Compiling Atomics AtomicReference.swift
[55/86] Compiling Atomics ManagedAtomic.swift
[56/86] Compiling Atomics ManagedAtomicLazyReference.swift
[57/86] Compiling Atomics AtomicMemoryOrderings.swift
[58/86] Compiling Atomics DoubleWord.swift
[59/86] Emitting module InternalCollectionsUtilities
[60/86] Compiling RealModule Float80+Real.swift
[61/86] Compiling RealModule Real.swift
[62/86] Compiling RealModule AlgebraicField.swift
[63/86] Compiling RealModule ApproximateEquality.swift
[67/87] Compiling RealModule Float16+Real.swift
[68/87] Emitting module Atomics
[72/87] Compiling RealModule Float+Real.swift
[73/87] Compiling RealModule ElementaryFunctions.swift
[81/88] Compiling _NIODataStructures Heap.swift
[82/88] Emitting module _NIODataStructures
[84/89] Compiling Atomics IntegerOperations.swift
[85/89] Compiling Atomics Unmanaged extensions.swift
[89/90] Compiling c-atomics.c
[91/343] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[92/395] Compiling HeapModule Heap+Descriptions.swift
[93/395] Compiling HashTreeCollections _HashNode+Storage.swift
[94/395] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[95/397] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[96/397] Compiling HeapModule _HeapNode.swift
[97/397] Compiling HashTreeCollections _Bitmap.swift
[98/397] Compiling HashTreeCollections _Bucket.swift
[99/397] Compiling HeapModule Heap.swift
[100/397] Compiling HeapModule Heap+Invariants.swift
[101/397] Compiling HeapModule Heap+UnsafeHandle.swift
[102/397] Emitting module HeapModule
[103/398] Compiling HashTreeCollections _HashNode+Structural filter.swift
[104/398] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[106/398] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[107/398] Compiling HashTreeCollections TreeSet+Extras.swift
[108/398] Compiling HashTreeCollections TreeSet+Filter.swift
[109/398] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[110/398] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[111/398] Compiling HashTreeCollections _HashNode+Structural union.swift
[112/398] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[113/405] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[114/405] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[115/405] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[116/405] Compiling HashTreeCollections _HashNode.swift
[117/405] Compiling HashTreeCollections _HashNodeHeader.swift
[118/405] Compiling HashTreeCollections _HashSlot.swift
[119/405] Compiling HashTreeCollections _HashStack.swift
[120/405] Compiling DequeModule _DequeSlot.swift
[121/405] Compiling DequeModule _UnsafeWrappedBuffer.swift
[122/405] Compiling NIOConcurrencyHelpers lock.swift
[123/405] Emitting module NIOConcurrencyHelpers
[124/405] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[125/405] Compiling NIOConcurrencyHelpers NIOLock.swift
[126/405] Compiling NIOConcurrencyHelpers atomics.swift
[127/406] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[128/406] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[129/406] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[130/406] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[131/406] Compiling HashTreeCollections _HashNode+Structural merge.swift
[132/406] Compiling HashTreeCollections _AncestorHashSlots.swift
[133/406] Emitting module BitCollections
[143/413] Compiling HashTreeCollections TreeDictionary+Filter.swift
[144/413] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[145/413] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[146/413] Compiling HashTreeCollections TreeDictionary+Keys.swift
[147/413] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[148/413] Compiling HashTreeCollections TreeDictionary+Merge.swift
[149/413] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[150/413] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[151/413] Compiling HashTreeCollections _HashNode+Builder.swift
[152/413] Compiling HashTreeCollections _HashNode+Debugging.swift
[153/413] Compiling HashTreeCollections _HashNode+Initializers.swift
[154/413] Compiling HashTreeCollections _HashNode+Invariants.swift
[155/413] Compiling HashTreeCollections _HashNode+Lookups.swift
[156/413] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[157/413] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[158/413] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[159/413] Compiling HashTreeCollections TreeDictionary+Values.swift
[160/413] Compiling HashTreeCollections TreeDictionary.swift
[161/413] Compiling HashTreeCollections TreeSet+Codable.swift
[162/413] Compiling HashTreeCollections TreeSet+Collection.swift
[163/413] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[164/413] Compiling HashTreeCollections TreeSet+Debugging.swift
[165/413] Compiling HashTreeCollections TreeSet+Descriptions.swift
[166/413] Compiling HashTreeCollections TreeSet+Equatable.swift
[167/413] Compiling HashTreeCollections TreeSet+Hashable.swift
[168/413] Compiling HashTreeCollections TreeSet+Sendable.swift
[169/413] Compiling HashTreeCollections TreeSet+Sequence.swift
[170/413] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[171/413] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[172/413] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[173/413] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[174/413] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[175/413] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[176/413] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[219/423] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[220/423] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[234/426] Emitting module DequeModule
[239/427] Compiling Algorithms Trim.swift
[240/427] Compiling Algorithms Unique.swift
[241/427] Compiling Algorithms Windows.swift
[281/436] Compiling BitCollections BitSet.Index.swift
[282/436] Compiling BitCollections BitSet._UnsafeHandle.swift
[283/436] Compiling BitCollections BitSet.swift
[284/436] Compiling BitCollections Range+Utilities.swift
[285/436] Compiling BitCollections Slice+Utilities.swift
[286/436] Compiling BitCollections UInt+Tricks.swift
[287/436] Compiling BitCollections _Word.swift
[288/436] Compiling OrderedCollections OrderedSet.swift
[289/436] Compiling OrderedCollections _UnsafeBitset.swift
[290/436] Compiling HashTreeCollections TreeDictionary+Collection.swift
[291/436] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[292/436] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[293/436] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[302/478] Compiling _RopeModule _CharacterRecognizer.swift
[303/478] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[304/478] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[305/478] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[306/478] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[307/478] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[308/478] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[309/478] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[310/478] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[311/478] Compiling HashTreeCollections TreeSet.swift
[312/496] Compiling NIOCore CircularBuffer.swift
[313/496] Compiling NIOCore Codec.swift
[314/496] Compiling NIOCore ConvenienceOptionSupport.swift
[315/496] Compiling NIOCore DeadChannel.swift
[316/496] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[317/496] Compiling NIOCore EventLoopFuture+Deprecated.swift
[318/496] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[319/496] Compiling NIOCore EventLoopFuture.swift
[320/496] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[321/496] Compiling NIOCore ByteBuffer-multi-int.swift
[322/496] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[323/496] Compiling NIOCore NIOAny.swift
[324/496] Compiling NIOCore NIOCloseOnErrorHandler.swift
[325/496] Compiling NIOCore NIOLoopBound.swift
[326/496] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[327/496] Compiling NIOCore NIOScheduledCallback.swift
[328/496] Compiling NIOCore NIOSendable.swift
[329/496] Compiling NIOCore RecvByteBufferAllocator.swift
[352/497] Compiling NIOCore DispatchQueue+WithFuture.swift
[353/497] Compiling NIOCore EventLoop+Deprecated.swift
[354/497] Compiling NIOCore EventLoop+SerialExecutor.swift
[355/497] Compiling NIOCore EventLoop.swift
[360/497] Compiling NIOCore FileDescriptor.swift
[361/497] Compiling NIOCore FileHandle.swift
[362/497] Compiling NIOCore FileRegion.swift
[363/497] Compiling NIOCore GlobalSingletons.swift
[364/497] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[365/497] Compiling NIOCore BSDSocketAPI.swift
[366/497] Compiling NIOCore ByteBuffer-aux.swift
[367/497] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[369/497] Compiling NIOCore IO.swift
[370/497] Compiling NIOCore IOData.swift
[371/497] Compiling NIOCore IPProtocol.swift
[372/497] Compiling NIOCore IntegerBitPacking.swift
[373/497] Compiling NIOCore IntegerTypes.swift
[374/497] Compiling NIOCore Interfaces.swift
[375/497] Compiling NIOCore Linux.swift
[376/497] Compiling NIOCore MarkedCircularBuffer.swift
[377/497] Compiling NIOCore MulticastChannel.swift
[389/497] Compiling NIOCore ByteBuffer-conversions.swift
[390/497] Compiling NIOCore ByteBuffer-core.swift
[406/497] Emitting module OrderedCollections
[408/498] Compiling NIOCore ChannelHandlers.swift
[409/498] Compiling NIOCore ChannelInvoker.swift
[410/498] Compiling NIOCore ChannelOption.swift
[411/498] Compiling NIOCore ChannelPipeline.swift
[412/498] Compiling NIOCore AddressedEnvelope.swift
[413/498] Compiling NIOCore AsyncAwaitSupport.swift
[414/498] Compiling NIOCore AsyncChannel.swift
[415/498] Compiling NIOCore AsyncChannelHandler.swift
[416/498] Compiling NIOCore AsyncChannelInboundStream.swift
[417/498] Compiling NIOCore AsyncChannelOutboundWriter.swift
[418/498] Compiling NIOCore NIOAsyncSequenceProducer.swift
[419/498] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[420/498] Compiling NIOCore NIOAsyncWriter.swift
[427/498] Emitting module _RopeModule
[428/498] Compiling _RopeModule Rope+Join.swift
[429/498] Compiling _RopeModule Rope+MutatingForEach.swift
[430/498] Compiling _RopeModule Rope+Remove.swift
[431/498] Compiling _RopeModule Rope+RemoveSubrange.swift
[432/498] Compiling _RopeModule Rope+Split.swift
[433/498] Compiling _RopeModule Optional Utilities.swift
[434/498] Compiling _RopeModule String Utilities.swift
[435/498] Compiling _RopeModule String.Index+ABI.swift
[438/499] Emitting module Algorithms
[440/500] Emitting module HashTreeCollections
[450/511] Emitting module Collections
[451/511] Compiling Collections Collections.swift
[461/520] Compiling AsyncCollections ForEach.swift
[462/520] Compiling AsyncCollections TaskQueue.swift
[463/520] Compiling AsyncCollections Map.swift
[464/520] Compiling AsyncCollections Filter.swift
[465/520] Compiling AsyncCollections FlatMap.swift
[466/520] Compiling AsyncCollections CompactMap.swift
[467/520] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[468/520] Compiling NIOCore SocketAddresses.swift
[469/520] Compiling NIOCore SocketOptionProvider.swift
[470/520] Compiling NIOCore SystemCallHelpers.swift
[471/520] Compiling NIOCore TimeAmount+Duration.swift
[472/520] Compiling NIOCore TypeAssistedChannelHandler.swift
[473/520] Compiling NIOCore UniversalBootstrapSupport.swift
[474/520] Compiling NIOCore Utilities.swift
[475/520] Compiling AsyncCollections AsyncSemaphore.swift
[476/520] Emitting module AsyncCollections
[478/527] Compiling AsyncDataLoader DataLoaderError.swift
[479/527] Compiling AsyncDataLoader DataLoaderOptions.swift
[480/527] Emitting module AsyncDataLoader
[481/527] Compiling AsyncDataLoader Channel.swift
[482/527] Compiling AsyncDataLoader State.swift
[483/527] Compiling AsyncDataLoader DataLoader.swift
[516/528] Compiling NIOCore ByteBuffer-hex.swift
[517/528] Compiling NIOCore ByteBuffer-int.swift
[521/528] Compiling NIOCore ByteBuffer-views.swift
[522/528] Compiling NIOCore Channel.swift
[523/528] Compiling NIOCore ChannelHandler.swift
[528/528] Emitting module NIOCore
[530/579] Emitting module NIOEmbedded
[531/579] Compiling NIOEmbedded AsyncTestingChannel.swift
[532/579] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[533/579] Compiling NIOEmbedded Embedded.swift
[535/580] Compiling NIOPosix ServerSocket.swift
[536/580] Compiling NIOPosix Socket.swift
[537/580] Compiling NIOPosix SocketChannel.swift
[538/580] Compiling NIOPosix SocketProtocols.swift
[539/580] Compiling NIOPosix System.swift
[540/580] Compiling NIOPosix Thread.swift
[541/580] Compiling NIOPosix SelectableChannel.swift
[542/580] Compiling NIOPosix SelectableEventLoop.swift
[543/580] Compiling NIOPosix SelectorEpoll.swift
[544/580] Compiling NIOPosix SelectorGeneric.swift
[545/580] Compiling NIOPosix SelectorKqueue.swift
[546/580] Compiling NIOPosix SelectorUring.swift
[547/586] Compiling NIOPosix ThreadPosix.swift
[548/586] Compiling NIOPosix ThreadWindows.swift
[549/586] Compiling NIOPosix UnsafeTransfer.swift
[550/586] Compiling NIOPosix Utilities.swift
[551/586] Compiling NIOPosix VsockAddress.swift
[552/586] Compiling NIOPosix VsockChannelEvents.swift
[553/586] Compiling NIOPosix Pool.swift
[554/586] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[555/586] Compiling NIOPosix PosixSingletons.swift
[556/586] Compiling NIOPosix RawSocketBootstrap.swift
[557/586] Compiling NIOPosix Resolver.swift
[558/586] Compiling NIOPosix Selectable.swift
[559/586] Compiling NIOPosix NIOThreadPool.swift
[560/586] Compiling NIOPosix NonBlockingFileIO.swift
[561/586] Compiling NIOPosix PendingDatagramWritesManager.swift
[562/586] Compiling NIOPosix PendingWritesManager.swift
[563/586] Compiling NIOPosix PipeChannel.swift
[564/586] Compiling NIOPosix PipePair.swift
[565/586] Compiling NIOPosix IO.swift
[566/586] Compiling NIOPosix IntegerBitPacking.swift
[567/586] Compiling NIOPosix IntegerTypes.swift
[568/586] Compiling NIOPosix Linux.swift
[569/586] Compiling NIOPosix LinuxCPUSet.swift
[570/586] Compiling NIOPosix LinuxUring.swift
[571/586] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[572/586] Compiling NIOPosix BSDSocketAPICommon.swift
[573/586] Compiling NIOPosix BSDSocketAPIPosix.swift
[574/586] Compiling NIOPosix BSDSocketAPIWindows.swift
[575/586] Compiling NIOPosix BaseSocket.swift
[576/586] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[577/586] Compiling NIOPosix BaseSocketChannel.swift
[578/586] Compiling NIOPosix BaseStreamSocketChannel.swift
[579/586] Emitting module NIOPosix
[580/586] Compiling NIOPosix Bootstrap.swift
[581/586] Compiling NIOPosix ControlMessage.swift
[582/586] Compiling NIOPosix DatagramVectorReadManager.swift
[583/586] Compiling NIOPosix Errors+Any.swift
[584/586] Compiling NIOPosix FileDescriptor.swift
[585/586] Compiling NIOPosix GetaddrinfoResolver.swift
[586/586] Compiling NIOPosix HappyEyeballs.swift
[588/589] Compiling NIO Exports.swift
[589/589] Emitting module NIO
[591/594] Compiling DataLoader DataLoaderError.swift
[592/594] Compiling DataLoader DataLoaderOptions.swift
[593/594] Emitting module DataLoader
[594/594] 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! (131.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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.