Build Information
Failed to build iOSDropDown, reference 0.4.0 (945c4f), with Swift 6.0 for watchOS using Xcode 16.2 on 18 Apr 2026 19:39:56 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme iOSDropDown -destination generic/platform=watchOSBuild Log
fileprivate var backgroundView = UIView()
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:93:32: error: value of type 'Arrow' has no member 'superview'
let center = arrow.superview!.center
~~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:94:19: error: value of type 'Arrow' has no member 'frame'
arrow.frame = CGRect(x: center.x - arrowSize / 2, y: center.y - arrowSize / 2, width: arrowSize, height: arrowSize)
~~~~~ ^~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:115:21: error: initializer does not override a designated initializer from its superclass
override public init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:190:42: error: cannot find type 'UIView' in scope
func getConvertedPoint(_ targetView: UIView, baseView: UIView?) -> CGPoint {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:190:60: error: cannot find type 'UIView' in scope
func getConvertedPoint(_ targetView: UIView, baseView: UIView?) -> CGPoint {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:11:22: error: cannot find type 'UITextField' in scope
open class DropDown: UITextField {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:10:2: error: only classes that inherit from NSObject can be declared @objc
@objc(JRDropDown)
~^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:11:12: note: inherit from 'NSObject' to silence this error
open class DropDown: UITextField {
^
NSObject,
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:358:21: error: cannot find type 'UITextFieldDelegate' in scope
extension DropDown: UITextFieldDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:359:52: error: cannot find type 'UITextField' in scope
public func textFieldShouldReturn(_ textField: UITextField) -> Bool {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:364:55: error: cannot find type 'UITextField' in scope
public func textFieldDidBeginEditing(_ textField: UITextField) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:371:58: error: cannot find type 'UITextField' in scope
public func textFieldShouldBeginEditing(_ textField: UITextField) -> Bool {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:375:40: error: cannot find type 'UITextField' in scope
public func textField(_ textField: UITextField, shouldChangeCharactersIn range: NSRange, replacementString string: String) -> Bool {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:391:21: error: cannot find type 'UITableViewDataSource' in scope
extension DropDown: UITableViewDataSource {
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:392:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:396:91: error: cannot find type 'UITableViewCell' in scope
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:396:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:429:21: error: cannot find type 'UITableViewDelegate' in scope
extension DropDown: UITableViewDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:430:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:467:14: error: cannot find type 'UIView' in scope
class Arrow: UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:468:22: error: cannot find 'CAShapeLayer' in scope
let shapeLayer = CAShapeLayer()
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:479:17: error: cannot find 'transform' in scope
transform = CGAffineTransform(rotationAngle: -CGFloat.pi / 2)
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:483:17: error: cannot find 'transform' in scope
transform = CGAffineTransform(rotationAngle: CGFloat.pi * 2)
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:487:17: error: cannot find 'transform' in scope
transform = CGAffineTransform(rotationAngle: CGFloat.pi / 2)
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:491:17: error: cannot find 'transform' in scope
transform = CGAffineTransform(rotationAngle: CGFloat.pi)
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:505:19: error: method does not override any method from its superclass
override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:533:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ iOSDropDown (in target 'iOSDropDown' from project 'iOSDropDown')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name iOSDropDown -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.abi.json
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift (in target 'iOSDropDown' from project 'iOSDropDown')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name iOSDropDown -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.abi.json
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:13:16: error: cannot find type 'UITableView' in scope
var table: UITableView!
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:14:17: error: cannot find type 'UIView' in scope
var shadow: UIView!
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:23:60: error: type 'UIColor' has no member 'systemPink'
@IBInspectable public var selectedRowColor: UIColor = .systemPink
~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:33:13: error: cannot find 'layer' in scope
layer.borderColor = borderColor.cgColor
^~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:44:13: error: cannot find 'layer' in scope
layer.borderWidth = borderWidth
^~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:50:13: error: cannot find 'layer' in scope
layer.cornerRadius = cornerRadius
^~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:58:44: error: cannot find type 'UIViewController' in scope
fileprivate weak var parentController: UIViewController?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:60:38: error: cannot find 'UIView' in scope
fileprivate var backgroundView = UIView()
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:93:32: error: value of type 'Arrow' has no member 'superview'
let center = arrow.superview!.center
~~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:94:19: error: value of type 'Arrow' has no member 'frame'
arrow.frame = CGRect(x: center.x - arrowSize / 2, y: center.y - arrowSize / 2, width: arrowSize, height: arrowSize)
~~~~~ ^~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:115:21: error: initializer does not override a designated initializer from its superclass
override public init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:190:42: error: cannot find type 'UIView' in scope
func getConvertedPoint(_ targetView: UIView, baseView: UIView?) -> CGPoint {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:190:60: error: cannot find type 'UIView' in scope
func getConvertedPoint(_ targetView: UIView, baseView: UIView?) -> CGPoint {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:11:22: error: cannot find type 'UITextField' in scope
open class DropDown: UITextField {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:10:2: error: only classes that inherit from NSObject can be declared @objc
@objc(JRDropDown)
~^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:11:12: note: inherit from 'NSObject' to silence this error
open class DropDown: UITextField {
^
NSObject,
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:358:21: error: cannot find type 'UITextFieldDelegate' in scope
extension DropDown: UITextFieldDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:359:52: error: cannot find type 'UITextField' in scope
public func textFieldShouldReturn(_ textField: UITextField) -> Bool {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:364:55: error: cannot find type 'UITextField' in scope
public func textFieldDidBeginEditing(_ textField: UITextField) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:371:58: error: cannot find type 'UITextField' in scope
public func textFieldShouldBeginEditing(_ textField: UITextField) -> Bool {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:375:40: error: cannot find type 'UITextField' in scope
public func textField(_ textField: UITextField, shouldChangeCharactersIn range: NSRange, replacementString string: String) -> Bool {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:391:21: error: cannot find type 'UITableViewDataSource' in scope
extension DropDown: UITableViewDataSource {
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:392:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:396:91: error: cannot find type 'UITableViewCell' in scope
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:396:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:429:21: error: cannot find type 'UITableViewDelegate' in scope
extension DropDown: UITableViewDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:430:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:467:14: error: cannot find type 'UIView' in scope
class Arrow: UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:468:22: error: cannot find 'CAShapeLayer' in scope
let shapeLayer = CAShapeLayer()
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:479:17: error: cannot find 'transform' in scope
transform = CGAffineTransform(rotationAngle: -CGFloat.pi / 2)
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:483:17: error: cannot find 'transform' in scope
transform = CGAffineTransform(rotationAngle: CGFloat.pi * 2)
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:487:17: error: cannot find 'transform' in scope
transform = CGAffineTransform(rotationAngle: CGFloat.pi / 2)
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:491:17: error: cannot find 'transform' in scope
transform = CGAffineTransform(rotationAngle: CGFloat.pi)
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:505:19: error: method does not override any method from its superclass
override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:533:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
SwiftEmitModule normal arm64 Emitting\ module\ for\ iOSDropDown (in target 'iOSDropDown' from project 'iOSDropDown')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name iOSDropDown -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.abi.json
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift (in target 'iOSDropDown' from project 'iOSDropDown')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name iOSDropDown -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.abi.json
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:13:16: error: cannot find type 'UITableView' in scope
var table: UITableView!
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:14:17: error: cannot find type 'UIView' in scope
var shadow: UIView!
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:23:60: error: type 'UIColor' has no member 'systemPink'
@IBInspectable public var selectedRowColor: UIColor = .systemPink
~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:33:13: error: cannot find 'layer' in scope
layer.borderColor = borderColor.cgColor
^~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:44:13: error: cannot find 'layer' in scope
layer.borderWidth = borderWidth
^~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:50:13: error: cannot find 'layer' in scope
layer.cornerRadius = cornerRadius
^~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:58:44: error: cannot find type 'UIViewController' in scope
fileprivate weak var parentController: UIViewController?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:60:38: error: cannot find 'UIView' in scope
fileprivate var backgroundView = UIView()
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:93:32: error: value of type 'Arrow' has no member 'superview'
let center = arrow.superview!.center
~~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:94:19: error: value of type 'Arrow' has no member 'frame'
arrow.frame = CGRect(x: center.x - arrowSize / 2, y: center.y - arrowSize / 2, width: arrowSize, height: arrowSize)
~~~~~ ^~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:115:21: error: initializer does not override a designated initializer from its superclass
override public init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:190:42: error: cannot find type 'UIView' in scope
func getConvertedPoint(_ targetView: UIView, baseView: UIView?) -> CGPoint {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:190:60: error: cannot find type 'UIView' in scope
func getConvertedPoint(_ targetView: UIView, baseView: UIView?) -> CGPoint {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:11:22: error: cannot find type 'UITextField' in scope
open class DropDown: UITextField {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:10:2: error: only classes that inherit from NSObject can be declared @objc
@objc(JRDropDown)
~^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:11:12: note: inherit from 'NSObject' to silence this error
open class DropDown: UITextField {
^
NSObject,
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:358:21: error: cannot find type 'UITextFieldDelegate' in scope
extension DropDown: UITextFieldDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:359:52: error: cannot find type 'UITextField' in scope
public func textFieldShouldReturn(_ textField: UITextField) -> Bool {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:364:55: error: cannot find type 'UITextField' in scope
public func textFieldDidBeginEditing(_ textField: UITextField) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:371:58: error: cannot find type 'UITextField' in scope
public func textFieldShouldBeginEditing(_ textField: UITextField) -> Bool {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:375:40: error: cannot find type 'UITextField' in scope
public func textField(_ textField: UITextField, shouldChangeCharactersIn range: NSRange, replacementString string: String) -> Bool {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:391:21: error: cannot find type 'UITableViewDataSource' in scope
extension DropDown: UITableViewDataSource {
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:392:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:396:91: error: cannot find type 'UITableViewCell' in scope
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:396:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:429:21: error: cannot find type 'UITableViewDelegate' in scope
extension DropDown: UITableViewDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:430:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:467:14: error: cannot find type 'UIView' in scope
class Arrow: UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:468:22: error: cannot find 'CAShapeLayer' in scope
let shapeLayer = CAShapeLayer()
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:479:17: error: cannot find 'transform' in scope
transform = CGAffineTransform(rotationAngle: -CGFloat.pi / 2)
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:483:17: error: cannot find 'transform' in scope
transform = CGAffineTransform(rotationAngle: CGFloat.pi * 2)
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:487:17: error: cannot find 'transform' in scope
transform = CGAffineTransform(rotationAngle: CGFloat.pi / 2)
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:491:17: error: cannot find 'transform' in scope
transform = CGAffineTransform(rotationAngle: CGFloat.pi)
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:505:19: error: method does not override any method from its superclass
override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:533:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
SwiftCompile normal arm64 Compiling\ iOSDropDown.swift /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift (in target 'iOSDropDown' from project 'iOSDropDown')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name iOSDropDown -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.o -index-unit-output-path /iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift (in target 'iOSDropDown' from project 'iOSDropDown')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name iOSDropDown -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.o -index-unit-output-path /iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 Compiling\ iOSDropDown.swift /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift (in target 'iOSDropDown' from project 'iOSDropDown')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name iOSDropDown -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.o -index-unit-output-path /iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift (in target 'iOSDropDown' from project 'iOSDropDown')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name iOSDropDown -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.o -index-unit-output-path /iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ iOSDropDown.swift /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift (in target 'iOSDropDown' from project 'iOSDropDown')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name iOSDropDown -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.o -index-unit-output-path /iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift (in target 'iOSDropDown' from project 'iOSDropDown')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name iOSDropDown -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.o -index-unit-output-path /iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift (in target 'iOSDropDown' from project 'iOSDropDown')
SwiftEmitModule normal armv7k Emitting\ module\ for\ iOSDropDown (in target 'iOSDropDown' from project 'iOSDropDown')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift (in target 'iOSDropDown' from project 'iOSDropDown')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ iOSDropDown (in target 'iOSDropDown' from project 'iOSDropDown')
SwiftEmitModule normal arm64 Emitting\ module\ for\ iOSDropDown (in target 'iOSDropDown' from project 'iOSDropDown')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift (in target 'iOSDropDown' from project 'iOSDropDown')
Building workspace spi-builder-workspace with scheme iOSDropDown
(7 failures)
Command line invocation:
/Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
iOSDropDown: /Users/admin/builder/spi-builder-workspace
resolved source packages: iOSDropDown
{
"dependencies" : [
],
"manifest_display_name" : "iOSDropDown",
"name" : "iOSDropDown",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "iOSDropDown",
"targets" : [
"iOSDropDown"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "iOSDropDown",
"module_type" : "SwiftTarget",
"name" : "iOSDropDown",
"path" : "iOSDropDown/Classes",
"product_memberships" : [
"iOSDropDown"
],
"sources" : [
"iOSDropDown.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"iOSDropDown"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme iOSDropDown -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme iOSDropDown -destination generic/platform=watchOS
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
iOSDropDown: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'iOSDropDown' in project 'iOSDropDown'
➜ Explicit dependency on target 'iOSDropDown' in project 'iOSDropDown'
Target 'iOSDropDown' in project 'iOSDropDown' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache
SwiftDriver iOSDropDown normal armv7k com.apple.xcode.tools.swift.compiler (in target 'iOSDropDown' from project 'iOSDropDown')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name iOSDropDown -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown-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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown_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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver iOSDropDown normal arm64 com.apple.xcode.tools.swift.compiler (in target 'iOSDropDown' from project 'iOSDropDown')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name iOSDropDown -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown-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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown_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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver iOSDropDown normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'iOSDropDown' from project 'iOSDropDown')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name iOSDropDown -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown-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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown_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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ iOSDropDown (in target 'iOSDropDown' from project 'iOSDropDown')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name iOSDropDown -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.abi.json
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift (in target 'iOSDropDown' from project 'iOSDropDown')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name iOSDropDown -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.abi.json
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:13:16: error: cannot find type 'UITableView' in scope
var table: UITableView!
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:14:17: error: cannot find type 'UIView' in scope
var shadow: UIView!
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:23:60: error: type 'UIColor' has no member 'systemPink'
@IBInspectable public var selectedRowColor: UIColor = .systemPink
~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:33:13: error: cannot find 'layer' in scope
layer.borderColor = borderColor.cgColor
^~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:44:13: error: cannot find 'layer' in scope
layer.borderWidth = borderWidth
^~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:50:13: error: cannot find 'layer' in scope
layer.cornerRadius = cornerRadius
^~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:58:44: error: cannot find type 'UIViewController' in scope
fileprivate weak var parentController: UIViewController?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:60:38: error: cannot find 'UIView' in scope
fileprivate var backgroundView = UIView()
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:93:32: error: value of type 'Arrow' has no member 'superview'
let center = arrow.superview!.center
~~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:94:19: error: value of type 'Arrow' has no member 'frame'
arrow.frame = CGRect(x: center.x - arrowSize / 2, y: center.y - arrowSize / 2, width: arrowSize, height: arrowSize)
~~~~~ ^~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:115:21: error: initializer does not override a designated initializer from its superclass
override public init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:190:42: error: cannot find type 'UIView' in scope
func getConvertedPoint(_ targetView: UIView, baseView: UIView?) -> CGPoint {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:190:60: error: cannot find type 'UIView' in scope
func getConvertedPoint(_ targetView: UIView, baseView: UIView?) -> CGPoint {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:11:22: error: cannot find type 'UITextField' in scope
open class DropDown: UITextField {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:10:2: error: only classes that inherit from NSObject can be declared @objc
@objc(JRDropDown)
~^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:11:12: note: inherit from 'NSObject' to silence this error
open class DropDown: UITextField {
^
NSObject,
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:358:21: error: cannot find type 'UITextFieldDelegate' in scope
extension DropDown: UITextFieldDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:359:52: error: cannot find type 'UITextField' in scope
public func textFieldShouldReturn(_ textField: UITextField) -> Bool {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:364:55: error: cannot find type 'UITextField' in scope
public func textFieldDidBeginEditing(_ textField: UITextField) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:371:58: error: cannot find type 'UITextField' in scope
public func textFieldShouldBeginEditing(_ textField: UITextField) -> Bool {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:375:40: error: cannot find type 'UITextField' in scope
public func textField(_ textField: UITextField, shouldChangeCharactersIn range: NSRange, replacementString string: String) -> Bool {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:391:21: error: cannot find type 'UITableViewDataSource' in scope
extension DropDown: UITableViewDataSource {
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:392:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:396:91: error: cannot find type 'UITableViewCell' in scope
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:396:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:429:21: error: cannot find type 'UITableViewDelegate' in scope
extension DropDown: UITableViewDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:430:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:467:14: error: cannot find type 'UIView' in scope
class Arrow: UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:468:22: error: cannot find 'CAShapeLayer' in scope
let shapeLayer = CAShapeLayer()
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:479:17: error: cannot find 'transform' in scope
transform = CGAffineTransform(rotationAngle: -CGFloat.pi / 2)
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:483:17: error: cannot find 'transform' in scope
transform = CGAffineTransform(rotationAngle: CGFloat.pi * 2)
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:487:17: error: cannot find 'transform' in scope
transform = CGAffineTransform(rotationAngle: CGFloat.pi / 2)
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:491:17: error: cannot find 'transform' in scope
transform = CGAffineTransform(rotationAngle: CGFloat.pi)
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:505:19: error: method does not override any method from its superclass
override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:533:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ iOSDropDown (in target 'iOSDropDown' from project 'iOSDropDown')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name iOSDropDown -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.abi.json
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift (in target 'iOSDropDown' from project 'iOSDropDown')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name iOSDropDown -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.abi.json
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:13:16: error: cannot find type 'UITableView' in scope
var table: UITableView!
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:14:17: error: cannot find type 'UIView' in scope
var shadow: UIView!
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:23:60: error: type 'UIColor' has no member 'systemPink'
@IBInspectable public var selectedRowColor: UIColor = .systemPink
~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:33:13: error: cannot find 'layer' in scope
layer.borderColor = borderColor.cgColor
^~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:44:13: error: cannot find 'layer' in scope
layer.borderWidth = borderWidth
^~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:50:13: error: cannot find 'layer' in scope
layer.cornerRadius = cornerRadius
^~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:58:44: error: cannot find type 'UIViewController' in scope
fileprivate weak var parentController: UIViewController?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:60:38: error: cannot find 'UIView' in scope
fileprivate var backgroundView = UIView()
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:93:32: error: value of type 'Arrow' has no member 'superview'
let center = arrow.superview!.center
~~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:94:19: error: value of type 'Arrow' has no member 'frame'
arrow.frame = CGRect(x: center.x - arrowSize / 2, y: center.y - arrowSize / 2, width: arrowSize, height: arrowSize)
~~~~~ ^~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:115:21: error: initializer does not override a designated initializer from its superclass
override public init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:190:42: error: cannot find type 'UIView' in scope
func getConvertedPoint(_ targetView: UIView, baseView: UIView?) -> CGPoint {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:190:60: error: cannot find type 'UIView' in scope
func getConvertedPoint(_ targetView: UIView, baseView: UIView?) -> CGPoint {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:11:22: error: cannot find type 'UITextField' in scope
open class DropDown: UITextField {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:10:2: error: only classes that inherit from NSObject can be declared @objc
@objc(JRDropDown)
~^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:11:12: note: inherit from 'NSObject' to silence this error
open class DropDown: UITextField {
^
NSObject,
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:358:21: error: cannot find type 'UITextFieldDelegate' in scope
extension DropDown: UITextFieldDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:359:52: error: cannot find type 'UITextField' in scope
public func textFieldShouldReturn(_ textField: UITextField) -> Bool {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:364:55: error: cannot find type 'UITextField' in scope
public func textFieldDidBeginEditing(_ textField: UITextField) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:371:58: error: cannot find type 'UITextField' in scope
public func textFieldShouldBeginEditing(_ textField: UITextField) -> Bool {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:375:40: error: cannot find type 'UITextField' in scope
public func textField(_ textField: UITextField, shouldChangeCharactersIn range: NSRange, replacementString string: String) -> Bool {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:391:21: error: cannot find type 'UITableViewDataSource' in scope
extension DropDown: UITableViewDataSource {
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:392:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:396:91: error: cannot find type 'UITableViewCell' in scope
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:396:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:429:21: error: cannot find type 'UITableViewDelegate' in scope
extension DropDown: UITableViewDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:430:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:467:14: error: cannot find type 'UIView' in scope
class Arrow: UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:468:22: error: cannot find 'CAShapeLayer' in scope
let shapeLayer = CAShapeLayer()
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:479:17: error: cannot find 'transform' in scope
transform = CGAffineTransform(rotationAngle: -CGFloat.pi / 2)
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:483:17: error: cannot find 'transform' in scope
transform = CGAffineTransform(rotationAngle: CGFloat.pi * 2)
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:487:17: error: cannot find 'transform' in scope
transform = CGAffineTransform(rotationAngle: CGFloat.pi / 2)
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:491:17: error: cannot find 'transform' in scope
transform = CGAffineTransform(rotationAngle: CGFloat.pi)
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:505:19: error: method does not override any method from its superclass
override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:533:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
SwiftCompile normal arm64_32 Compiling\ iOSDropDown.swift /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift (in target 'iOSDropDown' from project 'iOSDropDown')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name iOSDropDown -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.o -index-unit-output-path /iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift (in target 'iOSDropDown' from project 'iOSDropDown')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name iOSDropDown -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.o -index-unit-output-path /iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64_32/iOSDropDown.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ iOSDropDown (in target 'iOSDropDown' from project 'iOSDropDown')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name iOSDropDown -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.abi.json
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift (in target 'iOSDropDown' from project 'iOSDropDown')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name iOSDropDown -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.abi.json
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:13:16: error: cannot find type 'UITableView' in scope
var table: UITableView!
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:14:17: error: cannot find type 'UIView' in scope
var shadow: UIView!
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:23:60: error: type 'UIColor' has no member 'systemPink'
@IBInspectable public var selectedRowColor: UIColor = .systemPink
~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:33:13: error: cannot find 'layer' in scope
layer.borderColor = borderColor.cgColor
^~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:44:13: error: cannot find 'layer' in scope
layer.borderWidth = borderWidth
^~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:50:13: error: cannot find 'layer' in scope
layer.cornerRadius = cornerRadius
^~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:58:44: error: cannot find type 'UIViewController' in scope
fileprivate weak var parentController: UIViewController?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:60:38: error: cannot find 'UIView' in scope
fileprivate var backgroundView = UIView()
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:93:32: error: value of type 'Arrow' has no member 'superview'
let center = arrow.superview!.center
~~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:94:19: error: value of type 'Arrow' has no member 'frame'
arrow.frame = CGRect(x: center.x - arrowSize / 2, y: center.y - arrowSize / 2, width: arrowSize, height: arrowSize)
~~~~~ ^~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:115:21: error: initializer does not override a designated initializer from its superclass
override public init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:190:42: error: cannot find type 'UIView' in scope
func getConvertedPoint(_ targetView: UIView, baseView: UIView?) -> CGPoint {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:190:60: error: cannot find type 'UIView' in scope
func getConvertedPoint(_ targetView: UIView, baseView: UIView?) -> CGPoint {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:11:22: error: cannot find type 'UITextField' in scope
open class DropDown: UITextField {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:10:2: error: only classes that inherit from NSObject can be declared @objc
@objc(JRDropDown)
~^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:11:12: note: inherit from 'NSObject' to silence this error
open class DropDown: UITextField {
^
NSObject,
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:358:21: error: cannot find type 'UITextFieldDelegate' in scope
extension DropDown: UITextFieldDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:359:52: error: cannot find type 'UITextField' in scope
public func textFieldShouldReturn(_ textField: UITextField) -> Bool {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:364:55: error: cannot find type 'UITextField' in scope
public func textFieldDidBeginEditing(_ textField: UITextField) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:371:58: error: cannot find type 'UITextField' in scope
public func textFieldShouldBeginEditing(_ textField: UITextField) -> Bool {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:375:40: error: cannot find type 'UITextField' in scope
public func textField(_ textField: UITextField, shouldChangeCharactersIn range: NSRange, replacementString string: String) -> Bool {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:391:21: error: cannot find type 'UITableViewDataSource' in scope
extension DropDown: UITableViewDataSource {
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:392:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:396:91: error: cannot find type 'UITableViewCell' in scope
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:396:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:429:21: error: cannot find type 'UITableViewDelegate' in scope
extension DropDown: UITableViewDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:430:40: error: cannot find type 'UITableView' in scope
public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:467:14: error: cannot find type 'UIView' in scope
class Arrow: UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:468:22: error: cannot find 'CAShapeLayer' in scope
let shapeLayer = CAShapeLayer()
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:479:17: error: cannot find 'transform' in scope
transform = CGAffineTransform(rotationAngle: -CGFloat.pi / 2)
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:483:17: error: cannot find 'transform' in scope
transform = CGAffineTransform(rotationAngle: CGFloat.pi * 2)
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:487:17: error: cannot find 'transform' in scope
transform = CGAffineTransform(rotationAngle: CGFloat.pi / 2)
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:491:17: error: cannot find 'transform' in scope
transform = CGAffineTransform(rotationAngle: CGFloat.pi)
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:505:19: error: method does not override any method from its superclass
override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift:533:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
SwiftCompile normal arm64 Compiling\ iOSDropDown.swift /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift (in target 'iOSDropDown' from project 'iOSDropDown')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name iOSDropDown -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.o -index-unit-output-path /iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift (in target 'iOSDropDown' from project 'iOSDropDown')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name iOSDropDown -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.o -index-unit-output-path /iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/arm64/iOSDropDown.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ iOSDropDown.swift /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift (in target 'iOSDropDown' from project 'iOSDropDown')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name iOSDropDown -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.o -index-unit-output-path /iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift (in target 'iOSDropDown' from project 'iOSDropDown')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.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/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name iOSDropDown -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.o -index-unit-output-path /iOSDropDown.build/Debug-watchos/iOSDropDown.build/Objects-normal/armv7k/iOSDropDown.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift (in target 'iOSDropDown' from project 'iOSDropDown')
SwiftEmitModule normal armv7k Emitting\ module\ for\ iOSDropDown (in target 'iOSDropDown' from project 'iOSDropDown')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ iOSDropDown (in target 'iOSDropDown' from project 'iOSDropDown')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift (in target 'iOSDropDown' from project 'iOSDropDown')
SwiftEmitModule normal arm64 Emitting\ module\ for\ iOSDropDown (in target 'iOSDropDown' from project 'iOSDropDown')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/iOSDropDown/Classes/iOSDropDown.swift (in target 'iOSDropDown' from project 'iOSDropDown')
Building workspace spi-builder-workspace with scheme iOSDropDown
(7 failures)
BUILD FAILURE 6.0 watchOS