The Swift Package Index logo.Swift Package Index

Build Information

Failed to build RefreshableScrollView, reference main (83dbdc), with Swift 6.3 for macOS (SPM) on 23 Apr 2026 06:17:24 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/elegantchaos/RefreshableScrollView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/RefreshableScrollView
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 83dbdca Don't suppress scrolling in iOS 16.0 when user is searching.
Cloned https://github.com/elegantchaos/RefreshableScrollView.git
Revision (git rev-parse @):
83dbdcab6f30463db20043d4086b464fa205e759
SUCCESS checkout https://github.com/elegantchaos/RefreshableScrollView.git at main
Fetching https://github.com/elegantchaos/Matchable.git
Fetching https://github.com/elegantchaos/XCTestExtensions.git
[1/571] Fetching xctestextensions
[93/737] Fetching xctestextensions, matchable
Fetched https://github.com/elegantchaos/Matchable.git from cache (0.68s)
[98/571] Fetching xctestextensions
Fetched https://github.com/elegantchaos/XCTestExtensions.git from cache (0.75s)
Computing version for https://github.com/elegantchaos/XCTestExtensions.git
Computed https://github.com/elegantchaos/XCTestExtensions.git at 1.4.2 (1.47s)
Computing version for https://github.com/elegantchaos/Matchable.git
Computed https://github.com/elegantchaos/Matchable.git at 1.0.6 (0.68s)
Creating working copy for https://github.com/elegantchaos/Matchable.git
Working copy of https://github.com/elegantchaos/Matchable.git resolved at 1.0.6
Creating working copy for https://github.com/elegantchaos/XCTestExtensions.git
Working copy of https://github.com/elegantchaos/XCTestExtensions.git resolved at 1.4.2
========================================
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": "refreshablescrollview",
      "name": "RefreshableScrollView",
      "url": "https://github.com/elegantchaos/RefreshableScrollView.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RefreshableScrollView",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/elegantchaos/RefreshableScrollView.git
[1/284] Fetching refreshablescrollview
Fetched https://github.com/elegantchaos/RefreshableScrollView.git from cache (0.65s)
Creating working copy for https://github.com/elegantchaos/RefreshableScrollView.git
Working copy of https://github.com/elegantchaos/RefreshableScrollView.git resolved at main (83dbdca)
warning: '.resolve-product-dependencies': dependency 'refreshablescrollview' 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/elegantchaos/RefreshableScrollView.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/9] Compiling RefreshableScrollView RefreshableScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/NativeRefreshableScrollView.swift:7:8: error: no such module 'UIKit'
  5 |
  6 | import SwiftUI
  7 | import UIKit
    |        `- error: no such module 'UIKit'
  8 |
  9 | /// Implements a ScrollView which uses the native UIScrollView to implement
[4/9] Compiling RefreshableScrollView CustomActivityView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/NativeRefreshableScrollView.swift:7:8: error: no such module 'UIKit'
  5 |
  6 | import SwiftUI
  7 | import UIKit
    |        `- error: no such module 'UIKit'
  8 |
  9 | /// Implements a ScrollView which uses the native UIScrollView to implement
[5/9] Compiling RefreshableScrollView RefreshState.swift
/Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/NativeRefreshableScrollView.swift:7:8: error: no such module 'UIKit'
  5 |
  6 | import SwiftUI
  7 | import UIKit
    |        `- error: no such module 'UIKit'
  8 |
  9 | /// Implements a ScrollView which uses the native UIScrollView to implement
[6/9] Compiling RefreshableScrollView IndicatorView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/NativeRefreshableScrollView.swift:7:8: error: no such module 'UIKit'
  5 |
  6 | import SwiftUI
  7 | import UIKit
    |        `- error: no such module 'UIKit'
  8 |
  9 | /// Implements a ScrollView which uses the native UIScrollView to implement
[7/9] Compiling RefreshableScrollView NativeRefreshableScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/NativeRefreshableScrollView.swift:7:8: error: no such module 'UIKit'
  5 |
  6 | import SwiftUI
  7 | import UIKit
    |        `- error: no such module 'UIKit'
  8 |
  9 | /// Implements a ScrollView which uses the native UIScrollView to implement
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/9] Emitting module RefreshableScrollView
/Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/NativeRefreshableScrollView.swift:7:8: error: no such module 'UIKit'
  5 |
  6 | import SwiftUI
  7 | import UIKit
    |        `- error: no such module 'UIKit'
  8 |
  9 | /// Implements a ScrollView which uses the native UIScrollView to implement
[9/9] Compiling RefreshableScrollView BoundsReaderView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/NativeRefreshableScrollView.swift:7:8: error: no such module 'UIKit'
  5 |
  6 | import SwiftUI
  7 | import UIKit
    |        `- error: no such module 'UIKit'
  8 |
  9 | /// Implements a ScrollView which uses the native UIScrollView to implement
BUILD FAILURE 6.3 macosSpm