Build Information
Failed to build DataSource with Swift 5.8 for watchOS using Xcode 14.3.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme DataSource -destination generic/platform=watchos
Build Log
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift:229:75: error: cannot find type 'UIView' in scope
public private(set) var didEndDisplayingFooterClosure: ((SectionType, UIView, Int) -> Void)?
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift:231:83: error: cannot find type 'UIView' in scope
public func didEndDisplayingFooter(_ closure: @escaping (HeaderFooterContent, UIView, Int) -> Void) -> SectionDescriptorType {
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatedSection.swift:33:61: error: cannot find type 'UIView' in scope
public typealias ViewConfigureClosure = (Transition) -> UIView?
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorCustomViewViewModel.swift:14:21: error: cannot find type 'UIView' in scope
let customView: UIView
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorCustomViewViewModel.swift:16:46: error: cannot find type 'UIView' in scope
init(diffIdentifier: String, customView: UIView) {
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift:21:58: error: cannot find 'UIScreen' in scope
public static let defaultLineHeight: CGFloat = 1.0 / UIScreen.main.scale
^~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift:39:26: error: cannot find type 'UITableViewCell' in scope
class SeparatorLineCell: UITableViewCell, AutoRegisterCell {
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift:41:20: error: cannot find type 'UIView' in scope
var separator: UIView!
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift:42:30: error: cannot find type 'NSLayoutConstraint' in scope
var leftInsetConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift:43:31: error: cannot find type 'NSLayoutConstraint' in scope
var rightInsetConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift:44:29: error: cannot find type 'NSLayoutConstraint' in scope
var topInsetConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift:45:32: error: cannot find type 'NSLayoutConstraint' in scope
var bottomInsetConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift:47:26: error: cannot find type 'UITableViewCell' in scope
override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift:47:14: error: initializer does not override a designated initializer from its superclass
override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
~~~~~~~~ ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift:59:19: error: method does not override any method from its superclass
override func accessibilityElementCount() -> Int {
~~~~~~~~ ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift:104:19: error: method does not override any method from its superclass
override func prepareForReuse() {
~~~~~~~~ ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/UITableViewExtensions.swift:62:11: error: cannot find type 'UITableView' in scope
extension UITableView {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/UITableViewExtensions.swift:101:11: error: cannot find type 'UITableViewCell' in scope
extension UITableViewCell {
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Utilities/UIView+AutoLayout.swift:11:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ DataSource (in target 'DataSource' from project 'DataSource')
cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/AutoRegisterCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+Diff.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSourcePrefetching.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Diffable.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Row.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Section.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatedSection.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorCustomViewViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/UITableViewExtensions.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Utilities/UIView+AutoLayout.swift -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos9.4-20T248-.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources/arm64_32 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataSource -disable-clang-spi -target-sdk-version 9.4 -target-sdk-name watchos9.4 -emit-module-doc-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64_32/DataSource.swiftdoc -emit-module-source-info-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64_32/DataSource.swiftsourceinfo -emit-objc-header-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64_32/DataSource-Swift.h -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64_32/DataSource-master-emit-module.dia -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64_32/DataSource-master-emit-module.d -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64_32/DataSource.swiftmodule -emit-abi-descriptor-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64_32/DataSource.abi.json
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:22:20: error: cannot find type 'UITableViewCell' in scope
var cellClass: UITableViewCell.Type { get }
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:26:38: error: cannot find type 'UITableViewCell' in scope
var configureClosure: ((RowType, UITableViewCell, IndexPath) -> Void)? { get }
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:30:42: error: cannot find type 'UITableViewCell' in scope
var commitEditingClosure: ((RowType, UITableViewCell.EditingStyle, IndexPath) -> Void)? { get }
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:47:40: error: cannot find type 'UITableViewCell' in scope
var willDisplayClosure: ((RowType, UITableViewCell, IndexPath) -> Void)? { get }
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:49:55: error: cannot find type 'UITableViewCell' in scope
var editingStyleClosure: ((RowType, IndexPath) -> UITableViewCell.EditingStyle)? { get }
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:51:55: error: cannot find type 'UITableViewRowAction' in scope
var editActionsClosure: ((RowType, IndexPath) -> [UITableViewRowAction]?)? { get }
^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:65:35: error: cannot find type 'UITableViewCell' in scope
var updateClosure: ((RowType, UITableViewCell, IndexPath) -> Void)? { get }
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:70:62: error: cannot find type 'UISwipeActionsConfiguration' in scope
var leadingSwipeActionsClosure: ((RowType, IndexPath) -> UISwipeActionsConfiguration?)? { get }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:71:63: error: cannot find type 'UISwipeActionsConfiguration' in scope
var trailingSwipeActionsClosure: ((RowType, IndexPath) -> UISwipeActionsConfiguration?)? { get }
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:76:73: error: cannot find type 'UIContextMenuConfiguration' in scope
var configurationForMenuAtLocationClosure: ((RowType, IndexPath) -> UIContextMenuConfiguration?)? { get }
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:81:41: error: cannot find type 'UITableViewCell' in scope
public class CellDescriptor<Item, Cell: UITableViewCell>: CellDescriptorType {
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:85:27: error: cannot find type 'UITableViewCell' in scope
public let cellClass: UITableViewCell.Type
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:103:36: error: cannot find type 'UITableViewCell' in scope
private func typedCell(_ cell: UITableViewCell) -> Cell {
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:114:58: error: cannot find type 'UITableViewCell' in scope
public private(set) var configureClosure: ((RowType, UITableViewCell, IndexPath) -> Void)?
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:197:62: error: cannot find type 'UITableViewCell' in scope
public private(set) var commitEditingClosure: ((RowType, UITableViewCell.EditingStyle, IndexPath) -> Void)?
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:199:59: error: cannot find type 'UITableViewCell' in scope
public func commitEditing(_ closure: @escaping (Item, UITableViewCell.EditingStyle, IndexPath) -> Void) -> CellDescriptor {
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:347:60: error: cannot find type 'UITableViewCell' in scope
public private(set) var willDisplayClosure: ((RowType, UITableViewCell, IndexPath) -> Void)?
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:358:75: error: cannot find type 'UITableViewCell' in scope
public private(set) var editingStyleClosure: ((RowType, IndexPath) -> UITableViewCell.EditingStyle)?
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:360:72: error: cannot find type 'UITableViewCell' in scope
public func editingStyle(_ closure: @escaping (Item, IndexPath) -> UITableViewCell.EditingStyle) -> CellDescriptor {
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:367:57: error: cannot find type 'UITableViewCell' in scope
public func editingStyle(_ closure: @escaping () -> UITableViewCell.EditingStyle) -> CellDescriptor {
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:403:75: error: cannot find type 'UITableViewRowAction' in scope
public private(set) var editActionsClosure: ((RowType, IndexPath) -> [UITableViewRowAction]?)?
^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:405:72: error: cannot find type 'UITableViewRowAction' in scope
public func editActions(_ closure: @escaping (Item, IndexPath) -> [UITableViewRowAction]?) -> CellDescriptor {
^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:412:57: error: cannot find type 'UITableViewRowAction' in scope
public func editActions(_ closure: @escaping () -> [UITableViewRowAction]?) -> CellDescriptor {
^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:578:55: error: cannot find type 'UITableViewCell' in scope
public private(set) var updateClosure: ((RowType, UITableViewCell, IndexPath) -> Void)?
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:590:69: error: cannot find type 'UISwipeActionsConfiguration' in scope
public var leadingSwipeActionsClosure: ((RowType, IndexPath) -> UISwipeActionsConfiguration?)? {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:600:70: error: cannot find type 'UISwipeActionsConfiguration' in scope
public var trailingSwipeActionsClosure: ((RowType, IndexPath) -> UISwipeActionsConfiguration?)? {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:610:79: error: cannot find type 'UISwipeActionsConfiguration' in scope
public func leadingSwipeAction(_ closure: @escaping ((Item, IndexPath) -> UISwipeActionsConfiguration?)) -> CellDescriptor {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:617:80: error: cannot find type 'UISwipeActionsConfiguration' in scope
public func trailingSwipeAction(_ closure: @escaping ((Item, IndexPath) -> UISwipeActionsConfiguration?)) -> CellDescriptor {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:635:80: error: cannot find type 'UIContextMenuConfiguration' in scope
public var configurationForMenuAtLocationClosure: ((RowType, IndexPath) -> UIContextMenuConfiguration?)? {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift:645:91: error: cannot find type 'UIContextMenuConfiguration' in scope
public func configurationForMenuAtLocation(_ closure: @escaping ((Item, IndexPath) -> UIContextMenuConfiguration)) -> CellDescriptor {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift:4:23: error: cannot find type 'UITableViewDataSource' in scope
extension DataSource: UITableViewDataSource {
^~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift:8:40: error: cannot find type 'UITableView' in scope
public func numberOfSections(in _: UITableView) -> Int {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift:12:30: error: cannot find type 'UITableView' in scope
public func tableView(_: UITableView, numberOfRowsInSection section: Int) -> Int {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift:18:91: error: cannot find type 'UITableViewCell' in scope
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift:18:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift:54:30: error: cannot find type 'UITableView' in scope
public func tableView(_: UITableView, titleForHeaderInSection section: Int) -> String? {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift:75:30: error: cannot find type 'UITableView' in scope
public func tableView(_: UITableView, titleForFooterInSection section: Int) -> String? {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift:98:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, canEditRowAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift:115:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, canMoveRowAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift:132:51: error: cannot find type 'UITableView' in scope
public func sectionIndexTitles(for tableView: UITableView) -> [String]? {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift:137:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, sectionForSectionIndexTitle title: String, at index: Int) -> Int {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift:145:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCell.EditingStyle, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift:145:74: error: cannot find type 'UITableViewCell' in scope
public func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCell.EditingStyle, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift:160:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, moveRowAt sourceIndexPath: IndexPath, to destinationIndexPath: IndexPath) {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSourcePrefetching.swift:11:23: error: cannot find type 'UITableViewDataSourcePrefetching' in scope
extension DataSource: UITableViewDataSourcePrefetching {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSourcePrefetching.swift:13:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, prefetchRowsAt indexPaths: [IndexPath]) {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSourcePrefetching.swift:17:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, cancelPrefetchingForRowsAt indexPaths: [IndexPath]) {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:4:23: error: cannot find type 'UITableViewDelegate' in scope
extension DataSource: UITableViewDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:7:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, shouldHighlightRowAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:22:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, didHighlightRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:37:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, didUnhighlightRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:54:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, willSelectRowAt indexPath: IndexPath) -> IndexPath? {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:69:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, willDeselectRowAt indexPath: IndexPath) -> IndexPath? {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:84:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:107:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, didDeselectRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:124:83: error: cannot find type 'UIView' in scope
public func tableView(_: UITableView, viewForHeaderInSection section: Int) -> UIView? {
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:124:30: error: cannot find type 'UITableView' in scope
public func tableView(_: UITableView, viewForHeaderInSection section: Int) -> UIView? {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:145:83: error: cannot find type 'UIView' in scope
public func tableView(_: UITableView, viewForFooterInSection section: Int) -> UIView? {
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:145:30: error: cannot find type 'UITableView' in scope
public func tableView(_: UITableView, viewForFooterInSection section: Int) -> UIView? {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:170:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:185:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, estimatedHeightForRowAt indexPath: IndexPath) -> CGFloat {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:220:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:261:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:304:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:304:71: error: cannot find type 'UITableViewCell' in scope
public func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:319:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, willDisplayHeaderView view: UIView, forSection section: Int) {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:319:81: error: cannot find type 'UIView' in scope
public func tableView(_ tableView: UITableView, willDisplayHeaderView view: UIView, forSection section: Int) {
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:334:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, willDisplayFooterView view: UIView, forSection section: Int) {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:334:81: error: cannot find type 'UIView' in scope
public func tableView(_ tableView: UITableView, willDisplayFooterView view: UIView, forSection section: Int) {
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:352:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, didEndDisplaying cell: UITableViewCell, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:352:76: error: cannot find type 'UITableViewCell' in scope
public func tableView(_ tableView: UITableView, didEndDisplaying cell: UITableViewCell, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:361:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, didEndDisplayingHeaderView view: UIView, forSection section: Int) {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:361:86: error: cannot find type 'UIView' in scope
public func tableView(_ tableView: UITableView, didEndDisplayingHeaderView view: UIView, forSection section: Int) {
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:370:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, didEndDisplayingFooterView view: UIView, forSection section: Int) {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:370:86: error: cannot find type 'UIView' in scope
public func tableView(_ tableView: UITableView, didEndDisplayingFooterView view: UIView, forSection section: Int) {
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:381:99: error: cannot find type 'UITableViewCell' in scope
public func tableView(_ tableView: UITableView, editingStyleForRowAt indexPath: IndexPath) -> UITableViewCell.EditingStyle {
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:381:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, editingStyleForRowAt indexPath: IndexPath) -> UITableViewCell.EditingStyle {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:403:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: IndexPath) -> String? {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:417:99: error: cannot find type 'UITableViewRowAction' in scope
public func tableView(_ tableView: UITableView, editActionsForRowAt indexPath: IndexPath) -> [UITableViewRowAction]? {
^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:417:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, editActionsForRowAt indexPath: IndexPath) -> [UITableViewRowAction]? {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:433:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, shouldIndentWhileEditingRowAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:448:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, willBeginEditingRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:463:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, didEndEditingRowAt indexPath: IndexPath?) {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:474:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: IndexPath, toProposedIndexPath proposedDestinationIndexPath: IndexPath) -> IndexPath {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:491:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, indentationLevelForRowAt indexPath: IndexPath) -> Int {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:508:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, shouldShowMenuForRowAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:523:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, canPerformAction action: Selector, forRowAt indexPath: IndexPath, withSender sender: Any?) -> Bool {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:538:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, performAction action: Selector, forRowAt indexPath: IndexPath, withSender sender: Any?) {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:555:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, canFocusRowAt indexPath: IndexPath) -> Bool {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:560:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, shouldUpdateFocusIn context: UITableViewFocusUpdateContext) -> Bool {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:560:82: error: cannot find type 'UITableViewFocusUpdateContext' in scope
public func tableView(_ tableView: UITableView, shouldUpdateFocusIn context: UITableViewFocusUpdateContext) -> Bool {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:565:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, didUpdateFocusIn context: UITableViewFocusUpdateContext, with coordinator: UIFocusAnimationCoordinator) {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:565:79: error: cannot find type 'UITableViewFocusUpdateContext' in scope
public func tableView(_ tableView: UITableView, didUpdateFocusIn context: UITableViewFocusUpdateContext, with coordinator: UIFocusAnimationCoordinator) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:565:128: error: cannot find type 'UIFocusAnimationCoordinator' in scope
public func tableView(_ tableView: UITableView, didUpdateFocusIn context: UITableViewFocusUpdateContext, with coordinator: UIFocusAnimationCoordinator) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:569:64: error: cannot find type 'UITableView' in scope
public func indexPathForPreferredFocusedView(in tableView: UITableView) -> IndexPath? {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:576:113: error: cannot find type 'UISwipeActionsConfiguration' in scope
func tableView(_ tableView: UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:576:33: error: cannot find type 'UITableView' in scope
func tableView(_ tableView: UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:596:112: error: cannot find type 'UISwipeActionsConfiguration' in scope
func tableView(_ tableView: UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:596:33: error: cannot find type 'UITableView' in scope
func tableView(_ tableView: UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:619:122: error: cannot find type 'UIContextMenuConfiguration' in scope
func tableView(_ tableView: UITableView, contextMenuConfigurationForRowAt indexPath: IndexPath, point _: CGPoint) -> UIContextMenuConfiguration? {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift:619:33: error: cannot find type 'UITableView' in scope
func tableView(_ tableView: UITableView, contextMenuConfigurationForRowAt indexPath: IndexPath, point _: CGPoint) -> UIContextMenuConfiguration? {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift:10:38: error: cannot find type 'UITableViewCell' in scope
public var configure: ((RowType, UITableViewCell, IndexPath) -> Void)?
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift:15:42: error: cannot find type 'UITableViewCell' in scope
public var commitEditing: ((RowType, UITableViewCell.EditingStyle, IndexPath) -> Void)?
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift:18:36: error: cannot find type 'UITableViewDataSource' in scope
public var fallbackDataSource: UITableViewDataSource?
^~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift:37:40: error: cannot find type 'UITableViewCell' in scope
public var willDisplay: ((RowType, UITableViewCell, IndexPath) -> Void)?
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift:38:36: error: cannot find type 'UITableViewCell' in scope
public var didEndDisplaying: ((UITableViewCell, IndexPath) -> Void)?
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift:40:55: error: cannot find type 'UITableViewCell' in scope
public var editingStyle: ((RowType, IndexPath) -> UITableViewCell.EditingStyle)?
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift:42:55: error: cannot find type 'UITableViewRowAction' in scope
public var editActions: ((RowType, IndexPath) -> [UITableViewRowAction]?)?
^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift:53:57: error: cannot find type 'UIView' in scope
public var willDisplaySectionHeader: ((SectionType, UIView, Int) -> Void)?
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift:54:57: error: cannot find type 'UIView' in scope
public var willDisplaySectionFooter: ((SectionType, UIView, Int) -> Void)?
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift:56:49: error: cannot find type 'UIView' in scope
public var didEndDisplayingSectionHeader: ((UIView, Int) -> Void)?
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift:57:49: error: cannot find type 'UIView' in scope
public var didEndDisplayingSectionFooter: ((UIView, Int) -> Void)?
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift:78:52: error: cannot find type 'UITableViewDataSourcePrefetching' in scope
public weak var fallbackDataSourcePrefetching: UITableViewDataSourcePrefetching?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift:84:39: error: cannot find type 'UITableViewDelegate' in scope
public weak var fallbackDelegate: UITableViewDelegate?
^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift:138:35: error: cannot find type 'UITableViewCell' in scope
public var update: ((RowType, UITableViewCell, IndexPath) -> Void)?
^~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift:52:50: error: cannot find type 'UIView' in scope
var willDisplayHeaderClosure: ((SectionType, UIView, Int) -> Void)? { get }
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift:53:50: error: cannot find type 'UIView' in scope
var willDisplayFooterClosure: ((SectionType, UIView, Int) -> Void)? { get }
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift:299:41: error: cannot find type 'UITableView' in scope
public func reloadData(_ tableView: UITableView, animated: Bool) {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift:317:22: error: cannot find type 'UITableView' in scope
_ tableView: UITableView,
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift:318:31: error: cannot find type 'UITableView' in scope
rowDeletionAnimation: UITableView.RowAnimation = .fade,
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift:319:32: error: cannot find type 'UITableView' in scope
rowInsertionAnimation: UITableView.RowAnimation = .fade,
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift:320:29: error: cannot find type 'UITableView' in scope
rowReloadAnimation: UITableView.RowAnimation = .none,
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift:321:35: error: cannot find type 'UITableView' in scope
sectionDeletionAnimation: UITableView.RowAnimation = .fade,
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift:322:36: error: cannot find type 'UITableView' in scope
sectionInsertionAnimation: UITableView.RowAnimation = .fade
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift:349:40: error: cannot find type 'UITableView' in scope
public func updateRow(_ tableView: UITableView, row: RowType, at indexPath: IndexPath) {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift:365:55: error: cannot find type 'UISwipeActionsConfiguration' in scope
var leadingSwipeActions: ((RowType, IndexPath) -> UISwipeActionsConfiguration?)? {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift:380:56: error: cannot find type 'UISwipeActionsConfiguration' in scope
var trailingSwipeActions: ((RowType, IndexPath) -> UISwipeActionsConfiguration?)? {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift:398:73: error: cannot find type 'UIContextMenuConfiguration' in scope
var configurationForMenuAtLocationClosure: ((RowType, IndexPath) -> UIContextMenuConfiguration?)? {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift:15:15: error: cannot find type 'UIView' in scope
case view(UIView)
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift:24:32: error: cannot find type 'UITableView' in scope
func floatValue(for style: UITableView.Style) -> CGFloat {
^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift:175:70: error: cannot find type 'UIView' in scope
public private(set) var willDisplayHeaderClosure: ((SectionType, UIView, Int) -> Void)?
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift:177:78: error: cannot find type 'UIView' in scope
public func willDisplayHeader(_ closure: @escaping (HeaderFooterContent, UIView, Int) -> Void) -> SectionDescriptorType {
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift:193:70: error: cannot find type 'UIView' in scope
public private(set) var willDisplayFooterClosure: ((SectionType, UIView, Int) -> Void)?
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift:195:78: error: cannot find type 'UIView' in scope
public func willDisplayFooter(_ closure: @escaping (HeaderFooterContent, UIView, Int) -> Void) -> SectionDescriptorType {
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift:211:75: error: cannot find type 'UIView' in scope
public private(set) var didEndDisplayingHeaderClosure: ((SectionType, UIView, Int) -> Void)?
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift:213:83: error: cannot find type 'UIView' in scope
public func didEndDisplayingHeader(_ closure: @escaping (HeaderFooterContent, UIView, Int) -> Void) -> SectionDescriptorType {
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift:229:75: error: cannot find type 'UIView' in scope
public private(set) var didEndDisplayingFooterClosure: ((SectionType, UIView, Int) -> Void)?
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift:231:83: error: cannot find type 'UIView' in scope
public func didEndDisplayingFooter(_ closure: @escaping (HeaderFooterContent, UIView, Int) -> Void) -> SectionDescriptorType {
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatedSection.swift:33:61: error: cannot find type 'UIView' in scope
public typealias ViewConfigureClosure = (Transition) -> UIView?
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorCustomViewViewModel.swift:14:21: error: cannot find type 'UIView' in scope
let customView: UIView
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorCustomViewViewModel.swift:16:46: error: cannot find type 'UIView' in scope
init(diffIdentifier: String, customView: UIView) {
^~~~~~
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
SwiftCompile normal arm64 Compiling\ UITableViewExtensions.swift,\ UIView+AutoLayout.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/UITableViewExtensions.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Utilities/UIView+AutoLayout.swift (in target 'DataSource' from project 'DataSource')
cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/AutoRegisterCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+Diff.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSourcePrefetching.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Diffable.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Row.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Section.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatedSection.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorCustomViewViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineViewModel.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/UITableViewExtensions.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Utilities/UIView+AutoLayout.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UITableViewExtensions.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UITableViewExtensions.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UITableViewExtensions.dia -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UIView+AutoLayout.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UIView+AutoLayout.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UIView+AutoLayout.dia -target arm64-apple-watchos4.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos9.4-20T248-.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataSource -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.4 -target-sdk-name watchos9.4 -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UITableViewExtensions.o -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UIView+AutoLayout.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UITableViewExtensions.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UIView+AutoLayout.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/UITableViewExtensions.swift (in target 'DataSource' from project 'DataSource')
cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/AutoRegisterCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+Diff.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSourcePrefetching.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Diffable.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Row.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Section.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatedSection.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorCustomViewViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineViewModel.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/UITableViewExtensions.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Utilities/UIView+AutoLayout.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UITableViewExtensions.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UITableViewExtensions.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UITableViewExtensions.dia -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UIView+AutoLayout.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UIView+AutoLayout.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UIView+AutoLayout.dia -target arm64-apple-watchos4.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos9.4-20T248-.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataSource -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.4 -target-sdk-name watchos9.4 -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UITableViewExtensions.o -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UIView+AutoLayout.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UITableViewExtensions.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UIView+AutoLayout.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Utilities/UIView+AutoLayout.swift (in target 'DataSource' from project 'DataSource')
cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/AutoRegisterCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+Diff.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSourcePrefetching.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Diffable.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Row.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Section.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatedSection.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorCustomViewViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineViewModel.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/UITableViewExtensions.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Utilities/UIView+AutoLayout.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UITableViewExtensions.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UITableViewExtensions.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UITableViewExtensions.dia -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UIView+AutoLayout.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UIView+AutoLayout.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UIView+AutoLayout.dia -target arm64-apple-watchos4.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos9.4-20T248-.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataSource -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.4 -target-sdk-name watchos9.4 -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UITableViewExtensions.o -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UIView+AutoLayout.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UITableViewExtensions.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/UIView+AutoLayout.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Section.swift,\ SectionDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Section.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift (in target 'DataSource' from project 'DataSource')
cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/AutoRegisterCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+Diff.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSourcePrefetching.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Diffable.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Row.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Section.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatedSection.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorCustomViewViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/UITableViewExtensions.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Utilities/UIView+AutoLayout.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/Section.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/Section.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/Section.dia -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/SectionDescriptor.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/SectionDescriptor.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/SectionDescriptor.dia -target arm64-apple-watchos4.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos9.4-20T248-.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataSource -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.4 -target-sdk-name watchos9.4 -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/Section.o -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/SectionDescriptor.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/Section.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/SectionDescriptor.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Section.swift (in target 'DataSource' from project 'DataSource')
cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/AutoRegisterCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+Diff.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSourcePrefetching.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Diffable.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Row.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Section.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatedSection.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorCustomViewViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/UITableViewExtensions.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Utilities/UIView+AutoLayout.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/Section.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/Section.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/Section.dia -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/SectionDescriptor.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/SectionDescriptor.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/SectionDescriptor.dia -target arm64-apple-watchos4.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos9.4-20T248-.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataSource -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.4 -target-sdk-name watchos9.4 -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/Section.o -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/SectionDescriptor.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/Section.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/SectionDescriptor.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift (in target 'DataSource' from project 'DataSource')
cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/AutoRegisterCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+Diff.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSourcePrefetching.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Diffable.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Row.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Section.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatedSection.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorCustomViewViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/UITableViewExtensions.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Utilities/UIView+AutoLayout.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/Section.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/Section.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/Section.dia -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/SectionDescriptor.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/SectionDescriptor.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/SectionDescriptor.dia -target arm64-apple-watchos4.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos9.4-20T248-.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataSource -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.4 -target-sdk-name watchos9.4 -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/Section.o -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/SectionDescriptor.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/Section.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/SectionDescriptor.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ UITableViewExtensions.swift,\ UIView+AutoLayout.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/UITableViewExtensions.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Utilities/UIView+AutoLayout.swift (in target 'DataSource' from project 'DataSource')
cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/AutoRegisterCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+Diff.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSourcePrefetching.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Diffable.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Row.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Section.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatedSection.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorCustomViewViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineViewModel.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/UITableViewExtensions.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Utilities/UIView+AutoLayout.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UITableViewExtensions.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UITableViewExtensions.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UITableViewExtensions.dia -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UIView+AutoLayout.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UIView+AutoLayout.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UIView+AutoLayout.dia -target armv7k-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos9.4-20T248-.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataSource -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.4 -target-sdk-name watchos9.4 -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UITableViewExtensions.o -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UIView+AutoLayout.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UITableViewExtensions.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UIView+AutoLayout.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/UITableViewExtensions.swift (in target 'DataSource' from project 'DataSource')
cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/AutoRegisterCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+Diff.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSourcePrefetching.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Diffable.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Row.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Section.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatedSection.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorCustomViewViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineViewModel.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/UITableViewExtensions.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Utilities/UIView+AutoLayout.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UITableViewExtensions.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UITableViewExtensions.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UITableViewExtensions.dia -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UIView+AutoLayout.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UIView+AutoLayout.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UIView+AutoLayout.dia -target armv7k-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos9.4-20T248-.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataSource -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.4 -target-sdk-name watchos9.4 -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UITableViewExtensions.o -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UIView+AutoLayout.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UITableViewExtensions.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UIView+AutoLayout.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Utilities/UIView+AutoLayout.swift (in target 'DataSource' from project 'DataSource')
cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/AutoRegisterCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+Diff.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSourcePrefetching.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Diffable.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Row.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Section.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatedSection.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorCustomViewViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineViewModel.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/UITableViewExtensions.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Utilities/UIView+AutoLayout.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UITableViewExtensions.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UITableViewExtensions.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UITableViewExtensions.dia -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UIView+AutoLayout.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UIView+AutoLayout.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UIView+AutoLayout.dia -target armv7k-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos9.4-20T248-.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataSource -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.4 -target-sdk-name watchos9.4 -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UITableViewExtensions.o -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UIView+AutoLayout.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UITableViewExtensions.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/UIView+AutoLayout.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ AutoRegisterCell.swift,\ CellDescriptor.swift,\ DataSource+Diff.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/AutoRegisterCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+Diff.swift (in target 'DataSource' from project 'DataSource')
cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/AutoRegisterCell.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+Diff.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSourcePrefetching.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Diffable.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Row.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Section.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatedSection.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorCustomViewViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/UITableViewExtensions.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Utilities/UIView+AutoLayout.swift -supplementary-output-file-map /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-watchos4.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos9.4-20T248-.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataSource -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.4 -target-sdk-name watchos9.4 -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/AutoRegisterCell.o -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/CellDescriptor.o -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/DataSource+Diff.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/AutoRegisterCell.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/CellDescriptor.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/DataSource+Diff.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/AutoRegisterCell.swift (in target 'DataSource' from project 'DataSource')
cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/AutoRegisterCell.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+Diff.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSourcePrefetching.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Diffable.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Row.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Section.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatedSection.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorCustomViewViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/UITableViewExtensions.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Utilities/UIView+AutoLayout.swift -supplementary-output-file-map /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-watchos4.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos9.4-20T248-.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataSource -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.4 -target-sdk-name watchos9.4 -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/AutoRegisterCell.o -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/CellDescriptor.o -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/DataSource+Diff.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/AutoRegisterCell.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/CellDescriptor.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/DataSource+Diff.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift (in target 'DataSource' from project 'DataSource')
cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/AutoRegisterCell.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+Diff.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSourcePrefetching.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Diffable.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Row.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Section.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatedSection.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorCustomViewViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/UITableViewExtensions.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Utilities/UIView+AutoLayout.swift -supplementary-output-file-map /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-watchos4.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos9.4-20T248-.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataSource -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.4 -target-sdk-name watchos9.4 -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/AutoRegisterCell.o -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/CellDescriptor.o -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/DataSource+Diff.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/AutoRegisterCell.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/CellDescriptor.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/DataSource+Diff.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+Diff.swift (in target 'DataSource' from project 'DataSource')
cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/AutoRegisterCell.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+Diff.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSourcePrefetching.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Diffable.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Row.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Section.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatedSection.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorCustomViewViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/UITableViewExtensions.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Utilities/UIView+AutoLayout.swift -supplementary-output-file-map /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-watchos4.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos9.4-20T248-.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataSource -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.4 -target-sdk-name watchos9.4 -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/AutoRegisterCell.o -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/CellDescriptor.o -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/DataSource+Diff.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/AutoRegisterCell.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/CellDescriptor.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/arm64/DataSource+Diff.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ DataSource+UITableViewDataSource.swift,\ DataSource+UITableViewDataSourcePrefetching.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSourcePrefetching.swift (in target 'DataSource' from project 'DataSource')
cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/AutoRegisterCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+Diff.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSourcePrefetching.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Diffable.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Row.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Section.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatedSection.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorCustomViewViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/UITableViewExtensions.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Utilities/UIView+AutoLayout.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSource.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSource.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSource.dia -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSourcePrefetching.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSourcePrefetching.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSourcePrefetching.dia -target armv7k-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos9.4-20T248-.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataSource -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.4 -target-sdk-name watchos9.4 -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSource.o -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSourcePrefetching.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSource.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSourcePrefetching.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift (in target 'DataSource' from project 'DataSource')
cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/AutoRegisterCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+Diff.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSourcePrefetching.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Diffable.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Row.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Section.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatedSection.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorCustomViewViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/UITableViewExtensions.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Utilities/UIView+AutoLayout.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSource.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSource.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSource.dia -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSourcePrefetching.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSourcePrefetching.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSourcePrefetching.dia -target armv7k-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos9.4-20T248-.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataSource -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.4 -target-sdk-name watchos9.4 -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSource.o -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSourcePrefetching.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSource.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSourcePrefetching.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSourcePrefetching.swift (in target 'DataSource' from project 'DataSource')
cd /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/AutoRegisterCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/CellDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+Diff.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSource.swift -primary-file /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDataSourcePrefetching.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource+UITableViewDelegate.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/DataSource.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Diffable.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Row.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Section.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SectionDescriptor.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatedSection.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorCustomViewViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineCell.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/SeparatedSection/SeparatorLineViewModel.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/UITableViewExtensions.swift /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/DataSource/Utilities/UIView+AutoLayout.swift -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSource.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSource.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSource.dia -emit-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSourcePrefetching.d -emit-reference-dependencies-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSourcePrefetching.swiftdeps -serialize-diagnostics-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSourcePrefetching.dia -target armv7k-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk -I /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos9.4-20T248-.sdkstatcache -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DataSource -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.4 -target-sdk-name watchos9.4 -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSource.o -o /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSourcePrefetching.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSource.o -index-unit-output-path /DataSource.build/Debug-watchos/DataSource.build/Objects-normal/armv7k/DataSource+UITableViewDataSourcePrefetching.o -index-store-path /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
2024-05-08 12:15:15.235 xcodebuild[36823:555318] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ DataSource (in target 'DataSource' from project 'DataSource')
(1 failure)
BUILD FAILURE 5.8 watchOS