The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build ESPullToRefresh, reference 2.9.3 (a858aa), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 00:52:06 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/eggswift/pull-to-refresh.git
Reference: 2.9.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/eggswift/pull-to-refresh
 * tag               2.9.3      -> FETCH_HEAD
HEAD is now at a858aae Merge pull request #183 from eggswift/podspec
Cloned https://github.com/eggswift/pull-to-refresh.git
Revision (git rev-parse @):
a858aaeb44abc6428af916e8496429d244fac053
SUCCESS checkout https://github.com/eggswift/pull-to-refresh.git at 2.9.3
========================================
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": "pull-to-refresh",
      "name": "ESPullToRefresh",
      "url": "https://github.com/eggswift/pull-to-refresh.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/pull-to-refresh",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/eggswift/pull-to-refresh.git
[1/1556] Fetching pull-to-refresh
Fetched https://github.com/eggswift/pull-to-refresh.git from cache (2.20s)
Creating working copy for https://github.com/eggswift/pull-to-refresh.git
Working copy of https://github.com/eggswift/pull-to-refresh.git resolved at 2.9.3 (a858aae)
warning: '.resolve-product-dependencies': dependency 'pull-to-refresh' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/eggswift/pull-to-refresh.git
https://github.com/eggswift/pull-to-refresh.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ESPullToRefresh",
  "name" : "ESPullToRefresh",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "ESPullToRefresh",
      "targets" : [
        "ESPullToRefresh"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ESPullToRefresh",
      "module_type" : "SwiftTarget",
      "name" : "ESPullToRefresh",
      "path" : "Sources",
      "product_memberships" : [
        "ESPullToRefresh"
      ],
      "sources" : [
        "Animator/ESRefreshFooterAnimator.swift",
        "Animator/ESRefreshHeaderAnimator.swift",
        "ES.swift",
        "ESPullToRefresh+Manager.swift",
        "ESPullToRefresh.swift",
        "ESRefreshAnimator.swift",
        "ESRefreshComponent.swift",
        "ESRefreshProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/11] Compiling ESPullToRefresh ESRefreshProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:26:8: error: no such module 'UIKit'
 24 | //
 25 |
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class ESRefreshFooterAnimator: UIView, ESRefreshProtocol, ESRefreshAnimatorProtocol {
[4/11] Compiling ESPullToRefresh ESRefreshComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:26:8: error: no such module 'UIKit'
 24 | //
 25 |
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class ESRefreshFooterAnimator: UIView, ESRefreshProtocol, ESRefreshAnimatorProtocol {
[5/11] Compiling ESPullToRefresh ES.swift
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:26:8: error: no such module 'UIKit'
 24 | //
 25 |
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class ESRefreshFooterAnimator: UIView, ESRefreshProtocol, ESRefreshAnimatorProtocol {
[6/11] Compiling ESPullToRefresh ESPullToRefresh+Manager.swift
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:26:8: error: no such module 'UIKit'
 24 | //
 25 |
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class ESRefreshFooterAnimator: UIView, ESRefreshProtocol, ESRefreshAnimatorProtocol {
[7/11] Compiling ESPullToRefresh ESPullToRefresh.swift
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:26:8: error: no such module 'UIKit'
 24 | //
 25 |
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class ESRefreshFooterAnimator: UIView, ESRefreshProtocol, ESRefreshAnimatorProtocol {
[8/11] Compiling ESPullToRefresh ESRefreshAnimator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:26:8: error: no such module 'UIKit'
 24 | //
 25 |
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class ESRefreshFooterAnimator: UIView, ESRefreshProtocol, ESRefreshAnimatorProtocol {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/11] Emitting module ESPullToRefresh
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:26:8: error: no such module 'UIKit'
 24 | //
 25 |
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class ESRefreshFooterAnimator: UIView, ESRefreshProtocol, ESRefreshAnimatorProtocol {
[10/11] Compiling ESPullToRefresh ESRefreshHeaderAnimator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:26:8: error: no such module 'UIKit'
 24 | //
 25 |
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class ESRefreshFooterAnimator: UIView, ESRefreshProtocol, ESRefreshAnimatorProtocol {
[11/11] Compiling ESPullToRefresh ESRefreshFooterAnimator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:26:8: error: no such module 'UIKit'
 24 | //
 25 |
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class ESRefreshFooterAnimator: UIView, ESRefreshProtocol, ESRefreshAnimatorProtocol {
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/10] Compiling ESPullToRefresh ESRefreshAnimator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:26:8: error: no such module 'UIKit'
 24 | //
 25 |
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class ESRefreshFooterAnimator: UIView, ESRefreshProtocol, ESRefreshAnimatorProtocol {
[3/10] Compiling ESPullToRefresh ESPullToRefresh+Manager.swift
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:26:8: error: no such module 'UIKit'
 24 | //
 25 |
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class ESRefreshFooterAnimator: UIView, ESRefreshProtocol, ESRefreshAnimatorProtocol {
[4/10] Compiling ESPullToRefresh ESRefreshHeaderAnimator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:26:8: error: no such module 'UIKit'
 24 | //
 25 |
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class ESRefreshFooterAnimator: UIView, ESRefreshProtocol, ESRefreshAnimatorProtocol {
[5/10] Compiling ESPullToRefresh ESRefreshComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:26:8: error: no such module 'UIKit'
 24 | //
 25 |
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class ESRefreshFooterAnimator: UIView, ESRefreshProtocol, ESRefreshAnimatorProtocol {
[6/10] Compiling ESPullToRefresh ESRefreshProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:26:8: error: no such module 'UIKit'
 24 | //
 25 |
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class ESRefreshFooterAnimator: UIView, ESRefreshProtocol, ESRefreshAnimatorProtocol {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/10] Emitting module ESPullToRefresh
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:26:8: error: no such module 'UIKit'
 24 | //
 25 |
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class ESRefreshFooterAnimator: UIView, ESRefreshProtocol, ESRefreshAnimatorProtocol {
[8/10] Compiling ESPullToRefresh ES.swift
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:26:8: error: no such module 'UIKit'
 24 | //
 25 |
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class ESRefreshFooterAnimator: UIView, ESRefreshProtocol, ESRefreshAnimatorProtocol {
[9/10] Compiling ESPullToRefresh ESRefreshFooterAnimator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:26:8: error: no such module 'UIKit'
 24 | //
 25 |
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class ESRefreshFooterAnimator: UIView, ESRefreshProtocol, ESRefreshAnimatorProtocol {
[10/10] Compiling ESPullToRefresh ESPullToRefresh.swift
/Users/admin/builder/spi-builder-workspace/Sources/Animator/ESRefreshFooterAnimator.swift:26:8: error: no such module 'UIKit'
 24 | //
 25 |
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class ESRefreshFooterAnimator: UIView, ESRefreshProtocol, ESRefreshAnimatorProtocol {
BUILD FAILURE 6.1 macosSpm