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 (15ff32), with Swift 6.1 for macOS (SPM) on 11 Sep 2025 11:11:13 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GraphQLSwift/DataLoader.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/GraphQLSwift/DataLoader
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 15ff327 Merge pull request #27 from bjschoenfeld/refactor/simplify-channel
Cloned https://github.com/GraphQLSwift/DataLoader.git
Revision (git rev-parse @):
15ff3272acac747a127e578c8f23b727e1f4fb89
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/GraphQLSwift/DataLoader.git at main
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/adam-fowler/async-collections
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-numerics.git from cache
Fetching https://github.com/apple/swift-system.git from cache
[1/289] Fetching async-collections
Fetched https://github.com/adam-fowler/async-collections from cache (0.79s)
Fetched https://github.com/apple/swift-collections.git from cache (1.22s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.91s)
Fetched https://github.com/apple/swift-numerics.git from cache (1.92s)
Fetched https://github.com/apple/swift-system.git from cache (1.92s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.96s)
Fetched https://github.com/apple/swift-nio.git from cache (1.97s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (5.43s)
Computing version for https://github.com/adam-fowler/async-collections
Computed https://github.com/adam-fowler/async-collections at 0.1.0 (0.52s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (0.63s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.76s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.53s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.59s)
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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.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.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.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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "dataloader",
      "name": "DataLoader",
      "url": "https://github.com/GraphQLSwift/DataLoader.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DataLoader",
      "dependencies": [
        {
          "identity": "swift-algorithms",
          "name": "swift-algorithms",
          "url": "https://github.com/apple/swift-algorithms.git",
          "version": "1.2.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-algorithms",
          "dependencies": [
            {
              "identity": "swift-numerics",
              "name": "swift-numerics",
              "url": "https://github.com/apple/swift-numerics.git",
              "version": "1.1.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "async-collections",
          "name": "async-collections",
          "url": "https://github.com/adam-fowler/async-collections",
          "version": "0.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/async-collections",
          "dependencies": [
            {
              "identity": "swift-collections",
              "name": "swift-collections",
              "url": "https://github.com/apple/swift-collections.git",
              "version": "1.2.1",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
              "dependencies": [
              ]
            },
            {
              "identity": "swift-atomics",
              "name": "swift-atomics",
              "url": "https://github.com/apple/swift-atomics.git",
              "version": "1.3.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-atomics",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "swift-nio",
          "name": "swift-nio",
          "url": "https://github.com/apple/swift-nio.git",
          "version": "2.86.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-nio",
          "dependencies": [
            {
              "identity": "swift-atomics",
              "name": "swift-atomics",
              "url": "https://github.com/apple/swift-atomics.git",
              "version": "1.3.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-atomics",
              "dependencies": [
              ]
            },
            {
              "identity": "swift-collections",
              "name": "swift-collections",
              "url": "https://github.com/apple/swift-collections.git",
              "version": "1.2.1",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
              "dependencies": [
              ]
            },
            {
              "identity": "swift-system",
              "name": "swift-system",
              "url": "https://github.com/apple/swift-system.git",
              "version": "1.6.2",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-system",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/GraphQLSwift/DataLoader.git
[1/559] Fetching dataloader
Fetched https://github.com/GraphQLSwift/DataLoader.git from cache (0.76s)
Fetching https://github.com/adam-fowler/async-collections from cache
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetched https://github.com/adam-fowler/async-collections from cache (0.45s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.56s)
Fetched https://github.com/apple/swift-nio.git from cache (0.80s)
Computing version for https://github.com/adam-fowler/async-collections
Computed https://github.com/adam-fowler/async-collections at 0.1.0 (0.88s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.46s)
Fetched https://github.com/apple/swift-collections.git from cache (0.61s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.25s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.51s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (1.04s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.55s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.59s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.45s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.00s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/GraphQLSwift/DataLoader.git
Working copy of https://github.com/GraphQLSwift/DataLoader.git resolved at main (15ff327)
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
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
warning: '.resolve-product-dependencies': dependency 'dataloader' is not used by any target
Found 3 product dependencies
  - swift-algorithms
  - async-collections
  - swift-nio
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/GraphQLSwift/DataLoader.git
https://github.com/GraphQLSwift/DataLoader.git
{
  "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" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "DataLoader",
      "targets" : [
        "DataLoader"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AsyncDataLoader",
      "targets" : [
        "AsyncDataLoader"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DataLoaderTests",
      "module_type" : "SwiftTarget",
      "name" : "DataLoaderTests",
      "path" : "Tests/DataLoaderTests",
      "product_dependencies" : [
        "NIOCore",
        "NIOPosix"
      ],
      "sources" : [
        "DataLoaderAbuseTests.swift",
        "DataLoaderAsyncTests.swift",
        "DataLoaderTests.swift"
      ],
      "target_dependencies" : [
        "DataLoader"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DataLoader",
      "module_type" : "SwiftTarget",
      "name" : "DataLoader",
      "path" : "Sources/DataLoader",
      "product_dependencies" : [
        "NIOCore",
        "NIOConcurrencyHelpers"
      ],
      "product_memberships" : [
        "DataLoader"
      ],
      "sources" : [
        "DataLoader.swift",
        "DataLoaderError.swift",
        "DataLoaderOptions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncDataLoaderTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncDataLoaderTests",
      "path" : "Tests/AsyncDataLoaderTests",
      "sources" : [
        "DataLoaderAbuseTests.swift",
        "DataLoaderTests.swift"
      ],
      "target_dependencies" : [
        "AsyncDataLoader"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncDataLoader",
      "module_type" : "SwiftTarget",
      "name" : "AsyncDataLoader",
      "path" : "Sources/AsyncDataLoader",
      "product_dependencies" : [
        "Algorithms",
        "AsyncCollections"
      ],
      "product_memberships" : [
        "AsyncDataLoader"
      ],
      "sources" : [
        "Channel.swift",
        "DataLoader.swift",
        "DataLoaderError.swift",
        "DataLoaderOptions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/29] Write sources
[16/29] Compiling CNIOWindows shim.c
[17/29] Compiling CNIOWASI CNIOWASI.c
[17/29] Compiling CNIOWindows WSAStartup.c
[19/29] Write sources
[21/29] Compiling CNIOLinux shim.c
[22/29] Compiling CNIOLinux liburing_shims.c
[23/29] Compiling _NumericsShims _NumericsShims.c
[24/29] Write swift-version-2F0A5646E1D333AE.txt
[25/29] Compiling _AtomicsShims.c
[26/82] Compiling CNIODarwin shim.c
[28/82] Emitting module InternalCollectionsUtilities
[29/82] Compiling Atomics AtomicBool.swift
[30/82] Compiling Atomics IntegerConformances.swift
[31/83] Compiling RealModule Float80+Real.swift
[32/83] Compiling RealModule Real.swift
[33/84] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[34/84] Compiling RealModule Float16+Real.swift
[35/84] Compiling RealModule ElementaryFunctions.swift
[36/84] Compiling RealModule AugmentedArithmetic.swift
[37/84] Compiling RealModule ApproximateEquality.swift
[38/84] Compiling RealModule Double+Real.swift
[39/84] Compiling RealModule AlgebraicField.swift
[40/84] Compiling RealModule Float+Real.swift
[41/84] Emitting module RealModule
[42/84] Compiling Atomics PointerConformances.swift
[43/84] Compiling Atomics Primitives.native.swift
[44/84] Compiling Atomics AtomicStorage.swift
[45/84] Compiling Atomics AtomicValue.swift
[46/84] Compiling RealModule RealFunctions.swift
[47/84] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[48/84] Emitting module _NIOBase64
[49/84] Compiling _NIOBase64 Base64.swift
[50/84] Compiling Atomics Primitives.shims.swift
[51/84] Compiling Atomics AtomicInteger.swift
[52/84] Compiling Atomics AtomicOptionalWrappable.swift
[53/84] Compiling Atomics AtomicReference.swift
[54/84] Compiling Atomics OptionalRawRepresentable.swift
[55/84] Compiling Atomics RawRepresentable.swift
[56/84] Compiling Atomics UnsafeAtomic.swift
[57/84] Compiling Atomics UnsafeAtomicLazyReference.swift
[58/86] Compiling Atomics AtomicMemoryOrderings.swift
[59/86] Compiling Atomics DoubleWord.swift
[60/86] Compiling Atomics ManagedAtomic.swift
[61/86] Compiling Atomics ManagedAtomicLazyReference.swift
[62/112] Compiling Algorithms Indexed.swift
[63/112] Compiling Algorithms Intersperse.swift
[64/112] Compiling Algorithms AdjacentPairs.swift
[65/112] Compiling Algorithms Chain.swift
[66/112] Compiling Algorithms Combinations.swift
[67/112] Compiling Algorithms Compacted.swift
[68/112] Compiling Algorithms Reductions.swift
[69/112] Compiling Algorithms Rotate.swift
[70/112] Compiling Algorithms FirstNonNil.swift
[71/112] Compiling Algorithms FlattenCollection.swift
[72/112] Compiling Algorithms Product.swift
[73/112] Compiling Algorithms Split.swift
[74/112] Compiling Algorithms Partition.swift
[75/112] Compiling Algorithms Permutations.swift
[76/112] Compiling Algorithms Cycle.swift
[77/112] Compiling Algorithms Grouped.swift
[78/339] Compiling DequeModule _DequeSlot.swift
[79/339] Compiling DequeModule _DequeBufferHeader.swift
[80/340] Emitting module Atomics
[81/340] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[82/340] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[83/340] Compiling HeapModule _HeapNode.swift
[84/340] Compiling HeapModule Heap.swift
[85/340] Compiling HeapModule Heap+Invariants.swift
[86/340] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[87/340] Compiling HeapModule Heap+UnsafeHandle.swift
[88/340] Compiling HeapModule Heap+Descriptions.swift
[89/340] Emitting module HeapModule
[90/395] Compiling BitCollections BitArray+BitwiseOperations.swift
[91/395] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[92/395] Compiling BitCollections BitArray+Codable.swift
[93/395] Compiling BitCollections BitArray+Collection.swift
[94/395] Compiling BitCollections BitArray+Copy.swift
[95/395] Compiling BitCollections BitArray+CustomReflectable.swift
[96/401] Compiling DequeModule _UnsafeWrappedBuffer.swift
[97/401] Compiling BitCollections BitArray+Testing.swift
[98/401] Compiling BitCollections BitArray._UnsafeHandle.swift
[99/401] Compiling BitCollections BitArray.swift
[100/401] Compiling BitCollections BitSet+BidirectionalCollection.swift
[101/401] Compiling BitCollections BitSet+Codable.swift
[102/401] Compiling OrderedCollections OrderedSet+Sendable.swift
[103/401] Emitting module _NIODataStructures
[104/401] Compiling _NIODataStructures PriorityQueue.swift
[105/401] Compiling _NIODataStructures Heap.swift
[106/401] Compiling _NIODataStructures _TinyArray.swift
[107/401] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[108/401] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[109/401] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[110/401] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[111/401] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[112/401] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[113/401] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[114/401] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[115/409] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[116/409] Compiling BitCollections BitArray+Extras.swift
[117/409] Compiling BitCollections BitArray+Fill.swift
[118/409] Compiling BitCollections BitArray+Hashable.swift
[119/409] Compiling BitCollections BitArray+Initializers.swift
[120/409] Compiling BitCollections BitArray+Invariants.swift
[121/409] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[122/409] Compiling BitCollections BitArray+RandomBits.swift
[123/409] Compiling DequeModule _DequeBuffer.swift
[124/409] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[132/409] Compiling BitCollections BitArray+Descriptions.swift
[133/409] Compiling BitCollections BitArray+Equatable.swift
[137/411] Compiling BitCollections BitSet+CustomReflectable.swift
[138/411] Compiling BitCollections BitSet+CustomStringConvertible.swift
[139/411] Compiling BitCollections BitSet+Equatable.swift
[140/411] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[141/411] Compiling BitCollections BitSet+Extras.swift
[142/411] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[143/411] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[144/411] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[145/411] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[146/411] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[147/411] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[148/411] Compiling BitCollections BitArray+Shifts.swift
[149/411] Compiling Algorithms Unique.swift
[150/411] Compiling Algorithms Windows.swift
[151/411] Compiling BitCollections BitSet+Random.swift
[152/411] Compiling BitCollections BitSet+SetAlgebra basics.swift
[153/411] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[154/411] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[155/411] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[156/411] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[157/411] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[158/411] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[159/411] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[160/411] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[163/411] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[164/411] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[165/411] Compiling BitCollections BitSet+SetAlgebra union.swift
[166/411] Compiling BitCollections BitSet.Index.swift
[167/411] Compiling BitCollections BitSet._UnsafeHandle.swift
[168/411] Compiling BitCollections BitSet+Hashable.swift
[169/411] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[170/411] Compiling BitCollections BitSet.Counted.swift
[182/411] Emitting module DequeModule
[183/411] Emitting module BitCollections
[184/416] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[185/416] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[186/416] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[187/416] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[188/416] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[189/416] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[190/416] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[191/416] Compiling HashTreeCollections TreeSet.swift
[194/416] Compiling c-nioatomics.c
[301/423] Compiling BitCollections BitSet.swift
[302/423] Compiling BitCollections Range+Utilities.swift
[303/423] Compiling BitCollections Slice+Utilities.swift
[304/423] Compiling BitCollections UInt+Tricks.swift
[305/423] Compiling BitCollections _Word.swift
[306/423] Compiling OrderedCollections _UnsafeBitset.swift
[307/423] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[308/423] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[309/423] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[310/423] Compiling HashTreeCollections _HashNode+Storage.swift
[311/423] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[312/423] Compiling HashTreeCollections _HashNode+Structural filter.swift
[313/423] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[314/423] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[319/423] Compiling OrderedCollections OrderedSet.swift
[338/423] Emitting module OrderedCollections
[338/423] Compiling c-atomics.c
[367/423] Emitting module _RopeModule
[368/429] Emitting module Algorithms
[369/429] Compiling _RopeModule Rope+Remove.swift
[370/429] Compiling _RopeModule Rope+RemoveSubrange.swift
[371/429] Compiling _RopeModule Rope+Split.swift
[372/429] Compiling _RopeModule Optional Utilities.swift
[373/429] Compiling _RopeModule String Utilities.swift
[374/429] Compiling _RopeModule String.Index+ABI.swift
[375/429] Compiling _RopeModule _CharacterRecognizer.swift
[423/429] Emitting module HashTreeCollections
[424/429] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[425/429] Compiling NIOConcurrencyHelpers lock.swift
[426/429] Compiling NIOConcurrencyHelpers NIOLock.swift
[427/429] Compiling NIOConcurrencyHelpers atomics.swift
[428/429] Emitting module NIOConcurrencyHelpers
[429/429] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[430/431] Compiling Collections Collections.swift
[431/431] Emitting module Collections
[432/501] Compiling NIOCore Linux.swift
[433/501] Compiling NIOCore MarkedCircularBuffer.swift
[434/501] Compiling NIOCore MulticastChannel.swift
[435/501] Compiling NIOCore NIOAny.swift
[436/501] Compiling NIOCore NIOCloseOnErrorHandler.swift
[437/501] Compiling NIOCore NIOLoopBound.swift
[438/507] Compiling NIOCore AddressedEnvelope.swift
[439/507] Compiling NIOCore AsyncAwaitSupport.swift
[440/507] Compiling NIOCore AsyncChannel.swift
[441/507] Compiling NIOCore AsyncChannelHandler.swift
[442/507] Compiling NIOCore AsyncChannelInboundStream.swift
[443/507] Compiling NIOCore AsyncChannelOutboundWriter.swift
[444/507] Compiling NIOCore NIOAsyncSequenceProducer.swift
[445/507] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[446/507] Compiling NIOCore NIOScheduledCallback.swift
[447/507] Compiling NIOCore NIOSendable.swift
[448/507] Compiling NIOCore RecvByteBufferAllocator.swift
[449/507] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[450/507] Compiling NIOCore SocketAddresses.swift
[451/507] Compiling NIOCore SocketOptionProvider.swift
[452/507] Compiling NIOCore SystemCallHelpers.swift
[453/507] Compiling NIOCore TimeAmount+Duration.swift
[454/507] Compiling NIOCore TypeAssistedChannelHandler.swift
[455/507] Compiling NIOCore UniversalBootstrapSupport.swift
[456/507] Compiling NIOCore Utilities.swift
[457/507] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[458/507] Compiling NIOCore EventLoopFuture+Deprecated.swift
[459/507] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[460/507] Compiling NIOCore EventLoopFuture.swift
[461/507] Compiling NIOCore FileDescriptor.swift
[462/507] Compiling NIOCore FileHandle.swift
[463/507] Compiling NIOCore FileRegion.swift
[464/507] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[465/507] Compiling NIOCore NIOAsyncWriter.swift
[466/507] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[467/507] Compiling NIOCore BSDSocketAPI.swift
[468/507] Compiling NIOCore ByteBuffer-aux.swift
[469/507] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[470/507] Compiling NIOCore ByteBuffer-conversions.swift
[471/507] Compiling NIOCore GlobalSingletons.swift
[472/507] Compiling NIOCore IO.swift
[473/507] Compiling NIOCore IOData.swift
[474/507] Compiling NIOCore IPProtocol.swift
[475/507] Compiling NIOCore IntegerBitPacking.swift
[476/507] Compiling NIOCore IntegerTypes.swift
[477/507] Compiling NIOCore Interfaces.swift
[478/507] Compiling NIOCore Channel.swift
[479/507] Compiling NIOCore ChannelHandler.swift
[480/507] Compiling NIOCore ChannelHandlers.swift
[481/507] Compiling NIOCore ChannelInvoker.swift
[482/507] Compiling NIOCore ChannelOption.swift
[483/507] Compiling NIOCore ChannelPipeline.swift
[484/507] Compiling NIOCore CircularBuffer.swift
[485/507] Compiling NIOCore Codec.swift
[486/507] Compiling NIOCore ConvenienceOptionSupport.swift
[487/507] Compiling NIOCore DeadChannel.swift
[488/507] Compiling NIOCore DispatchQueue+WithFuture.swift
[489/507] Compiling NIOCore EventLoop+Deprecated.swift
[490/507] Compiling NIOCore EventLoop+SerialExecutor.swift
[491/507] Compiling NIOCore EventLoop.swift
[492/507] Compiling NIOCore ByteBuffer-core.swift
[493/507] Compiling NIOCore ByteBuffer-hex.swift
[494/507] Compiling NIOCore ByteBuffer-int.swift
[495/507] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[496/507] Compiling NIOCore ByteBuffer-multi-int.swift
[497/507] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[498/507] Compiling NIOCore ByteBuffer-views.swift
[499/507] Compiling AsyncCollections TaskQueue.swift
[500/507] Compiling AsyncCollections FlatMap.swift
[501/507] Compiling AsyncCollections ForEach.swift
[502/507] Compiling AsyncCollections Map.swift
[503/507] Emitting module NIOCore
[504/507] Compiling AsyncCollections Filter.swift
[505/507] Compiling AsyncCollections CompactMap.swift
[506/511] Emitting module AsyncCollections
[507/511] Compiling AsyncCollections AsyncSemaphore.swift
[508/516] Compiling DataLoader DataLoader.swift
/Users/admin/builder/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 |                             }
/Users/admin/builder/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
/Users/admin/builder/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 {
/Users/admin/builder/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) }
/Users/admin/builder/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 |
/Users/admin/builder/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
/Users/admin/builder/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 |                 }
/Users/admin/builder/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(
/Users/admin/builder/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 |
/Users/admin/builder/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 {
/Users/admin/builder/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 {
/Users/admin/builder/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 |                 }
/Users/admin/builder/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
/Users/admin/builder/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 |
/Users/admin/builder/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 |     }
[509/516] Compiling DataLoader DataLoaderOptions.swift
[510/516] Compiling DataLoader DataLoaderError.swift
[511/516] Emitting module DataLoader
[512/516] Compiling AsyncDataLoader DataLoaderOptions.swift
[513/516] Compiling AsyncDataLoader DataLoaderError.swift
[514/516] Compiling AsyncDataLoader Channel.swift
[515/516] Compiling AsyncDataLoader DataLoader.swift
[516/516] Emitting module AsyncDataLoader
Build complete! (13.98s)
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
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" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "DataLoader",
      "targets" : [
        "DataLoader"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AsyncDataLoader",
      "targets" : [
        "AsyncDataLoader"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DataLoaderTests",
      "module_type" : "SwiftTarget",
      "name" : "DataLoaderTests",
      "path" : "Tests/DataLoaderTests",
      "product_dependencies" : [
        "NIOCore",
        "NIOPosix"
      ],
      "sources" : [
        "DataLoaderAbuseTests.swift",
        "DataLoaderAsyncTests.swift",
        "DataLoaderTests.swift"
      ],
      "target_dependencies" : [
        "DataLoader"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DataLoader",
      "module_type" : "SwiftTarget",
      "name" : "DataLoader",
      "path" : "Sources/DataLoader",
      "product_dependencies" : [
        "NIOCore",
        "NIOConcurrencyHelpers"
      ],
      "product_memberships" : [
        "DataLoader"
      ],
      "sources" : [
        "DataLoader.swift",
        "DataLoaderError.swift",
        "DataLoaderOptions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncDataLoaderTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncDataLoaderTests",
      "path" : "Tests/AsyncDataLoaderTests",
      "sources" : [
        "DataLoaderAbuseTests.swift",
        "DataLoaderTests.swift"
      ],
      "target_dependencies" : [
        "AsyncDataLoader"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncDataLoader",
      "module_type" : "SwiftTarget",
      "name" : "AsyncDataLoader",
      "path" : "Sources/AsyncDataLoader",
      "product_dependencies" : [
        "Algorithms",
        "AsyncCollections"
      ],
      "product_memberships" : [
        "AsyncDataLoader"
      ],
      "sources" : [
        "Channel.swift",
        "DataLoader.swift",
        "DataLoaderError.swift",
        "DataLoaderOptions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/graphqlswift/dataloader/main
Repository:               GraphQLSwift/DataLoader
Swift version used:       6.1
Target:                   AsyncDataLoader
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'AsyncDataLoader'...
Finished extracting symbol information for 'AsyncDataLoader'. (6.96s)
Building documentation for 'AsyncDataLoader'...
Finished building documentation for 'AsyncDataLoader' (0.13s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/graphqlswift/dataloader/main
Updating https://github.com/apple/swift-atomics.git
Updating https://github.com/apple/swift-algorithms.git
Updating https://github.com/apple/swift-numerics.git
Updating https://github.com/apple/swift-collections.git
Updating https://github.com/adam-fowler/async-collections
Updating https://github.com/apple/swift-system.git
Updating https://github.com/apple/swift-nio.git
Updated https://github.com/apple/swift-algorithms.git (0.55s)
Updated https://github.com/apple/swift-atomics.git (0.55s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updated https://github.com/apple/swift-collections.git (0.83s)
Updated https://github.com/apple/swift-system.git (0.83s)
Updated https://github.com/adam-fowler/async-collections (0.83s)
Updated https://github.com/apple/swift-nio.git (0.83s)
Updated https://github.com/apple/swift-numerics.git (0.83s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.68s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.98s)
Computing version for https://github.com/adam-fowler/async-collections
Computed https://github.com/adam-fowler/async-collections at 0.1.0 (0.48s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (0.60s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.66s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.47s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.60s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.60s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.84s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.54s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit GenericConstraint.swift
[8/57] Compiling SymbolKit GenericParameter.swift
[9/57] Compiling SymbolKit Generics.swift
[10/57] Compiling SymbolKit Namespace.swift
[11/57] Compiling SymbolKit SemanticVersion.swift
[12/57] Compiling SymbolKit AccessControl.swift
[13/57] Compiling SymbolKit Availability.swift
[14/57] Compiling SymbolKit AvailabilityItem.swift
[15/57] Compiling SymbolKit Domain.swift
[16/57] Compiling SymbolKit SourceRange.swift
[17/57] Compiling SymbolKit Metadata.swift
[18/57] Compiling SymbolKit Module.swift
[19/57] Compiling SymbolKit OperatingSystem.swift
[20/57] Compiling SymbolKit Platform.swift
[21/57] Compiling SymbolKit DeclarationFragments.swift
[22/57] Compiling SymbolKit Fragment.swift
[23/57] Compiling SymbolKit FragmentKind.swift
[24/57] Compiling SymbolKit FunctionParameter.swift
[25/57] Compiling SymbolKit FunctionSignature.swift
[26/57] Compiling SymbolKit Identifier.swift
[27/57] Compiling SymbolKit KindIdentifier.swift
[28/57] Compiling SymbolKit Location.swift
[29/57] Compiling SymbolKit Mutability.swift
[30/57] Compiling SymbolKit Names.swift
[31/57] Compiling SymbolKit SPI.swift
[32/57] Compiling SymbolKit Snippet.swift
[33/57] Compiling SymbolKit Extension.swift
[34/57] Compiling SymbolKit Mixin+Equals.swift
[35/57] Compiling SymbolKit Mixin+Hash.swift
[36/57] Compiling SymbolKit Mixin.swift
[37/57] Compiling SymbolKit LineList.swift
[38/57] Compiling SymbolKit Position.swift
[39/57] Compiling SymbolKit Relationship.swift
[40/57] Compiling SymbolKit RelationshipKind.swift
[41/57] Compiling SymbolKit SourceOrigin.swift
[42/57] Compiling SymbolKit GenericConstraints.swift
[43/57] Compiling SymbolKit Swift.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets Snippet.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets SnippetParser.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.89s)
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/48] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/49] Compiling RealModule Real.swift
[4/50] Compiling RealModule RealFunctions.swift
[5/50] Compiling RealModule Float80+Real.swift
[6/50] Compiling RealModule Float16+Real.swift
[7/50] Compiling RealModule ElementaryFunctions.swift
[8/50] Compiling RealModule Float+Real.swift
[9/50] Compiling RealModule Double+Real.swift
[10/50] Compiling RealModule ApproximateEquality.swift
[11/50] Compiling RealModule AugmentedArithmetic.swift
[12/50] Compiling Atomics UnsafeAtomic.swift
[13/50] Compiling Atomics UnsafeAtomicLazyReference.swift
[14/50] Compiling Atomics ManagedAtomic.swift
[15/50] Compiling Atomics ManagedAtomicLazyReference.swift
[16/50] Compiling Atomics AtomicStorage.swift
[17/50] Compiling Atomics AtomicValue.swift
[18/50] Compiling Atomics AtomicMemoryOrderings.swift
[19/50] Compiling Atomics DoubleWord.swift
[20/52] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/52] Compiling RealModule AlgebraicField.swift
[22/52] Emitting module RealModule
[23/52] Compiling Atomics Primitives.shims.swift
[24/52] Compiling Atomics AtomicInteger.swift
[25/52] Compiling Atomics AtomicOptionalWrappable.swift
[26/52] Compiling Atomics AtomicReference.swift
[27/52] Compiling Atomics IntegerOperations.swift
[28/52] Compiling Atomics Unmanaged extensions.swift
[29/52] Compiling Atomics OptionalRawRepresentable.swift
[30/52] Compiling Atomics RawRepresentable.swift
[31/52] Compiling Atomics PointerConformances.swift
[32/52] Compiling Atomics Primitives.native.swift
[39/52] Compiling Atomics AtomicBool.swift
[40/52] Compiling Atomics IntegerConformances.swift
[43/52] Emitting module InternalCollectionsUtilities
[48/85] Compiling Algorithms Intersperse.swift
[49/85] Compiling Algorithms RandomSample.swift
[50/85] Compiling Algorithms Reductions.swift
[51/85] Compiling Algorithms Rotate.swift
[52/114] Compiling DequeModule _DequeBufferHeader.swift
[53/114] Compiling DequeModule _DequeSlot.swift
[54/361] Compiling _RopeModule BigString+Index.swift
[55/361] Compiling _RopeModule BigString+Ingester.swift
[56/361] Compiling _RopeModule BigString+Invariants.swift
[57/363] Compiling DequeModule _UnsafeWrappedBuffer.swift
[58/363] Compiling _RopeModule BigString+Builder.swift
[59/363] Compiling _RopeModule BigString+Contents.swift
[60/363] Compiling _RopeModule BigString+Debugging.swift
[61/363] Compiling HeapModule Heap+UnsafeHandle.swift
[62/363] Compiling HeapModule Heap.swift
[63/363] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[64/363] Compiling HeapModule Heap+Invariants.swift
[65/363] Compiling HeapModule _HeapNode.swift
[66/363] Emitting module HeapModule
[67/363] Compiling HeapModule Heap+Descriptions.swift
[68/363] Compiling _RopeModule BigString+Iterators.swift
[69/363] Compiling _RopeModule BigString+Metrics.swift
[70/363] Compiling _RopeModule BigSubstring+UTF8View.swift
[71/363] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[72/363] Compiling _RopeModule BigSubstring.swift
[73/363] Compiling _RopeModule Rope+Builder.swift
[74/363] Compiling _RopeModule Rope+Debugging.swift
[75/363] Compiling _RopeModule Rope+Invariants.swift
[76/368] Compiling _RopeModule RopeMetric.swift
[77/368] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[78/368] Compiling _RopeModule BigString+Hashing.swift
[79/368] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[80/368] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[81/368] Compiling _RopeModule BigString+Sequence.swift
[82/368] Compiling _RopeModule BigString+TextOutputStream.swift
[83/368] Compiling _RopeModule BigString+Append.swift
[84/376] Compiling DequeModule _DequeBuffer.swift
[87/376] Compiling _RopeModule BigString+Chunk.swift
[88/376] Compiling _RopeModule BigString+BidirectionalCollection.swift
[91/376] Compiling _RopeModule BigString+Summary.swift
[92/376] Compiling _RopeModule BigString.swift
[93/376] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[94/376] Compiling _RopeModule BigString+Chunk+Breaks.swift
[95/376] Compiling _RopeModule BigString+Chunk+Counts.swift
[96/376] Compiling _RopeModule BigString+Chunk+Description.swift
[97/382] Emitting module BitCollections
[98/382] Compiling Algorithms Unique.swift
[99/382] Compiling Algorithms Windows.swift
[100/382] Compiling _RopeModule Rope+Collection.swift
[101/382] Compiling _RopeModule Rope+Index.swift
[102/382] Compiling _RopeModule Rope+Sequence.swift
[103/382] Compiling _RopeModule BigString+UnicodeScalarView.swift
[104/382] Compiling _RopeModule BigSubstring+UTF16View.swift
[106/382] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[107/382] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[108/382] Compiling _RopeModule RopeSummary.swift
[109/382] Compiling _RopeModule _RopeItem.swift
[110/382] Compiling _RopeModule _RopePath.swift
[111/382] Compiling _RopeModule _RopeVersion.swift
[117/382] Compiling BitCollections BitSet.swift
[118/382] Emitting module Atomics
[121/382] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[122/382] Compiling _RopeModule BigString+Chunk+Splitting.swift
[126/382] Compiling _RopeModule BigString+Comparable.swift
[127/382] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[139/382] Compiling _RopeModule BigString+CustomStringConvertible.swift
[140/382] Compiling _RopeModule BigString+Equatable.swift
[141/382] Compiling _RopeModule BigString+Insert.swift
[142/382] Compiling _RopeModule BigString+Managing Breaks.swift
[143/382] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[144/382] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[145/382] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[146/382] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[147/382] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[148/382] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[149/382] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[150/382] Compiling HashTreeCollections TreeSet.swift
[151/382] Compiling _RopeModule Rope+MutatingForEach.swift
[157/382] Compiling _RopeModule Rope+Append.swift
[160/382] Compiling _RopeModule Rope+ForEachWhile.swift
[161/382] Compiling _RopeModule Rope+Insert.swift
[162/382] Compiling _RopeModule Rope+Join.swift
[163/382] Compiling _RopeModule BigString+RemoveSubrange.swift
[164/382] Compiling _RopeModule BigString+ReplaceSubrange.swift
[165/382] Compiling _RopeModule BigString+Split.swift
[166/382] Compiling _RopeModule Range+BigString.swift
[167/382] Compiling _RopeModule BigString+UTF16View.swift
[168/382] Compiling _RopeModule BigString+UTF8View.swift
[170/382] Compiling OrderedCollections OrderedSet+SubSequence.swift
[171/382] Compiling OrderedCollections OrderedSet+Testing.swift
[172/382] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[173/382] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[186/382] Emitting module DequeModule
[235/382] Compiling _RopeModule BigString+Initializers.swift
[236/382] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[237/382] Compiling HashTreeCollections _HashNode.swift
[238/382] Compiling HashTreeCollections _HashNodeHeader.swift
[239/382] Compiling HashTreeCollections _HashSlot.swift
[240/382] Compiling HashTreeCollections _HashStack.swift
[241/382] Compiling HashTreeCollections _HashTreeIterator.swift
[242/382] Compiling HashTreeCollections _HashTreeStatistics.swift
[243/382] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[251/382] Compiling OrderedCollections OrderedSet.swift
[290/389] Compiling OrderedCollections _UnsafeBitset.swift
[326/389] Emitting module OrderedCollections
[327/389] Emitting module Algorithms
[336/389] Emitting module _RopeModule
[337/389] Compiling _RopeModule Rope+Remove.swift
[338/389] Compiling _RopeModule Rope+RemoveSubrange.swift
[339/389] Compiling _RopeModule Rope+Split.swift
[340/389] Compiling _RopeModule Optional Utilities.swift
[341/389] Compiling _RopeModule String Utilities.swift
[342/389] Compiling _RopeModule String.Index+ABI.swift
[343/389] Compiling _RopeModule _CharacterRecognizer.swift
[389/389] Emitting module HashTreeCollections
[390/391] Compiling Collections Collections.swift
[391/391] Emitting module Collections
[392/399] Compiling AsyncCollections ForEach.swift
[393/399] Compiling AsyncCollections TaskQueue.swift
[394/399] Compiling AsyncCollections CompactMap.swift
[395/399] Compiling AsyncCollections FlatMap.swift
[396/399] Compiling AsyncCollections Filter.swift
[397/399] Compiling AsyncCollections AsyncSemaphore.swift
[398/399] Emitting module AsyncCollections
[399/399] Compiling AsyncCollections Map.swift
[400/404] Compiling AsyncDataLoader DataLoaderOptions.swift
[401/404] Compiling AsyncDataLoader DataLoaderError.swift
[402/404] Compiling AsyncDataLoader DataLoader.swift
[403/404] Compiling AsyncDataLoader Channel.swift
[404/404] Emitting module AsyncDataLoader
Build of target: 'AsyncDataLoader' complete! (4.95s)
Target:                   DataLoader
Extracting symbol information for 'DataLoader'...
Finished extracting symbol information for 'DataLoader'. (3.69s)
Building documentation for 'DataLoader'...
Finished building documentation for 'DataLoader' (0.06s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/graphqlswift/dataloader/main
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.46s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/13] Emitting module _NIOBase64
[3/13] Compiling _NIOBase64 Base64.swift
[4/13] Compiling _NIODataStructures _TinyArray.swift
[5/13] Compiling _NIODataStructures PriorityQueue.swift
[6/13] Compiling NIOConcurrencyHelpers lock.swift
[7/13] Compiling NIOConcurrencyHelpers NIOLock.swift
[8/13] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[9/13] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[10/13] Compiling NIOConcurrencyHelpers atomics.swift
[11/13] Compiling _NIODataStructures Heap.swift
[12/13] Emitting module _NIODataStructures
[13/13] Emitting module NIOConcurrencyHelpers
[14/75] Compiling NIOCore Linux.swift
[15/75] Compiling NIOCore MarkedCircularBuffer.swift
[16/75] Compiling NIOCore MulticastChannel.swift
[17/75] Compiling NIOCore NIOAny.swift
[18/75] Compiling NIOCore NIOCloseOnErrorHandler.swift
[19/75] Compiling NIOCore NIOLoopBound.swift
[20/81] Compiling NIOCore AddressedEnvelope.swift
[21/81] Compiling NIOCore AsyncAwaitSupport.swift
[22/81] Compiling NIOCore AsyncChannel.swift
[23/81] Compiling NIOCore AsyncChannelHandler.swift
[24/81] Compiling NIOCore AsyncChannelInboundStream.swift
[25/81] Compiling NIOCore AsyncChannelOutboundWriter.swift
[26/81] Compiling NIOCore NIOAsyncSequenceProducer.swift
[27/81] Compiling NIOCore GlobalSingletons.swift
[28/81] Compiling NIOCore IO.swift
[29/81] Compiling NIOCore IOData.swift
[30/81] Compiling NIOCore IPProtocol.swift
[31/81] Compiling NIOCore IntegerBitPacking.swift
[32/81] Compiling NIOCore IntegerTypes.swift
[33/81] Compiling NIOCore Interfaces.swift
[34/81] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[35/81] Compiling NIOCore EventLoopFuture+Deprecated.swift
[36/81] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[37/81] Compiling NIOCore EventLoopFuture.swift
[38/81] Compiling NIOCore FileDescriptor.swift
[39/81] Compiling NIOCore FileHandle.swift
[40/81] Compiling NIOCore FileRegion.swift
[41/81] Compiling NIOCore Codec.swift
[42/81] Compiling NIOCore ConvenienceOptionSupport.swift
[43/81] Compiling NIOCore DeadChannel.swift
[44/81] Compiling NIOCore DispatchQueue+WithFuture.swift
[45/81] Compiling NIOCore EventLoop+Deprecated.swift
[46/81] Compiling NIOCore EventLoop+SerialExecutor.swift
[47/81] Compiling NIOCore EventLoop.swift
[48/81] Compiling NIOCore SocketOptionProvider.swift
[49/81] Compiling NIOCore SystemCallHelpers.swift
[50/81] Compiling NIOCore TimeAmount+Duration.swift
[51/81] Compiling NIOCore TypeAssistedChannelHandler.swift
[52/81] Compiling NIOCore UniversalBootstrapSupport.swift
[53/81] Compiling NIOCore Utilities.swift
[54/81] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[55/81] Compiling NIOCore NIOAsyncWriter.swift
[56/81] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[57/81] Compiling NIOCore BSDSocketAPI.swift
[58/81] Compiling NIOCore ByteBuffer-aux.swift
[59/81] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[60/81] Compiling NIOCore ByteBuffer-conversions.swift
[61/81] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[62/81] Compiling NIOCore NIOScheduledCallback.swift
[63/81] Compiling NIOCore NIOSendable.swift
[64/81] Compiling NIOCore RecvByteBufferAllocator.swift
[65/81] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[66/81] Compiling NIOCore SocketAddresses.swift
[67/81] Compiling NIOCore Channel.swift
[68/81] Compiling NIOCore ChannelHandler.swift
[69/81] Compiling NIOCore ChannelHandlers.swift
[70/81] Compiling NIOCore ChannelInvoker.swift
[71/81] Compiling NIOCore ChannelOption.swift
[72/81] Compiling NIOCore ChannelPipeline.swift
[73/81] Compiling NIOCore CircularBuffer.swift
[74/81] Compiling NIOCore ByteBuffer-core.swift
[75/81] Compiling NIOCore ByteBuffer-hex.swift
[76/81] Compiling NIOCore ByteBuffer-int.swift
[77/81] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[78/81] Compiling NIOCore ByteBuffer-multi-int.swift
[79/81] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[80/81] Compiling NIOCore ByteBuffer-views.swift
[81/81] Emitting module NIOCore
[82/85] Compiling DataLoader DataLoaderError.swift
[83/85] Compiling DataLoader DataLoaderOptions.swift
[84/85] Emitting module DataLoader
[85/85] Compiling DataLoader DataLoader.swift
Build of target: 'DataLoader' complete! (3.58s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/graphqlswift/dataloader/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/graphqlswift/dataloader/main/linkable-paths.json
     164
2	/Users/admin/builder/spi-builder-workspace/.docs/graphqlswift/dataloader/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/graphqlswift/dataloader/main
File count: 164
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-graphqlswift-dataloader-main-2f7948cc.zip to s3://spi-docs-inbox/prod-graphqlswift-dataloader-main-2f7948cc.zip
Copying... [15%]
Copying... [29%]
Copying... [44%]
Copying... [58%]
Copying... [73%]
Copying... [87%]
Copying... [100%]
Done.