Build Information
Failed to build ESPullToRefresh, reference master (6bfa29
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 00:51:39 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/eggswift/pull-to-refresh
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 6bfa290 Merge pull request #167 from eggswift/housekeep/xcode-11-and-swift-5-update
Cloned https://github.com/eggswift/pull-to-refresh.git
Revision (git rev-parse @):
6bfa290dcb98e0bb5e43bd9bcf51cafca1640cef
SUCCESS checkout https://github.com/eggswift/pull-to-refresh.git at master
========================================
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 (1.92s)
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 master (6bfa290)
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 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/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 {
[5/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 {
[6/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 {
[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 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 {
[9/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 {
[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 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 {
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 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 {
[3/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 {
[4/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 {
[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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/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 {
[7/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 {
[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 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 {
BUILD FAILURE 6.1 macosSpm