Build Information
Failed to build JVFloatLabeledTextField, reference 1.2.5 (69c0e8), with Swift 6.3 for watchOS using Xcode 26.4 on 20 Apr 2026 19:13:51 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JVFloatLabeledTextField -destination generic/platform=watchOSBuild Log
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:44:37: error: 'UITextView' is unavailable: not available on watchOS
44 | @interface JVFloatLabeledTextView : UITextView
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
219 | @interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
In file included from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:28:
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:54:41: error: 'UILabel' is unavailable: not available on watchOS
54 | @property (nonatomic, strong, readonly) UILabel * placeholderLabel;
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
33 | @interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
In file included from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:28:
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:59:41: error: 'UILabel' is unavailable: not available on watchOS
59 | @property (nonatomic, strong, readonly) UILabel * floatingLabel;
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
33 | @interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:50:60: error: 'NSTextContainer' is unavailable: not available on watchOS
50 | - (instancetype)initWithFrame:(CGRect)frame textContainer:(NSTextContainer *)textContainer
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextContainer.h:21:12: note: 'NSTextContainer' has been explicitly marked unavailable here
21 | @interface NSTextContainer : NSObject <NSSecureCoding>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:79:35: error: 'UILabel' is unavailable: not available on watchOS
79 | _placeholderLabel = [[UILabel alloc] initWithFrame:self.frame];
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
33 | @interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:93:31: error: 'UILabel' is unavailable: not available on watchOS
93 | _floatingLabel = [UILabel new];
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
33 | @interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:93:31: error: 'new' is unavailable: not available on watchOS
93 | _floatingLabel = [UILabel new];
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init' has been explicitly marked unavailable here
154 | - (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:109:55: error: 'UITextViewTextDidChangeNotification' is unavailable: not available on watchOS
109 | name:UITextViewTextDidChangeNotification
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:348:39: note: 'UITextViewTextDidChangeNotification' has been explicitly marked unavailable here
348 | UIKIT_EXTERN NSNotificationName const UITextViewTextDidChangeNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:113:55: error: 'UITextViewTextDidBeginEditingNotification' is unavailable: not available on watchOS
113 | name:UITextViewTextDidBeginEditingNotification
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:347:39: note: 'UITextViewTextDidBeginEditingNotification' has been explicitly marked unavailable here
347 | UIKIT_EXTERN NSNotificationName const UITextViewTextDidBeginEditingNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:117:55: error: 'UITextViewTextDidEndEditingNotification' is unavailable: not available on watchOS
117 | name:UITextViewTextDidEndEditingNotification
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:349:39: note: 'UITextViewTextDidEndEditingNotification' has been explicitly marked unavailable here
349 | UIKIT_EXTERN NSNotificationName const UITextViewTextDidEndEditingNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:124:58: error: 'UITextViewTextDidChangeNotification' is unavailable: not available on watchOS
124 | name:UITextViewTextDidChangeNotification
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:348:39: note: 'UITextViewTextDidChangeNotification' has been explicitly marked unavailable here
348 | UIKIT_EXTERN NSNotificationName const UITextViewTextDidChangeNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:127:58: error: 'UITextViewTextDidBeginEditingNotification' is unavailable: not available on watchOS
127 | name:UITextViewTextDidBeginEditingNotification
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:347:39: note: 'UITextViewTextDidBeginEditingNotification' has been explicitly marked unavailable here
347 | UIKIT_EXTERN NSNotificationName const UITextViewTextDidBeginEditingNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:130:58: error: 'UITextViewTextDidEndEditingNotification' is unavailable: not available on watchOS
130 | name:UITextViewTextDidEndEditingNotification
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:349:39: note: 'UITextViewTextDidEndEditingNotification' has been explicitly marked unavailable here
349 | UIKIT_EXTERN NSNotificationName const UITextViewTextDidEndEditingNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
| ^
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextView.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-elaborated-enum-base -Wno-error\=allocator-wrappers -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextView.o -fmodule-map-file\=/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextView.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m -target-abi darwinpcs -target-cpu apple-s9 -target-feature +v8.6a -target-feature +aes -target-feature +bf16 -target-feature +complxnum -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +fpac -target-feature +fullfp16 -target-feature +hcx -target-feature +i8mm -target-feature +jsconv -target-feature +lse -target-feature +neon -target-feature +pauth -target-feature +perfmon -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -target-feature +sha3 -target-feature +ssbs -triple arm64-apple-watchos5.0.0 -target-linker-version 1266.8 -target-sdk-version\=26.4 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -resource-dir /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21 -fmodule-format\=obj -fmodule-file\=Foundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-4PGWM8RB34PHCIXSQT8AP4H20.pcm -fmodule-file\=UIKit\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIKit-DHFB7IRGGV7TP29FWQQVZL330.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/SPMHeaders -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/DerivedSources-normal/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/DerivedSources/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/usr/local/include -internal-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21/include -internal-externc-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/usr/include -internal-externc-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -internal-iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks -internal-iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/SubFrameworks -internal-iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Library/Frameworks -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -std\=gnu11 -fexceptions -fskip-odr-check-in-gmf -fmodules -fmodule-name\=JVFloatLabeledTextField -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fobjc-runtime\=watchos-5.0.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -fno-convergent-functions -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fno-assume-unique-vtables -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcommon -fdwarf2-cfi-asm -fobjc-msgsend-selector-stubs -fregister-global-dtors-with-atexit -fno-strict-return -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -funwind-tables\=1 -enable-tlsdesc -clear-ast-before-backend -discard-value-names -main-file-name JVFloatLabeledTextView.m -mframe-pointer\=non-leaf -debug-info-kind\=standalone -fno-loop-interchange -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -fdefine-target-os-macros -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextView.d -skip-unused-modulemap-deps
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextField.o /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'JVFloatLabeledTextField' from project 'JVFloatLabeledTextField')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -target arm64-apple-watchos5.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextField.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextField.dia -c /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextField.o -index-unit-output-path /JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextField.o
In file included from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:28:
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:44:38: error: 'UITextField' is unavailable: not available on watchOS
44 | @interface JVFloatLabeledTextField : UITextField
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
53 | @interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
In file included from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:28:
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:49:41: error: 'UILabel' is unavailable: not available on watchOS
49 | @property (nonatomic, strong, readonly) UILabel * floatingLabel;
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
33 | @interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextField.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-elaborated-enum-base -Wno-error\=allocator-wrappers -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextField.o -fmodule-map-file\=/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextField.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m -target-abi darwinpcs -target-cpu apple-s9 -target-feature +v8.6a -target-feature +aes -target-feature +bf16 -target-feature +complxnum -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +fpac -target-feature +fullfp16 -target-feature +hcx -target-feature +i8mm -target-feature +jsconv -target-feature +lse -target-feature +neon -target-feature +pauth -target-feature +perfmon -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -target-feature +sha3 -target-feature +ssbs -triple arm64-apple-watchos5.0.0 -target-linker-version 1266.8 -target-sdk-version\=26.4 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -resource-dir /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21 -fmodule-format\=obj -fmodule-file\=Foundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-4PGWM8RB34PHCIXSQT8AP4H20.pcm -fmodule-file\=UIKit\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIKit-DHFB7IRGGV7TP29FWQQVZL330.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/SPMHeaders -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/DerivedSources-normal/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/DerivedSources/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/usr/local/include -internal-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21/include -internal-externc-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/usr/include -internal-externc-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -internal-iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks -internal-iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/SubFrameworks -internal-iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Library/Frameworks -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -std\=gnu11 -fexceptions -fskip-odr-check-in-gmf -fmodules -fmodule-name\=JVFloatLabeledTextField -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fobjc-runtime\=watchos-5.0.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -fno-convergent-functions -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fno-assume-unique-vtables -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcommon -fdwarf2-cfi-asm -fobjc-msgsend-selector-stubs -fregister-global-dtors-with-atexit -fno-strict-return -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -funwind-tables\=1 -enable-tlsdesc -clear-ast-before-backend -discard-value-names -main-file-name JVFloatLabeledTextField.m -mframe-pointer\=non-leaf -debug-info-kind\=standalone -fno-loop-interchange -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -fdefine-target-os-macros -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextField.d -skip-unused-modulemap-deps
2026-04-20 15:13:42.463 xcodebuild[635:3894] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/armv7k/JVFloatLabeledTextView.o /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'JVFloatLabeledTextField' from project 'JVFloatLabeledTextField')
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/armv7k/JVFloatLabeledTextField.o /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'JVFloatLabeledTextField' from project 'JVFloatLabeledTextField')
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64_32/JVFloatLabeledTextField.o /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m normal arm64_32 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'JVFloatLabeledTextField' from project 'JVFloatLabeledTextField')
Building workspace spi-builder-workspace with scheme JVFloatLabeledTextField
(4 failures)
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
JVFloatLabeledTextField: /Users/admin/builder/spi-builder-workspace
resolved source packages: JVFloatLabeledTextField
2026-04-20 15:13:48.352 xcodebuild[761:4308] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
],
"manifest_display_name" : "JVFloatLabeledTextField",
"name" : "JVFloatLabeledTextField",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
}
],
"products" : [
{
"name" : "JVFloatLabeledTextField",
"targets" : [
"JVFloatLabeledTextField"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JVFloatLabeledTextField",
"module_type" : "ClangTarget",
"name" : "JVFloatLabeledTextField",
"path" : "JVFloatLabeledTextField",
"product_memberships" : [
"JVFloatLabeledTextField"
],
"sources" : [
"JVFloatLabeledTextField/JVFloatLabeledTextField.m",
"JVFloatLabeledTextField/JVFloatLabeledTextView.m",
"JVFloatLabeledTextField/NSString+TextDirectionality.m"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"JVFloatLabeledTextField"
]
}
}
2026-04-20 15:13:49.585 xcodebuild[770:4391] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JVFloatLabeledTextField -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-26.4.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 JVFloatLabeledTextField -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
JVFloatLabeledTextField: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'JVFloatLabeledTextField' in project 'JVFloatLabeledTextField'
➜ Explicit dependency on target 'JVFloatLabeledTextField' in project 'JVFloatLabeledTextField'
Target 'JVFloatLabeledTextField' in project 'JVFloatLabeledTextField' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64_32/JVFloatLabeledTextField.o /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m normal arm64_32 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'JVFloatLabeledTextField' from project 'JVFloatLabeledTextField')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -target arm64_32-apple-watchos5.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64_32/JVFloatLabeledTextField.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64_32/JVFloatLabeledTextField.dia -c /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64_32/JVFloatLabeledTextField.o -index-unit-output-path /JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64_32/JVFloatLabeledTextField.o
In file included from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:28:
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:44:38: error: 'UITextField' is unavailable: not available on watchOS
44 | @interface JVFloatLabeledTextField : UITextField
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
53 | @interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
In file included from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:28:
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:49:41: error: 'UILabel' is unavailable: not available on watchOS
49 | @property (nonatomic, strong, readonly) UILabel * floatingLabel;
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
33 | @interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:59:31: error: 'UILabel' is unavailable: not available on watchOS
59 | _floatingLabel = [UILabel new];
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
33 | @interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:59:31: error: 'new' is unavailable: not available on watchOS
59 | _floatingLabel = [UILabel new];
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init' has been explicitly marked unavailable here
154 | - (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:144:37: error: 'UIViewAnimationOptionBeginFromCurrentState' is unavailable: not available on watchOS
144 | options:UIViewAnimationOptionBeginFromCurrentState | UIViewAnimationOptionCurveEaseOut
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:68:32: note: 'UIViewAnimationOptions' has been explicitly marked unavailable here
68 | typedef NS_OPTIONS(NSUInteger, UIViewAnimationOptions) {
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:144:82: error: 'UIViewAnimationOptionCurveEaseOut' is unavailable: not available on watchOS
144 | options:UIViewAnimationOptionBeginFromCurrentState | UIViewAnimationOptionCurveEaseOut
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:68:32: note: 'UIViewAnimationOptions' has been explicitly marked unavailable here
68 | typedef NS_OPTIONS(NSUInteger, UIViewAnimationOptions) {
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:142:17: error: 'UIView' is unavailable: not available on watchOS
142 | [UIView animateWithDuration:_floatingLabelShowAnimationDuration
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
148 | @interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:152:10: error: 'accessibilityLabel' is unavailable: not available on watchOS
152 | self.accessibilityLabel = self.floatingLabel.text;
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:64:49: note: 'accessibilityLabel' has been explicitly marked unavailable here
64 | @property (nullable, nonatomic, copy) NSString *accessibilityLabel API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:169:37: error: 'UIViewAnimationOptionBeginFromCurrentState' is unavailable: not available on watchOS
169 | options:UIViewAnimationOptionBeginFromCurrentState | UIViewAnimationOptionCurveEaseIn
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:68:32: note: 'UIViewAnimationOptions' has been explicitly marked unavailable here
68 | typedef NS_OPTIONS(NSUInteger, UIViewAnimationOptions) {
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:169:82: error: 'UIViewAnimationOptionCurveEaseIn' is unavailable: not available on watchOS
169 | options:UIViewAnimationOptionBeginFromCurrentState | UIViewAnimationOptionCurveEaseIn
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:68:32: note: 'UIViewAnimationOptions' has been explicitly marked unavailable here
68 | typedef NS_OPTIONS(NSUInteger, UIViewAnimationOptions) {
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:167:17: error: 'UIView' is unavailable: not available on watchOS
167 | [UIView animateWithDuration:_floatingLabelHideAnimationDuration
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
148 | @interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:177:10: error: 'accessibilityLabel' is unavailable: not available on watchOS
177 | self.accessibilityLabel = nil;
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:64:49: note: 'accessibilityLabel' has been explicitly marked unavailable here
64 | @property (nullable, nonatomic, copy) NSString *accessibilityLabel API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
| ^
12 errors generated.
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64_32/JVFloatLabeledTextField.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-elaborated-enum-base -Wno-error\=allocator-wrappers -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64_32/JVFloatLabeledTextField.o -fmodule-map-file\=/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64_32/JVFloatLabeledTextField.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m -target-abi darwinpcs -target-cpu apple-s4 -target-feature +v8.3a -target-feature +aes -target-feature +complxnum -target-feature +crc -target-feature +fp-armv8 -target-feature +fullfp16 -target-feature +jsconv -target-feature +lse -target-feature +neon -target-feature +pauth -target-feature +perfmon -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -triple arm64_32-apple-watchos5.0.0 -target-linker-version 1266.8 -target-sdk-version\=26.4 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -resource-dir /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21 -fmodule-format\=obj -fmodule-file\=Foundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-CQAHF3L76GIJ481XTIFDL7FB0.pcm -fmodule-file\=UIKit\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIKit-8XCTWS5Y4Y8S0KB7HVBSB7SUJ.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/SPMHeaders -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/DerivedSources-normal/arm64_32 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/DerivedSources/arm64_32 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/usr/local/include -internal-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21/include -internal-externc-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/usr/include -internal-externc-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -internal-iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks -internal-iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/SubFrameworks -internal-iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Library/Frameworks -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -std\=gnu11 -fexceptions -fskip-odr-check-in-gmf -fmodules -fmodule-name\=JVFloatLabeledTextField -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fobjc-runtime\=watchos-5.0.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -fno-convergent-functions -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fno-assume-unique-vtables -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcommon -fdwarf2-cfi-asm -fobjc-msgsend-selector-stubs -fregister-global-dtors-with-atexit -fno-strict-return -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -funwind-tables\=1 -enable-tlsdesc -clear-ast-before-backend -discard-value-names -main-file-name JVFloatLabeledTextField.m -mframe-pointer\=non-leaf -debug-info-kind\=standalone -fno-loop-interchange -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -fdefine-target-os-macros -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64_32/JVFloatLabeledTextField.d -skip-unused-modulemap-deps
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/armv7k/JVFloatLabeledTextView.o /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'JVFloatLabeledTextField' from project 'JVFloatLabeledTextField')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -target armv7k-apple-watchos5.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/armv7k/JVFloatLabeledTextView.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/armv7k/JVFloatLabeledTextView.dia -c /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/armv7k/JVFloatLabeledTextView.o -index-unit-output-path /JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/armv7k/JVFloatLabeledTextView.o
In file included from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:28:
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:44:37: error: 'UITextView' is unavailable: not available on watchOS
44 | @interface JVFloatLabeledTextView : UITextView
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
219 | @interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
In file included from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:28:
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:54:41: error: 'UILabel' is unavailable: not available on watchOS
54 | @property (nonatomic, strong, readonly) UILabel * placeholderLabel;
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
33 | @interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
In file included from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:28:
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:59:41: error: 'UILabel' is unavailable: not available on watchOS
59 | @property (nonatomic, strong, readonly) UILabel * floatingLabel;
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
33 | @interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:50:60: error: 'NSTextContainer' is unavailable: not available on watchOS
50 | - (instancetype)initWithFrame:(CGRect)frame textContainer:(NSTextContainer *)textContainer
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextContainer.h:21:12: note: 'NSTextContainer' has been explicitly marked unavailable here
21 | @interface NSTextContainer : NSObject <NSSecureCoding>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:79:35: error: 'UILabel' is unavailable: not available on watchOS
79 | _placeholderLabel = [[UILabel alloc] initWithFrame:self.frame];
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
33 | @interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:93:31: error: 'UILabel' is unavailable: not available on watchOS
93 | _floatingLabel = [UILabel new];
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
33 | @interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:93:31: error: 'new' is unavailable: not available on watchOS
93 | _floatingLabel = [UILabel new];
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init' has been explicitly marked unavailable here
154 | - (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:109:55: error: 'UITextViewTextDidChangeNotification' is unavailable: not available on watchOS
109 | name:UITextViewTextDidChangeNotification
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:348:39: note: 'UITextViewTextDidChangeNotification' has been explicitly marked unavailable here
348 | UIKIT_EXTERN NSNotificationName const UITextViewTextDidChangeNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:113:55: error: 'UITextViewTextDidBeginEditingNotification' is unavailable: not available on watchOS
113 | name:UITextViewTextDidBeginEditingNotification
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:347:39: note: 'UITextViewTextDidBeginEditingNotification' has been explicitly marked unavailable here
347 | UIKIT_EXTERN NSNotificationName const UITextViewTextDidBeginEditingNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:117:55: error: 'UITextViewTextDidEndEditingNotification' is unavailable: not available on watchOS
117 | name:UITextViewTextDidEndEditingNotification
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:349:39: note: 'UITextViewTextDidEndEditingNotification' has been explicitly marked unavailable here
349 | UIKIT_EXTERN NSNotificationName const UITextViewTextDidEndEditingNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:124:58: error: 'UITextViewTextDidChangeNotification' is unavailable: not available on watchOS
124 | name:UITextViewTextDidChangeNotification
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:348:39: note: 'UITextViewTextDidChangeNotification' has been explicitly marked unavailable here
348 | UIKIT_EXTERN NSNotificationName const UITextViewTextDidChangeNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:127:58: error: 'UITextViewTextDidBeginEditingNotification' is unavailable: not available on watchOS
127 | name:UITextViewTextDidBeginEditingNotification
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:347:39: note: 'UITextViewTextDidBeginEditingNotification' has been explicitly marked unavailable here
347 | UIKIT_EXTERN NSNotificationName const UITextViewTextDidBeginEditingNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:130:58: error: 'UITextViewTextDidEndEditingNotification' is unavailable: not available on watchOS
130 | name:UITextViewTextDidEndEditingNotification
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:349:39: note: 'UITextViewTextDidEndEditingNotification' has been explicitly marked unavailable here
349 | UIKIT_EXTERN NSNotificationName const UITextViewTextDidEndEditingNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:263:37: error: 'UIViewAnimationOptionBeginFromCurrentState' is unavailable: not available on watchOS
263 | options:UIViewAnimationOptionBeginFromCurrentState | UIViewAnimationOptionCurveEaseOut
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:68:32: note: 'UIViewAnimationOptions' has been explicitly marked unavailable here
68 | typedef NS_OPTIONS(NSUInteger, UIViewAnimationOptions) {
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:263:82: error: 'UIViewAnimationOptionCurveEaseOut' is unavailable: not available on watchOS
263 | options:UIViewAnimationOptionBeginFromCurrentState | UIViewAnimationOptionCurveEaseOut
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:68:32: note: 'UIViewAnimationOptions' has been explicitly marked unavailable here
68 | typedef NS_OPTIONS(NSUInteger, UIViewAnimationOptions) {
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:261:17: error: 'UIView' is unavailable: not available on watchOS
261 | [UIView animateWithDuration:_floatingLabelShowAnimationDuration
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
148 | @interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:286:37: error: 'UIViewAnimationOptionBeginFromCurrentState' is unavailable: not available on watchOS
286 | options:UIViewAnimationOptionBeginFromCurrentState | UIViewAnimationOptionCurveEaseIn
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:68:32: note: 'UIViewAnimationOptions' has been explicitly marked unavailable here
68 | typedef NS_OPTIONS(NSUInteger, UIViewAnimationOptions) {
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:286:82: error: 'UIViewAnimationOptionCurveEaseIn' is unavailable: not available on watchOS
286 | options:UIViewAnimationOptionBeginFromCurrentState | UIViewAnimationOptionCurveEaseIn
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:68:32: note: 'UIViewAnimationOptions' has been explicitly marked unavailable here
68 | typedef NS_OPTIONS(NSUInteger, UIViewAnimationOptions) {
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:284:17: error: 'UIView' is unavailable: not available on watchOS
284 | [UIView animateWithDuration:_floatingLabelHideAnimationDuration
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
148 | @interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
| ^
19 errors generated.
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/armv7k/JVFloatLabeledTextView.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-elaborated-enum-base -Wno-error\=allocator-wrappers -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/armv7k/JVFloatLabeledTextView.o -fmodule-map-file\=/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/armv7k/JVFloatLabeledTextView.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m -target-abi aapcs16 -target-cpu cortex-a7 -target-feature +read-tp-tpidruro -target-feature +vfp2 -target-feature +vfp2sp -target-feature +vfp3 -target-feature +vfp3d16 -target-feature +vfp3d16sp -target-feature +vfp3sp -target-feature +fp16 -target-feature +vfp4 -target-feature +vfp4d16 -target-feature +vfp4d16sp -target-feature +vfp4sp -target-feature -fp-armv8 -target-feature -fp-armv8d16 -target-feature -fp-armv8d16sp -target-feature -fp-armv8sp -target-feature -fullfp16 -target-feature +fp64 -target-feature +d32 -target-feature +neon -target-feature -sha2 -target-feature -aes -target-feature -fp16fml -triple thumbv7k-apple-watchos5.0.0 -target-linker-version 1266.8 -target-sdk-version\=26.4 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -resource-dir /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21 -fmodule-format\=obj -fmodule-file\=Foundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-6E9KTS7OGY99C99GNEMPMH1NU.pcm -fmodule-file\=UIKit\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIKit-U7IASY84L26GNFWJKNLJHEOK.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/SPMHeaders -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/DerivedSources-normal/armv7k -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/DerivedSources/armv7k -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/usr/local/include -internal-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21/include -internal-externc-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/usr/include -internal-externc-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -internal-iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks -internal-iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/SubFrameworks -internal-iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Library/Frameworks -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -std\=gnu11 -fexceptions -exception-model dwarf -fskip-odr-check-in-gmf -fmodules -fmodule-name\=JVFloatLabeledTextField -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fobjc-runtime\=watchos-5.0.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -fno-convergent-functions -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fno-assume-unique-vtables -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcommon -fdwarf2-cfi-asm -fregister-global-dtors-with-atexit -fno-strict-return -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -mfloat-abi hard -funwind-tables\=2 -clear-ast-before-backend -discard-value-names -main-file-name JVFloatLabeledTextView.m -mframe-pointer\=non-leaf -debug-info-kind\=standalone -fno-loop-interchange -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -fdefine-target-os-macros -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/armv7k/JVFloatLabeledTextView.d -skip-unused-modulemap-deps
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/armv7k/JVFloatLabeledTextField.o /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'JVFloatLabeledTextField' from project 'JVFloatLabeledTextField')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -target armv7k-apple-watchos5.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/armv7k/JVFloatLabeledTextField.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/armv7k/JVFloatLabeledTextField.dia -c /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/armv7k/JVFloatLabeledTextField.o -index-unit-output-path /JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/armv7k/JVFloatLabeledTextField.o
In file included from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:28:
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:44:38: error: 'UITextField' is unavailable: not available on watchOS
44 | @interface JVFloatLabeledTextField : UITextField
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
53 | @interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
In file included from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:28:
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:49:41: error: 'UILabel' is unavailable: not available on watchOS
49 | @property (nonatomic, strong, readonly) UILabel * floatingLabel;
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
33 | @interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:59:31: error: 'UILabel' is unavailable: not available on watchOS
59 | _floatingLabel = [UILabel new];
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
33 | @interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:59:31: error: 'new' is unavailable: not available on watchOS
59 | _floatingLabel = [UILabel new];
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init' has been explicitly marked unavailable here
154 | - (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:144:37: error: 'UIViewAnimationOptionBeginFromCurrentState' is unavailable: not available on watchOS
144 | options:UIViewAnimationOptionBeginFromCurrentState | UIViewAnimationOptionCurveEaseOut
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:68:32: note: 'UIViewAnimationOptions' has been explicitly marked unavailable here
68 | typedef NS_OPTIONS(NSUInteger, UIViewAnimationOptions) {
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:144:82: error: 'UIViewAnimationOptionCurveEaseOut' is unavailable: not available on watchOS
144 | options:UIViewAnimationOptionBeginFromCurrentState | UIViewAnimationOptionCurveEaseOut
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:68:32: note: 'UIViewAnimationOptions' has been explicitly marked unavailable here
68 | typedef NS_OPTIONS(NSUInteger, UIViewAnimationOptions) {
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:142:17: error: 'UIView' is unavailable: not available on watchOS
142 | [UIView animateWithDuration:_floatingLabelShowAnimationDuration
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
148 | @interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:152:10: error: 'accessibilityLabel' is unavailable: not available on watchOS
152 | self.accessibilityLabel = self.floatingLabel.text;
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:64:49: note: 'accessibilityLabel' has been explicitly marked unavailable here
64 | @property (nullable, nonatomic, copy) NSString *accessibilityLabel API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:169:37: error: 'UIViewAnimationOptionBeginFromCurrentState' is unavailable: not available on watchOS
169 | options:UIViewAnimationOptionBeginFromCurrentState | UIViewAnimationOptionCurveEaseIn
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:68:32: note: 'UIViewAnimationOptions' has been explicitly marked unavailable here
68 | typedef NS_OPTIONS(NSUInteger, UIViewAnimationOptions) {
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:169:82: error: 'UIViewAnimationOptionCurveEaseIn' is unavailable: not available on watchOS
169 | options:UIViewAnimationOptionBeginFromCurrentState | UIViewAnimationOptionCurveEaseIn
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:68:32: note: 'UIViewAnimationOptions' has been explicitly marked unavailable here
68 | typedef NS_OPTIONS(NSUInteger, UIViewAnimationOptions) {
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:167:17: error: 'UIView' is unavailable: not available on watchOS
167 | [UIView animateWithDuration:_floatingLabelHideAnimationDuration
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
148 | @interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:177:10: error: 'accessibilityLabel' is unavailable: not available on watchOS
177 | self.accessibilityLabel = nil;
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:64:49: note: 'accessibilityLabel' has been explicitly marked unavailable here
64 | @property (nullable, nonatomic, copy) NSString *accessibilityLabel API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
| ^
12 errors generated.
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/armv7k/JVFloatLabeledTextField.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-elaborated-enum-base -Wno-error\=allocator-wrappers -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/armv7k/JVFloatLabeledTextField.o -fmodule-map-file\=/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/armv7k/JVFloatLabeledTextField.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m -target-abi aapcs16 -target-cpu cortex-a7 -target-feature +read-tp-tpidruro -target-feature +vfp2 -target-feature +vfp2sp -target-feature +vfp3 -target-feature +vfp3d16 -target-feature +vfp3d16sp -target-feature +vfp3sp -target-feature +fp16 -target-feature +vfp4 -target-feature +vfp4d16 -target-feature +vfp4d16sp -target-feature +vfp4sp -target-feature -fp-armv8 -target-feature -fp-armv8d16 -target-feature -fp-armv8d16sp -target-feature -fp-armv8sp -target-feature -fullfp16 -target-feature +fp64 -target-feature +d32 -target-feature +neon -target-feature -sha2 -target-feature -aes -target-feature -fp16fml -triple thumbv7k-apple-watchos5.0.0 -target-linker-version 1266.8 -target-sdk-version\=26.4 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -resource-dir /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21 -fmodule-format\=obj -fmodule-file\=Foundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-6E9KTS7OGY99C99GNEMPMH1NU.pcm -fmodule-file\=UIKit\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIKit-U7IASY84L26GNFWJKNLJHEOK.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/SPMHeaders -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/DerivedSources-normal/armv7k -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/DerivedSources/armv7k -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/usr/local/include -internal-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21/include -internal-externc-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/usr/include -internal-externc-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -internal-iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks -internal-iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/SubFrameworks -internal-iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Library/Frameworks -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -std\=gnu11 -fexceptions -exception-model dwarf -fskip-odr-check-in-gmf -fmodules -fmodule-name\=JVFloatLabeledTextField -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fobjc-runtime\=watchos-5.0.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -fno-convergent-functions -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fno-assume-unique-vtables -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcommon -fdwarf2-cfi-asm -fregister-global-dtors-with-atexit -fno-strict-return -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -mfloat-abi hard -funwind-tables\=2 -clear-ast-before-backend -discard-value-names -main-file-name JVFloatLabeledTextField.m -mframe-pointer\=non-leaf -debug-info-kind\=standalone -fno-loop-interchange -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -fdefine-target-os-macros -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/armv7k/JVFloatLabeledTextField.d -skip-unused-modulemap-deps
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64_32/JVFloatLabeledTextView.o /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m normal arm64_32 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'JVFloatLabeledTextField' from project 'JVFloatLabeledTextField')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -target arm64_32-apple-watchos5.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64_32/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64_32/JVFloatLabeledTextView.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64_32/JVFloatLabeledTextView.dia -c /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64_32/JVFloatLabeledTextView.o -index-unit-output-path /JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64_32/JVFloatLabeledTextView.o
In file included from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:28:
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:44:37: error: 'UITextView' is unavailable: not available on watchOS
44 | @interface JVFloatLabeledTextView : UITextView
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
219 | @interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
In file included from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:28:
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:54:41: error: 'UILabel' is unavailable: not available on watchOS
54 | @property (nonatomic, strong, readonly) UILabel * placeholderLabel;
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
33 | @interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
In file included from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:28:
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:59:41: error: 'UILabel' is unavailable: not available on watchOS
59 | @property (nonatomic, strong, readonly) UILabel * floatingLabel;
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
33 | @interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:50:60: error: 'NSTextContainer' is unavailable: not available on watchOS
50 | - (instancetype)initWithFrame:(CGRect)frame textContainer:(NSTextContainer *)textContainer
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextContainer.h:21:12: note: 'NSTextContainer' has been explicitly marked unavailable here
21 | @interface NSTextContainer : NSObject <NSSecureCoding>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:79:35: error: 'UILabel' is unavailable: not available on watchOS
79 | _placeholderLabel = [[UILabel alloc] initWithFrame:self.frame];
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
33 | @interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:93:31: error: 'UILabel' is unavailable: not available on watchOS
93 | _floatingLabel = [UILabel new];
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
33 | @interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:93:31: error: 'new' is unavailable: not available on watchOS
93 | _floatingLabel = [UILabel new];
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init' has been explicitly marked unavailable here
154 | - (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:109:55: error: 'UITextViewTextDidChangeNotification' is unavailable: not available on watchOS
109 | name:UITextViewTextDidChangeNotification
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:348:39: note: 'UITextViewTextDidChangeNotification' has been explicitly marked unavailable here
348 | UIKIT_EXTERN NSNotificationName const UITextViewTextDidChangeNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:113:55: error: 'UITextViewTextDidBeginEditingNotification' is unavailable: not available on watchOS
113 | name:UITextViewTextDidBeginEditingNotification
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:347:39: note: 'UITextViewTextDidBeginEditingNotification' has been explicitly marked unavailable here
347 | UIKIT_EXTERN NSNotificationName const UITextViewTextDidBeginEditingNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:117:55: error: 'UITextViewTextDidEndEditingNotification' is unavailable: not available on watchOS
117 | name:UITextViewTextDidEndEditingNotification
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:349:39: note: 'UITextViewTextDidEndEditingNotification' has been explicitly marked unavailable here
349 | UIKIT_EXTERN NSNotificationName const UITextViewTextDidEndEditingNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:124:58: error: 'UITextViewTextDidChangeNotification' is unavailable: not available on watchOS
124 | name:UITextViewTextDidChangeNotification
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:348:39: note: 'UITextViewTextDidChangeNotification' has been explicitly marked unavailable here
348 | UIKIT_EXTERN NSNotificationName const UITextViewTextDidChangeNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:127:58: error: 'UITextViewTextDidBeginEditingNotification' is unavailable: not available on watchOS
127 | name:UITextViewTextDidBeginEditingNotification
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:347:39: note: 'UITextViewTextDidBeginEditingNotification' has been explicitly marked unavailable here
347 | UIKIT_EXTERN NSNotificationName const UITextViewTextDidBeginEditingNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:130:58: error: 'UITextViewTextDidEndEditingNotification' is unavailable: not available on watchOS
130 | name:UITextViewTextDidEndEditingNotification
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:349:39: note: 'UITextViewTextDidEndEditingNotification' has been explicitly marked unavailable here
349 | UIKIT_EXTERN NSNotificationName const UITextViewTextDidEndEditingNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:263:37: error: 'UIViewAnimationOptionBeginFromCurrentState' is unavailable: not available on watchOS
263 | options:UIViewAnimationOptionBeginFromCurrentState | UIViewAnimationOptionCurveEaseOut
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:68:32: note: 'UIViewAnimationOptions' has been explicitly marked unavailable here
68 | typedef NS_OPTIONS(NSUInteger, UIViewAnimationOptions) {
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:263:82: error: 'UIViewAnimationOptionCurveEaseOut' is unavailable: not available on watchOS
263 | options:UIViewAnimationOptionBeginFromCurrentState | UIViewAnimationOptionCurveEaseOut
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:68:32: note: 'UIViewAnimationOptions' has been explicitly marked unavailable here
68 | typedef NS_OPTIONS(NSUInteger, UIViewAnimationOptions) {
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:261:17: error: 'UIView' is unavailable: not available on watchOS
261 | [UIView animateWithDuration:_floatingLabelShowAnimationDuration
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
148 | @interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:286:37: error: 'UIViewAnimationOptionBeginFromCurrentState' is unavailable: not available on watchOS
286 | options:UIViewAnimationOptionBeginFromCurrentState | UIViewAnimationOptionCurveEaseIn
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:68:32: note: 'UIViewAnimationOptions' has been explicitly marked unavailable here
68 | typedef NS_OPTIONS(NSUInteger, UIViewAnimationOptions) {
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:286:82: error: 'UIViewAnimationOptionCurveEaseIn' is unavailable: not available on watchOS
286 | options:UIViewAnimationOptionBeginFromCurrentState | UIViewAnimationOptionCurveEaseIn
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:68:32: note: 'UIViewAnimationOptions' has been explicitly marked unavailable here
68 | typedef NS_OPTIONS(NSUInteger, UIViewAnimationOptions) {
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:284:17: error: 'UIView' is unavailable: not available on watchOS
284 | [UIView animateWithDuration:_floatingLabelHideAnimationDuration
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
148 | @interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
| ^
19 errors generated.
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64_32/JVFloatLabeledTextView.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-elaborated-enum-base -Wno-error\=allocator-wrappers -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64_32/JVFloatLabeledTextView.o -fmodule-map-file\=/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64_32/JVFloatLabeledTextView.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m -target-abi darwinpcs -target-cpu apple-s4 -target-feature +v8.3a -target-feature +aes -target-feature +complxnum -target-feature +crc -target-feature +fp-armv8 -target-feature +fullfp16 -target-feature +jsconv -target-feature +lse -target-feature +neon -target-feature +pauth -target-feature +perfmon -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -triple arm64_32-apple-watchos5.0.0 -target-linker-version 1266.8 -target-sdk-version\=26.4 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -resource-dir /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21 -fmodule-format\=obj -fmodule-file\=Foundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-CQAHF3L76GIJ481XTIFDL7FB0.pcm -fmodule-file\=UIKit\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIKit-8XCTWS5Y4Y8S0KB7HVBSB7SUJ.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/SPMHeaders -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/DerivedSources-normal/arm64_32 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/DerivedSources/arm64_32 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/usr/local/include -internal-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21/include -internal-externc-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/usr/include -internal-externc-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -internal-iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks -internal-iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/SubFrameworks -internal-iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Library/Frameworks -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -std\=gnu11 -fexceptions -fskip-odr-check-in-gmf -fmodules -fmodule-name\=JVFloatLabeledTextField -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fobjc-runtime\=watchos-5.0.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -fno-convergent-functions -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fno-assume-unique-vtables -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcommon -fdwarf2-cfi-asm -fobjc-msgsend-selector-stubs -fregister-global-dtors-with-atexit -fno-strict-return -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -funwind-tables\=1 -enable-tlsdesc -clear-ast-before-backend -discard-value-names -main-file-name JVFloatLabeledTextView.m -mframe-pointer\=non-leaf -debug-info-kind\=standalone -fno-loop-interchange -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -fdefine-target-os-macros -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64_32/JVFloatLabeledTextView.d -skip-unused-modulemap-deps
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextView.o /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'JVFloatLabeledTextField' from project 'JVFloatLabeledTextField')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -target arm64-apple-watchos5.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextView.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextView.dia -c /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextView.o -index-unit-output-path /JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextView.o
In file included from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:28:
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:44:37: error: 'UITextView' is unavailable: not available on watchOS
44 | @interface JVFloatLabeledTextView : UITextView
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:219:12: note: 'UITextView' has been explicitly marked unavailable here
219 | @interface UITextView : UIScrollView <UITextInput, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
In file included from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:28:
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:54:41: error: 'UILabel' is unavailable: not available on watchOS
54 | @property (nonatomic, strong, readonly) UILabel * placeholderLabel;
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
33 | @interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
In file included from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:28:
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:59:41: error: 'UILabel' is unavailable: not available on watchOS
59 | @property (nonatomic, strong, readonly) UILabel * floatingLabel;
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
33 | @interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:50:60: error: 'NSTextContainer' is unavailable: not available on watchOS
50 | - (instancetype)initWithFrame:(CGRect)frame textContainer:(NSTextContainer *)textContainer
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextContainer.h:21:12: note: 'NSTextContainer' has been explicitly marked unavailable here
21 | @interface NSTextContainer : NSObject <NSSecureCoding>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:79:35: error: 'UILabel' is unavailable: not available on watchOS
79 | _placeholderLabel = [[UILabel alloc] initWithFrame:self.frame];
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
33 | @interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:93:31: error: 'UILabel' is unavailable: not available on watchOS
93 | _floatingLabel = [UILabel new];
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
33 | @interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:93:31: error: 'new' is unavailable: not available on watchOS
93 | _floatingLabel = [UILabel new];
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init' has been explicitly marked unavailable here
154 | - (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:109:55: error: 'UITextViewTextDidChangeNotification' is unavailable: not available on watchOS
109 | name:UITextViewTextDidChangeNotification
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:348:39: note: 'UITextViewTextDidChangeNotification' has been explicitly marked unavailable here
348 | UIKIT_EXTERN NSNotificationName const UITextViewTextDidChangeNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:113:55: error: 'UITextViewTextDidBeginEditingNotification' is unavailable: not available on watchOS
113 | name:UITextViewTextDidBeginEditingNotification
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:347:39: note: 'UITextViewTextDidBeginEditingNotification' has been explicitly marked unavailable here
347 | UIKIT_EXTERN NSNotificationName const UITextViewTextDidBeginEditingNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:117:55: error: 'UITextViewTextDidEndEditingNotification' is unavailable: not available on watchOS
117 | name:UITextViewTextDidEndEditingNotification
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:349:39: note: 'UITextViewTextDidEndEditingNotification' has been explicitly marked unavailable here
349 | UIKIT_EXTERN NSNotificationName const UITextViewTextDidEndEditingNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:124:58: error: 'UITextViewTextDidChangeNotification' is unavailable: not available on watchOS
124 | name:UITextViewTextDidChangeNotification
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:348:39: note: 'UITextViewTextDidChangeNotification' has been explicitly marked unavailable here
348 | UIKIT_EXTERN NSNotificationName const UITextViewTextDidChangeNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:127:58: error: 'UITextViewTextDidBeginEditingNotification' is unavailable: not available on watchOS
127 | name:UITextViewTextDidBeginEditingNotification
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:347:39: note: 'UITextViewTextDidBeginEditingNotification' has been explicitly marked unavailable here
347 | UIKIT_EXTERN NSNotificationName const UITextViewTextDidBeginEditingNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:130:58: error: 'UITextViewTextDidEndEditingNotification' is unavailable: not available on watchOS
130 | name:UITextViewTextDidEndEditingNotification
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:349:39: note: 'UITextViewTextDidEndEditingNotification' has been explicitly marked unavailable here
349 | UIKIT_EXTERN NSNotificationName const UITextViewTextDidEndEditingNotification API_UNAVAILABLE(watchos) NS_SWIFT_NONISOLATED;
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:263:37: error: 'UIViewAnimationOptionBeginFromCurrentState' is unavailable: not available on watchOS
263 | options:UIViewAnimationOptionBeginFromCurrentState | UIViewAnimationOptionCurveEaseOut
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:68:32: note: 'UIViewAnimationOptions' has been explicitly marked unavailable here
68 | typedef NS_OPTIONS(NSUInteger, UIViewAnimationOptions) {
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:263:82: error: 'UIViewAnimationOptionCurveEaseOut' is unavailable: not available on watchOS
263 | options:UIViewAnimationOptionBeginFromCurrentState | UIViewAnimationOptionCurveEaseOut
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:68:32: note: 'UIViewAnimationOptions' has been explicitly marked unavailable here
68 | typedef NS_OPTIONS(NSUInteger, UIViewAnimationOptions) {
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:261:17: error: 'UIView' is unavailable: not available on watchOS
261 | [UIView animateWithDuration:_floatingLabelShowAnimationDuration
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
148 | @interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:286:37: error: 'UIViewAnimationOptionBeginFromCurrentState' is unavailable: not available on watchOS
286 | options:UIViewAnimationOptionBeginFromCurrentState | UIViewAnimationOptionCurveEaseIn
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:68:32: note: 'UIViewAnimationOptions' has been explicitly marked unavailable here
68 | typedef NS_OPTIONS(NSUInteger, UIViewAnimationOptions) {
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:286:82: error: 'UIViewAnimationOptionCurveEaseIn' is unavailable: not available on watchOS
286 | options:UIViewAnimationOptionBeginFromCurrentState | UIViewAnimationOptionCurveEaseIn
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:68:32: note: 'UIViewAnimationOptions' has been explicitly marked unavailable here
68 | typedef NS_OPTIONS(NSUInteger, UIViewAnimationOptions) {
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m:284:17: error: 'UIView' is unavailable: not available on watchOS
284 | [UIView animateWithDuration:_floatingLabelHideAnimationDuration
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
148 | @interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
| ^
19 errors generated.
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextView.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-elaborated-enum-base -Wno-error\=allocator-wrappers -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextView.o -fmodule-map-file\=/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextView.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m -target-abi darwinpcs -target-cpu apple-s9 -target-feature +v8.6a -target-feature +aes -target-feature +bf16 -target-feature +complxnum -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +fpac -target-feature +fullfp16 -target-feature +hcx -target-feature +i8mm -target-feature +jsconv -target-feature +lse -target-feature +neon -target-feature +pauth -target-feature +perfmon -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -target-feature +sha3 -target-feature +ssbs -triple arm64-apple-watchos5.0.0 -target-linker-version 1266.8 -target-sdk-version\=26.4 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -resource-dir /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21 -fmodule-format\=obj -fmodule-file\=Foundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-4PGWM8RB34PHCIXSQT8AP4H20.pcm -fmodule-file\=UIKit\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIKit-DHFB7IRGGV7TP29FWQQVZL330.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/SPMHeaders -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/DerivedSources-normal/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/DerivedSources/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/usr/local/include -internal-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21/include -internal-externc-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/usr/include -internal-externc-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -internal-iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks -internal-iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/SubFrameworks -internal-iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Library/Frameworks -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -std\=gnu11 -fexceptions -fskip-odr-check-in-gmf -fmodules -fmodule-name\=JVFloatLabeledTextField -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fobjc-runtime\=watchos-5.0.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -fno-convergent-functions -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fno-assume-unique-vtables -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcommon -fdwarf2-cfi-asm -fobjc-msgsend-selector-stubs -fregister-global-dtors-with-atexit -fno-strict-return -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -funwind-tables\=1 -enable-tlsdesc -clear-ast-before-backend -discard-value-names -main-file-name JVFloatLabeledTextView.m -mframe-pointer\=non-leaf -debug-info-kind\=standalone -fno-loop-interchange -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -fdefine-target-os-macros -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextView.d -skip-unused-modulemap-deps
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextField.o /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'JVFloatLabeledTextField' from project 'JVFloatLabeledTextField')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -target arm64-apple-watchos5.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextField.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextField.dia -c /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextField.o -index-unit-output-path /JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextField.o
In file included from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:28:
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:44:38: error: 'UITextField' is unavailable: not available on watchOS
44 | @interface JVFloatLabeledTextField : UITextField
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
53 | @interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
In file included from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:28:
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:49:41: error: 'UILabel' is unavailable: not available on watchOS
49 | @property (nonatomic, strong, readonly) UILabel * floatingLabel;
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
33 | @interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:59:31: error: 'UILabel' is unavailable: not available on watchOS
59 | _floatingLabel = [UILabel new];
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
33 | @interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:59:31: error: 'new' is unavailable: not available on watchOS
59 | _floatingLabel = [UILabel new];
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:1: note: 'init' has been explicitly marked unavailable here
154 | - (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:144:37: error: 'UIViewAnimationOptionBeginFromCurrentState' is unavailable: not available on watchOS
144 | options:UIViewAnimationOptionBeginFromCurrentState | UIViewAnimationOptionCurveEaseOut
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:68:32: note: 'UIViewAnimationOptions' has been explicitly marked unavailable here
68 | typedef NS_OPTIONS(NSUInteger, UIViewAnimationOptions) {
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:144:82: error: 'UIViewAnimationOptionCurveEaseOut' is unavailable: not available on watchOS
144 | options:UIViewAnimationOptionBeginFromCurrentState | UIViewAnimationOptionCurveEaseOut
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:68:32: note: 'UIViewAnimationOptions' has been explicitly marked unavailable here
68 | typedef NS_OPTIONS(NSUInteger, UIViewAnimationOptions) {
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:142:17: error: 'UIView' is unavailable: not available on watchOS
142 | [UIView animateWithDuration:_floatingLabelShowAnimationDuration
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
148 | @interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:152:10: error: 'accessibilityLabel' is unavailable: not available on watchOS
152 | self.accessibilityLabel = self.floatingLabel.text;
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:64:49: note: 'accessibilityLabel' has been explicitly marked unavailable here
64 | @property (nullable, nonatomic, copy) NSString *accessibilityLabel API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:169:37: error: 'UIViewAnimationOptionBeginFromCurrentState' is unavailable: not available on watchOS
169 | options:UIViewAnimationOptionBeginFromCurrentState | UIViewAnimationOptionCurveEaseIn
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:68:32: note: 'UIViewAnimationOptions' has been explicitly marked unavailable here
68 | typedef NS_OPTIONS(NSUInteger, UIViewAnimationOptions) {
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:169:82: error: 'UIViewAnimationOptionCurveEaseIn' is unavailable: not available on watchOS
169 | options:UIViewAnimationOptionBeginFromCurrentState | UIViewAnimationOptionCurveEaseIn
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:68:32: note: 'UIViewAnimationOptions' has been explicitly marked unavailable here
68 | typedef NS_OPTIONS(NSUInteger, UIViewAnimationOptions) {
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:167:17: error: 'UIView' is unavailable: not available on watchOS
167 | [UIView animateWithDuration:_floatingLabelHideAnimationDuration
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:148:12: note: 'UIView' has been explicitly marked unavailable here
148 | @interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
| ^
/Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m:177:10: error: 'accessibilityLabel' is unavailable: not available on watchOS
177 | self.accessibilityLabel = nil;
| ^
In module 'UIKit' imported from /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.h:28:
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:64:49: note: 'accessibilityLabel' has been explicitly marked unavailable here
64 | @property (nullable, nonatomic, copy) NSString *accessibilityLabel API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
| ^
12 errors generated.
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextField.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-elaborated-enum-base -Wno-error\=allocator-wrappers -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextField.o -fmodule-map-file\=/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextField.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m -target-abi darwinpcs -target-cpu apple-s9 -target-feature +v8.6a -target-feature +aes -target-feature +bf16 -target-feature +complxnum -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +fpac -target-feature +fullfp16 -target-feature +hcx -target-feature +i8mm -target-feature +jsconv -target-feature +lse -target-feature +neon -target-feature +pauth -target-feature +perfmon -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -target-feature +sha3 -target-feature +ssbs -triple arm64-apple-watchos5.0.0 -target-linker-version 1266.8 -target-sdk-version\=26.4 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -resource-dir /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21 -fmodule-format\=obj -fmodule-file\=Foundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-4PGWM8RB34PHCIXSQT8AP4H20.pcm -fmodule-file\=UIKit\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIKit-DHFB7IRGGV7TP29FWQQVZL330.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/SPMHeaders -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/DerivedSources-normal/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/DerivedSources/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/usr/local/include -internal-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21/include -internal-externc-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/usr/include -internal-externc-isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -internal-iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks -internal-iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/SubFrameworks -internal-iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Library/Frameworks -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -std\=gnu11 -fexceptions -fskip-odr-check-in-gmf -fmodules -fmodule-name\=JVFloatLabeledTextField -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fobjc-runtime\=watchos-5.0.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -fno-convergent-functions -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fno-assume-unique-vtables -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcommon -fdwarf2-cfi-asm -fobjc-msgsend-selector-stubs -fregister-global-dtors-with-atexit -fno-strict-return -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -funwind-tables\=1 -enable-tlsdesc -clear-ast-before-backend -discard-value-names -main-file-name JVFloatLabeledTextField.m -mframe-pointer\=non-leaf -debug-info-kind\=standalone -fno-loop-interchange -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -fdefine-target-os-macros -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextField.d -skip-unused-modulemap-deps
2026-04-20 15:13:50.487 xcodebuild[772:4426] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64_32/JVFloatLabeledTextField.o /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m normal arm64_32 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'JVFloatLabeledTextField' from project 'JVFloatLabeledTextField')
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/armv7k/JVFloatLabeledTextView.o /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'JVFloatLabeledTextField' from project 'JVFloatLabeledTextField')
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/armv7k/JVFloatLabeledTextField.o /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'JVFloatLabeledTextField' from project 'JVFloatLabeledTextField')
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64_32/JVFloatLabeledTextView.o /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m normal arm64_32 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'JVFloatLabeledTextField' from project 'JVFloatLabeledTextField')
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextView.o /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextView.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'JVFloatLabeledTextField' from project 'JVFloatLabeledTextField')
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JVFloatLabeledTextField.build/Debug-watchos/JVFloatLabeledTextField.build/Objects-normal/arm64/JVFloatLabeledTextField.o /Users/admin/builder/spi-builder-workspace/JVFloatLabeledTextField/JVFloatLabeledTextField/JVFloatLabeledTextField.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'JVFloatLabeledTextField' from project 'JVFloatLabeledTextField')
Building workspace spi-builder-workspace with scheme JVFloatLabeledTextField
(7 failures)
BUILD FAILURE 6.3 watchOS