Build Information
Failed to build Tabman, reference 3.2.0 (3b2213
), with Swift 6.1 for watchOS using Xcode 16.3 on 28 Apr 2025 15:22:16 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Tabman -destination generic/platform=watchOS
Build Log
internal class TransitionOperation: NSObject, CAAnimationDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation+Action.swift:34:28: error: cannot find type 'CATransitionSubtype' in scope
var transitionSubType: CATransitionSubtype {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:46:28: error: cannot find type 'CATransition' in scope
private var animation: CATransition?
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:105:26: error: cannot find type 'CALayer' in scope
func start(on layer: CALayer,
^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:128:43: error: cannot find type 'CAAnimation' in scope
public func animationDidStart(_ anim: CAAnimation) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:132:42: error: cannot find type 'CAAnimation' in scope
public func animationDidStop(_ anim: CAAnimation, finished flag: Bool) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/UIViewController+Pageboy.swift:11:11: error: cannot find type 'UIViewController' in scope
extension UIViewController {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIApplication+SafeShared.swift:11:20: error: cannot find type 'UIApplication' in scope
internal extension UIApplication {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIPageViewController+ScrollView.swift:11:20: error: cannot find type 'UIPageViewController' in scope
internal extension UIPageViewController {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIScrollView+Interaction.swift:11:20: error: cannot find type 'UIScrollView' in scope
internal extension UIScrollView {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Animation.swift:11:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+AutoLayout.swift:11:20: error: cannot find type 'UIView' in scope
internal extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Localization.swift:11:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift:11:43: error: cannot find type 'UIPageViewController' in scope
internal class PatchedPageViewController: UIPageViewController {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift:15:58: error: cannot find type 'UIViewController' in scope
override func setViewControllers(_ viewControllers: [UIViewController]?, direction: UIPageViewController.NavigationDirection, animated: Bool, completion: ((Bool) -> Void)? = nil) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift:15:89: error: cannot find type 'UIPageViewController' in scope
override func setViewControllers(_ viewControllers: [UIViewController]?, direction: UIPageViewController.NavigationDirection, animated: Bool, completion: ((Bool) -> Void)? = nil) {
^~~~~~~~~~~~~~~~~~~~
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Pageboy (in target 'Pageboy' from project 'Pageboy')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyAutoScroller.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/NavigationDirection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/Page.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Updating.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/PageboyViewController+Transitioning.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation+Action.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/UIViewController+Pageboy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/DispatchQueue+main.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIApplication+SafeShared.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIPageViewController+ScrollView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIScrollView+Interaction.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Animation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+AutoLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Localization.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/IndexedObjectMap.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/WeakContainer.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64_32/Pageboy_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Pageboy -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64_32/Pageboy.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64_32/Pageboy.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64_32/Pageboy-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64_32/Pageboy-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64_32/Pageboy-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64_32/Pageboy.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64_32/Pageboy.abi.json
EmitSwiftModule normal arm64_32 (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/NavigationDirection.swift:23:19: error: cannot find type 'UIPageViewController' in scope
var rawValue: UIPageViewController.NavigationDirection {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:75:53: error: cannot find type 'UIViewController' in scope
func updateViewControllers(to viewControllers: [UIViewController],
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:96:62: error: cannot find type 'UIViewController' in scope
private func _updateViewControllers(to viewControllers: [UIViewController],
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:167:63: error: cannot find type 'UIViewController' in scope
internal func fetchViewController(at index: PageIndex) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:235:37: error: cannot find type 'UIPageViewController' in scope
var pageViewControllerOptions: [UIPageViewController.OptionsKey: Any]? {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:250:34: error: cannot find type 'UIPageViewControllerDataSource' in scope
extension PageboyViewController: UIPageViewControllerDataSource {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:253:94: error: cannot find type 'UIViewController' in scope
viewControllerBefore viewController: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:252:58: error: cannot find type 'UIPageViewController' in scope
public func pageViewController(_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:253:73: error: cannot find type 'UIViewController' in scope
viewControllerBefore viewController: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:269:93: error: cannot find type 'UIViewController' in scope
viewControllerAfter viewController: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:268:58: error: cannot find type 'UIPageViewController' in scope
public func pageViewController(_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:269:72: error: cannot find type 'UIViewController' in scope
viewControllerAfter viewController: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:20:50: error: cannot find type 'UIScrollView' in scope
func calculateNewPagePosition(in scrollView: UIScrollView, currentIndex: PageIndex) -> (CGFloat, CGFloat)? {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:48:68: error: cannot find type 'UIScrollView' in scope
func calculateRelativePageSizeAndContentOffset(for scrollView: UIScrollView) -> (CGFloat, CGFloat) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:122:72: error: cannot find type 'UIScrollView' in scope
func detectNewPageIndexIfNeeded(pagePosition: CGFloat, scrollView: UIScrollView) -> Bool {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:220:59: error: cannot find type 'UIScrollView' in scope
func updateContentOffsetForBounceIfNeeded(scrollView: UIScrollView) -> Bool {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:241:43: error: cannot find type 'UIScrollView' in scope
func scrollViewIsActual(_ scrollView: UIScrollView) -> Bool {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:249:59: error: cannot find type 'UIPageViewController' in scope
func pageViewControllerIsActual(_ pageViewController: UIPageViewController) -> Bool {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:12:34: error: cannot find type 'UIPageViewControllerDelegate' in scope
extension PageboyViewController: UIPageViewControllerDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:16:58: error: cannot find type 'UIPageViewController' in scope
public func pageViewController(_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:17:78: error: cannot find type 'UIViewController' in scope
willTransitionTo pendingViewControllers: [UIViewController]) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:27:60: error: cannot find type 'UIPageViewController' in scope
internal func pageViewController(_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:28:80: error: cannot find type 'UIViewController' in scope
willTransitionTo pendingViewControllers: [UIViewController],
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:47:58: error: cannot find type 'UIPageViewController' in scope
public func pageViewController(_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:49:62: error: cannot find type 'UIViewController' in scope
previousViewControllers: [UIViewController],
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:82:34: error: cannot find type 'UIScrollViewDelegate' in scope
extension PageboyViewController: UIScrollViewDelegate {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:84:51: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidScroll(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:132:59: error: cannot find type 'UIScrollView' in scope
public func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:141:66: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidEndScrollingAnimation(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:148:60: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:155:57: error: cannot find type 'UIScrollView' in scope
public func scrollViewWillEndDragging(_ scrollView: UIScrollView,
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:165:57: error: cannot find type 'UIScrollView' in scope
private func scrollView(didEndScrolling scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Updating.swift:34:41: error: cannot find type 'UIViewController' in scope
viewController: UIViewController?,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:173:65: error: cannot find type 'UIViewController' in scope
internal lazy var viewControllerIndexMap = IndexedObjectMap<UIViewController>()
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:23:38: error: cannot find type 'UIPageViewController' in scope
internal var pageViewController: UIPageViewController?
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:30:39: error: cannot find type 'UIPageViewController' in scope
public var navigationOrientation: UIPageViewController.NavigationOrientation = .horizontal {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:166:41: error: cannot find type 'CADisplayLink' in scope
internal var transitionDisplayLink: CADisplayLink?
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:19:67: error: cannot find type 'UIViewController' in scope
public typealias PageScrollCompletion = (_ newViewController: UIViewController, _ animated: Bool, _ finished: Bool) -> Void
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDataSource.swift:26:71: error: cannot find type 'UIViewController' in scope
at index: PageboyViewController.PageIndex) -> UIViewController?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDelegate.swift:66:69: error: cannot find type 'UIViewController' in scope
didReloadWith currentViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:192:39: error: cannot find type 'UIViewController' in scope
public var currentViewController: UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:210:24: error: method does not override any method from its superclass
open override func viewDidLoad() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:218:24: error: method does not override any method from its superclass
open override func viewWillAppear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:231:24: error: method does not override any method from its superclass
open override func viewDidAppear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:239:24: error: method does not override any method from its superclass
open override func viewWillDisappear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:248:61: error: cannot find type 'UIViewControllerTransitionCoordinator' in scope
with coordinator: UIViewControllerTransitionCoordinator) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:362:46: error: cannot find type 'UIViewController' in scope
public func pageIndex(of viewController: UIViewController) -> PageIndex? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:14:35: error: cannot find type 'UIViewController' in scope
open class PageboyViewController: UIViewController {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/PageboyViewController+Transitioning.swift:162:20: error: cannot find type 'CATransition' in scope
internal extension CATransition {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation+Action.swift:26:26: error: cannot find type 'UIPageViewController' in scope
let orientation: UIPageViewController.NavigationOrientation
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:31:47: error: cannot find type 'CAAnimationDelegate' in scope
internal class TransitionOperation: NSObject, CAAnimationDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation+Action.swift:34:28: error: cannot find type 'CATransitionSubtype' in scope
var transitionSubType: CATransitionSubtype {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:46:28: error: cannot find type 'CATransition' in scope
private var animation: CATransition?
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:105:26: error: cannot find type 'CALayer' in scope
func start(on layer: CALayer,
^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:128:43: error: cannot find type 'CAAnimation' in scope
public func animationDidStart(_ anim: CAAnimation) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:132:42: error: cannot find type 'CAAnimation' in scope
public func animationDidStop(_ anim: CAAnimation, finished flag: Bool) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/UIViewController+Pageboy.swift:11:11: error: cannot find type 'UIViewController' in scope
extension UIViewController {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIApplication+SafeShared.swift:11:20: error: cannot find type 'UIApplication' in scope
internal extension UIApplication {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIPageViewController+ScrollView.swift:11:20: error: cannot find type 'UIPageViewController' in scope
internal extension UIPageViewController {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIScrollView+Interaction.swift:11:20: error: cannot find type 'UIScrollView' in scope
internal extension UIScrollView {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Animation.swift:11:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+AutoLayout.swift:11:20: error: cannot find type 'UIView' in scope
internal extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Localization.swift:11:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift:11:43: error: cannot find type 'UIPageViewController' in scope
internal class PatchedPageViewController: UIPageViewController {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift:15:58: error: cannot find type 'UIViewController' in scope
override func setViewControllers(_ viewControllers: [UIViewController]?, direction: UIPageViewController.NavigationDirection, animated: Bool, completion: ((Bool) -> Void)? = nil) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift:15:89: error: cannot find type 'UIPageViewController' in scope
override func setViewControllers(_ viewControllers: [UIViewController]?, direction: UIPageViewController.NavigationDirection, animated: Bool, completion: ((Bool) -> Void)? = nil) {
^~~~~~~~~~~~~~~~~~~~
SwiftCompile normal armv7k Compiling\ UIPageViewController+ScrollView.swift,\ UIScrollView+Interaction.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIPageViewController+ScrollView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIScrollView+Interaction.swift (in target 'Pageboy' from project 'Pageboy')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIPageViewController+ScrollView.swift (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIScrollView+Interaction.swift (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Pageboy (in target 'Pageboy' from project 'Pageboy')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyAutoScroller.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/NavigationDirection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/Page.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Updating.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/PageboyViewController+Transitioning.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation+Action.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/UIViewController+Pageboy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/DispatchQueue+main.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIApplication+SafeShared.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIPageViewController+ScrollView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIScrollView+Interaction.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Animation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+AutoLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Localization.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/IndexedObjectMap.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/WeakContainer.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64/Pageboy_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Pageboy -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64/Pageboy.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64/Pageboy.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64/Pageboy-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64/Pageboy-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64/Pageboy-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64/Pageboy.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64/Pageboy.abi.json
EmitSwiftModule normal arm64 (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/NavigationDirection.swift:23:19: error: cannot find type 'UIPageViewController' in scope
var rawValue: UIPageViewController.NavigationDirection {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:75:53: error: cannot find type 'UIViewController' in scope
func updateViewControllers(to viewControllers: [UIViewController],
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:96:62: error: cannot find type 'UIViewController' in scope
private func _updateViewControllers(to viewControllers: [UIViewController],
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:167:63: error: cannot find type 'UIViewController' in scope
internal func fetchViewController(at index: PageIndex) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:235:37: error: cannot find type 'UIPageViewController' in scope
var pageViewControllerOptions: [UIPageViewController.OptionsKey: Any]? {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:250:34: error: cannot find type 'UIPageViewControllerDataSource' in scope
extension PageboyViewController: UIPageViewControllerDataSource {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:253:94: error: cannot find type 'UIViewController' in scope
viewControllerBefore viewController: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:252:58: error: cannot find type 'UIPageViewController' in scope
public func pageViewController(_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:253:73: error: cannot find type 'UIViewController' in scope
viewControllerBefore viewController: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:269:93: error: cannot find type 'UIViewController' in scope
viewControllerAfter viewController: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:268:58: error: cannot find type 'UIPageViewController' in scope
public func pageViewController(_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:269:72: error: cannot find type 'UIViewController' in scope
viewControllerAfter viewController: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:20:50: error: cannot find type 'UIScrollView' in scope
func calculateNewPagePosition(in scrollView: UIScrollView, currentIndex: PageIndex) -> (CGFloat, CGFloat)? {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:48:68: error: cannot find type 'UIScrollView' in scope
func calculateRelativePageSizeAndContentOffset(for scrollView: UIScrollView) -> (CGFloat, CGFloat) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:122:72: error: cannot find type 'UIScrollView' in scope
func detectNewPageIndexIfNeeded(pagePosition: CGFloat, scrollView: UIScrollView) -> Bool {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:220:59: error: cannot find type 'UIScrollView' in scope
func updateContentOffsetForBounceIfNeeded(scrollView: UIScrollView) -> Bool {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:241:43: error: cannot find type 'UIScrollView' in scope
func scrollViewIsActual(_ scrollView: UIScrollView) -> Bool {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:249:59: error: cannot find type 'UIPageViewController' in scope
func pageViewControllerIsActual(_ pageViewController: UIPageViewController) -> Bool {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:12:34: error: cannot find type 'UIPageViewControllerDelegate' in scope
extension PageboyViewController: UIPageViewControllerDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:16:58: error: cannot find type 'UIPageViewController' in scope
public func pageViewController(_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:17:78: error: cannot find type 'UIViewController' in scope
willTransitionTo pendingViewControllers: [UIViewController]) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:27:60: error: cannot find type 'UIPageViewController' in scope
internal func pageViewController(_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:28:80: error: cannot find type 'UIViewController' in scope
willTransitionTo pendingViewControllers: [UIViewController],
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:47:58: error: cannot find type 'UIPageViewController' in scope
public func pageViewController(_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:49:62: error: cannot find type 'UIViewController' in scope
previousViewControllers: [UIViewController],
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:82:34: error: cannot find type 'UIScrollViewDelegate' in scope
extension PageboyViewController: UIScrollViewDelegate {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:84:51: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidScroll(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:132:59: error: cannot find type 'UIScrollView' in scope
public func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:141:66: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidEndScrollingAnimation(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:148:60: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:155:57: error: cannot find type 'UIScrollView' in scope
public func scrollViewWillEndDragging(_ scrollView: UIScrollView,
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:165:57: error: cannot find type 'UIScrollView' in scope
private func scrollView(didEndScrolling scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Updating.swift:34:41: error: cannot find type 'UIViewController' in scope
viewController: UIViewController?,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:173:65: error: cannot find type 'UIViewController' in scope
internal lazy var viewControllerIndexMap = IndexedObjectMap<UIViewController>()
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:23:38: error: cannot find type 'UIPageViewController' in scope
internal var pageViewController: UIPageViewController?
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:30:39: error: cannot find type 'UIPageViewController' in scope
public var navigationOrientation: UIPageViewController.NavigationOrientation = .horizontal {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:166:41: error: cannot find type 'CADisplayLink' in scope
internal var transitionDisplayLink: CADisplayLink?
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:19:67: error: cannot find type 'UIViewController' in scope
public typealias PageScrollCompletion = (_ newViewController: UIViewController, _ animated: Bool, _ finished: Bool) -> Void
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDataSource.swift:26:71: error: cannot find type 'UIViewController' in scope
at index: PageboyViewController.PageIndex) -> UIViewController?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDelegate.swift:66:69: error: cannot find type 'UIViewController' in scope
didReloadWith currentViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:192:39: error: cannot find type 'UIViewController' in scope
public var currentViewController: UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:210:24: error: method does not override any method from its superclass
open override func viewDidLoad() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:218:24: error: method does not override any method from its superclass
open override func viewWillAppear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:231:24: error: method does not override any method from its superclass
open override func viewDidAppear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:239:24: error: method does not override any method from its superclass
open override func viewWillDisappear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:248:61: error: cannot find type 'UIViewControllerTransitionCoordinator' in scope
with coordinator: UIViewControllerTransitionCoordinator) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:362:46: error: cannot find type 'UIViewController' in scope
public func pageIndex(of viewController: UIViewController) -> PageIndex? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:14:35: error: cannot find type 'UIViewController' in scope
open class PageboyViewController: UIViewController {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/PageboyViewController+Transitioning.swift:162:20: error: cannot find type 'CATransition' in scope
internal extension CATransition {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation+Action.swift:26:26: error: cannot find type 'UIPageViewController' in scope
let orientation: UIPageViewController.NavigationOrientation
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:31:47: error: cannot find type 'CAAnimationDelegate' in scope
internal class TransitionOperation: NSObject, CAAnimationDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation+Action.swift:34:28: error: cannot find type 'CATransitionSubtype' in scope
var transitionSubType: CATransitionSubtype {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:46:28: error: cannot find type 'CATransition' in scope
private var animation: CATransition?
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:105:26: error: cannot find type 'CALayer' in scope
func start(on layer: CALayer,
^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:128:43: error: cannot find type 'CAAnimation' in scope
public func animationDidStart(_ anim: CAAnimation) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:132:42: error: cannot find type 'CAAnimation' in scope
public func animationDidStop(_ anim: CAAnimation, finished flag: Bool) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/UIViewController+Pageboy.swift:11:11: error: cannot find type 'UIViewController' in scope
extension UIViewController {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIApplication+SafeShared.swift:11:20: error: cannot find type 'UIApplication' in scope
internal extension UIApplication {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIPageViewController+ScrollView.swift:11:20: error: cannot find type 'UIPageViewController' in scope
internal extension UIPageViewController {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIScrollView+Interaction.swift:11:20: error: cannot find type 'UIScrollView' in scope
internal extension UIScrollView {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Animation.swift:11:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+AutoLayout.swift:11:20: error: cannot find type 'UIView' in scope
internal extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Localization.swift:11:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift:11:43: error: cannot find type 'UIPageViewController' in scope
internal class PatchedPageViewController: UIPageViewController {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift:15:58: error: cannot find type 'UIViewController' in scope
override func setViewControllers(_ viewControllers: [UIViewController]?, direction: UIPageViewController.NavigationDirection, animated: Bool, completion: ((Bool) -> Void)? = nil) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift:15:89: error: cannot find type 'UIPageViewController' in scope
override func setViewControllers(_ viewControllers: [UIViewController]?, direction: UIPageViewController.NavigationDirection, animated: Bool, completion: ((Bool) -> Void)? = nil) {
^~~~~~~~~~~~~~~~~~~~
SwiftCompile normal armv7k Compiling\ TransitionOperation+Action.swift,\ TransitionOperation.swift,\ UIViewController+Pageboy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation+Action.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/UIViewController+Pageboy.swift (in target 'Pageboy' from project 'Pageboy')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation+Action.swift (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/UIViewController+Pageboy.swift (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ PageboyAutoScroller.swift,\ PageboyViewController+AutoScrolling.swift,\ NavigationDirection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyAutoScroller.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/NavigationDirection.swift (in target 'Pageboy' from project 'Pageboy')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyAutoScroller.swift (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/NavigationDirection.swift (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIView+Localization.swift,\ IndexedObjectMap.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Localization.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/IndexedObjectMap.swift (in target 'Pageboy' from project 'Pageboy')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal armv7k Emitting\ module\ for\ Pageboy (in target 'Pageboy' from project 'Pageboy')
EmitSwiftModule normal armv7k (in target 'Pageboy' from project 'Pageboy')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Pageboy (in target 'Pageboy' from project 'Pageboy')
EmitSwiftModule normal arm64_32 (in target 'Pageboy' from project 'Pageboy')
SwiftEmitModule normal arm64 Emitting\ module\ for\ Pageboy (in target 'Pageboy' from project 'Pageboy')
EmitSwiftModule normal arm64 (in target 'Pageboy' from project 'Pageboy')
SwiftCompile normal arm64 Compiling\ UIView+Localization.swift,\ IndexedObjectMap.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Localization.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/IndexedObjectMap.swift (in target 'Pageboy' from project 'Pageboy')
Building workspace spi-builder-workspace with scheme Tabman
(8 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
Tabman: /Users/admin/builder/spi-builder-workspace
Pageboy: https://github.com/uias/Pageboy @ 4.2.0
resolved source packages: Tabman, Pageboy
{
"dependencies" : [
{
"identity" : "pageboy",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/uias/Pageboy"
}
],
"manifest_display_name" : "Tabman",
"name" : "Tabman",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Tabman",
"targets" : [
"Tabman"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "TabmanTests",
"module_type" : "SwiftTarget",
"name" : "TabmanTests",
"path" : "Sources/TabmanTests",
"sources" : [
"Bar/MockBarDataSource.swift",
"Bar/MockBarView.swift",
"MockTabmanViewController.swift",
"TabmanViewControllerTests.swift"
],
"target_dependencies" : [
"Tabman"
],
"type" : "test"
},
{
"c99name" : "Tabman",
"module_type" : "SwiftTarget",
"name" : "Tabman",
"path" : "Sources/Tabman",
"product_dependencies" : [
"Pageboy"
],
"product_memberships" : [
"Tabman"
],
"sources" : [
"AutoInsetter/AutoInsetSpec.swift",
"AutoInsetter/AutoInsetter.swift",
"AutoInsetter/InsetCalculator/CollectionViewInsetCalculator.swift",
"AutoInsetter/InsetCalculator/InsetCalculations.swift",
"AutoInsetter/InsetCalculator/InsetCalculator.swift",
"AutoInsetter/InsetCalculator/ScrollViewInsetCalculator.swift",
"AutoInsetter/InsetCalculator/TableViewInsetCalculator.swift",
"AutoInsetter/InsetExecutor/InsetExecutor.swift",
"AutoInsetter/InsetStore/DefaultInsetStore.swift",
"AutoInsetter/InsetStore/InsetStore.swift",
"AutoInsetter/Utilities/UIViewController+ScrollViewDetection.swift",
"Bar/BarBackgroundView/TMBarBackgroundView.swift",
"Bar/BarButton/Badge/TMBadgeView.swift",
"Bar/BarButton/TMBarButton.swift",
"Bar/BarButton/TMBarButtonCollection.swift",
"Bar/BarButton/TMBarButtonController.swift",
"Bar/BarButton/TMBarButtonInteractionController.swift",
"Bar/BarButton/TMBarButtonStateController.swift",
"Bar/BarButton/Types/TMBarButton+None.swift",
"Bar/BarButton/Types/TMLabelBarButton.swift",
"Bar/BarButton/Types/TMTabItemBarButton.swift",
"Bar/BarExtensions/AutoHidingBar/TMHidingBar+Triggers.swift",
"Bar/BarExtensions/AutoHidingBar/TMHidingBar.swift",
"Bar/BarExtensions/SystemBar/TMSystemBar.swift",
"Bar/BarIndicator/TMBarIndicator.swift",
"Bar/BarIndicator/TMBarIndicatorContainer.swift",
"Bar/BarIndicator/TMBarIndicatorLayoutHandler.swift",
"Bar/BarIndicator/Types/TMBarIndicator+None.swift",
"Bar/BarIndicator/Types/TMBlockBarIndicator.swift",
"Bar/BarIndicator/Types/TMChevronBarIndicator.swift",
"Bar/BarIndicator/Types/TMDotBarIndicator.swift",
"Bar/BarIndicator/Types/TMLineBarIndicator.swift",
"Bar/BarItem/TMBarItem.swift",
"Bar/BarItem/UIKit+TMBarItemable.swift",
"Bar/BarLayout/TMBarLayout.swift",
"Bar/BarLayout/TMBarLayoutInsetGuides.swift",
"Bar/BarLayout/TMBarLayoutParent.swift",
"Bar/BarLayout/Types/TMBarLayout+None.swift",
"Bar/BarLayout/Types/TMConstrainedHorizontalBarLayout.swift",
"Bar/BarLayout/Types/TMHorizontalBarLayout+Separator.swift",
"Bar/BarLayout/Types/TMHorizontalBarLayout.swift",
"Bar/BarView/TMBarView.swift",
"Bar/BarView/TMBarViewContentInsetGuides.swift",
"Bar/BarView/TMBarViewFocusProvider.swift",
"Bar/BarView/TMBarViewFocusRect.swift",
"Bar/BarView/TMBarViewLayoutGrid.swift",
"Bar/BarView/TMBarViewScrollHandler.swift",
"Bar/BarView/TMBarViewUpdateHandler.swift",
"Bar/Extensions/CGRect+Interpolation.swift",
"Bar/Extensions/UIColor+Interpolation.swift",
"Bar/Generic/AnimateableLabel.swift",
"Bar/Generic/EdgeFadedView.swift",
"Bar/Generic/GestureScrollView.swift",
"Bar/Generic/ViewTitleViewContainer.swift",
"Bar/TMAnimation.swift",
"Bar/TMBar+Templates.swift",
"Bar/TMBar.swift",
"Bar/TMTransition.swift",
"Bar/Utility/BarMath.swift",
"Bar/Utility/WeakContainer.swift",
"Extensions/PageboyNavigationDirection+Tabman.swift",
"Extensions/PageboyViewController+RelativeCurrentPosition.swift",
"Extensions/UIView+LayoutGuide.swift",
"Extensions/UIViewController+Tabman.swift",
"TabmanViewController+Insets.swift",
"TabmanViewController.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Tabman"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Tabman -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Tabman -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
Tabman: /Users/admin/builder/spi-builder-workspace
Pageboy: https://github.com/uias/Pageboy @ 4.2.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
Target 'Tabman' in project 'Tabman'
➜ Explicit dependency on target 'Tabman' in project 'Tabman'
➜ Explicit dependency on target 'Pageboy' in project 'Pageboy'
Target 'Tabman' in project 'Tabman'
➜ Explicit dependency on target 'Pageboy' in project 'Pageboy'
Target 'Pageboy' in project 'Pageboy'
➜ Explicit dependency on target 'Pageboy' in project 'Pageboy'
Target 'Pageboy' in project 'Pageboy' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 8ed5e75af53016485144d6090ae192c9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8ed5e75af53016485144d6090ae192c9.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
SwiftDriver Pageboy normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Pageboy -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64_32/Pageboy.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64_32/Pageboy-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64_32/Pageboy.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64_32/Pageboy_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64_32/Pageboy-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Pageboy normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Pageboy -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64/Pageboy.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64/Pageboy-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64/Pageboy.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64/Pageboy_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64/Pageboy-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Pageboy normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Pageboy -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/armv7k/Pageboy.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/armv7k/Pageboy-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/armv7k/Pageboy.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/armv7k/Pageboy_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/armv7k/Pageboy-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Pageboy (in target 'Pageboy' from project 'Pageboy')
EmitSwiftModule normal arm64_32 (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/NavigationDirection.swift:23:19: error: cannot find type 'UIPageViewController' in scope
var rawValue: UIPageViewController.NavigationDirection {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:75:53: error: cannot find type 'UIViewController' in scope
func updateViewControllers(to viewControllers: [UIViewController],
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:96:62: error: cannot find type 'UIViewController' in scope
private func _updateViewControllers(to viewControllers: [UIViewController],
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:167:63: error: cannot find type 'UIViewController' in scope
internal func fetchViewController(at index: PageIndex) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:235:37: error: cannot find type 'UIPageViewController' in scope
var pageViewControllerOptions: [UIPageViewController.OptionsKey: Any]? {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:250:34: error: cannot find type 'UIPageViewControllerDataSource' in scope
extension PageboyViewController: UIPageViewControllerDataSource {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:253:94: error: cannot find type 'UIViewController' in scope
viewControllerBefore viewController: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:252:58: error: cannot find type 'UIPageViewController' in scope
public func pageViewController(_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:253:73: error: cannot find type 'UIViewController' in scope
viewControllerBefore viewController: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:269:93: error: cannot find type 'UIViewController' in scope
viewControllerAfter viewController: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:268:58: error: cannot find type 'UIPageViewController' in scope
public func pageViewController(_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:269:72: error: cannot find type 'UIViewController' in scope
viewControllerAfter viewController: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:20:50: error: cannot find type 'UIScrollView' in scope
func calculateNewPagePosition(in scrollView: UIScrollView, currentIndex: PageIndex) -> (CGFloat, CGFloat)? {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:48:68: error: cannot find type 'UIScrollView' in scope
func calculateRelativePageSizeAndContentOffset(for scrollView: UIScrollView) -> (CGFloat, CGFloat) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:122:72: error: cannot find type 'UIScrollView' in scope
func detectNewPageIndexIfNeeded(pagePosition: CGFloat, scrollView: UIScrollView) -> Bool {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:220:59: error: cannot find type 'UIScrollView' in scope
func updateContentOffsetForBounceIfNeeded(scrollView: UIScrollView) -> Bool {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:241:43: error: cannot find type 'UIScrollView' in scope
func scrollViewIsActual(_ scrollView: UIScrollView) -> Bool {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:249:59: error: cannot find type 'UIPageViewController' in scope
func pageViewControllerIsActual(_ pageViewController: UIPageViewController) -> Bool {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:12:34: error: cannot find type 'UIPageViewControllerDelegate' in scope
extension PageboyViewController: UIPageViewControllerDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:16:58: error: cannot find type 'UIPageViewController' in scope
public func pageViewController(_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:17:78: error: cannot find type 'UIViewController' in scope
willTransitionTo pendingViewControllers: [UIViewController]) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:27:60: error: cannot find type 'UIPageViewController' in scope
internal func pageViewController(_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:28:80: error: cannot find type 'UIViewController' in scope
willTransitionTo pendingViewControllers: [UIViewController],
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:47:58: error: cannot find type 'UIPageViewController' in scope
public func pageViewController(_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:49:62: error: cannot find type 'UIViewController' in scope
previousViewControllers: [UIViewController],
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:82:34: error: cannot find type 'UIScrollViewDelegate' in scope
extension PageboyViewController: UIScrollViewDelegate {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:84:51: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidScroll(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:132:59: error: cannot find type 'UIScrollView' in scope
public func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:141:66: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidEndScrollingAnimation(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:148:60: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:155:57: error: cannot find type 'UIScrollView' in scope
public func scrollViewWillEndDragging(_ scrollView: UIScrollView,
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:165:57: error: cannot find type 'UIScrollView' in scope
private func scrollView(didEndScrolling scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Updating.swift:34:41: error: cannot find type 'UIViewController' in scope
viewController: UIViewController?,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:173:65: error: cannot find type 'UIViewController' in scope
internal lazy var viewControllerIndexMap = IndexedObjectMap<UIViewController>()
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:19:67: error: cannot find type 'UIViewController' in scope
public typealias PageScrollCompletion = (_ newViewController: UIViewController, _ animated: Bool, _ finished: Bool) -> Void
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:23:38: error: cannot find type 'UIPageViewController' in scope
internal var pageViewController: UIPageViewController?
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:30:39: error: cannot find type 'UIPageViewController' in scope
public var navigationOrientation: UIPageViewController.NavigationOrientation = .horizontal {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDataSource.swift:26:71: error: cannot find type 'UIViewController' in scope
at index: PageboyViewController.PageIndex) -> UIViewController?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDelegate.swift:66:69: error: cannot find type 'UIViewController' in scope
didReloadWith currentViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:166:41: error: cannot find type 'CADisplayLink' in scope
internal var transitionDisplayLink: CADisplayLink?
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:192:39: error: cannot find type 'UIViewController' in scope
public var currentViewController: UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:210:24: error: method does not override any method from its superclass
open override func viewDidLoad() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:218:24: error: method does not override any method from its superclass
open override func viewWillAppear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:231:24: error: method does not override any method from its superclass
open override func viewDidAppear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:239:24: error: method does not override any method from its superclass
open override func viewWillDisappear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:248:61: error: cannot find type 'UIViewControllerTransitionCoordinator' in scope
with coordinator: UIViewControllerTransitionCoordinator) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:362:46: error: cannot find type 'UIViewController' in scope
public func pageIndex(of viewController: UIViewController) -> PageIndex? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:14:35: error: cannot find type 'UIViewController' in scope
open class PageboyViewController: UIViewController {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/PageboyViewController+Transitioning.swift:162:20: error: cannot find type 'CATransition' in scope
internal extension CATransition {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation+Action.swift:26:26: error: cannot find type 'UIPageViewController' in scope
let orientation: UIPageViewController.NavigationOrientation
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:31:47: error: cannot find type 'CAAnimationDelegate' in scope
internal class TransitionOperation: NSObject, CAAnimationDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation+Action.swift:34:28: error: cannot find type 'CATransitionSubtype' in scope
var transitionSubType: CATransitionSubtype {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:46:28: error: cannot find type 'CATransition' in scope
private var animation: CATransition?
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:105:26: error: cannot find type 'CALayer' in scope
func start(on layer: CALayer,
^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:128:43: error: cannot find type 'CAAnimation' in scope
public func animationDidStart(_ anim: CAAnimation) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:132:42: error: cannot find type 'CAAnimation' in scope
public func animationDidStop(_ anim: CAAnimation, finished flag: Bool) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/UIViewController+Pageboy.swift:11:11: error: cannot find type 'UIViewController' in scope
extension UIViewController {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIApplication+SafeShared.swift:11:20: error: cannot find type 'UIApplication' in scope
internal extension UIApplication {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIPageViewController+ScrollView.swift:11:20: error: cannot find type 'UIPageViewController' in scope
internal extension UIPageViewController {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIScrollView+Interaction.swift:11:20: error: cannot find type 'UIScrollView' in scope
internal extension UIScrollView {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Animation.swift:11:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+AutoLayout.swift:11:20: error: cannot find type 'UIView' in scope
internal extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Localization.swift:11:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift:11:43: error: cannot find type 'UIPageViewController' in scope
internal class PatchedPageViewController: UIPageViewController {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift:15:58: error: cannot find type 'UIViewController' in scope
override func setViewControllers(_ viewControllers: [UIViewController]?, direction: UIPageViewController.NavigationDirection, animated: Bool, completion: ((Bool) -> Void)? = nil) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift:15:89: error: cannot find type 'UIPageViewController' in scope
override func setViewControllers(_ viewControllers: [UIViewController]?, direction: UIPageViewController.NavigationDirection, animated: Bool, completion: ((Bool) -> Void)? = nil) {
^~~~~~~~~~~~~~~~~~~~
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyAutoScroller.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/NavigationDirection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/Page.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Updating.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/PageboyViewController+Transitioning.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation+Action.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/UIViewController+Pageboy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/DispatchQueue+main.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIApplication+SafeShared.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIPageViewController+ScrollView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIScrollView+Interaction.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Animation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+AutoLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Localization.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/IndexedObjectMap.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/WeakContainer.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64_32/Pageboy_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Pageboy -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64_32/Pageboy.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64_32/Pageboy.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64_32/Pageboy-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64_32/Pageboy-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64_32/Pageboy-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64_32/Pageboy.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64_32/Pageboy.abi.json
SwiftCompile normal arm64_32 Compiling\ Page.swift,\ PageboyViewController+Management.swift,\ PageboyViewController+ScrollCalculations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/Page.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift (in target 'Pageboy' from project 'Pageboy')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/Page.swift (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ PageboyAutoScroller.swift,\ PageboyViewController+AutoScrolling.swift,\ NavigationDirection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyAutoScroller.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/NavigationDirection.swift (in target 'Pageboy' from project 'Pageboy')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyAutoScroller.swift (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/NavigationDirection.swift (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Pageboy (in target 'Pageboy' from project 'Pageboy')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyAutoScroller.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/NavigationDirection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/Page.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Updating.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/PageboyViewController+Transitioning.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation+Action.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/UIViewController+Pageboy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/DispatchQueue+main.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIApplication+SafeShared.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIPageViewController+ScrollView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIScrollView+Interaction.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Animation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+AutoLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Localization.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/IndexedObjectMap.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/WeakContainer.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64/Pageboy_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Pageboy -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64/Pageboy.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64/Pageboy.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64/Pageboy-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64/Pageboy-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64/Pageboy-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64/Pageboy.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/arm64/Pageboy.abi.json
EmitSwiftModule normal arm64 (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/NavigationDirection.swift:23:19: error: cannot find type 'UIPageViewController' in scope
var rawValue: UIPageViewController.NavigationDirection {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:75:53: error: cannot find type 'UIViewController' in scope
func updateViewControllers(to viewControllers: [UIViewController],
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:96:62: error: cannot find type 'UIViewController' in scope
private func _updateViewControllers(to viewControllers: [UIViewController],
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:167:63: error: cannot find type 'UIViewController' in scope
internal func fetchViewController(at index: PageIndex) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:235:37: error: cannot find type 'UIPageViewController' in scope
var pageViewControllerOptions: [UIPageViewController.OptionsKey: Any]? {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:250:34: error: cannot find type 'UIPageViewControllerDataSource' in scope
extension PageboyViewController: UIPageViewControllerDataSource {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:253:94: error: cannot find type 'UIViewController' in scope
viewControllerBefore viewController: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:252:58: error: cannot find type 'UIPageViewController' in scope
public func pageViewController(_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:253:73: error: cannot find type 'UIViewController' in scope
viewControllerBefore viewController: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:269:93: error: cannot find type 'UIViewController' in scope
viewControllerAfter viewController: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:268:58: error: cannot find type 'UIPageViewController' in scope
public func pageViewController(_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:269:72: error: cannot find type 'UIViewController' in scope
viewControllerAfter viewController: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:20:50: error: cannot find type 'UIScrollView' in scope
func calculateNewPagePosition(in scrollView: UIScrollView, currentIndex: PageIndex) -> (CGFloat, CGFloat)? {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:48:68: error: cannot find type 'UIScrollView' in scope
func calculateRelativePageSizeAndContentOffset(for scrollView: UIScrollView) -> (CGFloat, CGFloat) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:122:72: error: cannot find type 'UIScrollView' in scope
func detectNewPageIndexIfNeeded(pagePosition: CGFloat, scrollView: UIScrollView) -> Bool {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:220:59: error: cannot find type 'UIScrollView' in scope
func updateContentOffsetForBounceIfNeeded(scrollView: UIScrollView) -> Bool {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:241:43: error: cannot find type 'UIScrollView' in scope
func scrollViewIsActual(_ scrollView: UIScrollView) -> Bool {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:249:59: error: cannot find type 'UIPageViewController' in scope
func pageViewControllerIsActual(_ pageViewController: UIPageViewController) -> Bool {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:12:34: error: cannot find type 'UIPageViewControllerDelegate' in scope
extension PageboyViewController: UIPageViewControllerDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:16:58: error: cannot find type 'UIPageViewController' in scope
public func pageViewController(_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:17:78: error: cannot find type 'UIViewController' in scope
willTransitionTo pendingViewControllers: [UIViewController]) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:27:60: error: cannot find type 'UIPageViewController' in scope
internal func pageViewController(_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:28:80: error: cannot find type 'UIViewController' in scope
willTransitionTo pendingViewControllers: [UIViewController],
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:47:58: error: cannot find type 'UIPageViewController' in scope
public func pageViewController(_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:49:62: error: cannot find type 'UIViewController' in scope
previousViewControllers: [UIViewController],
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:82:34: error: cannot find type 'UIScrollViewDelegate' in scope
extension PageboyViewController: UIScrollViewDelegate {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:84:51: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidScroll(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:132:59: error: cannot find type 'UIScrollView' in scope
public func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:141:66: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidEndScrollingAnimation(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:148:60: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:155:57: error: cannot find type 'UIScrollView' in scope
public func scrollViewWillEndDragging(_ scrollView: UIScrollView,
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:165:57: error: cannot find type 'UIScrollView' in scope
private func scrollView(didEndScrolling scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Updating.swift:34:41: error: cannot find type 'UIViewController' in scope
viewController: UIViewController?,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:173:65: error: cannot find type 'UIViewController' in scope
internal lazy var viewControllerIndexMap = IndexedObjectMap<UIViewController>()
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:19:67: error: cannot find type 'UIViewController' in scope
public typealias PageScrollCompletion = (_ newViewController: UIViewController, _ animated: Bool, _ finished: Bool) -> Void
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:23:38: error: cannot find type 'UIPageViewController' in scope
internal var pageViewController: UIPageViewController?
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:30:39: error: cannot find type 'UIPageViewController' in scope
public var navigationOrientation: UIPageViewController.NavigationOrientation = .horizontal {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDataSource.swift:26:71: error: cannot find type 'UIViewController' in scope
at index: PageboyViewController.PageIndex) -> UIViewController?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDelegate.swift:66:69: error: cannot find type 'UIViewController' in scope
didReloadWith currentViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:166:41: error: cannot find type 'CADisplayLink' in scope
internal var transitionDisplayLink: CADisplayLink?
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:192:39: error: cannot find type 'UIViewController' in scope
public var currentViewController: UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:210:24: error: method does not override any method from its superclass
open override func viewDidLoad() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:218:24: error: method does not override any method from its superclass
open override func viewWillAppear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:231:24: error: method does not override any method from its superclass
open override func viewDidAppear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:239:24: error: method does not override any method from its superclass
open override func viewWillDisappear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:248:61: error: cannot find type 'UIViewControllerTransitionCoordinator' in scope
with coordinator: UIViewControllerTransitionCoordinator) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:362:46: error: cannot find type 'UIViewController' in scope
public func pageIndex(of viewController: UIViewController) -> PageIndex? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:14:35: error: cannot find type 'UIViewController' in scope
open class PageboyViewController: UIViewController {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/PageboyViewController+Transitioning.swift:162:20: error: cannot find type 'CATransition' in scope
internal extension CATransition {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation+Action.swift:26:26: error: cannot find type 'UIPageViewController' in scope
let orientation: UIPageViewController.NavigationOrientation
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:31:47: error: cannot find type 'CAAnimationDelegate' in scope
internal class TransitionOperation: NSObject, CAAnimationDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation+Action.swift:34:28: error: cannot find type 'CATransitionSubtype' in scope
var transitionSubType: CATransitionSubtype {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:46:28: error: cannot find type 'CATransition' in scope
private var animation: CATransition?
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:105:26: error: cannot find type 'CALayer' in scope
func start(on layer: CALayer,
^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:128:43: error: cannot find type 'CAAnimation' in scope
public func animationDidStart(_ anim: CAAnimation) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:132:42: error: cannot find type 'CAAnimation' in scope
public func animationDidStop(_ anim: CAAnimation, finished flag: Bool) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/UIViewController+Pageboy.swift:11:11: error: cannot find type 'UIViewController' in scope
extension UIViewController {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIApplication+SafeShared.swift:11:20: error: cannot find type 'UIApplication' in scope
internal extension UIApplication {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIPageViewController+ScrollView.swift:11:20: error: cannot find type 'UIPageViewController' in scope
internal extension UIPageViewController {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIScrollView+Interaction.swift:11:20: error: cannot find type 'UIScrollView' in scope
internal extension UIScrollView {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Animation.swift:11:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+AutoLayout.swift:11:20: error: cannot find type 'UIView' in scope
internal extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Localization.swift:11:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift:11:43: error: cannot find type 'UIPageViewController' in scope
internal class PatchedPageViewController: UIPageViewController {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift:15:58: error: cannot find type 'UIViewController' in scope
override func setViewControllers(_ viewControllers: [UIViewController]?, direction: UIPageViewController.NavigationDirection, animated: Bool, completion: ((Bool) -> Void)? = nil) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift:15:89: error: cannot find type 'UIPageViewController' in scope
override func setViewControllers(_ viewControllers: [UIViewController]?, direction: UIPageViewController.NavigationDirection, animated: Bool, completion: ((Bool) -> Void)? = nil) {
^~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ Page.swift,\ PageboyViewController+Management.swift,\ PageboyViewController+ScrollCalculations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/Page.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift (in target 'Pageboy' from project 'Pageboy')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/Page.swift (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal armv7k Emitting\ module\ for\ Pageboy (in target 'Pageboy' from project 'Pageboy')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyAutoScroller.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/NavigationDirection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/Page.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Updating.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/PageboyViewController+Transitioning.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation+Action.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/UIViewController+Pageboy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/DispatchQueue+main.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIApplication+SafeShared.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIPageViewController+ScrollView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIScrollView+Interaction.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Animation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+AutoLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Localization.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/IndexedObjectMap.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/WeakContainer.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/armv7k/Pageboy_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Pageboy -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/armv7k/Pageboy.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/armv7k/Pageboy.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/armv7k/Pageboy-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/armv7k/Pageboy-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/armv7k/Pageboy-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/armv7k/Pageboy.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-watchos/Pageboy.build/Objects-normal/armv7k/Pageboy.abi.json
EmitSwiftModule normal armv7k (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/NavigationDirection.swift:23:19: error: cannot find type 'UIPageViewController' in scope
var rawValue: UIPageViewController.NavigationDirection {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:75:53: error: cannot find type 'UIViewController' in scope
func updateViewControllers(to viewControllers: [UIViewController],
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:96:62: error: cannot find type 'UIViewController' in scope
private func _updateViewControllers(to viewControllers: [UIViewController],
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:167:63: error: cannot find type 'UIViewController' in scope
internal func fetchViewController(at index: PageIndex) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:235:37: error: cannot find type 'UIPageViewController' in scope
var pageViewControllerOptions: [UIPageViewController.OptionsKey: Any]? {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:250:34: error: cannot find type 'UIPageViewControllerDataSource' in scope
extension PageboyViewController: UIPageViewControllerDataSource {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:253:94: error: cannot find type 'UIViewController' in scope
viewControllerBefore viewController: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:252:58: error: cannot find type 'UIPageViewController' in scope
public func pageViewController(_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:253:73: error: cannot find type 'UIViewController' in scope
viewControllerBefore viewController: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:269:93: error: cannot find type 'UIViewController' in scope
viewControllerAfter viewController: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:268:58: error: cannot find type 'UIPageViewController' in scope
public func pageViewController(_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Management.swift:269:72: error: cannot find type 'UIViewController' in scope
viewControllerAfter viewController: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:20:50: error: cannot find type 'UIScrollView' in scope
func calculateNewPagePosition(in scrollView: UIScrollView, currentIndex: PageIndex) -> (CGFloat, CGFloat)? {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:48:68: error: cannot find type 'UIScrollView' in scope
func calculateRelativePageSizeAndContentOffset(for scrollView: UIScrollView) -> (CGFloat, CGFloat) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:122:72: error: cannot find type 'UIScrollView' in scope
func detectNewPageIndexIfNeeded(pagePosition: CGFloat, scrollView: UIScrollView) -> Bool {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:220:59: error: cannot find type 'UIScrollView' in scope
func updateContentOffsetForBounceIfNeeded(scrollView: UIScrollView) -> Bool {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:241:43: error: cannot find type 'UIScrollView' in scope
func scrollViewIsActual(_ scrollView: UIScrollView) -> Bool {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollCalculations.swift:249:59: error: cannot find type 'UIPageViewController' in scope
func pageViewControllerIsActual(_ pageViewController: UIPageViewController) -> Bool {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:12:34: error: cannot find type 'UIPageViewControllerDelegate' in scope
extension PageboyViewController: UIPageViewControllerDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:16:58: error: cannot find type 'UIPageViewController' in scope
public func pageViewController(_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:17:78: error: cannot find type 'UIViewController' in scope
willTransitionTo pendingViewControllers: [UIViewController]) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:27:60: error: cannot find type 'UIPageViewController' in scope
internal func pageViewController(_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:28:80: error: cannot find type 'UIViewController' in scope
willTransitionTo pendingViewControllers: [UIViewController],
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:47:58: error: cannot find type 'UIPageViewController' in scope
public func pageViewController(_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:49:62: error: cannot find type 'UIViewController' in scope
previousViewControllers: [UIViewController],
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:82:34: error: cannot find type 'UIScrollViewDelegate' in scope
extension PageboyViewController: UIScrollViewDelegate {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:84:51: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidScroll(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:132:59: error: cannot find type 'UIScrollView' in scope
public func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:141:66: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidEndScrollingAnimation(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:148:60: error: cannot find type 'UIScrollView' in scope
public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:155:57: error: cannot find type 'UIScrollView' in scope
public func scrollViewWillEndDragging(_ scrollView: UIScrollView,
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+ScrollDetection.swift:165:57: error: cannot find type 'UIScrollView' in scope
private func scrollView(didEndScrolling scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController+Updating.swift:34:41: error: cannot find type 'UIViewController' in scope
viewController: UIViewController?,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:173:65: error: cannot find type 'UIViewController' in scope
internal lazy var viewControllerIndexMap = IndexedObjectMap<UIViewController>()
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:19:67: error: cannot find type 'UIViewController' in scope
public typealias PageScrollCompletion = (_ newViewController: UIViewController, _ animated: Bool, _ finished: Bool) -> Void
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:23:38: error: cannot find type 'UIPageViewController' in scope
internal var pageViewController: UIPageViewController?
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:30:39: error: cannot find type 'UIPageViewController' in scope
public var navigationOrientation: UIPageViewController.NavigationOrientation = .horizontal {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDataSource.swift:26:71: error: cannot find type 'UIViewController' in scope
at index: PageboyViewController.PageIndex) -> UIViewController?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDelegate.swift:66:69: error: cannot find type 'UIViewController' in scope
didReloadWith currentViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:166:41: error: cannot find type 'CADisplayLink' in scope
internal var transitionDisplayLink: CADisplayLink?
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:192:39: error: cannot find type 'UIViewController' in scope
public var currentViewController: UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:210:24: error: method does not override any method from its superclass
open override func viewDidLoad() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:218:24: error: method does not override any method from its superclass
open override func viewWillAppear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:231:24: error: method does not override any method from its superclass
open override func viewDidAppear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:239:24: error: method does not override any method from its superclass
open override func viewWillDisappear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:248:61: error: cannot find type 'UIViewControllerTransitionCoordinator' in scope
with coordinator: UIViewControllerTransitionCoordinator) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:362:46: error: cannot find type 'UIViewController' in scope
public func pageIndex(of viewController: UIViewController) -> PageIndex? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/PageboyViewController.swift:14:35: error: cannot find type 'UIViewController' in scope
open class PageboyViewController: UIViewController {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/PageboyViewController+Transitioning.swift:162:20: error: cannot find type 'CATransition' in scope
internal extension CATransition {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation+Action.swift:26:26: error: cannot find type 'UIPageViewController' in scope
let orientation: UIPageViewController.NavigationOrientation
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:31:47: error: cannot find type 'CAAnimationDelegate' in scope
internal class TransitionOperation: NSObject, CAAnimationDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation+Action.swift:34:28: error: cannot find type 'CATransitionSubtype' in scope
var transitionSubType: CATransitionSubtype {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:46:28: error: cannot find type 'CATransition' in scope
private var animation: CATransition?
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:105:26: error: cannot find type 'CALayer' in scope
func start(on layer: CALayer,
^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:128:43: error: cannot find type 'CAAnimation' in scope
public func animationDidStart(_ anim: CAAnimation) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/TransitionOperation.swift:132:42: error: cannot find type 'CAAnimation' in scope
public func animationDidStop(_ anim: CAAnimation, finished flag: Bool) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/UIViewController+Pageboy.swift:11:11: error: cannot find type 'UIViewController' in scope
extension UIViewController {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIApplication+SafeShared.swift:11:20: error: cannot find type 'UIApplication' in scope
internal extension UIApplication {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIPageViewController+ScrollView.swift:11:20: error: cannot find type 'UIPageViewController' in scope
internal extension UIPageViewController {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIScrollView+Interaction.swift:11:20: error: cannot find type 'UIScrollView' in scope
internal extension UIScrollView {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Animation.swift:11:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+AutoLayout.swift:11:20: error: cannot find type 'UIView' in scope
internal extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIView+Localization.swift:11:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift:11:43: error: cannot find type 'UIPageViewController' in scope
internal class PatchedPageViewController: UIPageViewController {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift:15:58: error: cannot find type 'UIViewController' in scope
override func setViewControllers(_ viewControllers: [UIViewController]?, direction: UIPageViewController.NavigationDirection, animated: Bool, completion: ((Bool) -> Void)? = nil) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift:15:89: error: cannot find type 'UIPageViewController' in scope
override func setViewControllers(_ viewControllers: [UIViewController]?, direction: UIPageViewController.NavigationDirection, animated: Bool, completion: ((Bool) -> Void)? = nil) {
^~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ PageboyViewControllerDataSource.swift,\ PageboyViewControllerDelegate.swift,\ PageboyViewController+Transitioning.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/PageboyViewController+Transitioning.swift (in target 'Pageboy' from project 'Pageboy')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDataSource.swift (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDelegate.swift (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Transitioning/PageboyViewController+Transitioning.swift (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ DispatchQueue+main.swift,\ UIApplication+SafeShared.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/DispatchQueue+main.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIApplication+SafeShared.swift (in target 'Pageboy' from project 'Pageboy')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/DispatchQueue+main.swift (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIApplication+SafeShared.swift (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ PageboyAutoScroller.swift,\ PageboyViewController+AutoScrolling.swift,\ NavigationDirection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyAutoScroller.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/NavigationDirection.swift (in target 'Pageboy' from project 'Pageboy')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyAutoScroller.swift (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/AutoScrolling/PageboyViewController+AutoScrolling.swift (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Model/NavigationDirection.swift (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ PatchedPageViewController.swift,\ WeakContainer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/WeakContainer.swift (in target 'Pageboy' from project 'Pageboy')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/PatchedPageViewController.swift (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/WeakContainer.swift (in target 'Pageboy' from project 'Pageboy')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ DispatchQueue+main.swift,\ UIApplication+SafeShared.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/DispatchQueue+main.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIApplication+SafeShared.swift (in target 'Pageboy' from project 'Pageboy')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal arm64_32 (in target 'Pageboy' from project 'Pageboy')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Pageboy (in target 'Pageboy' from project 'Pageboy')
SwiftEmitModule normal arm64 Emitting\ module\ for\ Pageboy (in target 'Pageboy' from project 'Pageboy')
EmitSwiftModule normal arm64 (in target 'Pageboy' from project 'Pageboy')
SwiftEmitModule normal armv7k Emitting\ module\ for\ Pageboy (in target 'Pageboy' from project 'Pageboy')
EmitSwiftModule normal armv7k (in target 'Pageboy' from project 'Pageboy')
SwiftCompile normal armv7k Compiling\ DispatchQueue+main.swift,\ UIApplication+SafeShared.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/DispatchQueue+main.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Utilities/Extensions/UIApplication+SafeShared.swift (in target 'Pageboy' from project 'Pageboy')
Building workspace spi-builder-workspace with scheme Tabman
(8 failures)
BUILD FAILURE 6.1 watchOS