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 SwiftDataPager, reference main (cf9306), with Swift 6.2 (beta) for macOS (SPM) on 24 Jun 2025 17:27:47 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/markbattistella/SwiftDataPager.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/markbattistella/SwiftDataPager
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cf93060 2025-06-17
Cloned https://github.com/markbattistella/SwiftDataPager.git
Revision (git rev-parse @):
cf930606046f7b996686203024c4feca5fdbae1f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/markbattistella/SwiftDataPager.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/markbattistella/SwiftDataPager.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/20] Compiling SimpleLogger LoggerCategory.swift
[5/21] Compiling SimpleLogger LoggerManager.swift
[6/21] Compiling SimpleLogger Delimiter.swift
[7/21] Compiling SimpleLogger Logger+Ext.swift
[8/21] Compiling SimpleLogger AgnosticColor.swift
[9/21] Compiling SimpleLogger Category+System.swift
[10/21] Compiling SimpleLogger Category+Testing.swift
[11/21] Compiling SimpleLogger Category+Persistence.swift
[12/21] Compiling SimpleLogger Category+Security.swift
[13/21] Compiling SimpleLogger Category+UI.swift
[14/21] Compiling SimpleLogger Category+Utilities.swift
[15/21] Compiling SimpleLogger Category+Network.swift
[16/21] Compiling SimpleLogger Category+Performance.swift
[17/21] Compiling SimpleLogger Category+Architecture.swift
[18/21] Compiling SimpleLogger Category+Miscellaneous.swift
[19/21] Emitting module SimpleLogger
[20/21] Compiling SimpleLogger Date+Ext.swift
[21/21] Compiling SimpleLogger LogLevel+Ext.swift
[22/25] Compiling SwiftDataPager ViewModifiers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[23/25] Compiling SwiftDataPager PagedQueryWrapper.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDataPager/PagedQueryWrapper.swift:173:13: warning: capture of non-sendable type 'Model.Type' in an isolated closure
171 |         // Dispatch the safe part to the main actor
172 |         Task { @MainActor in
173 |             self._performAutoLoadIfNeeded()
    |             `- warning: capture of non-sendable type 'Model.Type' in an isolated closure
174 |         }
175 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDataPager/PagedQueryWrapper.swift:170:29: warning: capture of non-sendable type 'Model.Type' in an isolated closure
168 |     /// If the internal pagination state indicates no items have been loaded yet and a fetch is allowed,
169 |     /// it triggers an initial call to `loadMore()`.
170 |     nonisolated public func update() {
    |                             `- warning: capture of non-sendable type 'Model.Type' in an isolated closure
171 |         // Dispatch the safe part to the main actor
172 |         Task { @MainActor in
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDataPager/PagedQueryWrapper.swift:202:19: warning: capture of non-sendable type 'Model.Type' in an isolated closure
200 |         // Kick off the asynchronous fetch for the next page.
201 |         Task { @MainActor in
202 |             await fetchPage(startingAt: fetchOffset)
    |                   `- warning: capture of non-sendable type 'Model.Type' in an isolated closure
203 |         }
204 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDataPager/PagedQueryWrapper.swift:178:17: warning: capture of non-sendable type 'Model.Type' in an isolated closure
176 |
177 |     /// Loads the next page of results if appropriate.
178 |     public func loadMore() {
    |                 `- warning: capture of non-sendable type 'Model.Type' in an isolated closure
179 |
180 |         // Don't fetch if we've already reached the end of the available data.
[24/25] Compiling SwiftDataPager PaginationLogger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[25/25] Emitting module SwiftDataPager
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
Build complete! (14.78s)
Fetching https://github.com/markbattistella/SimpleLogger
[1/97] Fetching simplelogger
Fetched https://github.com/markbattistella/SimpleLogger from cache (0.64s)
Computing version for https://github.com/markbattistella/SimpleLogger
Computed https://github.com/markbattistella/SimpleLogger at 1.2.0 (1.08s)
Creating working copy for https://github.com/markbattistella/SimpleLogger
Working copy of https://github.com/markbattistella/SimpleLogger resolved at 1.2.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "simplelogger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/markbattistella/SimpleLogger"
    }
  ],
  "manifest_display_name" : "SwiftDataPager",
  "name" : "SwiftDataPager",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftDataPager",
      "targets" : [
        "SwiftDataPager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftDataPager",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDataPager",
      "path" : "Sources/SwiftDataPager",
      "product_dependencies" : [
        "SimpleLogger"
      ],
      "product_memberships" : [
        "SwiftDataPager"
      ],
      "sources" : [
        "PagedQueryWrapper.swift",
        "PaginationLogger.swift",
        "ViewModifiers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.