The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build CellsReloadable, reference 2.4.0 (cb779a), with Swift 5.9 for watchOS using Xcode 15.2 on 13 Sep 2024 01:52:35 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CellsReloadable -destination generic/platform=watchOS

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:60:40: error: cannot find type 'UIView' in scope
    init<Data: Swift.Collection, Cell: UIView>(
                                       ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/CellsSection.swift:78:40: error: cannot find type 'UIView' in scope
    init<Data: Swift.Collection, Cell: UIView, ID: Hashable>(
                                       ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/CellsSection.swift:97:54: error: cannot find type 'UIView' in scope
    init<Data: Swift.Collection, ID: Hashable, Cell: UIView>(
                                                     ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/Protocols/RenderableView.swift:3:33: error: cannot find type 'UIView' in scope
public protocol RenderableView: UIView {
                                ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/Modifiers/DidHighlight.swift:6:31: error: cannot find type 'UIView' in scope
    public var didHighlight: (UIView, Bool) -> Void {
                              ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/Modifiers/DidHighlight.swift:15:33: error: cannot find type 'UIView' in scope
    public func didHighlight<V: UIView>(_ type: V.Type, _ action: @escaping (V, Bool) -> Void) -> ViewCell {
                                ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/Modifiers/WillReuse.swift:6:28: error: cannot find type 'UIView' in scope
    public var willReuse: (UIView) -> Void {
                           ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/Modifiers/WillReuse.swift:15:30: error: cannot find type 'UIView' in scope
    public func willReuse<V: UIView>(_ type: V.Type, _ action: @escaping (V) -> Void) -> ViewCell {
                             ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/SingleViewCellBuilder.swift:46:43: error: cannot find type 'UIView' in scope
    public static func buildExpression<V: UIView>(
                                          ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/ViewCell.swift:25:33: error: cannot find type 'UIView' in scope
        create: @escaping () -> UIView,
                                ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/ViewCell.swift:26:28: error: cannot find type 'UIView' in scope
        render: @escaping (UIView) -> Void
                           ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/ViewCell.swift:59:16: error: cannot find type 'UIView' in scope
    init<Cell: UIView>(
               ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/ViewCell.swift:79:16: error: cannot find type 'UIView' in scope
    init<Cell: UIView>(
               ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/SwiftUI/HostingView.swift:14:18: error: property does not override any property from its superclass
    override var intrinsicContentSize: CGSize {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:28:19: error: method does not override any method from its superclass
    override func didMoveToWindow() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:40:32: error: cannot find type 'UIViewController' in scope
    func set(parentController: UIViewController) {
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:65:19: error: method does not override any method from its superclass
    override func invalidateIntrinsicContentSize() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:71:19: error: method does not override any method from its superclass
    override func systemLayoutSizeFitting(_ targetSize: CGSize) -> CGSize {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:78:66: error: cannot find type 'UILayoutPriority' in scope
        withHorizontalFittingPriority horizontalFittingPriority: UILayoutPriority,
                                                                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:79:34: error: cannot find type 'UILayoutPriority' in scope
        verticalFittingPriority: UILayoutPriority
                                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:76:19: error: method does not override any method from its superclass
    override func systemLayoutSizeFitting(
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:95:19: error: method does not override any method from its superclass
    override func sizeThatFits(_ size: CGSize) -> CGSize {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:108:19: error: method does not override any method from its superclass
    override func safeAreaInsetsDidChange() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:3:41: error: cannot find type 'UIView' in scope
final class HostingView<Content: View>: UIView {
                                        ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/SwiftUI/HostingView.swift:127:19: error: method does not override any method from its superclass
    override func viewDidLoad() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:132:19: error: method does not override any method from its superclass
    override func viewWillAppear(_ animated: Bool) {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:137:19: error: method does not override any method from its superclass
    override func viewDidLayoutSubviews() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:125:55: error: cannot find type 'UIHostingController' in scope
private final class HostingController<Content: View>: UIHostingController<Content> {
                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift:8:35: error: cannot find type 'UIView' in scope
public struct TypedViewCell<Cell: UIView>: ViewCellConvertible, Identifiable {
                                  ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/TypedViewCell.swift:50:47: error: cannot find type 'UIView' in scope
public extension NSObjectProtocol where Self: UIView {
                                              ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UICollectionView+Reload.swift:64:18: error: cannot find type 'UICollectionView' in scope
public extension UICollectionView {
                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:175:18: error: cannot find type 'UICollectionView' in scope
public extension UICollectionView {
                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:224:19: error: cannot find type 'UICollectionView' in scope
private extension UICollectionView {
                  ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:29:27: error: cannot find type 'UICollectionView' in scope
        _ collectionView: UICollectionView,
                          ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:31:19: error: cannot find type 'UICollectionViewDelegate' in scope
        delegate: UICollectionViewDelegate? = nil
                  ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:19:50: error: cannot find type 'UICollectionView' in scope
    public private(set) weak var collectionView: UICollectionView?
                                                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:20:45: error: cannot find type 'UICollectionViewDelegate' in scope
    public weak var collectionViewDelegate: UICollectionViewDelegate?
                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:81:50: error: cannot find type 'UIView' in scope
    func viewForItem(at indexPath: IndexPath) -> UIView? {
                                                 ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UICollectionView+Reload.swift:85:47: error: cannot find type 'UIView' in scope
    func viewForItem(with id: AnyHashable) -> UIView? {
                                              ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UICollectionView+Reload.swift:112:24: error: cannot find type 'UIView' in scope
    var visibleViews: [UIView] {
                       ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UICollectionView+Reload.swift:117:37: error: cannot find type 'UICollectionViewDataSource' in scope
extension UICollectionViewReloader: UICollectionViewDataSource {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:119:53: error: cannot find type 'UICollectionView' in scope
    public func numberOfSections(in collectionView: UICollectionView) -> Int {
                                                    ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:123:50: error: cannot find type 'UICollectionView' in scope
    public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
                                                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:127:107: error: cannot find type 'UICollectionViewCell' in scope
    public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
                                                                                                          ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:127:50: error: cannot find type 'UICollectionView' in scope
    public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
                                                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:133:37: error: cannot find type 'UICollectionViewDelegateFlowLayout' in scope
extension UICollectionViewReloader: UICollectionViewDelegateFlowLayout {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:136:27: error: cannot find type 'UICollectionView' in scope
        _ collectionView: UICollectionView,
                          ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:137:38: error: cannot find type 'UICollectionViewLayout' in scope
        layout collectionViewLayout: UICollectionViewLayout,
                                     ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:152:27: error: cannot find type 'UICollectionView' in scope
        _ collectionView: UICollectionView,
                          ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:153:27: error: cannot find type 'UICollectionViewCell' in scope
        willDisplay cell: UICollectionViewCell,
                          ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:161:27: error: cannot find type 'UICollectionView' in scope
        _ collectionView: UICollectionView,
                          ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:162:32: error: cannot find type 'UICollectionViewCell' in scope
        didEndDisplaying cell: UICollectionViewCell,
                               ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:169:50: error: cannot find type 'UICollectionView' in scope
    public func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
                                                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:249:19: error: cannot find type 'UIView' in scope
    var cellView: UIView?
                  ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UICollectionView+Reload.swift:250:19: error: cannot find type 'UIView' in scope
    var onReuse: (UIView) -> Void = {_  in }
                  ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UICollectionView+Reload.swift:251:23: error: cannot find type 'UIView' in scope
    var onHighlight: (UIView, Bool) -> Void = { _, _ in }
                      ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UICollectionView+Reload.swift:253:18: error: property does not override any property from its superclass
    override var isHighlighted: Bool {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:278:28: error: cannot find type 'UIView' in scope
    private func add(view: UIView) {
                           ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UICollectionView+Reload.swift:289:19: error: method does not override any method from its superclass
    override func prepareForReuse() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:247:44: error: cannot find type 'UICollectionViewCell' in scope
private final class AnyCollectionViewCell: UICollectionViewCell {
                                           ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:3:11: error: cannot find type 'UIStackView' in scope
extension UIStackView: ViewCellsReloadable {
          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:40:11: error: cannot find type 'UIStackView' in scope
extension UIStackView: CellsSectionsReloadable {
          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:97:19: error: cannot find type 'UIView' in scope
private extension UIView {
                  ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UIStackView+Reload.swift:85:26: error: cannot find type 'NSLayoutConstraint' in scope
        public var axis: NSLayoutConstraint.Axis?
                         ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:87:31: error: cannot find type 'UIStackView' in scope
        public var alignment: UIStackView.Alignment?
                              ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:88:34: error: cannot find type 'UIStackView' in scope
        public var distribution: UIStackView.Distribution?
                                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:83:12: error: type 'CellsSection.Values.Stack' does not conform to protocol 'Equatable'
    struct Stack: Equatable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:85:20: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'CellsSection.Values.Stack' to 'Equatable'
        public var axis: NSLayoutConstraint.Axis?
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:87:20: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'CellsSection.Values.Stack' to 'Equatable'
        public var alignment: UIStackView.Alignment?
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:88:20: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'CellsSection.Values.Stack' to 'Equatable'
        public var distribution: UIStackView.Distribution?
                   ^
Swift.==:1:24: note: candidate would match if 'CellsSection.Values.Stack' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint:2:24: note: candidate would match if 'CellsSection.Values.Stack' conformed to 'FloatingPoint'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift.BinaryInteger:2:24: note: candidate would match if 'CellsSection.Values.Stack' conformed to 'BinaryInteger'
    public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
                       ^
Swift._Pointer:2:24: note: candidate would match if 'CellsSection.Values.Stack' conformed to '_Pointer'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift._Pointer:3:35: note: candidate would match if 'CellsSection.Values.Stack' conformed to '_Pointer'
    @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
                                  ^
Swift.Strideable:3:35: note: candidate would match if 'CellsSection.Values.Stack' conformed to 'Strideable'
    @inlinable public static func == (x: Self, y: Self) -> Bool
                                  ^
Swift.StringProtocol:2:35: note: candidate would match if 'CellsSection.Values.Stack' conformed to 'StringProtocol'
    @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
                                  ^
Swift.SIMD:4:24: note: candidate would match if 'CellsSection.Values.Stack' conformed to 'SIMD'
    public static func == (a: Self, b: Self) -> Bool
                       ^
CoreFoundation._CFObject:4:24: note: candidate would match if 'CellsSection.Values.Stack' conformed to '_CFObject'
    public static func == (left: Self, right: Self) -> Bool
                       ^
Foundation.AttributedStringProtocol:3:24: note: candidate would match if 'CellsSection.Values.Stack' conformed to 'AttributedStringProtocol'
    public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
                       ^
Foundation._BridgedStoredNSError:4:24: note: candidate would match if 'CellsSection.Values.Stack' conformed to '_BridgedStoredNSError'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:83:12: note: do you want to add protocol stubs?
    struct Stack: Equatable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:242:18: error: cannot find type 'UITableView' in scope
public extension UITableView {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:347:19: error: cannot find type 'UITableView' in scope
private extension UITableView {
                  ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:27:22: error: cannot find type 'UITableView' in scope
        _ tableView: UITableView,
                     ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:28:20: error: cannot find type 'UITableView' in scope
        animation: UITableView.DirectionalRowAnimation = .none,
                   ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:29:19: error: cannot find type 'UITableViewDelegate' in scope
        delegate: UITableViewDelegate? = nil
                  ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:13:37: error: cannot find type 'UITableView' in scope
    public var defaultRowAnimation: UITableView.DirectionalRowAnimation
                                    ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:17:45: error: cannot find type 'UITableView' in scope
    public private(set) weak var tableView: UITableView?
                                            ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:18:40: error: cannot find type 'UITableViewDelegate' in scope
    public weak var tableViewDelegate: UITableViewDelegate?
                                       ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:73:49: error: cannot find type 'UIView' in scope
    func viewForRow(at indexPath: IndexPath) -> UIView? {
                                                ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:77:46: error: cannot find type 'UIView' in scope
    func viewForRow(with id: AnyHashable) -> UIView? {
                                             ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:104:49: error: cannot find type 'UIView' in scope
    func headerView(forSection section: Int) -> UIView? {
                                                ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:108:49: error: cannot find type 'UIView' in scope
    func footerView(forSection section: Int) -> UIView? {
                                                ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:112:24: error: cannot find type 'UIView' in scope
    var visibleViews: [UIView] {
                       ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:146:32: error: cannot find type 'UITableViewDataSource' in scope
extension UITableViewReloader: UITableViewDataSource {
                               ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:148:48: error: cannot find type 'UITableView' in scope
    public func numberOfSections(in tableView: UITableView) -> Int {
                                               ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:152:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
                                       ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:156:91: error: cannot find type 'UITableViewCell' in scope
    public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                                                                          ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:156:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                       ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:162:32: error: cannot find type 'UITableViewDelegate' in scope
extension UITableViewReloader: UITableViewDelegate {
                               ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:164:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
                                       ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:172:93: error: cannot find type 'UIView' in scope
    public func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
                                                                                            ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:172:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
                                       ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:180:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
                                       ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:194:93: error: cannot find type 'UIView' in scope
    public func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
                                                                                            ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:194:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
                                       ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:202:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat {
                                       ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:216:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
                                       ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:223:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
                                       ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:223:71: error: cannot find type 'UITableViewCell' in scope
    public func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
                                                                      ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:234:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, didEndDisplaying cell: UITableViewCell, forRowAt indexPath: IndexPath) {
                                       ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:234:76: error: cannot find type 'UITableViewCell' in scope
    public func tableView(_ tableView: UITableView, didEndDisplaying cell: UITableViewCell, forRowAt indexPath: IndexPath) {
                                                                           ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:319:78: error: cannot find type 'UITableView' in scope
    func directionalRowAnimation(for animation: UITableView.RowAnimation) -> UITableView.DirectionalRowAnimation {
                                                                             ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:319:49: error: cannot find type 'UITableView' in scope
    func directionalRowAnimation(for animation: UITableView.RowAnimation) -> UITableView.DirectionalRowAnimation {
                                                ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:333:78: error: cannot find type 'UITableView' in scope
    func rowAnimation(for animation: UITableView.DirectionalRowAnimation) -> UITableView.RowAnimation {
                                                                             ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:333:38: error: cannot find type 'UITableView' in scope
    func rowAnimation(for animation: UITableView.DirectionalRowAnimation) -> UITableView.RowAnimation {
                                     ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:388:19: error: cannot find type 'UIView' in scope
    var cellView: UIView?
                  ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:389:19: error: cannot find type 'UIView' in scope
    var onReuse: (UIView) -> Void = { _ in }
                  ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:390:23: error: cannot find type 'UIView' in scope
    var onHighlight: (UIView, Bool) -> Void = { _, _ in }
                      ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:392:18: error: property does not override any property from its superclass
    override var isHighlighted: Bool {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:421:28: error: cannot find type 'UIView' in scope
    private func add(view: UIView) {
                           ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:430:19: error: method does not override any method from its superclass
    override func prepareForReuse() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:386:39: error: cannot find type 'UITableViewCell' in scope
private final class AnyTableViewCell: UITableViewCell {
                                      ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:443:19: error: cannot find type 'UIView' in scope
    var cellView: UIView?
                  ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:444:19: error: cannot find type 'UIView' in scope
    var onReuse: (UIView) -> Void = { _ in }
                  ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:466:28: error: cannot find type 'UIView' in scope
    private func add(view: UIView) {
                           ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:475:19: error: method does not override any method from its superclass
    override func prepareForReuse() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:441:47: error: cannot find type 'UITableViewHeaderFooterView' in scope
private final class AnyTableHeaderFooterView: UITableViewHeaderFooterView {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift:3:11: error: cannot find type 'UIScrollView' in scope
extension UIScrollView {
          ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift:5:31: error: cannot find type 'UIView' in scope
    private let create: () -> UIView
                              ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/ViewCell.swift:6:26: error: cannot find type 'UIView' in scope
    private let render: (UIView) -> Void
                         ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/ViewCell.swift:36:33: error: cannot find type 'UIView' in scope
    public func createView() -> UIView {
                                ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/ViewCell.swift:40:36: error: cannot find type 'UIView' in scope
    public func reloadView(_ view: UIView) {
                                   ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/ViewCellsReloadable.swift:47:41: error: cannot find type 'UIView' in scope
    func reload<Data: Collection, Cell: UIView>(
                                        ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/ViewCellsReloadable.swift:78:55: error: cannot find type 'UIView' in scope
    func reload<Data: Collection, ID: Hashable, Cell: UIView>(
                                                      ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/ViewCellsReloadable.swift:109:55: error: cannot find type 'UIView' in scope
    func reload<Data: Collection, ID: Hashable, Cell: UIView>(
                                                      ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
SwiftCompile normal arm64 Compiling\ UITableView+Reload.swift,\ UnionID.swift,\ AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/supplementaryOutputs-20 -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_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.2.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.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.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/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/UITableView+Reload.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/UnionID.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/AnyEquatable.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/UITableView+Reload.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/UnionID.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/AnyEquatable.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/CellsReloadable/UITableView+Reload.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/supplementaryOutputs-20 -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_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.2.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.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.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/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/UITableView+Reload.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/UnionID.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/AnyEquatable.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/UITableView+Reload.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/UnionID.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/AnyEquatable.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/CellsReloadable/UnionID.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/supplementaryOutputs-20 -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_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.2.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.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.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/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/UITableView+Reload.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/UnionID.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/AnyEquatable.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/UITableView+Reload.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/UnionID.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/AnyEquatable.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/CellsReloadable/Utils/AnyEquatable.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/supplementaryOutputs-20 -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_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.2.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.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.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/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/UITableView+Reload.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/UnionID.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/AnyEquatable.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/UITableView+Reload.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/UnionID.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/AnyEquatable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ CellsReloadable (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.2.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/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_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.2.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.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.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/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.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/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:60:40: error: cannot find type 'UIView' in scope
    init<Data: Swift.Collection, Cell: UIView>(
                                       ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/CellsSection.swift:78:40: error: cannot find type 'UIView' in scope
    init<Data: Swift.Collection, Cell: UIView, ID: Hashable>(
                                       ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/CellsSection.swift:97:54: error: cannot find type 'UIView' in scope
    init<Data: Swift.Collection, ID: Hashable, Cell: UIView>(
                                                     ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/Protocols/RenderableView.swift:3:33: error: cannot find type 'UIView' in scope
public protocol RenderableView: UIView {
                                ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/Modifiers/DidHighlight.swift:6:31: error: cannot find type 'UIView' in scope
    public var didHighlight: (UIView, Bool) -> Void {
                              ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/Modifiers/DidHighlight.swift:15:33: error: cannot find type 'UIView' in scope
    public func didHighlight<V: UIView>(_ type: V.Type, _ action: @escaping (V, Bool) -> Void) -> ViewCell {
                                ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/Modifiers/WillReuse.swift:6:28: error: cannot find type 'UIView' in scope
    public var willReuse: (UIView) -> Void {
                           ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/Modifiers/WillReuse.swift:15:30: error: cannot find type 'UIView' in scope
    public func willReuse<V: UIView>(_ type: V.Type, _ action: @escaping (V) -> Void) -> ViewCell {
                             ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/SingleViewCellBuilder.swift:46:43: error: cannot find type 'UIView' in scope
    public static func buildExpression<V: UIView>(
                                          ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/ViewCell.swift:25:33: error: cannot find type 'UIView' in scope
        create: @escaping () -> UIView,
                                ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/ViewCell.swift:26:28: error: cannot find type 'UIView' in scope
        render: @escaping (UIView) -> Void
                           ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/ViewCell.swift:59:16: error: cannot find type 'UIView' in scope
    init<Cell: UIView>(
               ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/ViewCell.swift:79:16: error: cannot find type 'UIView' in scope
    init<Cell: UIView>(
               ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/SwiftUI/HostingView.swift:14:18: error: property does not override any property from its superclass
    override var intrinsicContentSize: CGSize {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:28:19: error: method does not override any method from its superclass
    override func didMoveToWindow() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:40:32: error: cannot find type 'UIViewController' in scope
    func set(parentController: UIViewController) {
                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:65:19: error: method does not override any method from its superclass
    override func invalidateIntrinsicContentSize() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:71:19: error: method does not override any method from its superclass
    override func systemLayoutSizeFitting(_ targetSize: CGSize) -> CGSize {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:78:66: error: cannot find type 'UILayoutPriority' in scope
        withHorizontalFittingPriority horizontalFittingPriority: UILayoutPriority,
                                                                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:79:34: error: cannot find type 'UILayoutPriority' in scope
        verticalFittingPriority: UILayoutPriority
                                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:76:19: error: method does not override any method from its superclass
    override func systemLayoutSizeFitting(
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:95:19: error: method does not override any method from its superclass
    override func sizeThatFits(_ size: CGSize) -> CGSize {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:108:19: error: method does not override any method from its superclass
    override func safeAreaInsetsDidChange() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:3:41: error: cannot find type 'UIView' in scope
final class HostingView<Content: View>: UIView {
                                        ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/SwiftUI/HostingView.swift:127:19: error: method does not override any method from its superclass
    override func viewDidLoad() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:132:19: error: method does not override any method from its superclass
    override func viewWillAppear(_ animated: Bool) {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:137:19: error: method does not override any method from its superclass
    override func viewDidLayoutSubviews() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:125:55: error: cannot find type 'UIHostingController' in scope
private final class HostingController<Content: View>: UIHostingController<Content> {
                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift:8:35: error: cannot find type 'UIView' in scope
public struct TypedViewCell<Cell: UIView>: ViewCellConvertible, Identifiable {
                                  ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/TypedViewCell.swift:50:47: error: cannot find type 'UIView' in scope
public extension NSObjectProtocol where Self: UIView {
                                              ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UICollectionView+Reload.swift:64:18: error: cannot find type 'UICollectionView' in scope
public extension UICollectionView {
                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:175:18: error: cannot find type 'UICollectionView' in scope
public extension UICollectionView {
                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:224:19: error: cannot find type 'UICollectionView' in scope
private extension UICollectionView {
                  ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:29:27: error: cannot find type 'UICollectionView' in scope
        _ collectionView: UICollectionView,
                          ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:31:19: error: cannot find type 'UICollectionViewDelegate' in scope
        delegate: UICollectionViewDelegate? = nil
                  ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:19:50: error: cannot find type 'UICollectionView' in scope
    public private(set) weak var collectionView: UICollectionView?
                                                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:20:45: error: cannot find type 'UICollectionViewDelegate' in scope
    public weak var collectionViewDelegate: UICollectionViewDelegate?
                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:81:50: error: cannot find type 'UIView' in scope
    func viewForItem(at indexPath: IndexPath) -> UIView? {
                                                 ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UICollectionView+Reload.swift:85:47: error: cannot find type 'UIView' in scope
    func viewForItem(with id: AnyHashable) -> UIView? {
                                              ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UICollectionView+Reload.swift:112:24: error: cannot find type 'UIView' in scope
    var visibleViews: [UIView] {
                       ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UICollectionView+Reload.swift:117:37: error: cannot find type 'UICollectionViewDataSource' in scope
extension UICollectionViewReloader: UICollectionViewDataSource {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:119:53: error: cannot find type 'UICollectionView' in scope
    public func numberOfSections(in collectionView: UICollectionView) -> Int {
                                                    ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:123:50: error: cannot find type 'UICollectionView' in scope
    public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
                                                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:127:107: error: cannot find type 'UICollectionViewCell' in scope
    public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
                                                                                                          ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:127:50: error: cannot find type 'UICollectionView' in scope
    public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
                                                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:133:37: error: cannot find type 'UICollectionViewDelegateFlowLayout' in scope
extension UICollectionViewReloader: UICollectionViewDelegateFlowLayout {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:136:27: error: cannot find type 'UICollectionView' in scope
        _ collectionView: UICollectionView,
                          ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:137:38: error: cannot find type 'UICollectionViewLayout' in scope
        layout collectionViewLayout: UICollectionViewLayout,
                                     ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:152:27: error: cannot find type 'UICollectionView' in scope
        _ collectionView: UICollectionView,
                          ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:153:27: error: cannot find type 'UICollectionViewCell' in scope
        willDisplay cell: UICollectionViewCell,
                          ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:161:27: error: cannot find type 'UICollectionView' in scope
        _ collectionView: UICollectionView,
                          ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:162:32: error: cannot find type 'UICollectionViewCell' in scope
        didEndDisplaying cell: UICollectionViewCell,
                               ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:169:50: error: cannot find type 'UICollectionView' in scope
    public func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
                                                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:249:19: error: cannot find type 'UIView' in scope
    var cellView: UIView?
                  ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UICollectionView+Reload.swift:250:19: error: cannot find type 'UIView' in scope
    var onReuse: (UIView) -> Void = {_  in }
                  ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UICollectionView+Reload.swift:251:23: error: cannot find type 'UIView' in scope
    var onHighlight: (UIView, Bool) -> Void = { _, _ in }
                      ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UICollectionView+Reload.swift:253:18: error: property does not override any property from its superclass
    override var isHighlighted: Bool {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:278:28: error: cannot find type 'UIView' in scope
    private func add(view: UIView) {
                           ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UICollectionView+Reload.swift:289:19: error: method does not override any method from its superclass
    override func prepareForReuse() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:247:44: error: cannot find type 'UICollectionViewCell' in scope
private final class AnyCollectionViewCell: UICollectionViewCell {
                                           ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:3:11: error: cannot find type 'UIStackView' in scope
extension UIStackView: ViewCellsReloadable {
          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:40:11: error: cannot find type 'UIStackView' in scope
extension UIStackView: CellsSectionsReloadable {
          ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:97:19: error: cannot find type 'UIView' in scope
private extension UIView {
                  ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UIStackView+Reload.swift:85:26: error: cannot find type 'NSLayoutConstraint' in scope
        public var axis: NSLayoutConstraint.Axis?
                         ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:87:31: error: cannot find type 'UIStackView' in scope
        public var alignment: UIStackView.Alignment?
                              ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:88:34: error: cannot find type 'UIStackView' in scope
        public var distribution: UIStackView.Distribution?
                                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:83:12: error: type 'CellsSection.Values.Stack' does not conform to protocol 'Equatable'
    struct Stack: Equatable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:85:20: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'CellsSection.Values.Stack' to 'Equatable'
        public var axis: NSLayoutConstraint.Axis?
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:87:20: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'CellsSection.Values.Stack' to 'Equatable'
        public var alignment: UIStackView.Alignment?
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:88:20: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'CellsSection.Values.Stack' to 'Equatable'
        public var distribution: UIStackView.Distribution?
                   ^
Swift.==:1:24: note: candidate would match if 'CellsSection.Values.Stack' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
                       ^
Swift.FloatingPoint:2:24: note: candidate would match if 'CellsSection.Values.Stack' conformed to 'FloatingPoint'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift.BinaryInteger:2:24: note: candidate would match if 'CellsSection.Values.Stack' conformed to 'BinaryInteger'
    public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
                       ^
Swift._Pointer:2:24: note: candidate would match if 'CellsSection.Values.Stack' conformed to '_Pointer'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
Swift._Pointer:3:35: note: candidate would match if 'CellsSection.Values.Stack' conformed to '_Pointer'
    @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
                                  ^
Swift.Strideable:3:35: note: candidate would match if 'CellsSection.Values.Stack' conformed to 'Strideable'
    @inlinable public static func == (x: Self, y: Self) -> Bool
                                  ^
Swift.StringProtocol:2:35: note: candidate would match if 'CellsSection.Values.Stack' conformed to 'StringProtocol'
    @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
                                  ^
Swift.SIMD:4:24: note: candidate would match if 'CellsSection.Values.Stack' conformed to 'SIMD'
    public static func == (a: Self, b: Self) -> Bool
                       ^
CoreFoundation._CFObject:4:24: note: candidate would match if 'CellsSection.Values.Stack' conformed to '_CFObject'
    public static func == (left: Self, right: Self) -> Bool
                       ^
Foundation.AttributedStringProtocol:3:24: note: candidate would match if 'CellsSection.Values.Stack' conformed to 'AttributedStringProtocol'
    public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
                       ^
Foundation._BridgedStoredNSError:4:24: note: candidate would match if 'CellsSection.Values.Stack' conformed to '_BridgedStoredNSError'
    public static func == (lhs: Self, rhs: Self) -> Bool
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:83:12: note: do you want to add protocol stubs?
    struct Stack: Equatable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:242:18: error: cannot find type 'UITableView' in scope
public extension UITableView {
                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:347:19: error: cannot find type 'UITableView' in scope
private extension UITableView {
                  ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:27:22: error: cannot find type 'UITableView' in scope
        _ tableView: UITableView,
                     ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:28:20: error: cannot find type 'UITableView' in scope
        animation: UITableView.DirectionalRowAnimation = .none,
                   ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:29:19: error: cannot find type 'UITableViewDelegate' in scope
        delegate: UITableViewDelegate? = nil
                  ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:13:37: error: cannot find type 'UITableView' in scope
    public var defaultRowAnimation: UITableView.DirectionalRowAnimation
                                    ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:17:45: error: cannot find type 'UITableView' in scope
    public private(set) weak var tableView: UITableView?
                                            ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:18:40: error: cannot find type 'UITableViewDelegate' in scope
    public weak var tableViewDelegate: UITableViewDelegate?
                                       ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:73:49: error: cannot find type 'UIView' in scope
    func viewForRow(at indexPath: IndexPath) -> UIView? {
                                                ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:77:46: error: cannot find type 'UIView' in scope
    func viewForRow(with id: AnyHashable) -> UIView? {
                                             ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:104:49: error: cannot find type 'UIView' in scope
    func headerView(forSection section: Int) -> UIView? {
                                                ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:108:49: error: cannot find type 'UIView' in scope
    func footerView(forSection section: Int) -> UIView? {
                                                ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:112:24: error: cannot find type 'UIView' in scope
    var visibleViews: [UIView] {
                       ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:146:32: error: cannot find type 'UITableViewDataSource' in scope
extension UITableViewReloader: UITableViewDataSource {
                               ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:148:48: error: cannot find type 'UITableView' in scope
    public func numberOfSections(in tableView: UITableView) -> Int {
                                               ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:152:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
                                       ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:156:91: error: cannot find type 'UITableViewCell' in scope
    public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                                                                          ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:156:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
                                       ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:162:32: error: cannot find type 'UITableViewDelegate' in scope
extension UITableViewReloader: UITableViewDelegate {
                               ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:164:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
                                       ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:172:93: error: cannot find type 'UIView' in scope
    public func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
                                                                                            ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:172:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
                                       ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:180:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
                                       ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:194:93: error: cannot find type 'UIView' in scope
    public func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
                                                                                            ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:194:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
                                       ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:202:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat {
                                       ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:216:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
                                       ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:223:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
                                       ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:223:71: error: cannot find type 'UITableViewCell' in scope
    public func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
                                                                      ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:234:40: error: cannot find type 'UITableView' in scope
    public func tableView(_ tableView: UITableView, didEndDisplaying cell: UITableViewCell, forRowAt indexPath: IndexPath) {
                                       ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:234:76: error: cannot find type 'UITableViewCell' in scope
    public func tableView(_ tableView: UITableView, didEndDisplaying cell: UITableViewCell, forRowAt indexPath: IndexPath) {
                                                                           ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:319:78: error: cannot find type 'UITableView' in scope
    func directionalRowAnimation(for animation: UITableView.RowAnimation) -> UITableView.DirectionalRowAnimation {
                                                                             ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:319:49: error: cannot find type 'UITableView' in scope
    func directionalRowAnimation(for animation: UITableView.RowAnimation) -> UITableView.DirectionalRowAnimation {
                                                ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:333:78: error: cannot find type 'UITableView' in scope
    func rowAnimation(for animation: UITableView.DirectionalRowAnimation) -> UITableView.RowAnimation {
                                                                             ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:333:38: error: cannot find type 'UITableView' in scope
    func rowAnimation(for animation: UITableView.DirectionalRowAnimation) -> UITableView.RowAnimation {
                                     ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:388:19: error: cannot find type 'UIView' in scope
    var cellView: UIView?
                  ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:389:19: error: cannot find type 'UIView' in scope
    var onReuse: (UIView) -> Void = { _ in }
                  ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:390:23: error: cannot find type 'UIView' in scope
    var onHighlight: (UIView, Bool) -> Void = { _, _ in }
                      ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:392:18: error: property does not override any property from its superclass
    override var isHighlighted: Bool {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:421:28: error: cannot find type 'UIView' in scope
    private func add(view: UIView) {
                           ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:430:19: error: method does not override any method from its superclass
    override func prepareForReuse() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:386:39: error: cannot find type 'UITableViewCell' in scope
private final class AnyTableViewCell: UITableViewCell {
                                      ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:443:19: error: cannot find type 'UIView' in scope
    var cellView: UIView?
                  ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:444:19: error: cannot find type 'UIView' in scope
    var onReuse: (UIView) -> Void = { _ in }
                  ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:466:28: error: cannot find type 'UIView' in scope
    private func add(view: UIView) {
                           ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/UITableView+Reload.swift:475:19: error: method does not override any method from its superclass
    override func prepareForReuse() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:441:47: error: cannot find type 'UITableViewHeaderFooterView' in scope
private final class AnyTableHeaderFooterView: UITableViewHeaderFooterView {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift:3:11: error: cannot find type 'UIScrollView' in scope
extension UIScrollView {
          ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift:5:31: error: cannot find type 'UIView' in scope
    private let create: () -> UIView
                              ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/ViewCell.swift:6:26: error: cannot find type 'UIView' in scope
    private let render: (UIView) -> Void
                         ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/ViewCell.swift:36:33: error: cannot find type 'UIView' in scope
    public func createView() -> UIView {
                                ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/ViewCell.swift:40:36: error: cannot find type 'UIView' in scope
    public func reloadView(_ view: UIView) {
                                   ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/ViewCellsReloadable.swift:47:41: error: cannot find type 'UIView' in scope
    func reload<Data: Collection, Cell: UIView>(
                                        ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/ViewCellsReloadable.swift:78:55: error: cannot find type 'UIView' in scope
    func reload<Data: Collection, ID: Hashable, Cell: UIView>(
                                                      ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable/ViewCellsReloadable.swift:109:55: error: cannot find type 'UIView' in scope
    func reload<Data: Collection, ID: Hashable, Cell: UIView>(
                                                      ^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
SwiftCompile normal arm64 Compiling\ Collection++.swift,\ String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/Collection++.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/Collection++.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/Collection++.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/Collection++.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/String++.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/String++.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/String++.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/String++.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_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.2.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.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.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/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/Collection++.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/String++.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/Collection++.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/String++.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/CellsReloadable/Utils/Collection++.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/Collection++.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/Collection++.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/Collection++.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/Collection++.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/String++.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/String++.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/String++.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/String++.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_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.2.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.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.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/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/Collection++.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/String++.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/Collection++.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/String++.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/CellsReloadable/Utils/String++.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/Collection++.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/Collection++.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/Collection++.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/Collection++.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/String++.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/String++.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/String++.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/String++.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_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.2.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.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.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/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/Collection++.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/String++.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/Collection++.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/String++.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ RenderableView.swift,\ SingleViewCellBuilder.swift,\ HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/supplementaryOutputs-14 -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_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.2.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.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.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/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/RenderableView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/SingleViewCellBuilder.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/HostingView.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/RenderableView.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/SingleViewCellBuilder.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/HostingView.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/CellsReloadable/Protocols/RenderableView.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/supplementaryOutputs-14 -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_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.2.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.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.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/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/RenderableView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/SingleViewCellBuilder.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/HostingView.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/RenderableView.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/SingleViewCellBuilder.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/HostingView.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/CellsReloadable/SingleViewCellBuilder.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/supplementaryOutputs-14 -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_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.2.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.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.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/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/RenderableView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/SingleViewCellBuilder.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/HostingView.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/RenderableView.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/SingleViewCellBuilder.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/HostingView.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/CellsReloadable/SwiftUI/HostingView.swift (in target 'CellsReloadable' from project 'CellsReloadable')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/supplementaryOutputs-14 -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_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.2.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.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.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/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/RenderableView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/SingleViewCellBuilder.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/HostingView.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/RenderableView.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/SingleViewCellBuilder.o -index-unit-output-path /CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/HostingView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DifferenceKit.o normal arm64\ armv7k\ arm64_32 (in target 'DifferenceKit' from project 'DifferenceKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/Binary/DifferenceKit.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/Binary/DifferenceKit.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/Binary/DifferenceKit.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DifferenceKit.o
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal armv7k Emitting\ module\ for\ CellsReloadable (in target 'CellsReloadable' from project 'CellsReloadable')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ CellsReloadable (in target 'CellsReloadable' from project 'CellsReloadable')
(2 failures)
BUILD FAILURE 5.9 watchOS