Build Information
Failed to build ESPullToRefresh, reference 2.9.3 (a858aa
), with Swift 6.0 for macOS (SPM) on 27 Nov 2024 14:51:19 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.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
Build Log
========================================
RunAll
========================================
Builder version: 4.58.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.61s)
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.0
Building package at path: $PWD
https://github.com/eggswift/pull-to-refresh.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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--7754E27361AE5C74.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 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 {
[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 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)
[8/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 {
[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 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.0 macosSpm