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.0 for macOS (SPM) on 6 May 2025 21:34:14 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
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.0
Building package at path:  $PWD
https://github.com/PierreJanineh-com/InfinityScrollKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/13] Compiling InfinityScrollKit UIInfiniteScrollView.swift
[6/13] Compiling InfinityScrollKit LastCellView.swift
[7/13] Compiling InfinityScrollKit LazyDStack.swift
[8/13] Compiling InfinityScrollKit Options.swift
[9/13] Compiling InfinityScrollKit NSInfiniteScrollView.swift
[10/13] Emitting module InfinityScrollKit
[11/13] Compiling InfinityScrollKit OnRefresh+View.swift
[12/13] Compiling InfinityScrollKit EmptyArrayView.swift
[13/13] Compiling InfinityScrollKit InfinityScrollKit.swift
Build complete! (26.66s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.21s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.90s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3376] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.18s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.60s)
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.3
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.