Build Information
Failed to build ScrollViewObserver, reference main (5498dc), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 16:22:25 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AndreasVerhoeven/ScrollViewObserver.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AndreasVerhoeven/ScrollViewObserver
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5498dc3 minor fix for collection views
Cloned https://github.com/AndreasVerhoeven/ScrollViewObserver.git
Revision (git rev-parse @):
5498dc3b14e51d33627d8b5b16881af87ad2ee5e
SUCCESS checkout https://github.com/AndreasVerhoeven/ScrollViewObserver.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/AndreasVerhoeven/ScrollViewObserver.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/11] Compiling ScrollViewObserver UIScrollView+VisibilityToggler.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScrollViewObserver.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Observes the contentOffset of a scrollview and calls a callback when it changes,
[4/11] Compiling ScrollViewObserver UINavigationItem+CustomTitle.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScrollViewObserver.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Observes the contentOffset of a scrollview and calls a callback when it changes,
[5/11] Compiling ScrollViewObserver ScrollViewVisibilityToggler.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScrollViewObserver.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Observes the contentOffset of a scrollview and calls a callback when it changes,
[6/11] Compiling ScrollViewObserver UIScrollView+ObserverHelpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScrollViewObserver.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Observes the contentOffset of a scrollview and calls a callback when it changes,
[7/11] Compiling ScrollViewObserver UIScrollView+MonitorHelpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScrollViewObserver.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Observes the contentOffset of a scrollview and calls a callback when it changes,
[8/11] Compiling ScrollViewObserver ScrollViewOffsetMonitor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScrollViewObserver.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Observes the contentOffset of a scrollview and calls a callback when it changes,
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/11] Emitting module ScrollViewObserver
/Users/admin/builder/spi-builder-workspace/Sources/ScrollViewObserver.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Observes the contentOffset of a scrollview and calls a callback when it changes,
[10/11] Compiling ScrollViewObserver ScrollViewObserverCancellable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScrollViewObserver.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Observes the contentOffset of a scrollview and calls a callback when it changes,
[11/11] Compiling ScrollViewObserver ScrollViewObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScrollViewObserver.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Observes the contentOffset of a scrollview and calls a callback when it changes,
BUILD FAILURE 6.2 macosSpm