Build Information
Failed to build Forms, reference main (f96d0f
), with Swift 6.0 for watchOS using Xcode 16.0 on 3 Nov 2024 18:42:54 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Forms -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:19:21: error: cannot find type 'UICalendarSelectionSingleDateDelegate' in scope
let delegate: UICalendarSelectionSingleDateDelegate?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:27:19: error: cannot find type 'UICalendarSelectionSingleDateDelegate' in scope
delegate: UICalendarSelectionSingleDateDelegate?,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:36:21: error: cannot find type 'UICalendarSelectionMultiDateDelegate' in scope
let delegate: UICalendarSelectionMultiDateDelegate?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:44:19: error: cannot find type 'UICalendarSelectionMultiDateDelegate' in scope
delegate: UICalendarSelectionMultiDateDelegate?,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:54:19: error: cannot find type 'UICalendarViewDelegate' in scope
let delegate: UICalendarViewDelegate?
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:77:17: error: cannot find type 'UICalendarViewDelegate' in scope
delegate: UICalendarViewDelegate?,
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:92:27: error: cannot find 'UIStackView' in scope
private let stackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:93:33: error: cannot find 'UILabel' in scope
private(set) var titleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:94:35: error: cannot find 'UICalendarView' in scope
private(set) var calendarView = UICalendarView()
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:11:30: error: cannot find type 'UIView' in scope
open class FormCalendarItem: UIView, FormItem {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/FormCheckboxItem.swift:68:28: error: cannot find 'UILabel' in scope
private let titleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift:69:29: error: cannot find 'UIControl' in scope
private let controlView = UIControl()
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift:70:31: error: cannot find 'UILabel' in scope
private let subtitleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift:71:35: error: cannot find 'UIStackView' in scope
private let internalStackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift:72:35: error: cannot find 'UIStackView' in scope
private let externalStackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift:11:30: error: cannot find type 'UIView' in scope
open class FormCheckboxItem: UIView, FormInputType {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/FormInputItem.swift:22:29: error: cannot find type 'UITextAutocorrectionType' in scope
let autocorrectionType: UITextAutocorrectionType
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift:23:33: error: cannot find type 'UITextAutocapitalizationType' in scope
let autocapitalizationType: UITextAutocapitalizationType
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift:48:27: error: cannot find type 'UITextAutocorrectionType' in scope
autocorrectionType: UITextAutocorrectionType,
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift:49:31: error: cannot find type 'UITextAutocapitalizationType' in scope
autocapitalizationType: UITextAutocapitalizationType,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift:74:31: error: cannot find 'UIView' in scope
private let containerView = UIView()
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/FormInputItem.swift:75:27: error: cannot find 'UIStackView' in scope
private let stackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift:76:33: error: cannot find 'UILabel' in scope
private(set) var titleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift:77:32: error: cannot find 'UITextField' in scope
private(set) var textField = UITextField()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift:11:27: error: cannot find type 'UIView' in scope
open class FormInputItem: UIView, FormInputType {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/FormPickerItem.swift:37:33: error: cannot find 'UIPickerView' in scope
private(set) var pickerView = UIPickerView()
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift:98:19: error: cannot find type 'UIPickerView' in scope
_ pickerView: UIPickerView,
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift:105:19: error: cannot find type 'UIPickerView' in scope
_ pickerView: UIPickerView,
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift:113:19: error: cannot find type 'UIPickerView' in scope
_ pickerView: UIPickerView,
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift:10:28: error: cannot find type 'UIView' in scope
open class FormPickerItem: UIView, FormItem, UIPickerViewDataSource, UIPickerViewDelegate {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/FormPickerItem.swift:10:46: error: cannot find type 'UIPickerViewDataSource' in scope
open class FormPickerItem: UIView, FormItem, UIPickerViewDataSource, UIPickerViewDelegate {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift:10:70: error: cannot find type 'UIPickerViewDelegate' in scope
open class FormPickerItem: UIView, FormItem, UIPickerViewDataSource, UIPickerViewDelegate {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift:92:20: error: cannot find type 'UIPickerView' in scope
in pickerView: UIPickerView
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift:11:29: error: cannot find type 'UIView' in scope
open class FormSpacingItem: UIView, FormItem {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/FormSwitchItem.swift:48:28: error: cannot find 'UILabel' in scope
private let titleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift:49:28: error: cannot find 'UISwitch' in scope
private let switchView = UISwitch()
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift:50:31: error: cannot find 'UILabel' in scope
private let subtitleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift:51:35: error: cannot find 'UIStackView' in scope
private let internalStackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift:52:35: error: cannot find 'UIStackView' in scope
private let externalStackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift:12:28: error: cannot find type 'UIView' in scope
open class FormSwitchItem: UIView, FormInputType {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/FormTextItem.swift:33:32: error: cannot find 'UILabel' in scope
private(set) var textLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormTextItem.swift:10:26: error: cannot find type 'UIView' in scope
open class FormTextItem: UIView, FormItem {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/FormView.swift:9:32: error: cannot find 'UIStackView' in scope
private(set) var stackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormView.swift:4:22: error: cannot find type 'UIView' in scope
open class FormView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/UIControl+Publishers.swift:4:11: error: cannot find type 'UIControl' in scope
extension UIControl {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift:28:38: error: cannot find type 'UIControl' in scope
struct ControlTarget<OuterControl: UIControl>: Publisher {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift:33:45: error: 'Event' is not a member type of type 'OuterControl'
private let controlEvents: OuterControl.Event
~~~~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift:39:54: error: 'Event' is not a member type of type 'OuterControl'
init(control: OuterControl, events: OuterControl.Event) {
~~~~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift:52:67: error: cannot find type 'UIControl' in scope
private final class Subscription<S: Subscriber, InnerControl: UIControl>: Combine.Subscription where S.Input == Void {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift:54:24: error: 'weak' must not be applied to non-class-bound 'InnerControl'; consider adding a protocol conformance that has a class bound
private weak var control: InnerControl?
^
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift:61:70: error: 'Event' is not a member type of type 'InnerControl'
init(subscriber: S, control: InnerControl, event: InnerControl.Event) {
~~~~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift:4:11: error: cannot find type 'UITextField' in scope
extension UITextField {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift:19:28: error: cannot find type 'UITextField' in scope
private let textField: UITextField
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift:23:21: error: cannot find type 'UITextField' in scope
init(textField: UITextField) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift:36:69: error: cannot find type 'UITextField' in scope
private final class TextFieldSubscription<S: Subscriber, Control: UITextField>: Subscription where S.Input == String? {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift:38:22: error: 'weak' must not be applied to non-class-bound 'Control'; consider adding a protocol conformance that has a class bound
private weak var textField: Control?
^
SwiftEmitModule normal armv7k Emitting\ module\ for\ Forms (in target 'Forms' from project 'Forms')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.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/Forms/FormButtonItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormTextItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormView.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/Protocols.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.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/Forms.build/Debug-watchos/Forms.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Forms -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms.abi.json
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Forms (in target 'Forms' from project 'Forms')
EmitSwiftModule normal arm64_32 (in target 'Forms' from project 'Forms')
SwiftEmitModule normal arm64 Emitting\ module\ for\ Forms (in target 'Forms' from project 'Forms')
EmitSwiftModule normal arm64 (in target 'Forms' from project 'Forms')
SwiftEmitModule normal armv7k Emitting\ module\ for\ Forms (in target 'Forms' from project 'Forms')
Building workspace spi-builder-workspace with scheme Forms
(6 failures)
Command line invocation:
/Applications/Xcode-16.1.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 Forms -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
Resolve Package Graph
Resolved source packages:
Forms: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'Forms' in project 'Forms'
➜ Explicit dependency on target 'Forms' in project 'Forms'
Target 'Forms' in project 'Forms' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache
SwiftDriver Forms normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Forms' from project 'Forms')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Forms -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/Forms.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/Forms-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/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/Forms.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/Forms_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/Forms.build/Debug-watchos/Forms.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.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/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/Forms-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Forms normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Forms' from project 'Forms')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Forms -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms-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/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms_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/Forms.build/Debug-watchos/Forms.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.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/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Forms normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Forms' from project 'Forms')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Forms -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64_32/Forms.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64_32/Forms-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/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64_32/Forms.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64_32/Forms_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/Forms.build/Debug-watchos/Forms.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.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/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64_32/Forms-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal armv7k Compiling\ FormSpacingItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift (in target 'Forms' from project 'Forms')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormButtonItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormTextItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormView.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/Protocols.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormSpacingItem.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormSpacingItem.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormSpacingItem.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormSpacingItem.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.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/Forms.build/Debug-watchos/Forms.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Forms -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormSpacingItem.o -index-unit-output-path /Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormSpacingItem.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift (in target 'Forms' from project 'Forms')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormButtonItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormTextItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormView.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/Protocols.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormSpacingItem.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormSpacingItem.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormSpacingItem.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormSpacingItem.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.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/Forms.build/Debug-watchos/Forms.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Forms -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormSpacingItem.o -index-unit-output-path /Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormSpacingItem.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ FormTextItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormTextItem.swift (in target 'Forms' from project 'Forms')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormButtonItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormTextItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormView.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/Protocols.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormTextItem.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormTextItem.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormTextItem.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormTextItem.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.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/Forms.build/Debug-watchos/Forms.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Forms -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormTextItem.o -index-unit-output-path /Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormTextItem.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormTextItem.swift (in target 'Forms' from project 'Forms')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormButtonItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormTextItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormView.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/Protocols.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormTextItem.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormTextItem.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormTextItem.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormTextItem.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.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/Forms.build/Debug-watchos/Forms.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Forms -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormTextItem.o -index-unit-output-path /Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormTextItem.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ UITextField+Publishers.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift (in target 'Forms' from project 'Forms')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormButtonItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormTextItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormView.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/Protocols.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/UITextField+Publishers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/UITextField+Publishers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/UITextField+Publishers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/UITextField+Publishers.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.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/Forms.build/Debug-watchos/Forms.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Forms -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/UITextField+Publishers.o -index-unit-output-path /Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/UITextField+Publishers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift (in target 'Forms' from project 'Forms')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormButtonItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormTextItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormView.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/Protocols.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/UITextField+Publishers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/UITextField+Publishers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/UITextField+Publishers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/UITextField+Publishers.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.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/Forms.build/Debug-watchos/Forms.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Forms -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/UITextField+Publishers.o -index-unit-output-path /Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/UITextField+Publishers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal armv7k Emitting\ module\ for\ Forms (in target 'Forms' from project 'Forms')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.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/Forms/FormButtonItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormTextItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormView.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/Protocols.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.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/Forms.build/Debug-watchos/Forms.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Forms -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms.abi.json
EmitSwiftModule normal armv7k (in target 'Forms' from project 'Forms')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormButtonItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormTextItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormView.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/Protocols.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.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/Forms.build/Debug-watchos/Forms.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Forms -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms.abi.json
SwiftCompile normal armv7k Compiling\ Protocols.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/Protocols.swift (in target 'Forms' from project 'Forms')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormButtonItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormTextItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Forms/Protocols.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Protocols.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Protocols.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Protocols.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Protocols.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.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/Forms.build/Debug-watchos/Forms.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Forms -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Protocols.o -index-unit-output-path /Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Protocols.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Forms/Protocols.swift (in target 'Forms' from project 'Forms')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormButtonItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormTextItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Forms/Protocols.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Protocols.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Protocols.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Protocols.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Protocols.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.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/Forms.build/Debug-watchos/Forms.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Forms -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Protocols.o -index-unit-output-path /Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Protocols.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ FormPickerItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift (in target 'Forms' from project 'Forms')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormButtonItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormTextItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormView.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/Protocols.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormPickerItem.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormPickerItem.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormPickerItem.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormPickerItem.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.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/Forms.build/Debug-watchos/Forms.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Forms -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormPickerItem.o -index-unit-output-path /Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormPickerItem.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift (in target 'Forms' from project 'Forms')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormButtonItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormTextItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormView.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/Protocols.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormPickerItem.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormPickerItem.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormPickerItem.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormPickerItem.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/Forms_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.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/Forms.build/Debug-watchos/Forms.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Forms -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormPickerItem.o -index-unit-output-path /Forms.build/Debug-watchos/Forms.build/Objects-normal/armv7k/FormPickerItem.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ UITextField+Publishers.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift (in target 'Forms' from project 'Forms')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormButtonItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormTextItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormView.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/Protocols.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/UITextField+Publishers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/UITextField+Publishers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/UITextField+Publishers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/UITextField+Publishers.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/Forms_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.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/Forms.build/Debug-watchos/Forms.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Forms -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/UITextField+Publishers.o -index-unit-output-path /Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/UITextField+Publishers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift (in target 'Forms' from project 'Forms')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormButtonItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormTextItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormView.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/Protocols.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/UITextField+Publishers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/UITextField+Publishers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/UITextField+Publishers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/UITextField+Publishers.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/Forms_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.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/Forms.build/Debug-watchos/Forms.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Forms -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/UITextField+Publishers.o -index-unit-output-path /Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/UITextField+Publishers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ Forms (in target 'Forms' from project 'Forms')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.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/Forms/FormButtonItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormTextItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormView.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/Protocols.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/Forms_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.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/Forms.build/Debug-watchos/Forms.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Forms -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/Forms.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/Forms.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/Forms-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/Forms-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/Forms-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/Forms.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/Forms.abi.json
EmitSwiftModule normal arm64 (in target 'Forms' from project 'Forms')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormButtonItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormTextItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormView.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/Protocols.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/Forms_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.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/Forms.build/Debug-watchos/Forms.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Forms -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/Forms.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/Forms.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/Forms-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/Forms-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/Forms-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/Forms.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/Forms.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormButtonItem.swift:59:28: error: cannot find 'UILabel' in scope
private let titleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormButtonItem.swift:67:21: error: property does not override any property from its superclass
open override var isEnabled: Bool {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormButtonItem.swift:11:28: error: cannot find type 'UIControl' in scope
open class FormButtonItem: UIControl, FormItem {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/Protocols.swift:4:27: error: cannot find type 'UIView' in scope
public protocol FormItem: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/FormCalendarItem.swift:19:21: error: cannot find type 'UICalendarSelectionSingleDateDelegate' in scope
let delegate: UICalendarSelectionSingleDateDelegate?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:27:19: error: cannot find type 'UICalendarSelectionSingleDateDelegate' in scope
delegate: UICalendarSelectionSingleDateDelegate?,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:36:21: error: cannot find type 'UICalendarSelectionMultiDateDelegate' in scope
let delegate: UICalendarSelectionMultiDateDelegate?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:44:19: error: cannot find type 'UICalendarSelectionMultiDateDelegate' in scope
delegate: UICalendarSelectionMultiDateDelegate?,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:54:19: error: cannot find type 'UICalendarViewDelegate' in scope
let delegate: UICalendarViewDelegate?
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:77:17: error: cannot find type 'UICalendarViewDelegate' in scope
delegate: UICalendarViewDelegate?,
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:92:27: error: cannot find 'UIStackView' in scope
private let stackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:93:33: error: cannot find 'UILabel' in scope
private(set) var titleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:94:35: error: cannot find 'UICalendarView' in scope
private(set) var calendarView = UICalendarView()
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:11:30: error: cannot find type 'UIView' in scope
open class FormCalendarItem: UIView, FormItem {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/FormCheckboxItem.swift:68:28: error: cannot find 'UILabel' in scope
private let titleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift:69:29: error: cannot find 'UIControl' in scope
private let controlView = UIControl()
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift:70:31: error: cannot find 'UILabel' in scope
private let subtitleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift:71:35: error: cannot find 'UIStackView' in scope
private let internalStackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift:72:35: error: cannot find 'UIStackView' in scope
private let externalStackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift:11:30: error: cannot find type 'UIView' in scope
open class FormCheckboxItem: UIView, FormInputType {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/FormInputItem.swift:22:29: error: cannot find type 'UITextAutocorrectionType' in scope
let autocorrectionType: UITextAutocorrectionType
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift:23:33: error: cannot find type 'UITextAutocapitalizationType' in scope
let autocapitalizationType: UITextAutocapitalizationType
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift:48:27: error: cannot find type 'UITextAutocorrectionType' in scope
autocorrectionType: UITextAutocorrectionType,
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift:49:31: error: cannot find type 'UITextAutocapitalizationType' in scope
autocapitalizationType: UITextAutocapitalizationType,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift:74:31: error: cannot find 'UIView' in scope
private let containerView = UIView()
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/FormInputItem.swift:75:27: error: cannot find 'UIStackView' in scope
private let stackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift:76:33: error: cannot find 'UILabel' in scope
private(set) var titleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift:77:32: error: cannot find 'UITextField' in scope
private(set) var textField = UITextField()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift:11:27: error: cannot find type 'UIView' in scope
open class FormInputItem: UIView, FormInputType {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/FormPickerItem.swift:37:33: error: cannot find 'UIPickerView' in scope
private(set) var pickerView = UIPickerView()
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift:98:19: error: cannot find type 'UIPickerView' in scope
_ pickerView: UIPickerView,
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift:105:19: error: cannot find type 'UIPickerView' in scope
_ pickerView: UIPickerView,
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift:113:19: error: cannot find type 'UIPickerView' in scope
_ pickerView: UIPickerView,
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift:10:28: error: cannot find type 'UIView' in scope
open class FormPickerItem: UIView, FormItem, UIPickerViewDataSource, UIPickerViewDelegate {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/FormPickerItem.swift:10:46: error: cannot find type 'UIPickerViewDataSource' in scope
open class FormPickerItem: UIView, FormItem, UIPickerViewDataSource, UIPickerViewDelegate {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift:10:70: error: cannot find type 'UIPickerViewDelegate' in scope
open class FormPickerItem: UIView, FormItem, UIPickerViewDataSource, UIPickerViewDelegate {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift:92:20: error: cannot find type 'UIPickerView' in scope
in pickerView: UIPickerView
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift:11:29: error: cannot find type 'UIView' in scope
open class FormSpacingItem: UIView, FormItem {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/FormSwitchItem.swift:48:28: error: cannot find 'UILabel' in scope
private let titleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift:49:28: error: cannot find 'UISwitch' in scope
private let switchView = UISwitch()
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift:50:31: error: cannot find 'UILabel' in scope
private let subtitleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift:51:35: error: cannot find 'UIStackView' in scope
private let internalStackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift:52:35: error: cannot find 'UIStackView' in scope
private let externalStackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift:12:28: error: cannot find type 'UIView' in scope
open class FormSwitchItem: UIView, FormInputType {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/FormTextItem.swift:33:32: error: cannot find 'UILabel' in scope
private(set) var textLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormTextItem.swift:10:26: error: cannot find type 'UIView' in scope
open class FormTextItem: UIView, FormItem {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/FormView.swift:9:32: error: cannot find 'UIStackView' in scope
private(set) var stackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormView.swift:4:22: error: cannot find type 'UIView' in scope
open class FormView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/UIControl+Publishers.swift:4:11: error: cannot find type 'UIControl' in scope
extension UIControl {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift:28:38: error: cannot find type 'UIControl' in scope
struct ControlTarget<OuterControl: UIControl>: Publisher {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift:33:45: error: 'Event' is not a member type of type 'OuterControl'
private let controlEvents: OuterControl.Event
~~~~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift:39:54: error: 'Event' is not a member type of type 'OuterControl'
init(control: OuterControl, events: OuterControl.Event) {
~~~~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift:52:67: error: cannot find type 'UIControl' in scope
private final class Subscription<S: Subscriber, InnerControl: UIControl>: Combine.Subscription where S.Input == Void {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift:54:24: error: 'weak' must not be applied to non-class-bound 'InnerControl'; consider adding a protocol conformance that has a class bound
private weak var control: InnerControl?
^
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift:61:70: error: 'Event' is not a member type of type 'InnerControl'
init(subscriber: S, control: InnerControl, event: InnerControl.Event) {
~~~~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift:4:11: error: cannot find type 'UITextField' in scope
extension UITextField {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift:19:28: error: cannot find type 'UITextField' in scope
private let textField: UITextField
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift:23:21: error: cannot find type 'UITextField' in scope
init(textField: UITextField) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift:36:69: error: cannot find type 'UITextField' in scope
private final class TextFieldSubscription<S: Subscriber, Control: UITextField>: Subscription where S.Input == String? {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift:38:22: error: 'weak' must not be applied to non-class-bound 'Control'; consider adding a protocol conformance that has a class bound
private weak var textField: Control?
^
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Forms (in target 'Forms' from project 'Forms')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.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/Forms/FormButtonItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormTextItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormView.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/Protocols.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64_32/Forms_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.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/Forms.build/Debug-watchos/Forms.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Forms -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64_32/Forms.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64_32/Forms.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64_32/Forms-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64_32/Forms-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64_32/Forms-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64_32/Forms.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64_32/Forms.abi.json
EmitSwiftModule normal arm64_32 (in target 'Forms' from project 'Forms')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormButtonItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormTextItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormView.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/Protocols.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64_32/Forms_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.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/Forms.build/Debug-watchos/Forms.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Forms -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64_32/Forms.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64_32/Forms.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64_32/Forms-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64_32/Forms-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64_32/Forms-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64_32/Forms.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64_32/Forms.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormButtonItem.swift:59:28: error: cannot find 'UILabel' in scope
private let titleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormButtonItem.swift:67:21: error: property does not override any property from its superclass
open override var isEnabled: Bool {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormButtonItem.swift:11:28: error: cannot find type 'UIControl' in scope
open class FormButtonItem: UIControl, FormItem {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/Protocols.swift:4:27: error: cannot find type 'UIView' in scope
public protocol FormItem: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/FormCalendarItem.swift:19:21: error: cannot find type 'UICalendarSelectionSingleDateDelegate' in scope
let delegate: UICalendarSelectionSingleDateDelegate?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:27:19: error: cannot find type 'UICalendarSelectionSingleDateDelegate' in scope
delegate: UICalendarSelectionSingleDateDelegate?,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:36:21: error: cannot find type 'UICalendarSelectionMultiDateDelegate' in scope
let delegate: UICalendarSelectionMultiDateDelegate?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:44:19: error: cannot find type 'UICalendarSelectionMultiDateDelegate' in scope
delegate: UICalendarSelectionMultiDateDelegate?,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:54:19: error: cannot find type 'UICalendarViewDelegate' in scope
let delegate: UICalendarViewDelegate?
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:77:17: error: cannot find type 'UICalendarViewDelegate' in scope
delegate: UICalendarViewDelegate?,
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:92:27: error: cannot find 'UIStackView' in scope
private let stackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:93:33: error: cannot find 'UILabel' in scope
private(set) var titleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:94:35: error: cannot find 'UICalendarView' in scope
private(set) var calendarView = UICalendarView()
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift:11:30: error: cannot find type 'UIView' in scope
open class FormCalendarItem: UIView, FormItem {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/FormCheckboxItem.swift:68:28: error: cannot find 'UILabel' in scope
private let titleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift:69:29: error: cannot find 'UIControl' in scope
private let controlView = UIControl()
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift:70:31: error: cannot find 'UILabel' in scope
private let subtitleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift:71:35: error: cannot find 'UIStackView' in scope
private let internalStackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift:72:35: error: cannot find 'UIStackView' in scope
private let externalStackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift:11:30: error: cannot find type 'UIView' in scope
open class FormCheckboxItem: UIView, FormInputType {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/FormInputItem.swift:22:29: error: cannot find type 'UITextAutocorrectionType' in scope
let autocorrectionType: UITextAutocorrectionType
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift:23:33: error: cannot find type 'UITextAutocapitalizationType' in scope
let autocapitalizationType: UITextAutocapitalizationType
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift:48:27: error: cannot find type 'UITextAutocorrectionType' in scope
autocorrectionType: UITextAutocorrectionType,
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift:49:31: error: cannot find type 'UITextAutocapitalizationType' in scope
autocapitalizationType: UITextAutocapitalizationType,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift:74:31: error: cannot find 'UIView' in scope
private let containerView = UIView()
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/FormInputItem.swift:75:27: error: cannot find 'UIStackView' in scope
private let stackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift:76:33: error: cannot find 'UILabel' in scope
private(set) var titleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift:77:32: error: cannot find 'UITextField' in scope
private(set) var textField = UITextField()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift:11:27: error: cannot find type 'UIView' in scope
open class FormInputItem: UIView, FormInputType {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/FormPickerItem.swift:37:33: error: cannot find 'UIPickerView' in scope
private(set) var pickerView = UIPickerView()
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift:98:19: error: cannot find type 'UIPickerView' in scope
_ pickerView: UIPickerView,
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift:105:19: error: cannot find type 'UIPickerView' in scope
_ pickerView: UIPickerView,
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift:113:19: error: cannot find type 'UIPickerView' in scope
_ pickerView: UIPickerView,
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift:10:28: error: cannot find type 'UIView' in scope
open class FormPickerItem: UIView, FormItem, UIPickerViewDataSource, UIPickerViewDelegate {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/FormPickerItem.swift:10:46: error: cannot find type 'UIPickerViewDataSource' in scope
open class FormPickerItem: UIView, FormItem, UIPickerViewDataSource, UIPickerViewDelegate {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift:10:70: error: cannot find type 'UIPickerViewDelegate' in scope
open class FormPickerItem: UIView, FormItem, UIPickerViewDataSource, UIPickerViewDelegate {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift:92:20: error: cannot find type 'UIPickerView' in scope
in pickerView: UIPickerView
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift:11:29: error: cannot find type 'UIView' in scope
open class FormSpacingItem: UIView, FormItem {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/FormSwitchItem.swift:48:28: error: cannot find 'UILabel' in scope
private let titleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift:49:28: error: cannot find 'UISwitch' in scope
private let switchView = UISwitch()
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift:50:31: error: cannot find 'UILabel' in scope
private let subtitleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift:51:35: error: cannot find 'UIStackView' in scope
private let internalStackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift:52:35: error: cannot find 'UIStackView' in scope
private let externalStackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift:12:28: error: cannot find type 'UIView' in scope
open class FormSwitchItem: UIView, FormInputType {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/FormTextItem.swift:33:32: error: cannot find 'UILabel' in scope
private(set) var textLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormTextItem.swift:10:26: error: cannot find type 'UIView' in scope
open class FormTextItem: UIView, FormItem {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/FormView.swift:9:32: error: cannot find 'UIStackView' in scope
private(set) var stackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/FormView.swift:4:22: error: cannot find type 'UIView' in scope
open class FormView: UIView {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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/Forms/UIControl+Publishers.swift:4:11: error: cannot find type 'UIControl' in scope
extension UIControl {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift:28:38: error: cannot find type 'UIControl' in scope
struct ControlTarget<OuterControl: UIControl>: Publisher {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift:33:45: error: 'Event' is not a member type of type 'OuterControl'
private let controlEvents: OuterControl.Event
~~~~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift:39:54: error: 'Event' is not a member type of type 'OuterControl'
init(control: OuterControl, events: OuterControl.Event) {
~~~~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift:52:67: error: cannot find type 'UIControl' in scope
private final class Subscription<S: Subscriber, InnerControl: UIControl>: Combine.Subscription where S.Input == Void {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift:54:24: error: 'weak' must not be applied to non-class-bound 'InnerControl'; consider adding a protocol conformance that has a class bound
private weak var control: InnerControl?
^
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift:61:70: error: 'Event' is not a member type of type 'InnerControl'
init(subscriber: S, control: InnerControl, event: InnerControl.Event) {
~~~~~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift:4:11: error: cannot find type 'UITextField' in scope
extension UITextField {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift:19:28: error: cannot find type 'UITextField' in scope
private let textField: UITextField
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift:23:21: error: cannot find type 'UITextField' in scope
init(textField: UITextField) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift:36:69: error: cannot find type 'UITextField' in scope
private final class TextFieldSubscription<S: Subscriber, Control: UITextField>: Subscription where S.Input == String? {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift:38:22: error: 'weak' must not be applied to non-class-bound 'Control'; consider adding a protocol conformance that has a class bound
private weak var textField: Control?
^
SwiftCompile normal arm64 Compiling\ FormSpacingItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift (in target 'Forms' from project 'Forms')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormButtonItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormTextItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormView.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/Protocols.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/FormSpacingItem.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/FormSpacingItem.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/FormSpacingItem.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/FormSpacingItem.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/Forms_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.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/Forms.build/Debug-watchos/Forms.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Forms -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/FormSpacingItem.o -index-unit-output-path /Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/FormSpacingItem.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift (in target 'Forms' from project 'Forms')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormButtonItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCalendarItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormCheckboxItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormInputItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormPickerItem.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSpacingItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormSwitchItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormTextItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/FormView.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/Protocols.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UIControl+Publishers.swift /Users/admin/builder/spi-builder-workspace/Sources/Forms/UITextField+Publishers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/FormSpacingItem.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/FormSpacingItem.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/FormSpacingItem.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/FormSpacingItem.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/Forms_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.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/Forms.build/Debug-watchos/Forms.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Forms -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/FormSpacingItem.o -index-unit-output-path /Forms.build/Debug-watchos/Forms.build/Objects-normal/arm64/FormSpacingItem.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ Forms (in target 'Forms' from project 'Forms')
EmitSwiftModule normal arm64 (in target 'Forms' from project 'Forms')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Forms (in target 'Forms' from project 'Forms')
EmitSwiftModule normal arm64_32 (in target 'Forms' from project 'Forms')
Building workspace spi-builder-workspace with scheme Forms
(5 failures)
BUILD FAILURE 6.0 watchOS