Build Information
Failed to build EmptyPage, reference master (c8a174
), with Swift 5.10 for watchOS using Xcode 15.4 on 23 Aug 2024 15:53:28 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme EmptyPage -destination generic/platform=watchOS
Build Log
func set(emptyView view: UIView?) {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/extensions/EmptyPage+UICollectionView.swift:29:17: error: value of type 'Base' has no member 'useCustomManager'
if base.useCustomManager {
~~~~ ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UICollectionView.swift:30:25: error: value of type 'Base' has no member 'emptyPageViewManager'
return base.emptyPageViewManager as? EmptyPageCollectionViewManager
~~~~ ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UICollectionView.swift:33:17: error: value of type 'Base' has no member 'emptyPageViewManager'
if base.emptyPageViewManager == nil {
~~~~ ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIView.swift:25:40: error: cannot find type 'UIView' in scope
public extension EmptyPage where Base: UIView {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/extensions/EmptyPage+UITableView.swift:63:30: error: cannot find type 'UIView' in scope
func set(emptyView view: UIView?) {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/extensions/EmptyPage+UIView.swift:57:30: error: cannot find type 'UIView' in scope
func set(emptyView view: UIView?) {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/extensions/EmptyPage+UICollectionView.swift:35:17: error: ambiguous use of 'set(manager:)'
set(manager: placeholder)
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UITableView.swift:54:10: note: found this candidate
func set(manager: EmptyPageViewManager?) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIView.swift:44:10: note: found this candidate
func set(manager: EmptyPageViewManager?) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIView.swift:36:25: error: cannot find type 'UIView' in scope
public init(target: UIView?) {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/extensions/EmptyPage+UICollectionView.swift:37:17: error: ambiguous use of 'set(manager:)'
set(manager: EmptyPageCollectionViewManager())
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UITableView.swift:54:10: note: found this candidate
func set(manager: EmptyPageViewManager?) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIView.swift:44:10: note: found this candidate
func set(manager: EmptyPageViewManager?) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UICollectionView.swift:41:21: error: value of type 'Base' has no member 'emptyPageViewManager'
return base.emptyPageViewManager as? EmptyPageCollectionViewManager
~~~~ ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UICollectionView.swift:56:14: error: value of type 'Base' has no member 'useCustomManager'
base.useCustomManager = true
~~~~ ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UICollectionView.swift:57:14: error: value of type 'Base' has no member 'emptyPageViewManager'
base.emptyPageViewManager = manager
~~~~ ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIView.swift:42:27: error: cannot find type 'UIView' in scope
open func set(target: UIView?) {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/managers/EmptyPageManager+UIView.swift:48:54: error: cannot find type 'UIView' in scope
open func set(emptyViewProvider provider: (() -> UIView?)?) {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/managers/EmptyPageManager+UIView.swift:54:35: error: cannot find type 'UIView' in scope
open func set(emptyView view: UIView?) {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/extensions/EmptyPage+UICollectionView.swift:65:18: error: reference to member 'set' cannot be resolved without a contextual type
manager?.set(emptyView: view)
^
SwiftEmitModule normal armv7k Emitting\ module\ for\ EmptyPage (in target 'EmptyPage' from project 'EmptyPage')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.4.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/Sources/Core/EmptyPage.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/configs/EmptyPageConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPageDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageViewManagerProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageWeakBox.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForImage.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForStandard.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForText.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyView+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageCollectionStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageScrollViewStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateScorllableProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageTableStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageViewStateManager.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPage_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.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/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name EmptyPage -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.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/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPage.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPage.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPage-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPage-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPage-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPage.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPage.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift:42:11: error: cannot find type 'UIView' in scope
extension UIView: EmptyPageCompatible { }
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/extensions/EmptyPage+UICollectionView.swift:25:40: error: cannot find type 'UICollectionView' in scope
public extension EmptyPage where Base: UICollectionView {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIScrollView.swift:25:40: error: cannot find type 'UIScrollView' in scope
public extension EmptyPage where Base: UIScrollView {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UICollectionView.swift:28:9: error: invalid redeclaration of 'manager'
var manager: EmptyPageCollectionViewManager? {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIScrollView.swift:28:9: note: 'manager' previously declared here
var manager: EmptyPageScrollViewManager? {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UICollectionView.swift:44:9: error: invalid redeclaration of 'displayEvent'
var displayEvent: EmptyPageDelegate<Bool, Void>? { manager?.displayEvent }
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIScrollView.swift:40:9: note: 'displayEvent' previously declared here
var displayEvent: EmptyPageDelegate<Bool, Void>? { manager?.displayEvent }
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UICollectionView.swift:47:9: error: invalid redeclaration of 'canScrollEnabled'
var canScrollEnabled: Bool {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIScrollView.swift:43:9: note: 'canScrollEnabled' previously declared here
var canScrollEnabled: Bool {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UITableView.swift:25:40: error: cannot find type 'UITableView' in scope
public extension EmptyPage where Base: UITableView {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UICollectionView.swift:54:10: error: invalid redeclaration of 'set(manager:)'
func set(manager: EmptyPageViewManager?) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UITableView.swift:54:10: note: 'set(manager:)' previously declared here
func set(manager: EmptyPageViewManager?) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UICollectionView.swift:63:30: error: cannot find type 'UIView' in scope
func set(emptyView view: UIView?) {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/extensions/EmptyPage+UIScrollView.swift:28:9: error: invalid redeclaration of 'manager'
var manager: EmptyPageScrollViewManager? {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UITableView.swift:28:9: note: 'manager' previously declared here
var manager: EmptyPageTableViewManager? {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIScrollView.swift:40:9: error: invalid redeclaration of 'displayEvent'
var displayEvent: EmptyPageDelegate<Bool, Void>? { manager?.displayEvent }
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UITableView.swift:44:9: note: 'displayEvent' previously declared here
var displayEvent: EmptyPageDelegate<Bool, Void>? { manager?.displayEvent }
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIScrollView.swift:43:9: error: invalid redeclaration of 'canScrollEnabled'
var canScrollEnabled: Bool {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UITableView.swift:47:9: note: 'canScrollEnabled' previously declared here
var canScrollEnabled: Bool {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIView.swift:25:40: error: cannot find type 'UIView' in scope
public extension EmptyPage where Base: UIView {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/extensions/EmptyPage+UITableView.swift:28:9: error: invalid redeclaration of 'manager'
var manager: EmptyPageTableViewManager? {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIView.swift:28:9: note: 'manager' previously declared here
var manager: EmptyPageViewManager? {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UITableView.swift:44:9: error: invalid redeclaration of 'displayEvent'
var displayEvent: EmptyPageDelegate<Bool, Void>? { manager?.displayEvent }
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIView.swift:40:9: note: 'displayEvent' previously declared here
var displayEvent: EmptyPageDelegate<Bool, Void>? { manager?.displayEvent }
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UITableView.swift:54:10: error: invalid redeclaration of 'set(manager:)'
func set(manager: EmptyPageViewManager?) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIView.swift:44:10: note: 'set(manager:)' previously declared here
func set(manager: EmptyPageViewManager?) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UITableView.swift:63:30: error: cannot find type 'UIView' in scope
func set(emptyView view: UIView?) {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/extensions/EmptyPage+UIView.swift:57:30: error: cannot find type 'UIView' in scope
func set(emptyView view: UIView?) {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/extensions/EmptyPage+UIView.swift:63:40: error: cannot find type 'UIView' in scope
public extension EmptyPage where Base: UIView {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/extensions/EmptyPage+UIView.swift:65:20: error: cannot find type 'UIView' in scope
var emptyView: UIView? { manager?.emptyView }
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/managers/EmptyPageManager+UIView.swift:36:25: error: cannot find type 'UIView' in scope
public init(target: UIView?) {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/managers/EmptyPageManager+UICollectionView.swift:28:32: error: cannot find type 'UICollectionView' in scope
public var collectionView: UICollectionView? { target as? UICollectionView }
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIScrollView.swift:32:28: error: cannot find type 'UIScrollView' in scope
public var scrollView: UIScrollView? { target as? UIScrollView }
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UITableView.swift:28:27: error: cannot find type 'UITableView' in scope
public var tableView: UITableView? { target as? UITableView }
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIView.swift:29:44: error: cannot find type 'UIView' in scope
public var targetBox: EmptyPageWeakBox<UIView> = .init()
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/managers/EmptyPageManager+UIView.swift:30:43: error: cannot find type 'UIView' in scope
public var emptyBox: EmptyPageWeakBox<UIView> = .init()
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/managers/EmptyPageManager+UIView.swift:32:39: error: cannot find type 'UIView' in scope
open var emptyViewProvider: () -> UIView? = { nil }
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/managers/EmptyPageManager+UIView.swift:42:27: error: cannot find type 'UIView' in scope
open func set(target: UIView?) {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/managers/EmptyPageManager+UIView.swift:48:54: error: cannot find type 'UIView' in scope
open func set(emptyViewProvider provider: (() -> UIView?)?) {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/managers/EmptyPageManager+UIView.swift:54:35: error: cannot find type 'UIView' in scope
open func set(emptyView view: UIView?) {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/managers/EmptyPageViewManagerProtocol.swift:30:37: error: cannot find type 'UIView' in scope
var targetBox: EmptyPageWeakBox<UIView> { get set }
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/managers/EmptyPageViewManagerProtocol.swift:32:36: error: cannot find type 'UIView' in scope
var emptyBox: EmptyPageWeakBox<UIView> { get set }
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/managers/EmptyPageViewManagerProtocol.swift:34:34: error: cannot find type 'UIView' in scope
var emptyViewProvider: () -> UIView? { get set }
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/managers/EmptyPageViewManagerProtocol.swift:50:17: error: cannot find type 'UIView' in scope
var target: UIView? { targetBox.value }
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/managers/EmptyPageViewManagerProtocol.swift:52:20: error: cannot find type 'UIView' in scope
var emptyView: UIView? { emptyBox.value }
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/managers/EmptyPageViewManagerProtocol.swift:98:25: error: cannot find type 'UIView' in scope
func ep_set(target: UIView?) {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/managers/EmptyPageViewManagerProtocol.swift:115:52: error: cannot find type 'UIView' in scope
func ep_set(emptyViewProvider provider: (() -> UIView?)?) {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/managers/EmptyPageViewManagerProtocol.swift:119:33: error: cannot find type 'UIView' in scope
func ep_set(emptyView view: UIView?) {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/swizzings/Empty+Runtime.swift:29:33: error: cannot find 'UITableView' in scope
swizzing(sel: #selector(UITableView.reloadData),
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:30:32: error: cannot find 'UITableView' in scope
of: #selector(UITableView.emptyPage_reloadData),
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:31:22: error: cannot find 'UITableView' in scope
in: UITableView.self)
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:32:33: error: cannot find 'UITableView' in scope
swizzing(sel: #selector(UITableView.insertRows(at:with:)),
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:33:32: error: cannot find 'UITableView' in scope
of: #selector(UITableView.emptyPage_insertRows(at:with:)),
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:34:22: error: cannot find 'UITableView' in scope
in: UITableView.self)
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:35:33: error: cannot find 'UITableView' in scope
swizzing(sel: #selector(UITableView.deleteRows(at:with:)),
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:36:32: error: cannot find 'UITableView' in scope
of: #selector(UITableView.emptyPage_deleteRows(at:with:)),
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:37:22: error: cannot find 'UITableView' in scope
in: UITableView.self)
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:38:33: error: cannot find 'UITableView' in scope
swizzing(sel: #selector(UITableView.insertSections(_:with:)),
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:39:32: error: cannot find 'UITableView' in scope
of: #selector(UITableView.emptyPage_insertSections(_:with:)),
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:40:22: error: cannot find 'UITableView' in scope
in: UITableView.self)
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:41:33: error: cannot find 'UITableView' in scope
swizzing(sel: #selector(UITableView.deleteSections(_:with:)),
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:42:32: error: cannot find 'UITableView' in scope
of: #selector(UITableView.emptyPage_deleteSections(_:with:)),
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:43:22: error: cannot find 'UITableView' in scope
in: UITableView.self)
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:44:33: error: cannot find 'UITableView' in scope
swizzing(sel: #selector(UITableView.reloadSections(_:with:)),
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:45:32: error: cannot find 'UITableView' in scope
of: #selector(UITableView.emptyPage_reloadSections(_:with:)),
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:46:22: error: cannot find 'UITableView' in scope
in: UITableView.self)
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:51:33: error: cannot find 'UICollectionView' in scope
swizzing(sel: #selector(UICollectionView.reloadData),
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:52:32: error: cannot find 'UICollectionView' in scope
of: #selector(UICollectionView.emptyPage_reloadData),
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:53:22: error: cannot find 'UICollectionView' in scope
in: UICollectionView.self)
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:54:33: error: cannot find 'UICollectionView' in scope
swizzing(sel: #selector(UICollectionView.insertItems(at:)),
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:55:32: error: cannot find 'UICollectionView' in scope
of: #selector(UICollectionView.emptyPage_insertItems(at:)),
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:56:22: error: cannot find 'UICollectionView' in scope
in: UICollectionView.self)
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:57:33: error: cannot find 'UICollectionView' in scope
swizzing(sel: #selector(UICollectionView.deleteItems(at:)),
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:58:32: error: cannot find 'UICollectionView' in scope
of: #selector(UICollectionView.emptyPage_deleteItems(at:)),
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:59:22: error: cannot find 'UICollectionView' in scope
in: UICollectionView.self)
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:60:33: error: cannot find 'UICollectionView' in scope
swizzing(sel: #selector(UICollectionView.insertSections(_:)),
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:61:32: error: cannot find 'UICollectionView' in scope
of: #selector(UICollectionView.emptyPage_insertSections(_:)),
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:62:22: error: cannot find 'UICollectionView' in scope
in: UICollectionView.self)
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:63:33: error: cannot find 'UICollectionView' in scope
swizzing(sel: #selector(UICollectionView.deleteSections(_:)),
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:64:32: error: cannot find 'UICollectionView' in scope
of: #selector(UICollectionView.emptyPage_deleteSections(_:)),
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:65:22: error: cannot find 'UICollectionView' in scope
in: UICollectionView.self)
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:66:33: error: cannot find 'UICollectionView' in scope
swizzing(sel: #selector(UICollectionView.reloadSections(_:)),
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:67:32: error: cannot find 'UICollectionView' in scope
of: #selector(UICollectionView.emptyPage_reloadSections(_:)),
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:68:22: error: cannot find 'UICollectionView' in scope
in: UICollectionView.self)
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift:72:41: error: cannot find 'UIView' in scope
swizzing(sel: #selector(setter: UIView.bounds),
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/swizzings/Empty+Runtime.swift:73:32: error: cannot find 'UIView' in scope
of: #selector(UIView.emptyPage_setBounds(_:)),
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/swizzings/Empty+Runtime.swift:74:22: error: cannot find 'UIView' in scope
in: UIView.self)
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/swizzings/Empty+UICollectionView.swift:25:11: error: cannot find type 'UICollectionView' in scope
extension UICollectionView {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UITableView.swift:25:11: error: cannot find type 'UITableView' in scope
extension UITableView {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UIView.swift:25:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Standard/EmptyPageForButton.swift:32:46: error: cannot find type 'UIControl' in scope
public var contentVerticalAlignment: UIControl.ContentVerticalAlignment = .center
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForButton.swift:33:48: error: cannot find type 'UIControl' in scope
public var contentHorizontalAlignment: UIControl.ContentHorizontalAlignment = .center
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForButton.swift:28:49: error: type 'UIColor?' has no member 'systemBlue'
public var backgroundColor: UIColor? = .systemBlue
~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForButton.swift:40:21: error: initializer does not override a designated initializer from its superclass
public override init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForButton.swift:25:32: error: cannot find type 'UIButton' in scope
open class EmptyPageForButton: UIButton {
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForImage.swift:32:31: error: cannot find 'heightAnchor' in scope
private lazy var height = heightAnchor.constraint(equalToConstant: 0)
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForImage.swift:33:30: error: cannot find 'widthAnchor' in scope
private lazy var width = widthAnchor.constraint(equalToConstant: 0)
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForImage.swift:35:21: error: initializer does not override a designated initializer from its superclass
public override init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForImage.swift:26:31: error: cannot find type 'UIImageView' in scope
open class EmptyPageForImage: UIImageView, EmptyPageTemplateProtocol {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift:26:44: error: cannot find type 'UIView' in scope
public protocol EmptyPageTemplateProtocol: UIView { }
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Standard/EmptyPageForStandard.swift:40:56: error: cannot find 'NSLayoutConstraint' in scope
private var layoutCache = [ViewType: [LayoutType: [NSLayoutConstraint]]]()
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForStandard.swift:40:31: error: cannot call value of non-function type '[EmptyPageForStandard.ViewType.Type : [EmptyPageForStandard.LayoutType.Type : [Any]]]'
private var layoutCache = [ViewType: [LayoutType: [NSLayoutConstraint]]]()
^ ~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForStandard.swift:41:25: error: cannot find type 'UIView' in scope
private var views: [UIView] { return [imageView, titleLabel, textLabel, button] }
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Standard/EmptyPageForStandard.swift:44:21: error: initializer does not override a designated initializer from its superclass
public override init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForStandard.swift:26:34: error: cannot find type 'UIStackView' in scope
open class EmptyPageForStandard: UIStackView, EmptyPageTemplateProtocol {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForStandard.swift:148:38: error: cannot find type 'UIView' in scope
func view(for type: ViewType) -> UIView {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Standard/EmptyPageForStandard.swift:177:50: error: cannot find type 'NSLayoutConstraint' in scope
constraints: () -> [NSLayoutConstraint]) {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForStandard.swift:228:78: error: cannot find type 'UIView' in scope
private func addCustomSpacing(_ spacing: CGFloat, after arrangedSubview: UIView) {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Standard/EmptyPageForText.swift:30:21: error: initializer does not override a designated initializer from its superclass
public override init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForText.swift:26:30: error: cannot find type 'UILabel' in scope
open class EmptyPageForText: UILabel, EmptyPageTemplateProtocol {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForText.swift:59:30: error: cannot find type 'UILabel' in scope
func config(label call: (UILabel) -> Void) -> Self {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift:33:36: error: cannot find type 'UIView' in scope
func mix(layout: ((_ backView: UIView, _ view: UIView) -> Void)? = nil) -> EmptyPageView {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Standard/EmptyPageView.swift:33:52: error: cannot find type 'UIView' in scope
func mix(layout: ((_ backView: UIView, _ view: UIView) -> Void)? = nil) -> EmptyPageView {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Standard/EmptyPageView.swift:43:47: error: cannot find type 'UIView' in scope
public private(set) weak var contentView: UIView?
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Standard/EmptyPageView.swift:46:23: error: cannot find 'UILayoutGuide' in scope
let topGuide = UILayoutGuide()
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift:47:23: error: cannot find 'UILayoutGuide' in scope
let leftGuide = UILayoutGuide()
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift:48:23: error: cannot find 'UILayoutGuide' in scope
let rightGuide = UILayoutGuide()
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift:49:23: error: cannot find 'UILayoutGuide' in scope
let bottomGuide = UILayoutGuide()
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift:67:38: error: cannot find type 'NSLayoutConstraint' in scope
var topAndBottomHeightRatio: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift:70:29: error: cannot find type 'NSLayoutConstraint' in scope
var topGuideHeight: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift:73:32: error: cannot find type 'NSLayoutConstraint' in scope
var bottomGuideHeight: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift:95:38: error: cannot find type 'NSLayoutConstraint' in scope
var leftAndRightSpacerRatio: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift:98:25: error: cannot find type 'NSLayoutConstraint' in scope
var leftSpacer: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift:101:26: error: cannot find type 'NSLayoutConstraint' in scope
var rightSpacer: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift:119:25: error: cannot find type 'NSLayoutConstraint' in scope
public var top: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift:120:28: error: cannot find type 'NSLayoutConstraint' in scope
public var bottom: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift:121:26: error: cannot find type 'NSLayoutConstraint' in scope
public var left: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift:122:27: error: cannot find type 'NSLayoutConstraint' in scope
public var right: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift:125:75: error: cannot find type 'UIView' in scope
public init(contentView: EmptyPageTemplateProtocol, layout: ((_ self: UIView, _ view: EmptyPageTemplateProtocol) -> Void)? = nil) {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Standard/EmptyPageView.swift:191:77: error: cannot find type 'UIView' in scope
public override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Standard/EmptyPageView.swift:191:64: error: cannot find type 'UIEvent' in scope
public override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift:191:26: error: method does not override any method from its superclass
public override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift:40:29: error: cannot find type 'UIView' in scope
public class EmptyPageView: UIView {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Standard/EmptyView+UIScrollView.swift:25:40: error: cannot find type 'UITableView' in scope
public extension EmptyPage where Base: UITableView {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyView+UIScrollView.swift:35:40: error: cannot find type 'UICollectionView' in scope
public extension EmptyPage where Base: UICollectionView {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyView+UIScrollView.swift:39:10: error: invalid redeclaration of 'setEmpty'
func setEmpty(_ template: EmptyPageTemplateProtocol?) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyView+UIScrollView.swift:29:10: note: 'setEmpty' previously declared here
func setEmpty(_ template: EmptyPageTemplateProtocol?) {
^
/Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageCollectionStateManager.swift:29:33: error: cannot find type 'UIView' in scope
open var viewStore: [State: UIView] = [:]
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/managers/StateManager/EmptyPageCollectionStateManager.swift:30:56: error: cannot find type 'UIView' in scope
public let hookProvider = EmptyPageDelegate<State, UIView?>()
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/managers/StateManager/EmptyPageCollectionStateManager.swift:35:48: error: cannot find type 'UIView' in scope
open override var emptyViewProvider: () -> UIView? {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/managers/StateManager/EmptyPageCollectionStateManager.swift:35:23: error: property does not override any property from its superclass
open override var emptyViewProvider: () -> UIView? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateProtocol.swift:28:28: error: cannot find type 'UIView' in scope
var viewStore: [State: UIView] { get set }
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/managers/StateManager/EmptyPageStateProtocol.swift:29:48: error: cannot find type 'UIView' in scope
var hookProvider: EmptyPageDelegate<State, UIView?> { get }
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/managers/StateManager/EmptyPageScrollViewStateManager.swift:29:33: error: cannot find type 'UIView' in scope
open var viewStore: [State: UIView] = [:]
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/managers/StateManager/EmptyPageScrollViewStateManager.swift:30:56: error: cannot find type 'UIView' in scope
public let hookProvider = EmptyPageDelegate<State, UIView?>()
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/managers/StateManager/EmptyPageScrollViewStateManager.swift:31:48: error: cannot find type 'UIView' in scope
open override var emptyViewProvider: () -> UIView? {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/managers/StateManager/EmptyPageScrollViewStateManager.swift:31:23: error: property does not override any property from its superclass
open override var emptyViewProvider: () -> UIView? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateProtocol.swift:39:25: error: cannot find type 'UIView' in scope
func set(emptyView: UIView?, for state: State) {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/managers/StateManager/EmptyPageStateProtocol.swift:47:29: error: cannot find type 'UIView' in scope
var viewProvider: () -> UIView? {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/managers/StateManager/EmptyPageStateScorllableProtocol.swift:43:37: error: cannot find type 'UIView' in scope
private var viewProvider: () -> UIView? {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/managers/StateManager/EmptyPageTableStateManager.swift:29:33: error: cannot find type 'UIView' in scope
open var viewStore: [State: UIView] = [:]
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/managers/StateManager/EmptyPageTableStateManager.swift:30:56: error: cannot find type 'UIView' in scope
public let hookProvider = EmptyPageDelegate<State, UIView?>()
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/managers/StateManager/EmptyPageTableStateManager.swift:31:48: error: cannot find type 'UIView' in scope
open override var emptyViewProvider: () -> UIView? {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/managers/StateManager/EmptyPageTableStateManager.swift:31:23: error: property does not override any property from its superclass
open override var emptyViewProvider: () -> UIView? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageViewStateManager.swift:28:33: error: cannot find type 'UIView' in scope
open var viewStore: [State: UIView] = [:]
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/managers/StateManager/EmptyPageViewStateManager.swift:29:56: error: cannot find type 'UIView' in scope
public let hookProvider = EmptyPageDelegate<State, UIView?>()
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/managers/StateManager/EmptyPageViewStateManager.swift:30:48: error: cannot find type 'UIView' in scope
open override var emptyViewProvider: () -> UIView? {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/managers/StateManager/EmptyPageViewStateManager.swift:30:23: error: property does not override any property from its superclass
open override var emptyViewProvider: () -> UIView? {
~~~~~~~~ ^
SwiftCompile normal armv7k Compiling\ EmptyPageTableStateManager.swift,\ EmptyPageViewStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageTableStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageViewStateManager.swift (in target 'EmptyPage' from project 'EmptyPage')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/configs/EmptyPageConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPageDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageViewManagerProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageWeakBox.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForImage.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForStandard.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForText.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyView+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageCollectionStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageScrollViewStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateScorllableProtocol.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageTableStateManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageViewStateManager.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageTableStateManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageTableStateManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageTableStateManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageTableStateManager.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageViewStateManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageViewStateManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageViewStateManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageViewStateManager.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPage_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.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/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name EmptyPage -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageTableStateManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageViewStateManager.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageTableStateManager.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageViewStateManager.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageTableStateManager.swift (in target 'EmptyPage' from project 'EmptyPage')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/configs/EmptyPageConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPageDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageViewManagerProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageWeakBox.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForImage.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForStandard.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForText.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyView+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageCollectionStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageScrollViewStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateScorllableProtocol.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageTableStateManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageViewStateManager.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageTableStateManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageTableStateManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageTableStateManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageTableStateManager.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageViewStateManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageViewStateManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageViewStateManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageViewStateManager.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPage_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.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/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name EmptyPage -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageTableStateManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageViewStateManager.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageTableStateManager.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageViewStateManager.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIView.swift:36:25: error: cannot find type 'UIView' in scope
public init(target: UIView?) {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/managers/StateManager/EmptyPageTableStateManager.swift:29:33: error: cannot find type 'UIView' in scope
open var viewStore: [State: UIView] = [:]
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/managers/StateManager/EmptyPageTableStateManager.swift:30:56: error: cannot find type 'UIView' in scope
public let hookProvider = EmptyPageDelegate<State, UIView?>()
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/managers/StateManager/EmptyPageTableStateManager.swift:31:48: error: cannot find type 'UIView' in scope
open override var emptyViewProvider: () -> UIView? {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/managers/StateManager/EmptyPageTableStateManager.swift:31:23: error: property does not override any property from its superclass
open override var emptyViewProvider: () -> UIView? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateProtocol.swift:28:28: error: cannot find type 'UIView' in scope
var viewStore: [State: UIView] { get set }
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/managers/StateManager/EmptyPageStateProtocol.swift:29:48: error: cannot find type 'UIView' in scope
var hookProvider: EmptyPageDelegate<State, UIView?> { get }
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/managers/EmptyPageViewManagerProtocol.swift:30:37: error: cannot find type 'UIView' in scope
var targetBox: EmptyPageWeakBox<UIView> { get set }
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/managers/EmptyPageViewManagerProtocol.swift:32:36: error: cannot find type 'UIView' in scope
var emptyBox: EmptyPageWeakBox<UIView> { get set }
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/managers/EmptyPageViewManagerProtocol.swift:34:34: error: cannot find type 'UIView' in scope
var emptyViewProvider: () -> UIView? { get set }
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageViewStateManager.swift (in target 'EmptyPage' from project 'EmptyPage')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/configs/EmptyPageConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPageDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageViewManagerProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageWeakBox.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForImage.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForStandard.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForText.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyView+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageCollectionStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageScrollViewStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateScorllableProtocol.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageTableStateManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageViewStateManager.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageTableStateManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageTableStateManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageTableStateManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageTableStateManager.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageViewStateManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageViewStateManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageViewStateManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageViewStateManager.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPage_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.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/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name EmptyPage -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageTableStateManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageViewStateManager.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageTableStateManager.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/armv7k/EmptyPageViewStateManager.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageViewStateManager.swift:28:33: error: cannot find type 'UIView' in scope
open var viewStore: [State: UIView] = [:]
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/managers/StateManager/EmptyPageViewStateManager.swift:29:56: error: cannot find type 'UIView' in scope
public let hookProvider = EmptyPageDelegate<State, UIView?>()
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/managers/StateManager/EmptyPageViewStateManager.swift:30:48: error: cannot find type 'UIView' in scope
open override var emptyViewProvider: () -> UIView? {
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/managers/StateManager/EmptyPageViewStateManager.swift:30:23: error: property does not override any property from its superclass
open override var emptyViewProvider: () -> UIView? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageViewManagerProtocol.swift:30:37: error: cannot find type 'UIView' in scope
var targetBox: EmptyPageWeakBox<UIView> { get set }
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/managers/EmptyPageViewManagerProtocol.swift:32:36: error: cannot find type 'UIView' in scope
var emptyBox: EmptyPageWeakBox<UIView> { get set }
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.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/Sources/Core/managers/EmptyPageViewManagerProtocol.swift:34:34: error: cannot find type 'UIView' in scope
var emptyViewProvider: () -> UIView? { get set }
^~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
SwiftCompile normal arm64 Compiling\ EmptyPageView.swift,\ EmptyView+UIScrollView.swift,\ EmptyPageCollectionStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyView+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageCollectionStateManager.swift (in target 'EmptyPage' from project 'EmptyPage')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/configs/EmptyPageConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPageDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageViewManagerProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageWeakBox.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForImage.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForStandard.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForText.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyView+UIScrollView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageCollectionStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageScrollViewStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateScorllableProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageTableStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageViewStateManager.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/supplementaryOutputs-24 -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPage_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.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/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name EmptyPage -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPageView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyView+UIScrollView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPageCollectionStateManager.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPageView.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyView+UIScrollView.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPageCollectionStateManager.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift (in target 'EmptyPage' from project 'EmptyPage')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/configs/EmptyPageConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPageDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageViewManagerProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageWeakBox.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForImage.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForStandard.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForText.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyView+UIScrollView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageCollectionStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageScrollViewStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateScorllableProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageTableStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageViewStateManager.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/supplementaryOutputs-24 -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPage_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.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/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name EmptyPage -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPageView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyView+UIScrollView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPageCollectionStateManager.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPageView.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyView+UIScrollView.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPageCollectionStateManager.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyView+UIScrollView.swift (in target 'EmptyPage' from project 'EmptyPage')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/configs/EmptyPageConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPageDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageViewManagerProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageWeakBox.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForImage.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForStandard.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForText.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyView+UIScrollView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageCollectionStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageScrollViewStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateScorllableProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageTableStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageViewStateManager.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/supplementaryOutputs-24 -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPage_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.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/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name EmptyPage -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPageView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyView+UIScrollView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPageCollectionStateManager.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPageView.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyView+UIScrollView.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPageCollectionStateManager.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageCollectionStateManager.swift (in target 'EmptyPage' from project 'EmptyPage')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/configs/EmptyPageConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPageDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageViewManagerProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageWeakBox.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForImage.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForStandard.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForText.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyView+UIScrollView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageCollectionStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageScrollViewStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateScorllableProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageTableStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageViewStateManager.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/supplementaryOutputs-24 -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPage_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.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/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name EmptyPage -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPageView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyView+UIScrollView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPageCollectionStateManager.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPageView.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyView+UIScrollView.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPageCollectionStateManager.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ EmptyPage (in target 'EmptyPage' from project 'EmptyPage')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.4.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/Sources/Core/EmptyPage.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/configs/EmptyPageConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPageDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageViewManagerProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageWeakBox.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForImage.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForStandard.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForText.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyView+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageCollectionStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageScrollViewStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateScorllableProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageTableStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageViewStateManager.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPage_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.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/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name EmptyPage -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.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/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPage.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPage.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPage-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPage-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPage-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPage.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPage.abi.json
SwiftCompile normal arm64 Compiling\ EmptyPageWeakBox.swift,\ Empty+Runtime.swift,\ Empty+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageWeakBox.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UICollectionView.swift (in target 'EmptyPage' from project 'EmptyPage')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/configs/EmptyPageConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPageDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageViewManagerProtocol.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageWeakBox.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForImage.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForStandard.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForText.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyView+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageCollectionStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageScrollViewStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateScorllableProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageTableStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageViewStateManager.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/supplementaryOutputs-15 -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPage_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.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/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name EmptyPage -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPageWeakBox.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/Empty+Runtime.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/Empty+UICollectionView.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPageWeakBox.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/Empty+Runtime.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/Empty+UICollectionView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageWeakBox.swift (in target 'EmptyPage' from project 'EmptyPage')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/configs/EmptyPageConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPageDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageViewManagerProtocol.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageWeakBox.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForImage.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForStandard.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForText.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyView+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageCollectionStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageScrollViewStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateScorllableProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageTableStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageViewStateManager.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/supplementaryOutputs-15 -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPage_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.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/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name EmptyPage -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPageWeakBox.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/Empty+Runtime.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/Empty+UICollectionView.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPageWeakBox.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/Empty+Runtime.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/Empty+UICollectionView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift (in target 'EmptyPage' from project 'EmptyPage')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/configs/EmptyPageConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPageDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageViewManagerProtocol.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageWeakBox.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForImage.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForStandard.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForText.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyView+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageCollectionStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageScrollViewStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateScorllableProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageTableStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageViewStateManager.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/supplementaryOutputs-15 -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPage_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.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/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name EmptyPage -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPageWeakBox.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/Empty+Runtime.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/Empty+UICollectionView.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPageWeakBox.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/Empty+Runtime.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/Empty+UICollectionView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UICollectionView.swift (in target 'EmptyPage' from project 'EmptyPage')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/configs/EmptyPageConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPageDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageViewManagerProtocol.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageWeakBox.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForImage.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForStandard.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForText.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyView+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageCollectionStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageScrollViewStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateScorllableProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageTableStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageViewStateManager.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/supplementaryOutputs-15 -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPage_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.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/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name EmptyPage -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPageWeakBox.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/Empty+Runtime.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/Empty+UICollectionView.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/EmptyPageWeakBox.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/Empty+Runtime.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64/Empty+UICollectionView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ EmptyPage (in target 'EmptyPage' from project 'EmptyPage')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.4.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/Sources/Core/EmptyPage.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/configs/EmptyPageConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPageDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageViewManagerProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageWeakBox.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForImage.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForStandard.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForText.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyView+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageCollectionStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageScrollViewStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateScorllableProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageTableStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageViewStateManager.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64_32/EmptyPage_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.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/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name EmptyPage -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.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/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64_32/EmptyPage.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64_32/EmptyPage.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64_32/EmptyPage-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64_32/EmptyPage-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64_32/EmptyPage-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64_32/EmptyPage.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64_32/EmptyPage.abi.json
SwiftCompile normal arm64_32 Compiling\ EmptyPageWeakBox.swift,\ Empty+Runtime.swift,\ Empty+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageWeakBox.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UICollectionView.swift (in target 'EmptyPage' from project 'EmptyPage')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/configs/EmptyPageConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPageDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageManager+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageViewManagerProtocol.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageWeakBox.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UITableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UIView.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForImage.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForStandard.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageForText.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyPageView.swift /Users/admin/builder/spi-builder-workspace/Sources/Standard/EmptyView+UIScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageCollectionStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageScrollViewStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateScorllableProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageTableStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageViewStateManager.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64_32/supplementaryOutputs-14 -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64_32/EmptyPage_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.5-21T569-607812366920c826b3ec796033b57e80.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.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/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name EmptyPage -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.5 -target-sdk-name watchos10.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64_32/EmptyPageWeakBox.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64_32/Empty+Runtime.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64_32/Empty+UICollectionView.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64_32/EmptyPageWeakBox.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64_32/Empty+Runtime.o -index-unit-output-path /EmptyPage.build/Debug-watchos/EmptyPage.build/Objects-normal/arm64_32/Empty+UICollectionView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageScrollViewStateManager.swift (in target 'EmptyPage' from project 'EmptyPage')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateProtocol.swift (in target 'EmptyPage' from project 'EmptyPage')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateScorllableProtocol.swift (in target 'EmptyPage' from project 'EmptyPage')
SwiftCompile normal armv7k Compiling\ EmptyPageScrollViewStateManager.swift,\ EmptyPageStateProtocol.swift,\ EmptyPageStateScorllableProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageScrollViewStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageStateScorllableProtocol.swift (in target 'EmptyPage' from project 'EmptyPage')
SwiftCompile normal armv7k Compiling\ EmptyPageWeakBox.swift,\ Empty+Runtime.swift,\ Empty+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageWeakBox.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UICollectionView.swift (in target 'EmptyPage' from project 'EmptyPage')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift (in target 'EmptyPage' from project 'EmptyPage')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UICollectionView.swift (in target 'EmptyPage' from project 'EmptyPage')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift (in target 'EmptyPage' from project 'EmptyPage')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UICollectionView.swift (in target 'EmptyPage' from project 'EmptyPage')
SwiftCompile normal armv7k Compiling\ EmptyPage.swift,\ EmptyPageConfiguration.swift,\ EmptyPage+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/EmptyPage.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/configs/EmptyPageConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/extensions/EmptyPage+UICollectionView.swift (in target 'EmptyPage' from project 'EmptyPage')
SwiftEmitModule normal armv7k Emitting\ module\ for\ EmptyPage (in target 'EmptyPage' from project 'EmptyPage')
SwiftCompile normal armv7k Compiling\ EmptyPageTableStateManager.swift,\ EmptyPageViewStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageTableStateManager.swift /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageViewStateManager.swift (in target 'EmptyPage' from project 'EmptyPage')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageTableStateManager.swift (in target 'EmptyPage' from project 'EmptyPage')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/managers/StateManager/EmptyPageViewStateManager.swift (in target 'EmptyPage' from project 'EmptyPage')
SwiftCompile normal arm64_32 Compiling\ EmptyPageWeakBox.swift,\ Empty+Runtime.swift,\ Empty+UICollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/managers/EmptyPageWeakBox.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+Runtime.swift /Users/admin/builder/spi-builder-workspace/Sources/Core/swizzings/Empty+UICollectionView.swift (in target 'EmptyPage' from project 'EmptyPage')
(15 failures)
BUILD FAILURE 5.10 watchOS