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 InfinityScrollKit, reference 1.0.6 (71c024), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 23:40:19 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PierreJanineh-com/InfinityScrollKit.git
Reference: 1.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PierreJanineh-com/InfinityScrollKit
 * tag               1.0.6      -> FETCH_HEAD
HEAD is now at 71c0244 Merge pull request #37 from PierreJanineh-com/1.0.6
Cloned https://github.com/PierreJanineh-com/InfinityScrollKit.git
Revision (git rev-parse @):
71c02447155413890bf22d11c484ea914efb2e76
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/PierreJanineh-com/InfinityScrollKit.git at 1.0.6
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/PierreJanineh-com/InfinityScrollKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/13] Compiling InfinityScrollKit Options.swift
[6/13] Compiling InfinityScrollKit LastCellView.swift
[7/13] Compiling InfinityScrollKit UIInfiniteScrollView.swift
[8/13] Compiling InfinityScrollKit InfinityScrollKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/InfinityScrollKit.swift:83:43: warning: capture of non-sendable type 'Cell.Type' in an isolated closure
 81 |                             if item == displayedItems.last {
 82 |                                 Task {
 83 |                                     await addMoreItemsIfAvailable()
    |                                           `- warning: capture of non-sendable type 'Cell.Type' in an isolated closure
 84 |                                 }
 85 |                             }
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/InfinityScrollKit.swift:83:43: warning: capture of non-sendable type 'LastCell.Type' in an isolated closure
 81 |                             if item == displayedItems.last {
 82 |                                 Task {
 83 |                                     await addMoreItemsIfAvailable()
    |                                           `- warning: capture of non-sendable type 'LastCell.Type' in an isolated closure
 84 |                                 }
 85 |                             }
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/InfinityScrollKit.swift:83:43: warning: capture of non-sendable type 'EmptyArrView.Type' in an isolated closure
 81 |                             if item == displayedItems.last {
 82 |                                 Task {
 83 |                                     await addMoreItemsIfAvailable()
    |                                           `- warning: capture of non-sendable type 'EmptyArrView.Type' in an isolated closure
 84 |                                 }
 85 |                             }
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/InfinityScrollKit.swift:71:32: warning: capture of non-sendable type 'Cell.Type' in an isolated closure
 69 | 	}
 70 |
 71 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'Cell.Type' in an isolated closure
 72 |         ScrollView(options.orientation) {
 73 |             LazyDStack(orientation: options.orientation,
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/InfinityScrollKit.swift:71:32: warning: capture of non-sendable type 'LastCell.Type' in an isolated closure
 69 | 	}
 70 |
 71 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'LastCell.Type' in an isolated closure
 72 |         ScrollView(options.orientation) {
 73 |             LazyDStack(orientation: options.orientation,
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/InfinityScrollKit.swift:71:32: warning: capture of non-sendable type 'EmptyArrView.Type' in an isolated closure
 69 | 	}
 70 |
 71 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'EmptyArrView.Type' in an isolated closure
 72 |         ScrollView(options.orientation) {
 73 |             LazyDStack(orientation: options.orientation,
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/InfinityScrollKit.swift:93:39: warning: capture of non-sendable type 'Cell.Type' in an isolated closure
 91 |                         .onAppear {
 92 |                             Task {
 93 |                                 await addMoreItemsIfAvailable()
    |                                       `- warning: capture of non-sendable type 'Cell.Type' in an isolated closure
 94 |                             }
 95 |                         }
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/InfinityScrollKit.swift:93:39: warning: capture of non-sendable type 'LastCell.Type' in an isolated closure
 91 |                         .onAppear {
 92 |                             Task {
 93 |                                 await addMoreItemsIfAvailable()
    |                                       `- warning: capture of non-sendable type 'LastCell.Type' in an isolated closure
 94 |                             }
 95 |                         }
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/InfinityScrollKit.swift:93:39: warning: capture of non-sendable type 'EmptyArrView.Type' in an isolated closure
 91 |                         .onAppear {
 92 |                             Task {
 93 |                                 await addMoreItemsIfAvailable()
    |                                       `- warning: capture of non-sendable type 'EmptyArrView.Type' in an isolated closure
 94 |                             }
 95 |                         }
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/InfinityScrollKit.swift:71:32: warning: capture of non-sendable type 'Cell.Type' in an isolated closure
 69 | 	}
 70 |
 71 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'Cell.Type' in an isolated closure
 72 |         ScrollView(options.orientation) {
 73 |             LazyDStack(orientation: options.orientation,
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/InfinityScrollKit.swift:71:32: warning: capture of non-sendable type 'LastCell.Type' in an isolated closure
 69 | 	}
 70 |
 71 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'LastCell.Type' in an isolated closure
 72 |         ScrollView(options.orientation) {
 73 |             LazyDStack(orientation: options.orientation,
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/InfinityScrollKit.swift:71:32: warning: capture of non-sendable type 'EmptyArrView.Type' in an isolated closure
 69 | 	}
 70 |
 71 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'EmptyArrView.Type' in an isolated closure
 72 |         ScrollView(options.orientation) {
 73 |             LazyDStack(orientation: options.orientation,
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/InfinityScrollKit.swift:113:38: warning: capture of non-sendable type 'Cell.Type' in an isolated closure
111 | #endif
112 |         .onRefresh {
113 |             if let refreshed = await options.paginationOptions?.onRefresh?() {
    |                                      `- warning: capture of non-sendable type 'Cell.Type' in an isolated closure
114 |                 updateArr(refreshed)
115 |             } else if let _ = options.paginationOptions?.onRefresh {
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/InfinityScrollKit.swift:113:38: warning: capture of non-sendable type 'LastCell.Type' in an isolated closure
111 | #endif
112 |         .onRefresh {
113 |             if let refreshed = await options.paginationOptions?.onRefresh?() {
    |                                      `- warning: capture of non-sendable type 'LastCell.Type' in an isolated closure
114 |                 updateArr(refreshed)
115 |             } else if let _ = options.paginationOptions?.onRefresh {
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/InfinityScrollKit.swift:113:38: warning: capture of non-sendable type 'EmptyArrView.Type' in an isolated closure
111 | #endif
112 |         .onRefresh {
113 |             if let refreshed = await options.paginationOptions?.onRefresh?() {
    |                                      `- warning: capture of non-sendable type 'EmptyArrView.Type' in an isolated closure
114 |                 updateArr(refreshed)
115 |             } else if let _ = options.paginationOptions?.onRefresh {
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/InfinityScrollKit.swift:71:32: warning: capture of non-sendable type 'Cell.Type' in an isolated closure
 69 | 	}
 70 |
 71 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'Cell.Type' in an isolated closure
 72 |         ScrollView(options.orientation) {
 73 |             LazyDStack(orientation: options.orientation,
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/InfinityScrollKit.swift:71:32: warning: capture of non-sendable type 'LastCell.Type' in an isolated closure
 69 | 	}
 70 |
 71 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'LastCell.Type' in an isolated closure
 72 |         ScrollView(options.orientation) {
 73 |             LazyDStack(orientation: options.orientation,
/Users/admin/builder/spi-builder-workspace/Sources/InfinityScrollKit/InfinityScrollKit.swift:71:32: warning: capture of non-sendable type 'EmptyArrView.Type' in an isolated closure
 69 | 	}
 70 |
 71 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'EmptyArrView.Type' in an isolated closure
 72 |         ScrollView(options.orientation) {
 73 |             LazyDStack(orientation: options.orientation,
[9/13] Emitting module InfinityScrollKit
[10/13] Compiling InfinityScrollKit EmptyArrayView.swift
[11/13] Compiling InfinityScrollKit NSInfiniteScrollView.swift
[12/13] Compiling InfinityScrollKit OnRefresh+View.swift
[13/13] Compiling InfinityScrollKit LazyDStack.swift
Build complete! (24.34s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.18s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (3.76s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3416] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.09s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.64s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
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
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "InfinityScrollKit",
  "name" : "InfinityScrollKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "InfinityScrollKit",
      "targets" : [
        "InfinityScrollKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "InfinityScrollKitTests",
      "module_type" : "SwiftTarget",
      "name" : "InfinityScrollKitTests",
      "path" : "Tests/InfinityScrollKitTests",
      "sources" : [
        "InfinityScrollKitTests.swift"
      ],
      "target_dependencies" : [
        "InfinityScrollKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InfinityScrollKit",
      "module_type" : "SwiftTarget",
      "name" : "InfinityScrollKit",
      "path" : "Sources/InfinityScrollKit",
      "product_memberships" : [
        "InfinityScrollKit"
      ],
      "sources" : [
        "EmptyArrayView.swift",
        "Extensions/OnRefresh+View.swift",
        "InfinityScrollKit.swift",
        "LastCellView.swift",
        "LazyDStack.swift",
        "NSInfiniteScrollView.swift",
        "Options.swift",
        "UIInfiniteScrollView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.