The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ESPullToRefresh, reference 2.9.3 (a858aa), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 17:00:07 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "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 (3.52s)
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.3
Building package at path:  $PWD
https://github.com/eggswift/pull-to-refresh.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/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 {
[4/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 {
[5/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/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 {
[7/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 {
[8/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 {
[9/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 {
[10/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 {
[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 {
BUILD FAILURE 6.3 macosSpm