The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ScrollViewController, reference master (288999), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 07:43:06 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/darrarski/ScrollViewController.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/darrarski/ScrollViewController
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 288999c Bump version
Cloned https://github.com/darrarski/ScrollViewController.git
Revision (git rev-parse @):
288999c7b9b0246aee0cfe3b7a066546038fd4b8
SUCCESS checkout https://github.com/darrarski/ScrollViewController.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/darrarski/ScrollViewController.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling ScrollViewController KeyboardFrameChangeListener.swift
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardFrameChangeListener.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// `KeyboardFrameChangeListining` implementation.
[4/10] Compiling ScrollViewController ScrollWrapperView.swift
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardFrameChangeListener.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// `KeyboardFrameChangeListining` implementation.
[5/10] Compiling ScrollViewController KeyboardFrameChangeListening.swift
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardFrameChangeListener.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// `KeyboardFrameChangeListining` implementation.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/10] Emitting module ScrollViewController
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardFrameChangeListener.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// `KeyboardFrameChangeListining` implementation.
[7/10] Compiling ScrollViewController KeyboardFrameChange.swift
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardFrameChangeListener.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// `KeyboardFrameChangeListining` implementation.
[8/10] Compiling ScrollViewController ScrollViewKeyboardAvoider.swift
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardFrameChangeListener.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// `KeyboardFrameChangeListining` implementation.
[9/10] Compiling ScrollViewController ScrollViewKeyboardAvoiding.swift
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardFrameChangeListener.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// `KeyboardFrameChangeListining` implementation.
[10/10] Compiling ScrollViewController ScrollViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardFrameChangeListener.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// `KeyboardFrameChangeListining` implementation.
BUILD FAILURE 6.2 macosSpm