Build Information
Failed to build BJOTPViewController, reference v2.6.1 (eb6dd4
), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 19 Jun 2025 16:16:14 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BJOTPViewController -destination generic/platform=watchOS
Build Log
final class BJOTPAuthenticateButton: UIButton {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPTextField.swift:39:43: error: 'UITextPosition' is unavailable in watchOS
override func caretRect(for position: UITextPosition) -> CGRect {
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h:288:12: note: 'UITextPosition' has been explicitly marked unavailable here
@interface UITextPosition : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPTextField.swift:43:57: error: 'UITextPosition' is unavailable in watchOS
override func closestPosition(to point: CGPoint) -> UITextPosition? {
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h:288:12: note: 'UITextPosition' has been explicitly marked unavailable here
@interface UITextPosition : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPTextField.swift:35:29: error: 'UITextField' is unavailable in watchOS
final class BJOTPTextField: UITextField {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewControllerExtensions.swift:45:62: error: 'UIAlertAction' is unavailable in watchOS
firstButtonAction: ((UIAlertAction) -> Void)? = nil,
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h:32:12: note: 'UIAlertAction' has been explicitly marked unavailable here
@interface UIAlertAction : NSObject <NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewControllerExtensions.swift:46:63: error: 'UIAlertAction' is unavailable in watchOS
secondButtonAction: ((UIAlertAction) -> Void)? = nil) {
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h:32:12: note: 'UIAlertAction' has been explicitly marked unavailable here
@interface UIAlertAction : NSObject <NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewControllerExtensions.swift:67:52: error: 'UITouch' is unavailable in watchOS
override open func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewControllerExtensions.swift:67:74: error: 'UIEvent' is unavailable in watchOS
override open func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewControllerExtensions.swift:31:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewExtensions.swift:201:46: error: 'NSLayoutConstraint' is unavailable in watchOS
func change(yOffset y: CGFloat = 0.0) -> NSLayoutConstraint? {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewExtensions.swift:217:46: error: 'NSLayoutConstraint' is unavailable in watchOS
func change(xOffset x: CGFloat = 0.0) -> NSLayoutConstraint? {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewExtensions.swift:44:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewExtensions.swift:435:11: error: 'UILabel' is unavailable in watchOS
extension UILabel {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom\ Views/BJOTPAuthenticateButton.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom\ Views/BJOTPTextField.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIColorExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIViewControllerExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIViewExtensions.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64_32/BJOTPViewController_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name BJOTPViewController -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -external-plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64_32/BJOTPViewController.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64_32/BJOTPViewController.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64_32/BJOTPViewController-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64_32/BJOTPViewController-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64_32/BJOTPViewController-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64_32/BJOTPViewController.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64_32/BJOTPViewController.abi.json
SwiftCompile normal arm64_32 Compiling\ BJOTPAuthenticateButton.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom\ Views/BJOTPAuthenticateButton.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom\ Views/BJOTPAuthenticateButton.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ UIColorExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIColorExtensions.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIColorExtensions.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ BJOTPViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ UIViewExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIViewExtensions.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIViewExtensions.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ BJOTPTextField.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom\ Views/BJOTPTextField.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom\ Views/BJOTPTextField.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ UIViewControllerExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIViewControllerExtensions.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIViewControllerExtensions.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal armv7k Emitting\ module\ for\ BJOTPViewController (in target 'BJOTPViewController' from project 'BJOTPViewController')
EmitSwiftModule normal armv7k (in target 'BJOTPViewController' from project 'BJOTPViewController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ BJOTPViewController (in target 'BJOTPViewController' from project 'BJOTPViewController')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom\ Views/BJOTPAuthenticateButton.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom\ Views/BJOTPTextField.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIColorExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIViewControllerExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIViewExtensions.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64/BJOTPViewController_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name BJOTPViewController -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -external-plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64/BJOTPViewController.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64/BJOTPViewController.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64/BJOTPViewController-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64/BJOTPViewController-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64/BJOTPViewController-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64/BJOTPViewController.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64/BJOTPViewController.abi.json
EmitSwiftModule normal arm64 (in target 'BJOTPViewController' from project 'BJOTPViewController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:71:38: error: 'UIButton' is unavailable in watchOS
@objc func didTap(footer button: UIButton, from viewController: BJOTPViewController)
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:100:30: error: 'UIButton' is unavailable in watchOS
private var closeButton: UIButton?
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:101:28: error: 'UIStackView' is unavailable in watchOS
private var stackView: UIStackView!
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:103:36: error: 'UILabel' is unavailable in watchOS
private var headingTitleLabel: UILabel?
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:104:33: error: 'UIImageView' is unavailable in watchOS
private var brandImageView: UIImageView?
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:21:12: note: 'UIImageView' has been explicitly marked unavailable here
@interface UIImageView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:105:34: error: 'UIStackView' is unavailable in watchOS
private var masterStackView: UIStackView!
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:108:37: error: 'UILabel' is unavailable in watchOS
private var primaryHeaderLabel: UILabel?
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:109:39: error: 'UILabel' is unavailable in watchOS
private var secondaryHeaderLabel: UILabel?
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:110:39: error: 'UIStackView' is unavailable in watchOS
private var headerTextsStackView: UIStackView?
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:114:49: error: 'NSLayoutConstraint' is unavailable in watchOS
private var headingTitleLabelTopConstraint: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:115:51: error: 'NSLayoutConstraint' is unavailable in watchOS
private var masterStackViewCenterYConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:131:58: error: 'UITouch' is unavailable in watchOS
self.touchesEnded(Set.init(arrayLiteral: UITouch()), with: nil)
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:177:46: error: 'systemBlue' is unavailable in watchOS
@objc public var accentColor: UIColor = .systemBlue {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:125:49: note: 'systemBlue' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemBlueColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:418:51: error: 'UIButton' is unavailable in watchOS
@objc func authenticateButtonTapped(_ sender: UIButton) {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:432:52: error: 'UIButton' is unavailable in watchOS
@objc private func closeButtonTapped(_ sender: UIButton) {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:443:78: error: 'UIViewControllerTransitionCoordinator' is unavailable in watchOS
open override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitionCoordinator.h:81:11: note: 'UIViewControllerTransitionCoordinator' has been explicitly marked unavailable here
@protocol UIViewControllerTransitionCoordinator <UIViewControllerTransitionCoordinatorContext>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:478:52: error: 'UITouch' is unavailable in watchOS
override open func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:478:74: error: 'UIEvent' is unavailable in watchOS
override open func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:80:33: error: 'UIViewController' is unavailable in watchOS
open class BJOTPViewController: UIViewController {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:518:40: error: 'UITextField' is unavailable in watchOS
public func textField(_ textField: UITextField, shouldChangeCharactersIn range: NSRange, replacementString string: String) -> Bool {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:616:55: error: 'UITextField' is unavailable in watchOS
public func textFieldDidBeginEditing(_ textField: UITextField) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:622:53: error: 'UITextField' is unavailable in watchOS
public func textFieldDidEndEditing(_ textField: UITextField) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:514:32: error: 'UITextFieldDelegate' is unavailable in watchOS
extension BJOTPViewController: UITextFieldDelegate {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:140:11: note: 'UITextFieldDelegate' has been explicitly marked unavailable here
@protocol UITextFieldDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:882:45: error: 'UIButton' is unavailable in watchOS
@objc func footerButtonTapped(_ button: UIButton) {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:933:65: error: 'UIView' is unavailable in watchOS
fileprivate func layoutAuthenticateButton(withSibling view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:955:57: error: 'UIView' is unavailable in watchOS
fileprivate func layoutOTPStackView(with subviews: [UIView]) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:977:58: error: 'UIView' is unavailable in watchOS
fileprivate func layoutAllStackViews(with subviews: [UIView]) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1252:85: error: 'UIPresentationController' is unavailable in watchOS
public func presentationControllerDidAttemptToDismiss(_ presentationController: UIPresentationController) {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPresentationController.h:65:12: note: 'UIPresentationController' has been explicitly marked unavailable here
@interface UIPresentationController : NSObject <UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1252:17: error: cannot override 'presentationControllerDidAttemptToDismiss' which has been marked unavailable
public func presentationControllerDidAttemptToDismiss(_ presentationController: UIPresentationController) {
^
UIKit.UIAdaptivePresentationControllerDelegate.presentationControllerDidAttemptToDismiss:3:17: note: 'presentationControllerDidAttemptToDismiss' has been explicitly marked unavailable here
optional func presentationControllerDidAttemptToDismiss(_ presentationController: UIPresentationController)}
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1251:32: error: 'UIAdaptivePresentationControllerDelegate' is unavailable in watchOS
extension BJOTPViewController: UIAdaptivePresentationControllerDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPresentationController.h:24:11: note: 'UIAdaptivePresentationControllerDelegate' has been explicitly marked unavailable here
@protocol UIAdaptivePresentationControllerDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1259:32: error: 'UIScene' is unavailable in watchOS
public func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScene.h:20:12: note: 'UIScene' has been explicitly marked unavailable here
@interface UIScene : UIResponder
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1259:64: error: 'UISceneSession' is unavailable in watchOS
public func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISceneSession.h:19:12: note: 'UISceneSession' has been explicitly marked unavailable here
@interface UISceneSession : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1259:107: error: 'UIScene' is unavailable in watchOS
public func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScene.h:20:12: note: 'UIScene' has been explicitly marked unavailable here
@interface UIScene : UIResponder
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1258:32: error: 'UISceneDelegate' is unavailable in watchOS
extension BJOTPViewController: UISceneDelegate {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScene.h:64:11: note: 'UISceneDelegate' has been explicitly marked unavailable here
@protocol UISceneDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:45:47: error: 'UITouch' is unavailable in watchOS
override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:45:69: error: 'UIEvent' is unavailable in watchOS
override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:56:47: error: 'UITouch' is unavailable in watchOS
override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:56:69: error: 'UIEvent' is unavailable in watchOS
override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:67:51: error: 'UITouch' is unavailable in watchOS
override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:67:73: error: 'UIEvent' is unavailable in watchOS
override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:31:38: error: 'UIButton' is unavailable in watchOS
final class BJOTPAuthenticateButton: UIButton {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPTextField.swift:39:43: error: 'UITextPosition' is unavailable in watchOS
override func caretRect(for position: UITextPosition) -> CGRect {
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h:288:12: note: 'UITextPosition' has been explicitly marked unavailable here
@interface UITextPosition : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPTextField.swift:43:57: error: 'UITextPosition' is unavailable in watchOS
override func closestPosition(to point: CGPoint) -> UITextPosition? {
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h:288:12: note: 'UITextPosition' has been explicitly marked unavailable here
@interface UITextPosition : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPTextField.swift:35:29: error: 'UITextField' is unavailable in watchOS
final class BJOTPTextField: UITextField {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewControllerExtensions.swift:45:62: error: 'UIAlertAction' is unavailable in watchOS
firstButtonAction: ((UIAlertAction) -> Void)? = nil,
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h:32:12: note: 'UIAlertAction' has been explicitly marked unavailable here
@interface UIAlertAction : NSObject <NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewControllerExtensions.swift:46:63: error: 'UIAlertAction' is unavailable in watchOS
secondButtonAction: ((UIAlertAction) -> Void)? = nil) {
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h:32:12: note: 'UIAlertAction' has been explicitly marked unavailable here
@interface UIAlertAction : NSObject <NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewControllerExtensions.swift:67:52: error: 'UITouch' is unavailable in watchOS
override open func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewControllerExtensions.swift:67:74: error: 'UIEvent' is unavailable in watchOS
override open func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewControllerExtensions.swift:31:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewExtensions.swift:201:46: error: 'NSLayoutConstraint' is unavailable in watchOS
func change(yOffset y: CGFloat = 0.0) -> NSLayoutConstraint? {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewExtensions.swift:217:46: error: 'NSLayoutConstraint' is unavailable in watchOS
func change(xOffset x: CGFloat = 0.0) -> NSLayoutConstraint? {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewExtensions.swift:44:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewExtensions.swift:435:11: error: 'UILabel' is unavailable in watchOS
extension UILabel {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
SwiftCompile normal armv7k Compiling\ UIViewControllerExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIViewControllerExtensions.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIViewControllerExtensions.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ BJOTPViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal arm64_32 (in target 'BJOTPViewController' from project 'BJOTPViewController')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ BJOTPViewController (in target 'BJOTPViewController' from project 'BJOTPViewController')
SwiftEmitModule normal arm64 Emitting\ module\ for\ BJOTPViewController (in target 'BJOTPViewController' from project 'BJOTPViewController')
EmitSwiftModule normal arm64 (in target 'BJOTPViewController' from project 'BJOTPViewController')
Building workspace spi-builder-workspace with scheme BJOTPViewController
(5 failures)
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
BJOTPViewController: /Users/admin/builder/spi-builder-workspace
resolved source packages: BJOTPViewController
{
"dependencies" : [
],
"manifest_display_name" : "BJOTPViewController",
"name" : "BJOTPViewController",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "BJOTPViewController",
"targets" : [
"BJOTPViewController"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4.0"
],
"targets" : [
{
"c99name" : "BJOTPViewController",
"module_type" : "SwiftTarget",
"name" : "BJOTPViewController",
"path" : "Sources/BJOTPViewController",
"product_memberships" : [
"BJOTPViewController"
],
"sources" : [
"BJOTPViewController.swift",
"Custom Views/BJOTPAuthenticateButton.swift",
"Custom Views/BJOTPTextField.swift",
"Swift Extensions/UIColorExtensions.swift",
"Swift Extensions/UIViewControllerExtensions.swift",
"Swift Extensions/UIViewExtensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"BJOTPViewController"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BJOTPViewController -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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 BJOTPViewController -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
BJOTPViewController: /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 'BJOTPViewController' in project 'BJOTPViewController'
➜ Explicit dependency on target 'BJOTPViewController' in project 'BJOTPViewController'
Target 'BJOTPViewController' in project 'BJOTPViewController' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
SwiftDriver BJOTPViewController normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'BJOTPViewController' from project 'BJOTPViewController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BJOTPViewController -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64_32/BJOTPViewController.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64_32/BJOTPViewController-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64_32/BJOTPViewController.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64_32/BJOTPViewController_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64_32/BJOTPViewController-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver BJOTPViewController normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BJOTPViewController' from project 'BJOTPViewController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BJOTPViewController -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64/BJOTPViewController.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64/BJOTPViewController-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64/BJOTPViewController.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64/BJOTPViewController_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64/BJOTPViewController-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver BJOTPViewController normal armv7k com.apple.xcode.tools.swift.compiler (in target 'BJOTPViewController' from project 'BJOTPViewController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BJOTPViewController -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/armv7k/BJOTPViewController.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/armv7k/BJOTPViewController-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/armv7k/BJOTPViewController.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/armv7k/BJOTPViewController_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/armv7k/BJOTPViewController-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ BJOTPViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIColorExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIColorExtensions.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIColorExtensions.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ BJOTPAuthenticateButton.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom\ Views/BJOTPAuthenticateButton.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom\ Views/BJOTPAuthenticateButton.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIViewControllerExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIViewControllerExtensions.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIViewControllerExtensions.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ BJOTPViewController (in target 'BJOTPViewController' from project 'BJOTPViewController')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom\ Views/BJOTPAuthenticateButton.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom\ Views/BJOTPTextField.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIColorExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIViewControllerExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIViewExtensions.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64/BJOTPViewController_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name BJOTPViewController -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -external-plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64/BJOTPViewController.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64/BJOTPViewController.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64/BJOTPViewController-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64/BJOTPViewController-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64/BJOTPViewController-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64/BJOTPViewController.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64/BJOTPViewController.abi.json
EmitSwiftModule normal arm64 (in target 'BJOTPViewController' from project 'BJOTPViewController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:71:38: error: 'UIButton' is unavailable in watchOS
@objc func didTap(footer button: UIButton, from viewController: BJOTPViewController)
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:100:30: error: 'UIButton' is unavailable in watchOS
private var closeButton: UIButton?
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:101:28: error: 'UIStackView' is unavailable in watchOS
private var stackView: UIStackView!
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:103:36: error: 'UILabel' is unavailable in watchOS
private var headingTitleLabel: UILabel?
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:104:33: error: 'UIImageView' is unavailable in watchOS
private var brandImageView: UIImageView?
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:21:12: note: 'UIImageView' has been explicitly marked unavailable here
@interface UIImageView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:105:34: error: 'UIStackView' is unavailable in watchOS
private var masterStackView: UIStackView!
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:108:37: error: 'UILabel' is unavailable in watchOS
private var primaryHeaderLabel: UILabel?
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:109:39: error: 'UILabel' is unavailable in watchOS
private var secondaryHeaderLabel: UILabel?
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:110:39: error: 'UIStackView' is unavailable in watchOS
private var headerTextsStackView: UIStackView?
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:114:49: error: 'NSLayoutConstraint' is unavailable in watchOS
private var headingTitleLabelTopConstraint: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:115:51: error: 'NSLayoutConstraint' is unavailable in watchOS
private var masterStackViewCenterYConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:131:58: error: 'UITouch' is unavailable in watchOS
self.touchesEnded(Set.init(arrayLiteral: UITouch()), with: nil)
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:177:46: error: 'systemBlue' is unavailable in watchOS
@objc public var accentColor: UIColor = .systemBlue {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:125:49: note: 'systemBlue' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemBlueColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:418:51: error: 'UIButton' is unavailable in watchOS
@objc func authenticateButtonTapped(_ sender: UIButton) {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:432:52: error: 'UIButton' is unavailable in watchOS
@objc private func closeButtonTapped(_ sender: UIButton) {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:443:78: error: 'UIViewControllerTransitionCoordinator' is unavailable in watchOS
open override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitionCoordinator.h:81:11: note: 'UIViewControllerTransitionCoordinator' has been explicitly marked unavailable here
@protocol UIViewControllerTransitionCoordinator <UIViewControllerTransitionCoordinatorContext>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:478:52: error: 'UITouch' is unavailable in watchOS
override open func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:478:74: error: 'UIEvent' is unavailable in watchOS
override open func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:80:33: error: 'UIViewController' is unavailable in watchOS
open class BJOTPViewController: UIViewController {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:518:40: error: 'UITextField' is unavailable in watchOS
public func textField(_ textField: UITextField, shouldChangeCharactersIn range: NSRange, replacementString string: String) -> Bool {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:616:55: error: 'UITextField' is unavailable in watchOS
public func textFieldDidBeginEditing(_ textField: UITextField) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:622:53: error: 'UITextField' is unavailable in watchOS
public func textFieldDidEndEditing(_ textField: UITextField) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:514:32: error: 'UITextFieldDelegate' is unavailable in watchOS
extension BJOTPViewController: UITextFieldDelegate {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:140:11: note: 'UITextFieldDelegate' has been explicitly marked unavailable here
@protocol UITextFieldDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:882:45: error: 'UIButton' is unavailable in watchOS
@objc func footerButtonTapped(_ button: UIButton) {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:933:65: error: 'UIView' is unavailable in watchOS
fileprivate func layoutAuthenticateButton(withSibling view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:955:57: error: 'UIView' is unavailable in watchOS
fileprivate func layoutOTPStackView(with subviews: [UIView]) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:977:58: error: 'UIView' is unavailable in watchOS
fileprivate func layoutAllStackViews(with subviews: [UIView]) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1252:85: error: 'UIPresentationController' is unavailable in watchOS
public func presentationControllerDidAttemptToDismiss(_ presentationController: UIPresentationController) {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPresentationController.h:65:12: note: 'UIPresentationController' has been explicitly marked unavailable here
@interface UIPresentationController : NSObject <UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1252:17: error: cannot override 'presentationControllerDidAttemptToDismiss' which has been marked unavailable
public func presentationControllerDidAttemptToDismiss(_ presentationController: UIPresentationController) {
^
UIKit.UIAdaptivePresentationControllerDelegate.presentationControllerDidAttemptToDismiss:3:17: note: 'presentationControllerDidAttemptToDismiss' has been explicitly marked unavailable here
optional func presentationControllerDidAttemptToDismiss(_ presentationController: UIPresentationController)}
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1251:32: error: 'UIAdaptivePresentationControllerDelegate' is unavailable in watchOS
extension BJOTPViewController: UIAdaptivePresentationControllerDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPresentationController.h:24:11: note: 'UIAdaptivePresentationControllerDelegate' has been explicitly marked unavailable here
@protocol UIAdaptivePresentationControllerDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1259:32: error: 'UIScene' is unavailable in watchOS
public func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScene.h:20:12: note: 'UIScene' has been explicitly marked unavailable here
@interface UIScene : UIResponder
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1259:64: error: 'UISceneSession' is unavailable in watchOS
public func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISceneSession.h:19:12: note: 'UISceneSession' has been explicitly marked unavailable here
@interface UISceneSession : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1259:107: error: 'UIScene' is unavailable in watchOS
public func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScene.h:20:12: note: 'UIScene' has been explicitly marked unavailable here
@interface UIScene : UIResponder
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1258:32: error: 'UISceneDelegate' is unavailable in watchOS
extension BJOTPViewController: UISceneDelegate {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScene.h:64:11: note: 'UISceneDelegate' has been explicitly marked unavailable here
@protocol UISceneDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:45:47: error: 'UITouch' is unavailable in watchOS
override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:45:69: error: 'UIEvent' is unavailable in watchOS
override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:56:47: error: 'UITouch' is unavailable in watchOS
override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:56:69: error: 'UIEvent' is unavailable in watchOS
override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:67:51: error: 'UITouch' is unavailable in watchOS
override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:67:73: error: 'UIEvent' is unavailable in watchOS
override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:31:38: error: 'UIButton' is unavailable in watchOS
final class BJOTPAuthenticateButton: UIButton {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPTextField.swift:39:43: error: 'UITextPosition' is unavailable in watchOS
override func caretRect(for position: UITextPosition) -> CGRect {
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h:288:12: note: 'UITextPosition' has been explicitly marked unavailable here
@interface UITextPosition : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPTextField.swift:43:57: error: 'UITextPosition' is unavailable in watchOS
override func closestPosition(to point: CGPoint) -> UITextPosition? {
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h:288:12: note: 'UITextPosition' has been explicitly marked unavailable here
@interface UITextPosition : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPTextField.swift:35:29: error: 'UITextField' is unavailable in watchOS
final class BJOTPTextField: UITextField {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewControllerExtensions.swift:45:62: error: 'UIAlertAction' is unavailable in watchOS
firstButtonAction: ((UIAlertAction) -> Void)? = nil,
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h:32:12: note: 'UIAlertAction' has been explicitly marked unavailable here
@interface UIAlertAction : NSObject <NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewControllerExtensions.swift:46:63: error: 'UIAlertAction' is unavailable in watchOS
secondButtonAction: ((UIAlertAction) -> Void)? = nil) {
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h:32:12: note: 'UIAlertAction' has been explicitly marked unavailable here
@interface UIAlertAction : NSObject <NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewControllerExtensions.swift:67:52: error: 'UITouch' is unavailable in watchOS
override open func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewControllerExtensions.swift:67:74: error: 'UIEvent' is unavailable in watchOS
override open func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewControllerExtensions.swift:31:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewExtensions.swift:201:46: error: 'NSLayoutConstraint' is unavailable in watchOS
func change(yOffset y: CGFloat = 0.0) -> NSLayoutConstraint? {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewExtensions.swift:217:46: error: 'NSLayoutConstraint' is unavailable in watchOS
func change(xOffset x: CGFloat = 0.0) -> NSLayoutConstraint? {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewExtensions.swift:44:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewExtensions.swift:435:11: error: 'UILabel' is unavailable in watchOS
extension UILabel {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
SwiftCompile normal arm64 Compiling\ BJOTPTextField.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom\ Views/BJOTPTextField.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom\ Views/BJOTPTextField.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIViewExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIViewExtensions.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIViewExtensions.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ BJOTPViewController (in target 'BJOTPViewController' from project 'BJOTPViewController')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom\ Views/BJOTPAuthenticateButton.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom\ Views/BJOTPTextField.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIColorExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIViewControllerExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIViewExtensions.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64_32/BJOTPViewController_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name BJOTPViewController -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -external-plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64_32/BJOTPViewController.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64_32/BJOTPViewController.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64_32/BJOTPViewController-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64_32/BJOTPViewController-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64_32/BJOTPViewController-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64_32/BJOTPViewController.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/arm64_32/BJOTPViewController.abi.json
EmitSwiftModule normal arm64_32 (in target 'BJOTPViewController' from project 'BJOTPViewController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:71:38: error: 'UIButton' is unavailable in watchOS
@objc func didTap(footer button: UIButton, from viewController: BJOTPViewController)
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:100:30: error: 'UIButton' is unavailable in watchOS
private var closeButton: UIButton?
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:101:28: error: 'UIStackView' is unavailable in watchOS
private var stackView: UIStackView!
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:103:36: error: 'UILabel' is unavailable in watchOS
private var headingTitleLabel: UILabel?
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:104:33: error: 'UIImageView' is unavailable in watchOS
private var brandImageView: UIImageView?
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:21:12: note: 'UIImageView' has been explicitly marked unavailable here
@interface UIImageView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:105:34: error: 'UIStackView' is unavailable in watchOS
private var masterStackView: UIStackView!
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:108:37: error: 'UILabel' is unavailable in watchOS
private var primaryHeaderLabel: UILabel?
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:109:39: error: 'UILabel' is unavailable in watchOS
private var secondaryHeaderLabel: UILabel?
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:110:39: error: 'UIStackView' is unavailable in watchOS
private var headerTextsStackView: UIStackView?
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:114:49: error: 'NSLayoutConstraint' is unavailable in watchOS
private var headingTitleLabelTopConstraint: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:115:51: error: 'NSLayoutConstraint' is unavailable in watchOS
private var masterStackViewCenterYConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:131:58: error: 'UITouch' is unavailable in watchOS
self.touchesEnded(Set.init(arrayLiteral: UITouch()), with: nil)
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:177:46: error: 'systemBlue' is unavailable in watchOS
@objc public var accentColor: UIColor = .systemBlue {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:125:49: note: 'systemBlue' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemBlueColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:418:51: error: 'UIButton' is unavailable in watchOS
@objc func authenticateButtonTapped(_ sender: UIButton) {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:432:52: error: 'UIButton' is unavailable in watchOS
@objc private func closeButtonTapped(_ sender: UIButton) {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:443:78: error: 'UIViewControllerTransitionCoordinator' is unavailable in watchOS
open override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitionCoordinator.h:81:11: note: 'UIViewControllerTransitionCoordinator' has been explicitly marked unavailable here
@protocol UIViewControllerTransitionCoordinator <UIViewControllerTransitionCoordinatorContext>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:478:52: error: 'UITouch' is unavailable in watchOS
override open func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:478:74: error: 'UIEvent' is unavailable in watchOS
override open func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:80:33: error: 'UIViewController' is unavailable in watchOS
open class BJOTPViewController: UIViewController {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:518:40: error: 'UITextField' is unavailable in watchOS
public func textField(_ textField: UITextField, shouldChangeCharactersIn range: NSRange, replacementString string: String) -> Bool {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:616:55: error: 'UITextField' is unavailable in watchOS
public func textFieldDidBeginEditing(_ textField: UITextField) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:622:53: error: 'UITextField' is unavailable in watchOS
public func textFieldDidEndEditing(_ textField: UITextField) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:514:32: error: 'UITextFieldDelegate' is unavailable in watchOS
extension BJOTPViewController: UITextFieldDelegate {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:140:11: note: 'UITextFieldDelegate' has been explicitly marked unavailable here
@protocol UITextFieldDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:882:45: error: 'UIButton' is unavailable in watchOS
@objc func footerButtonTapped(_ button: UIButton) {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:933:65: error: 'UIView' is unavailable in watchOS
fileprivate func layoutAuthenticateButton(withSibling view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:955:57: error: 'UIView' is unavailable in watchOS
fileprivate func layoutOTPStackView(with subviews: [UIView]) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:977:58: error: 'UIView' is unavailable in watchOS
fileprivate func layoutAllStackViews(with subviews: [UIView]) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1252:85: error: 'UIPresentationController' is unavailable in watchOS
public func presentationControllerDidAttemptToDismiss(_ presentationController: UIPresentationController) {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPresentationController.h:65:12: note: 'UIPresentationController' has been explicitly marked unavailable here
@interface UIPresentationController : NSObject <UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1252:17: error: cannot override 'presentationControllerDidAttemptToDismiss' which has been marked unavailable
public func presentationControllerDidAttemptToDismiss(_ presentationController: UIPresentationController) {
^
UIKit.UIAdaptivePresentationControllerDelegate.presentationControllerDidAttemptToDismiss:3:17: note: 'presentationControllerDidAttemptToDismiss' has been explicitly marked unavailable here
optional func presentationControllerDidAttemptToDismiss(_ presentationController: UIPresentationController)}
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1251:32: error: 'UIAdaptivePresentationControllerDelegate' is unavailable in watchOS
extension BJOTPViewController: UIAdaptivePresentationControllerDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPresentationController.h:24:11: note: 'UIAdaptivePresentationControllerDelegate' has been explicitly marked unavailable here
@protocol UIAdaptivePresentationControllerDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1259:32: error: 'UIScene' is unavailable in watchOS
public func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScene.h:20:12: note: 'UIScene' has been explicitly marked unavailable here
@interface UIScene : UIResponder
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1259:64: error: 'UISceneSession' is unavailable in watchOS
public func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISceneSession.h:19:12: note: 'UISceneSession' has been explicitly marked unavailable here
@interface UISceneSession : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1259:107: error: 'UIScene' is unavailable in watchOS
public func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScene.h:20:12: note: 'UIScene' has been explicitly marked unavailable here
@interface UIScene : UIResponder
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1258:32: error: 'UISceneDelegate' is unavailable in watchOS
extension BJOTPViewController: UISceneDelegate {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScene.h:64:11: note: 'UISceneDelegate' has been explicitly marked unavailable here
@protocol UISceneDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:45:47: error: 'UITouch' is unavailable in watchOS
override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:45:69: error: 'UIEvent' is unavailable in watchOS
override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:56:47: error: 'UITouch' is unavailable in watchOS
override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:56:69: error: 'UIEvent' is unavailable in watchOS
override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:67:51: error: 'UITouch' is unavailable in watchOS
override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:67:73: error: 'UIEvent' is unavailable in watchOS
override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:31:38: error: 'UIButton' is unavailable in watchOS
final class BJOTPAuthenticateButton: UIButton {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPTextField.swift:39:43: error: 'UITextPosition' is unavailable in watchOS
override func caretRect(for position: UITextPosition) -> CGRect {
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h:288:12: note: 'UITextPosition' has been explicitly marked unavailable here
@interface UITextPosition : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPTextField.swift:43:57: error: 'UITextPosition' is unavailable in watchOS
override func closestPosition(to point: CGPoint) -> UITextPosition? {
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h:288:12: note: 'UITextPosition' has been explicitly marked unavailable here
@interface UITextPosition : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPTextField.swift:35:29: error: 'UITextField' is unavailable in watchOS
final class BJOTPTextField: UITextField {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewControllerExtensions.swift:45:62: error: 'UIAlertAction' is unavailable in watchOS
firstButtonAction: ((UIAlertAction) -> Void)? = nil,
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h:32:12: note: 'UIAlertAction' has been explicitly marked unavailable here
@interface UIAlertAction : NSObject <NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewControllerExtensions.swift:46:63: error: 'UIAlertAction' is unavailable in watchOS
secondButtonAction: ((UIAlertAction) -> Void)? = nil) {
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h:32:12: note: 'UIAlertAction' has been explicitly marked unavailable here
@interface UIAlertAction : NSObject <NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewControllerExtensions.swift:67:52: error: 'UITouch' is unavailable in watchOS
override open func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewControllerExtensions.swift:67:74: error: 'UIEvent' is unavailable in watchOS
override open func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewControllerExtensions.swift:31:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewExtensions.swift:201:46: error: 'NSLayoutConstraint' is unavailable in watchOS
func change(yOffset y: CGFloat = 0.0) -> NSLayoutConstraint? {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewExtensions.swift:217:46: error: 'NSLayoutConstraint' is unavailable in watchOS
func change(xOffset x: CGFloat = 0.0) -> NSLayoutConstraint? {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewExtensions.swift:44:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewExtensions.swift:435:11: error: 'UILabel' is unavailable in watchOS
extension UILabel {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
SwiftEmitModule normal armv7k Emitting\ module\ for\ BJOTPViewController (in target 'BJOTPViewController' from project 'BJOTPViewController')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom\ Views/BJOTPAuthenticateButton.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom\ Views/BJOTPTextField.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIColorExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIViewControllerExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIViewExtensions.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 4 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/armv7k/BJOTPViewController_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name BJOTPViewController -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -external-plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/armv7k/BJOTPViewController.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/armv7k/BJOTPViewController.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/armv7k/BJOTPViewController-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/armv7k/BJOTPViewController-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/armv7k/BJOTPViewController-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/armv7k/BJOTPViewController.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BJOTPViewController.build/Debug-watchos/BJOTPViewController.build/Objects-normal/armv7k/BJOTPViewController.abi.json
EmitSwiftModule normal armv7k (in target 'BJOTPViewController' from project 'BJOTPViewController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:71:38: error: 'UIButton' is unavailable in watchOS
@objc func didTap(footer button: UIButton, from viewController: BJOTPViewController)
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:100:30: error: 'UIButton' is unavailable in watchOS
private var closeButton: UIButton?
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:101:28: error: 'UIStackView' is unavailable in watchOS
private var stackView: UIStackView!
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:103:36: error: 'UILabel' is unavailable in watchOS
private var headingTitleLabel: UILabel?
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:104:33: error: 'UIImageView' is unavailable in watchOS
private var brandImageView: UIImageView?
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImageView.h:21:12: note: 'UIImageView' has been explicitly marked unavailable here
@interface UIImageView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:105:34: error: 'UIStackView' is unavailable in watchOS
private var masterStackView: UIStackView!
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:108:37: error: 'UILabel' is unavailable in watchOS
private var primaryHeaderLabel: UILabel?
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:109:39: error: 'UILabel' is unavailable in watchOS
private var secondaryHeaderLabel: UILabel?
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:110:39: error: 'UIStackView' is unavailable in watchOS
private var headerTextsStackView: UIStackView?
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:114:49: error: 'NSLayoutConstraint' is unavailable in watchOS
private var headingTitleLabelTopConstraint: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:115:51: error: 'NSLayoutConstraint' is unavailable in watchOS
private var masterStackViewCenterYConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:131:58: error: 'UITouch' is unavailable in watchOS
self.touchesEnded(Set.init(arrayLiteral: UITouch()), with: nil)
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:177:46: error: 'systemBlue' is unavailable in watchOS
@objc public var accentColor: UIColor = .systemBlue {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:125:49: note: 'systemBlue' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemBlueColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:418:51: error: 'UIButton' is unavailable in watchOS
@objc func authenticateButtonTapped(_ sender: UIButton) {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:432:52: error: 'UIButton' is unavailable in watchOS
@objc private func closeButtonTapped(_ sender: UIButton) {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:443:78: error: 'UIViewControllerTransitionCoordinator' is unavailable in watchOS
open override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitionCoordinator.h:81:11: note: 'UIViewControllerTransitionCoordinator' has been explicitly marked unavailable here
@protocol UIViewControllerTransitionCoordinator <UIViewControllerTransitionCoordinatorContext>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:478:52: error: 'UITouch' is unavailable in watchOS
override open func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:478:74: error: 'UIEvent' is unavailable in watchOS
override open func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:80:33: error: 'UIViewController' is unavailable in watchOS
open class BJOTPViewController: UIViewController {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:518:40: error: 'UITextField' is unavailable in watchOS
public func textField(_ textField: UITextField, shouldChangeCharactersIn range: NSRange, replacementString string: String) -> Bool {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:616:55: error: 'UITextField' is unavailable in watchOS
public func textFieldDidBeginEditing(_ textField: UITextField) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:622:53: error: 'UITextField' is unavailable in watchOS
public func textFieldDidEndEditing(_ textField: UITextField) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:514:32: error: 'UITextFieldDelegate' is unavailable in watchOS
extension BJOTPViewController: UITextFieldDelegate {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:140:11: note: 'UITextFieldDelegate' has been explicitly marked unavailable here
@protocol UITextFieldDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:882:45: error: 'UIButton' is unavailable in watchOS
@objc func footerButtonTapped(_ button: UIButton) {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:933:65: error: 'UIView' is unavailable in watchOS
fileprivate func layoutAuthenticateButton(withSibling view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:955:57: error: 'UIView' is unavailable in watchOS
fileprivate func layoutOTPStackView(with subviews: [UIView]) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:977:58: error: 'UIView' is unavailable in watchOS
fileprivate func layoutAllStackViews(with subviews: [UIView]) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1252:85: error: 'UIPresentationController' is unavailable in watchOS
public func presentationControllerDidAttemptToDismiss(_ presentationController: UIPresentationController) {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPresentationController.h:65:12: note: 'UIPresentationController' has been explicitly marked unavailable here
@interface UIPresentationController : NSObject <UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1252:17: error: cannot override 'presentationControllerDidAttemptToDismiss' which has been marked unavailable
public func presentationControllerDidAttemptToDismiss(_ presentationController: UIPresentationController) {
^
UIKit.UIAdaptivePresentationControllerDelegate.presentationControllerDidAttemptToDismiss:3:17: note: 'presentationControllerDidAttemptToDismiss' has been explicitly marked unavailable here
optional func presentationControllerDidAttemptToDismiss(_ presentationController: UIPresentationController)}
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1251:32: error: 'UIAdaptivePresentationControllerDelegate' is unavailable in watchOS
extension BJOTPViewController: UIAdaptivePresentationControllerDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPresentationController.h:24:11: note: 'UIAdaptivePresentationControllerDelegate' has been explicitly marked unavailable here
@protocol UIAdaptivePresentationControllerDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1259:32: error: 'UIScene' is unavailable in watchOS
public func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScene.h:20:12: note: 'UIScene' has been explicitly marked unavailable here
@interface UIScene : UIResponder
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1259:64: error: 'UISceneSession' is unavailable in watchOS
public func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISceneSession.h:19:12: note: 'UISceneSession' has been explicitly marked unavailable here
@interface UISceneSession : NSObject <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1259:107: error: 'UIScene' is unavailable in watchOS
public func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScene.h:20:12: note: 'UIScene' has been explicitly marked unavailable here
@interface UIScene : UIResponder
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/BJOTPViewController.swift:1258:32: error: 'UISceneDelegate' is unavailable in watchOS
extension BJOTPViewController: UISceneDelegate {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScene.h:64:11: note: 'UISceneDelegate' has been explicitly marked unavailable here
@protocol UISceneDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:45:47: error: 'UITouch' is unavailable in watchOS
override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:45:69: error: 'UIEvent' is unavailable in watchOS
override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:56:47: error: 'UITouch' is unavailable in watchOS
override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:56:69: error: 'UIEvent' is unavailable in watchOS
override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:67:51: error: 'UITouch' is unavailable in watchOS
override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:67:73: error: 'UIEvent' is unavailable in watchOS
override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPAuthenticateButton.swift:31:38: error: 'UIButton' is unavailable in watchOS
final class BJOTPAuthenticateButton: UIButton {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIButton.h:49:12: note: 'UIButton' has been explicitly marked unavailable here
@interface UIButton : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPTextField.swift:39:43: error: 'UITextPosition' is unavailable in watchOS
override func caretRect(for position: UITextPosition) -> CGRect {
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h:288:12: note: 'UITextPosition' has been explicitly marked unavailable here
@interface UITextPosition : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPTextField.swift:43:57: error: 'UITextPosition' is unavailable in watchOS
override func closestPosition(to point: CGPoint) -> UITextPosition? {
^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInput.h:288:12: note: 'UITextPosition' has been explicitly marked unavailable here
@interface UITextPosition : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Custom Views/BJOTPTextField.swift:35:29: error: 'UITextField' is unavailable in watchOS
final class BJOTPTextField: UITextField {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:53:12: note: 'UITextField' has been explicitly marked unavailable here
@interface UITextField : UIControl <UITextInput, NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewControllerExtensions.swift:45:62: error: 'UIAlertAction' is unavailable in watchOS
firstButtonAction: ((UIAlertAction) -> Void)? = nil,
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h:32:12: note: 'UIAlertAction' has been explicitly marked unavailable here
@interface UIAlertAction : NSObject <NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewControllerExtensions.swift:46:63: error: 'UIAlertAction' is unavailable in watchOS
secondButtonAction: ((UIAlertAction) -> Void)? = nil) {
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertController.h:32:12: note: 'UIAlertAction' has been explicitly marked unavailable here
@interface UIAlertAction : NSObject <NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewControllerExtensions.swift:67:52: error: 'UITouch' is unavailable in watchOS
override open func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITouch.h:51:12: note: 'UITouch' has been explicitly marked unavailable here
@interface UITouch : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewControllerExtensions.swift:67:74: error: 'UIEvent' is unavailable in watchOS
override open func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewControllerExtensions.swift:31:11: error: 'UIViewController' is unavailable in watchOS
extension UIViewController {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewExtensions.swift:201:46: error: 'NSLayoutConstraint' is unavailable in watchOS
func change(yOffset y: CGFloat = 0.0) -> NSLayoutConstraint? {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewExtensions.swift:217:46: error: 'NSLayoutConstraint' is unavailable in watchOS
func change(xOffset x: CGFloat = 0.0) -> NSLayoutConstraint? {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewExtensions.swift:44:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift Extensions/UIViewExtensions.swift:435:11: error: 'UILabel' is unavailable in watchOS
extension UILabel {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
SwiftCompile normal armv7k Compiling\ UIViewControllerExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIViewControllerExtensions.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIViewControllerExtensions.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ UIViewControllerExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BJOTPViewController/Swift\ Extensions/UIViewControllerExtensions.swift (in target 'BJOTPViewController' from project 'BJOTPViewController')
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ BJOTPViewController (in target 'BJOTPViewController' from project 'BJOTPViewController')
EmitSwiftModule normal arm64 (in target 'BJOTPViewController' from project 'BJOTPViewController')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ BJOTPViewController (in target 'BJOTPViewController' from project 'BJOTPViewController')
EmitSwiftModule normal arm64_32 (in target 'BJOTPViewController' from project 'BJOTPViewController')
SwiftEmitModule normal armv7k Emitting\ module\ for\ BJOTPViewController (in target 'BJOTPViewController' from project 'BJOTPViewController')
EmitSwiftModule normal armv7k (in target 'BJOTPViewController' from project 'BJOTPViewController')
Building workspace spi-builder-workspace with scheme BJOTPViewController
(7 failures)
BUILD FAILURE 6.2 watchOS