Build Information
Failed to build CellsReloadable, reference main (cb779a
), with Swift 6.1 for watchOS using Xcode 16.3 on 29 Apr 2025 09:24:34 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CellsReloadable -destination generic/platform=watchOS
Build Log
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift._Pointer.==:2:31: note: candidate would match if 'CellsSection.Values.Stack' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
^
Swift.Strideable.==:2:31: note: candidate would match if 'CellsSection.Values.Stack' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
^
Swift.StringProtocol.==:2:31: note: candidate would match if 'CellsSection.Values.Stack' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
^
Swift.SIMD.==:2:20: note: candidate would match if 'CellsSection.Values.Stack' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'CellsSection.Values.Stack' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'CellsSection.Values.Stack' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'CellsSection.Values.Stack' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:83:12: note: add stubs for conformance
struct Stack: Equatable {
^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(CellsSection.Values.Stack, CellsSection.Values.Stack) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:97:19: error: cannot find type 'UIView' in scope
private extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:27:22: error: cannot find type 'UITableView' in scope
_ tableView: UITableView,
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:28:20: error: cannot find type 'UITableView' in scope
animation: UITableView.DirectionalRowAnimation = .none,
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:29:19: error: cannot find type 'UITableViewDelegate' in scope
delegate: UITableViewDelegate? = nil
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:13:37: error: cannot find type 'UITableView' in scope
public var defaultRowAnimation: UITableView.DirectionalRowAnimation
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:17:45: error: cannot find type 'UITableView' in scope
public private(set) weak var tableView: UITableView?
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:18:40: error: cannot find type 'UITableViewDelegate' in scope
public weak var tableViewDelegate: UITableViewDelegate?
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:73:49: error: cannot find type 'UIView' in scope
func viewForRow(at indexPath: IndexPath) -> UIView? {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:77:46: error: cannot find type 'UIView' in scope
func viewForRow(with id: AnyHashable) -> UIView? {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:104:49: error: cannot find type 'UIView' in scope
func headerView(forSection section: Int) -> UIView? {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:108:49: error: cannot find type 'UIView' in scope
func footerView(forSection section: Int) -> UIView? {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:112:24: error: cannot find type 'UIView' in scope
var visibleViews: [UIView] {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:146:32: error: cannot find type 'UITableViewDataSource' in scope
extension UITableViewReloader: UITableViewDataSource {
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:148:48: error: cannot find type 'UITableView' in scope
public func numberOfSections(in tableView: UITableView) -> Int {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:152:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:156:91: error: cannot find type 'UITableViewCell' in scope
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:156:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:162:32: error: cannot find type 'UITableViewDelegate' in scope
extension UITableViewReloader: UITableViewDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:164:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:172:93: error: cannot find type 'UIView' in scope
public func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:172:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:180:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:194:93: error: cannot find type 'UIView' in scope
public func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:194:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:202:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:216:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:223:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:223:71: error: cannot find type 'UITableViewCell' in scope
public func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:234:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, didEndDisplaying cell: UITableViewCell, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:234:76: error: cannot find type 'UITableViewCell' in scope
public func tableView(_ tableView: UITableView, didEndDisplaying cell: UITableViewCell, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:242:18: error: cannot find type 'UITableView' in scope
public extension UITableView {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:319:78: error: cannot find type 'UITableView' in scope
func directionalRowAnimation(for animation: UITableView.RowAnimation) -> UITableView.DirectionalRowAnimation {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:319:49: error: cannot find type 'UITableView' in scope
func directionalRowAnimation(for animation: UITableView.RowAnimation) -> UITableView.DirectionalRowAnimation {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:333:78: error: cannot find type 'UITableView' in scope
func rowAnimation(for animation: UITableView.DirectionalRowAnimation) -> UITableView.RowAnimation {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:333:38: error: cannot find type 'UITableView' in scope
func rowAnimation(for animation: UITableView.DirectionalRowAnimation) -> UITableView.RowAnimation {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:347:19: error: cannot find type 'UITableView' in scope
private extension UITableView {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:388:19: error: cannot find type 'UIView' in scope
var cellView: UIView?
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:389:19: error: cannot find type 'UIView' in scope
var onReuse: (UIView) -> Void = { _ in }
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:390:23: error: cannot find type 'UIView' in scope
var onHighlight: (UIView, Bool) -> Void = { _, _ in }
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:386:39: error: cannot find type 'UITableViewCell' in scope
private final class AnyTableViewCell: UITableViewCell {
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:392:18: error: property does not override any property from its superclass
override var isHighlighted: Bool {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:421:28: error: cannot find type 'UIView' in scope
private func add(view: UIView) {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:430:19: error: method does not override any method from its superclass
override func prepareForReuse() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:443:19: error: cannot find type 'UIView' in scope
var cellView: UIView?
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:444:19: error: cannot find type 'UIView' in scope
var onReuse: (UIView) -> Void = { _ in }
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:441:47: error: cannot find type 'UITableViewHeaderFooterView' in scope
private final class AnyTableHeaderFooterView: UITableViewHeaderFooterView {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:466:28: error: cannot find type 'UIView' in scope
private func add(view: UIView) {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:475:19: error: method does not override any method from its superclass
override func prepareForReuse() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift:3:11: error: cannot find type 'UIScrollView' in scope
extension UIScrollView {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift:5:31: error: cannot find type 'UIView' in scope
private let create: () -> UIView
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift:6:26: error: cannot find type 'UIView' in scope
private let render: (UIView) -> Void
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift:36:33: error: cannot find type 'UIView' in scope
public func createView() -> UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift:40:36: error: cannot find type 'UIView' in scope
public func reloadView(_ view: UIView) {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift:47:41: error: cannot find type 'UIView' in scope
func reload<Data: Collection, Cell: UIView>(
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift:78:55: error: cannot find type 'UIView' in scope
func reload<Data: Collection, ID: Hashable, Cell: UIView>(
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift:109:55: error: cannot find type 'UIView' in scope
func reload<Data: Collection, ID: Hashable, Cell: UIView>(
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
SwiftDriverJobDiscovery normal arm64_32 Compiling ContentEquatable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriver\ Compilation DifferenceKit normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DifferenceKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ContentIdentifiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 Compiling\ ViewCellsBuilder.swift,\ ViewCellsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIScrollView++.swift,\ ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Differentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/Binary/DifferenceKit.o normal arm64_32 (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos4.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/Binary/DifferenceKit.o
SwiftDriverJobDiscovery normal armv7k Compiling ElementPath.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriver\ Compilation DifferenceKit normal armv7k com.apple.xcode.tools.swift.compiler (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DifferenceKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ArraySection.swift, Changeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 Compiling\ DelegateModifiers.swift,\ DidHighlight.swift,\ Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/Binary/DifferenceKit.o normal armv7k (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos4.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/Binary/DifferenceKit.o
SwiftCompile normal arm64_32 Compiling\ UIScrollView++.swift,\ ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling StagedChangeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64_32 Compiling\ Size.swift,\ WillReuse.swift,\ NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ CodeID.swift,\ Differentiable++.swift,\ LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Algorithm.swift, AnyDifferentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriver\ Compilation DifferenceKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DifferenceKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ CellsReloadable (in target 'CellsReloadable' from project 'CellsReloadable')
EmitSwiftModule normal arm64_32 (in target 'CellsReloadable' from project 'CellsReloadable')
EmitSwiftModule normal armv7k (in target 'CellsReloadable' from project 'CellsReloadable')
Building workspace spi-builder-workspace with scheme CellsReloadable
(4 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
CellsReloadable: /Users/admin/builder/spi-builder-workspace
DifferenceKit: https://github.com/ra1028/DifferenceKit.git @ 1.3.0
resolved source packages: CellsReloadable, DifferenceKit
{
"dependencies" : [
{
"identity" : "differencekit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ra1028/DifferenceKit.git"
}
],
"manifest_display_name" : "CellsReloadable",
"name" : "CellsReloadable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "CellsReloadable",
"targets" : [
"CellsReloadable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CellsReloadable",
"module_type" : "SwiftTarget",
"name" : "CellsReloadable",
"path" : "Sources/CellsReloadable",
"product_dependencies" : [
"DifferenceKit"
],
"product_memberships" : [
"CellsReloadable"
],
"sources" : [
"CellsSection.swift",
"CellsSectionsBuilder.swift",
"CellsSectionsReloadable.swift",
"CodeID.swift",
"DifferenceKit/Differentiable++.swift",
"LazyArray.swift",
"Modifiers/DelegateModifiers.swift",
"Modifiers/DidHighlight.swift",
"Modifiers/Height.swift",
"Modifiers/Size.swift",
"Modifiers/WillReuse.swift",
"NoneID.swift",
"Protocols/RenderableView.swift",
"SingleViewCellBuilder.swift",
"SwiftUI/HostingView.swift",
"TypedViewCell.swift",
"UICollectionView+Reload.swift",
"UIStackView+Reload.swift",
"UITableView+Reload.swift",
"UnionID.swift",
"Utils/AnyEquatable.swift",
"Utils/Collection++.swift",
"Utils/String++.swift",
"Utils/UIScrollView++.swift",
"ViewCell.swift",
"ViewCellsBuilder.swift",
"ViewCellsReloadable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"CellsReloadable"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CellsReloadable -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme CellsReloadable -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
CellsReloadable: /Users/admin/builder/spi-builder-workspace
DifferenceKit: https://github.com/ra1028/DifferenceKit.git @ 1.3.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
Target 'CellsReloadable' in project 'CellsReloadable'
➜ Explicit dependency on target 'CellsReloadable' in project 'CellsReloadable'
➜ Explicit dependency on target 'DifferenceKit' in project 'DifferenceKit'
Target 'CellsReloadable' in project 'CellsReloadable'
➜ Explicit dependency on target 'DifferenceKit' in project 'DifferenceKit'
Target 'DifferenceKit' in project 'DifferenceKit'
➜ Explicit dependency on target 'DifferenceKit' in project 'DifferenceKit'
Target 'DifferenceKit' in project 'DifferenceKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 804d6dd15d23374e45e7a6b38c067da7
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/804d6dd15d23374e45e7a6b38c067da7.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
SwiftDriver DifferenceKit normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DifferenceKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver DifferenceKit normal armv7k com.apple.xcode.tools.swift.compiler (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DifferenceKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver DifferenceKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DifferenceKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Algorithm.swift,\ AnyDifferentiable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Algorithm.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/AnyDifferentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Algorithm.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/AnyDifferentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ArraySection.swift,\ Changeset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ArraySection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Changeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ArraySection.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Changeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ElementPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ElementPath.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ElementPath.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DifferentiableSection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/DifferentiableSection.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/DifferentiableSection.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Differentiable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Differentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Differentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ContentEquatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ContentEquatable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ContentEquatable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ContentIdentifiable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ContentIdentifiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ContentIdentifiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AppKitExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/AppKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/AppKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ DifferenceKit (in target 'DifferenceKit' from project 'DifferenceKit')
EmitSwiftModule normal arm64_32 (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal armv7k Emitting\ module\ for\ DifferenceKit (in target 'DifferenceKit' from project 'DifferenceKit')
EmitSwiftModule normal armv7k (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ DifferenceKit (in target 'DifferenceKit' from project 'DifferenceKit')
EmitSwiftModule normal arm64 (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ DifferentiableSection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/DifferentiableSection.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/DifferentiableSection.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ ArraySection.swift,\ Changeset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ArraySection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Changeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ArraySection.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Changeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ UIKitExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/UIKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/UIKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling ContentIdentifiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriverJobDiscovery normal arm64 Compiling AppKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriverJobDiscovery normal arm64 Compiling DifferentiableSection.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriverJobDiscovery normal arm64 Compiling Differentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64_32 Compiling\ ContentIdentifiable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ContentIdentifiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ContentIdentifiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling ElementPath.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k Compiling\ Algorithm.swift,\ AnyDifferentiable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Algorithm.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/AnyDifferentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Algorithm.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/AnyDifferentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling ContentEquatable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64_32 Compiling\ ElementPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ElementPath.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ElementPath.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling UIKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k Compiling\ ArraySection.swift,\ Changeset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ArraySection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Changeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ArraySection.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Changeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling DifferentiableSection.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k Compiling\ AppKitExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/AppKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/AppKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling ContentIdentifiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64_32 Compiling\ StagedChangeset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/StagedChangeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/StagedChangeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling ArraySection.swift, Changeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 Compiling\ StagedChangeset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/StagedChangeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/StagedChangeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Emitting module for DifferenceKit (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriver\ Compilation\ Requirements DifferenceKit normal armv7k com.apple.xcode.tools.swift.compiler (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DifferenceKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling AppKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k Compiling\ ContentIdentifiable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ContentIdentifiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ContentIdentifiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DifferenceKit.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit.swiftmodule (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DifferenceKit.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal arm64_32 Emitting module for DifferenceKit (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriver\ Compilation\ Requirements DifferenceKit normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DifferenceKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DifferenceKit.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit.abi.json (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DifferenceKit.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DifferenceKit.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit.swiftmodule (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DifferenceKit.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DifferenceKit.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit.abi.json (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DifferenceKit.swiftmodule/arm64_32-apple-watchos.abi.json
SwiftCompile normal armv7k Compiling\ StagedChangeset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/StagedChangeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/StagedChangeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ ContentEquatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ContentEquatable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ContentEquatable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling ElementPath.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k Compiling\ ContentEquatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ContentEquatable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ContentEquatable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Algorithm.swift, AnyDifferentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64_32 Compiling\ DifferentiableSection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/DifferentiableSection.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/DifferentiableSection.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling ContentIdentifiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k Compiling\ ElementPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ElementPath.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/ElementPath.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for DifferenceKit (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriver\ Compilation\ Requirements DifferenceKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DifferenceKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling ContentEquatable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k Compiling\ UIKitExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/UIKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/UIKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DifferenceKit.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftmodule (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DifferenceKit.swiftmodule/arm64-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal arm64_32 Compiling ArraySection.swift, Changeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DifferenceKit.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.abi.json (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DifferenceKit.swiftmodule/arm64-apple-watchos.abi.json
SwiftCompile normal arm64 Compiling\ UIKitExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/UIKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/UIKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ AppKitExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/AppKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Extensions/AppKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling ContentEquatable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriver CellsReloadable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CellsReloadable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling Algorithm.swift, AnyDifferentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriver CellsReloadable normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CellsReloadable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64_32/CellsReloadable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64_32/CellsReloadable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64_32/CellsReloadable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64_32/CellsReloadable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64_32/CellsReloadable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling StagedChangeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriver CellsReloadable normal armv7k com.apple.xcode.tools.swift.compiler (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CellsReloadable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/armv7k/CellsReloadable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/armv7k/CellsReloadable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/armv7k/CellsReloadable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/armv7k/CellsReloadable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/armv7k/CellsReloadable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling DifferentiableSection.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k Compiling\ Differentiable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Differentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Differentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling StagedChangeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64_32 Compiling\ Algorithm.swift,\ AnyDifferentiable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Algorithm.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/AnyDifferentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Algorithm.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/AnyDifferentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling StagedChangeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64_32 Compiling\ Differentiable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Differentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit/Sources/Differentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling UIKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftEmitModule normal arm64 Emitting\ module\ for\ CellsReloadable (in target 'CellsReloadable' from project 'CellsReloadable')
EmitSwiftModule normal arm64 (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:60:40: error: cannot find type 'UIView' in scope
init<Data: Swift.Collection, Cell: UIView>(
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:78:40: error: cannot find type 'UIView' in scope
init<Data: Swift.Collection, Cell: UIView, ID: Hashable>(
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift:97:54: error: cannot find type 'UIView' in scope
init<Data: Swift.Collection, ID: Hashable, Cell: UIView>(
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift:3:33: error: cannot find type 'UIView' in scope
public protocol RenderableView: UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift:6:31: error: cannot find type 'UIView' in scope
public var didHighlight: (UIView, Bool) -> Void {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift:15:33: error: cannot find type 'UIView' in scope
public func didHighlight<V: UIView>(_ type: V.Type, _ action: @escaping (V, Bool) -> Void) -> ViewCell {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift:6:28: error: cannot find type 'UIView' in scope
public var willReuse: (UIView) -> Void {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift:15:30: error: cannot find type 'UIView' in scope
public func willReuse<V: UIView>(_ type: V.Type, _ action: @escaping (V) -> Void) -> ViewCell {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift:46:43: error: cannot find type 'UIView' in scope
public static func buildExpression<V: UIView>(
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift:25:33: error: cannot find type 'UIView' in scope
create: @escaping () -> UIView,
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift:25:17: error: @escaping attribute only applies to function types
create: @escaping () -> UIView,
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift:26:28: error: cannot find type 'UIView' in scope
render: @escaping (UIView) -> Void
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift:59:16: error: cannot find type 'UIView' in scope
init<Cell: UIView>(
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift:79:16: error: cannot find type 'UIView' in scope
init<Cell: UIView>(
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:3:41: error: cannot find type 'UIView' in scope
final class HostingView<Content: View>: UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:14:18: error: property does not override any property from its superclass
override var intrinsicContentSize: CGSize {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:28:19: error: method does not override any method from its superclass
override func didMoveToWindow() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:40:32: error: cannot find type 'UIViewController' in scope
func set(parentController: UIViewController) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:65:19: error: method does not override any method from its superclass
override func invalidateIntrinsicContentSize() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:71:19: error: method does not override any method from its superclass
override func systemLayoutSizeFitting(_ targetSize: CGSize) -> CGSize {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:78:66: error: cannot find type 'UILayoutPriority' in scope
withHorizontalFittingPriority horizontalFittingPriority: UILayoutPriority,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:79:34: error: cannot find type 'UILayoutPriority' in scope
verticalFittingPriority: UILayoutPriority
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:95:19: error: method does not override any method from its superclass
override func sizeThatFits(_ size: CGSize) -> CGSize {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:108:19: error: method does not override any method from its superclass
override func safeAreaInsetsDidChange() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:125:55: error: cannot find type 'UIHostingController' in scope
private final class HostingController<Content: View>: UIHostingController<Content> {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:127:19: error: method does not override any method from its superclass
override func viewDidLoad() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:132:19: error: method does not override any method from its superclass
override func viewWillAppear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift:137:19: error: method does not override any method from its superclass
override func viewDidLayoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift:8:35: error: cannot find type 'UIView' in scope
public struct TypedViewCell<Cell: UIView>: ViewCellConvertible, Identifiable {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift:50:47: error: cannot find type 'UIView' in scope
public extension NSObjectProtocol where Self: UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:29:27: error: cannot find type 'UICollectionView' in scope
_ collectionView: UICollectionView,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:31:19: error: cannot find type 'UICollectionViewDelegate' in scope
delegate: UICollectionViewDelegate? = nil
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:19:50: error: cannot find type 'UICollectionView' in scope
public private(set) weak var collectionView: UICollectionView?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:20:45: error: cannot find type 'UICollectionViewDelegate' in scope
public weak var collectionViewDelegate: UICollectionViewDelegate?
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:64:18: error: cannot find type 'UICollectionView' in scope
public extension UICollectionView {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:81:50: error: cannot find type 'UIView' in scope
func viewForItem(at indexPath: IndexPath) -> UIView? {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:85:47: error: cannot find type 'UIView' in scope
func viewForItem(with id: AnyHashable) -> UIView? {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:112:24: error: cannot find type 'UIView' in scope
var visibleViews: [UIView] {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:117:37: error: cannot find type 'UICollectionViewDataSource' in scope
extension UICollectionViewReloader: UICollectionViewDataSource {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:119:53: error: cannot find type 'UICollectionView' in scope
public func numberOfSections(in collectionView: UICollectionView) -> Int {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:123:50: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:127:107: error: cannot find type 'UICollectionViewCell' in scope
public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:127:50: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:133:37: error: cannot find type 'UICollectionViewDelegateFlowLayout' in scope
extension UICollectionViewReloader: UICollectionViewDelegateFlowLayout {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:136:27: error: cannot find type 'UICollectionView' in scope
_ collectionView: UICollectionView,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:137:38: error: cannot find type 'UICollectionViewLayout' in scope
layout collectionViewLayout: UICollectionViewLayout,
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:152:27: error: cannot find type 'UICollectionView' in scope
_ collectionView: UICollectionView,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:153:27: error: cannot find type 'UICollectionViewCell' in scope
willDisplay cell: UICollectionViewCell,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:161:27: error: cannot find type 'UICollectionView' in scope
_ collectionView: UICollectionView,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:162:32: error: cannot find type 'UICollectionViewCell' in scope
didEndDisplaying cell: UICollectionViewCell,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:169:50: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:175:18: error: cannot find type 'UICollectionView' in scope
public extension UICollectionView {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:224:19: error: cannot find type 'UICollectionView' in scope
private extension UICollectionView {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:247:44: error: cannot find type 'UICollectionViewCell' in scope
private final class AnyCollectionViewCell: UICollectionViewCell {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:249:19: error: cannot find type 'UIView' in scope
var cellView: UIView?
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:250:19: error: cannot find type 'UIView' in scope
var onReuse: (UIView) -> Void = {_ in }
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:251:23: error: cannot find type 'UIView' in scope
var onHighlight: (UIView, Bool) -> Void = { _, _ in }
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:253:18: error: property does not override any property from its superclass
override var isHighlighted: Bool {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:278:28: error: cannot find type 'UIView' in scope
private func add(view: UIView) {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift:289:19: error: method does not override any method from its superclass
override func prepareForReuse() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:3:11: error: cannot find type 'UIStackView' in scope
extension UIStackView: ViewCellsReloadable {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:40:11: error: cannot find type 'UIStackView' in scope
extension UIStackView: CellsSectionsReloadable {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:85:26: error: cannot find type 'NSLayoutConstraint' in scope
public var axis: NSLayoutConstraint.Axis?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:87:31: error: cannot find type 'UIStackView' in scope
public var alignment: UIStackView.Alignment?
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:88:34: error: cannot find type 'UIStackView' in scope
public var distribution: UIStackView.Distribution?
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:83:12: error: type 'CellsSection.Values.Stack' does not conform to protocol 'Equatable'
struct Stack: Equatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:85:20: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'CellsSection.Values.Stack' to 'Equatable'
public var axis: NSLayoutConstraint.Axis?
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:87:20: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'CellsSection.Values.Stack' to 'Equatable'
public var alignment: UIStackView.Alignment?
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:88:20: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'CellsSection.Values.Stack' to 'Equatable'
public var distribution: UIStackView.Distribution?
^
Swift.==:1:24: note: candidate would match if 'CellsSection.Values.Stack' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'CellsSection.Values.Stack' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'CellsSection.Values.Stack' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
^
Swift._Pointer.==:2:20: note: candidate would match if 'CellsSection.Values.Stack' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift._Pointer.==:2:31: note: candidate would match if 'CellsSection.Values.Stack' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
^
Swift.Strideable.==:2:31: note: candidate would match if 'CellsSection.Values.Stack' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
^
Swift.StringProtocol.==:2:31: note: candidate would match if 'CellsSection.Values.Stack' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
^
Swift.SIMD.==:2:20: note: candidate would match if 'CellsSection.Values.Stack' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'CellsSection.Values.Stack' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'CellsSection.Values.Stack' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'CellsSection.Values.Stack' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:83:12: note: add stubs for conformance
struct Stack: Equatable {
^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(CellsSection.Values.Stack, CellsSection.Values.Stack) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift:97:19: error: cannot find type 'UIView' in scope
private extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:27:22: error: cannot find type 'UITableView' in scope
_ tableView: UITableView,
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:28:20: error: cannot find type 'UITableView' in scope
animation: UITableView.DirectionalRowAnimation = .none,
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:29:19: error: cannot find type 'UITableViewDelegate' in scope
delegate: UITableViewDelegate? = nil
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:13:37: error: cannot find type 'UITableView' in scope
public var defaultRowAnimation: UITableView.DirectionalRowAnimation
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:17:45: error: cannot find type 'UITableView' in scope
public private(set) weak var tableView: UITableView?
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:18:40: error: cannot find type 'UITableViewDelegate' in scope
public weak var tableViewDelegate: UITableViewDelegate?
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:73:49: error: cannot find type 'UIView' in scope
func viewForRow(at indexPath: IndexPath) -> UIView? {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:77:46: error: cannot find type 'UIView' in scope
func viewForRow(with id: AnyHashable) -> UIView? {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:104:49: error: cannot find type 'UIView' in scope
func headerView(forSection section: Int) -> UIView? {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:108:49: error: cannot find type 'UIView' in scope
func footerView(forSection section: Int) -> UIView? {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:112:24: error: cannot find type 'UIView' in scope
var visibleViews: [UIView] {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:146:32: error: cannot find type 'UITableViewDataSource' in scope
extension UITableViewReloader: UITableViewDataSource {
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:148:48: error: cannot find type 'UITableView' in scope
public func numberOfSections(in tableView: UITableView) -> Int {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:152:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:156:91: error: cannot find type 'UITableViewCell' in scope
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:156:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:162:32: error: cannot find type 'UITableViewDelegate' in scope
extension UITableViewReloader: UITableViewDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:164:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:172:93: error: cannot find type 'UIView' in scope
public func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:172:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:180:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:194:93: error: cannot find type 'UIView' in scope
public func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:194:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:202:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:216:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:223:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:223:71: error: cannot find type 'UITableViewCell' in scope
public func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:234:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, didEndDisplaying cell: UITableViewCell, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:234:76: error: cannot find type 'UITableViewCell' in scope
public func tableView(_ tableView: UITableView, didEndDisplaying cell: UITableViewCell, forRowAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:242:18: error: cannot find type 'UITableView' in scope
public extension UITableView {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:319:78: error: cannot find type 'UITableView' in scope
func directionalRowAnimation(for animation: UITableView.RowAnimation) -> UITableView.DirectionalRowAnimation {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:319:49: error: cannot find type 'UITableView' in scope
func directionalRowAnimation(for animation: UITableView.RowAnimation) -> UITableView.DirectionalRowAnimation {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:333:78: error: cannot find type 'UITableView' in scope
func rowAnimation(for animation: UITableView.DirectionalRowAnimation) -> UITableView.RowAnimation {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:333:38: error: cannot find type 'UITableView' in scope
func rowAnimation(for animation: UITableView.DirectionalRowAnimation) -> UITableView.RowAnimation {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:347:19: error: cannot find type 'UITableView' in scope
private extension UITableView {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:386:39: error: cannot find type 'UITableViewCell' in scope
private final class AnyTableViewCell: UITableViewCell {
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:388:19: error: cannot find type 'UIView' in scope
var cellView: UIView?
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:389:19: error: cannot find type 'UIView' in scope
var onReuse: (UIView) -> Void = { _ in }
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:390:23: error: cannot find type 'UIView' in scope
var onHighlight: (UIView, Bool) -> Void = { _, _ in }
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:392:18: error: property does not override any property from its superclass
override var isHighlighted: Bool {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:421:28: error: cannot find type 'UIView' in scope
private func add(view: UIView) {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:430:19: error: method does not override any method from its superclass
override func prepareForReuse() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:441:47: error: cannot find type 'UITableViewHeaderFooterView' in scope
private final class AnyTableHeaderFooterView: UITableViewHeaderFooterView {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:443:19: error: cannot find type 'UIView' in scope
var cellView: UIView?
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:444:19: error: cannot find type 'UIView' in scope
var onReuse: (UIView) -> Void = { _ in }
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:466:28: error: cannot find type 'UIView' in scope
private func add(view: UIView) {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift:475:19: error: method does not override any method from its superclass
override func prepareForReuse() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift:3:11: error: cannot find type 'UIScrollView' in scope
extension UIScrollView {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift:5:31: error: cannot find type 'UIView' in scope
private let create: () -> UIView
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift:6:26: error: cannot find type 'UIView' in scope
private let render: (UIView) -> Void
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift:36:33: error: cannot find type 'UIView' in scope
public func createView() -> UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift:40:36: error: cannot find type 'UIView' in scope
public func reloadView(_ view: UIView) {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift:47:41: error: cannot find type 'UIView' in scope
func reload<Data: Collection, Cell: UIView>(
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift:78:55: error: cannot find type 'UIView' in scope
func reload<Data: Collection, ID: Hashable, Cell: UIView>(
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift:109:55: error: cannot find type 'UIView' in scope
func reload<Data: Collection, ID: Hashable, Cell: UIView>(
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DelegateModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/DidHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Height.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Protocols/RenderableView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SingleViewCellBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/SwiftUI/HostingView.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/TypedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UICollectionView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UIStackView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/UIScrollView++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/ViewCellsReloadable.swift -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CellsReloadable -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CellsReloadable.build/Debug-watchos/CellsReloadable.build/Objects-normal/arm64/CellsReloadable.abi.json
SwiftCompile normal arm64 Compiling\ Size.swift,\ WillReuse.swift,\ NoneID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/Size.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Modifiers/WillReuse.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/NoneID.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling ElementPath.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64 Compiling\ UITableView+Reload.swift,\ UnionID.swift,\ AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal armv7k Emitting\ module\ for\ CellsReloadable (in target 'CellsReloadable' from project 'CellsReloadable')
EmitSwiftModule normal armv7k (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling UIKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal armv7k Compiling\ CodeID.swift,\ Differentiable++.swift,\ LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling AppKitExtension.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriver\ Compilation DifferenceKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DifferenceKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal armv7k Compiling\ Collection++.swift,\ String++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/Collection++.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/String++.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/Binary/DifferenceKit.o normal arm64 (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos4.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/DifferenceKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64/Binary/DifferenceKit.o
SwiftDriverJobDiscovery normal armv7k Compiling ArraySection.swift, Changeset.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ CellsReloadable (in target 'CellsReloadable' from project 'CellsReloadable')
EmitSwiftModule normal arm64_32 (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Differentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriver\ Compilation DifferenceKit normal armv7k com.apple.xcode.tools.swift.compiler (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DifferenceKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64_32 Compiling\ CodeID.swift,\ Differentiable++.swift,\ LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CodeID.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/DifferenceKit/Differentiable++.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/LazyArray.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/Binary/DifferenceKit.o normal armv7k (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DifferenceKit
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos4.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/DifferenceKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/armv7k/Binary/DifferenceKit.o
SwiftDriverJobDiscovery normal arm64_32 Compiling Differentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftCompile normal arm64_32 Compiling\ CellsSection.swift,\ CellsSectionsBuilder.swift,\ CellsSectionsReloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSection.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsBuilder.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/CellsSectionsReloadable.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ UITableView+Reload.swift,\ UnionID.swift,\ AnyEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UITableView+Reload.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/UnionID.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CellsReloadable/Utils/AnyEquatable.swift (in target 'CellsReloadable' from project 'CellsReloadable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling Algorithm.swift, AnyDifferentiable.swift (in target 'DifferenceKit' from project 'DifferenceKit')
SwiftDriver\ Compilation DifferenceKit normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'DifferenceKit' from project 'DifferenceKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DifferenceKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DifferenceKit.build/Debug-watchos/DifferenceKit.build/Objects-normal/arm64_32/DifferenceKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal arm64 (in target 'CellsReloadable' from project 'CellsReloadable')
SwiftEmitModule normal arm64 Emitting\ module\ for\ CellsReloadable (in target 'CellsReloadable' from project 'CellsReloadable')
Building workspace spi-builder-workspace with scheme CellsReloadable
(3 failures)
BUILD FAILURE 6.1 watchOS