Build Information
Failed to build OverlayContainer, reference main (df49c8), with Swift 6.1 for watchOS using Xcode 16.3 on 5 Dec 2025 08:02:46 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OverlayContainer -destination generic/platform=watchOSBuild Log
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift:46:58: note: classes not annotated with @objc cannot be represented in Objective-C
@objc private func overlayPanGestureAction(_ sender: OverlayTranslationGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:13:26: error: cannot find type 'UIScrollView' in scope
weak var scrollView: UIScrollView?
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:25:75: error: cannot find type 'UIScrollView' in scope
init(translationController: OverlayTranslationController, scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:40:59: error: cannot find type 'UIScrollView' in scope
func overlayScrollViewWillBeginDragging(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:44:51: error: cannot find type 'UIScrollView' in scope
func overlayScrollViewDidScroll(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:63:42: error: cannot find type 'UIScrollView' in scope
func overlayScrollView(_ scrollView: UIScrollView,
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:97:58: error: cannot find type 'UIScrollView' in scope
private func shouldDragOverlay(following scrollView: UIScrollView) -> Bool {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:113:61: error: cannot find type 'UIScrollView' in scope
private func adjustedContentOffset(dragging scrollView: UIScrollView) -> CGPoint {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift:21:24: error: method does not override any method from its superclass
open override func presentationTransitionWillBegin() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift:26:24: error: method does not override any method from its superclass
open override func dismissalTransitionDidEnd(_ completed: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift:38:94: error: cannot find type 'UIViewController' in scope
willStartDraggingOverlay overlayViewController: UIViewController) {}
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift:46:92: error: cannot find type 'UIViewController' in scope
willEndDraggingOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift:59:85: error: cannot find type 'UIViewController' in scope
willMoveOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift:68:84: error: cannot find type 'UIViewController' in scope
didMoveOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift:80:90: error: cannot find type 'UIViewController' in scope
willTranslateOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift:17:52: error: cannot find type 'UIPresentationController' in scope
open class OverlayContainerPresentationController: UIPresentationController {
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift:12:51: error: cannot find type 'UIView' in scope
public protocol OverlayContainerSheetDimmingView: UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift:48:21: error: initializer does not override a designated initializer from its superclass
public override init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift:37:57: error: cannot find type 'UIView' in scope
open class TransparentOverlayContainerSheetDimmingView: UIView, OverlayContainerSheetDimmingView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:30:64: error: cannot find type 'UITapGestureRecognizer' in scope
open private(set) lazy var dismissingTapGestureRecognizer: UITapGestureRecognizer = self.makeTapGestureRecognizer()
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:34:48: error: cannot find type 'UIView' in scope
private lazy var tapGestureRecognizerView: UIView = self.makeTapGestureRecognizerView()
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:48:42: error: cannot find type 'UIViewController' in scope
presentedViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:49:29: error: cannot find type 'UIViewController' in scope
presenting: UIViewController?) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:47:110: error: missing argument for parameter 'coder' in call
public init(dimmingView: OverlayContainerSheetDimmingView? = TransparentOverlayContainerSheetDimmingView(),
^
coder: <#NSCoder#>
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift:53:21: note: 'init(coder:)' declared here
public required init?(coder aDecoder: NSCoder) {
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:60:99: error: cannot find type 'UIViewController' in scope
willTranslateOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:82:24: error: method does not override any method from its superclass
open override func dismissalTransitionWillBegin() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:87:24: error: method does not override any method from its superclass
open override func presentationTransitionDidEnd(_ completed: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:96:51: error: cannot find type 'UITapGestureRecognizer' in scope
@objc private func tapGestureAction(_ sender: UITapGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:139:52: error: cannot find type 'UIView' in scope
private func makeTapGestureRecognizerView() -> UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:143:48: error: cannot find type 'UITapGestureRecognizer' in scope
private func makeTapGestureRecognizer() -> UITapGestureRecognizer {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:46:32: error: cannot find type 'UIViewController' in scope
open var viewControllers: [UIViewController] = [] {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:48:19: error: cannot find 'isViewLoaded' in scope
guard isViewLoaded else { return }
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:49:32: error: cannot find 'removeChild' in scope
oldValue.forEach { removeChild($0) }
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:51:13: error: cannot find 'setNeedsStatusBarAppearanceUpdate' in scope
setNeedsStatusBarAppearanceUpdate()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:56:33: error: cannot find type 'UIViewController' in scope
open var topViewController: UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:60:47: error: cannot find type 'UIViewController' in scope
open override var childForStatusBarStyle: UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:65:38: error: cannot find type 'UIScrollView' in scope
weak open var drivingScrollView: UIScrollView? {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:68:19: error: cannot find 'isViewLoaded' in scope
guard isViewLoaded else { return }
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:88:54: error: cannot find type 'NSLayoutConstraint' in scope
private var overlayContainerViewStyleConstraint: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:89:46: error: cannot find type 'NSLayoutConstraint' in scope
private var translationHeightConstraint: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:122:24: error: method does not override any method from its superclass
open override func loadView() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:129:24: error: method does not override any method from its superclass
open override func viewDidLoad() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:134:24: error: method does not override any method from its superclass
open override func viewWillLayoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:18:44: error: cannot find type 'UIViewController' in scope
open class OverlayContainerViewController: UIViewController {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:411:92: error: cannot find type 'UIViewController' in scope
func overlayViewController(for translationController: OverlayTranslationController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift:35:62: error: cannot find type 'UIViewController' in scope
func overlayTargetNotchPolicy(for overlayViewController: UIViewController) -> OverlayTranslationTargetNotchPolicy?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift:37:57: error: cannot find type 'UIViewController' in scope
func animationController(for overlayViewController: UIViewController) -> OverlayAnimatedTransitioning?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift:55:88: error: cannot find type 'UIViewImplicitlyAnimating' in scope
func interruptibleAnimator(using context: OverlayContainerContextTransitioning) -> UIViewImplicitlyAnimating
^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift:60:62: error: cannot find type 'UIViewController' in scope
func overlayTargetNotchPolicy(for overlayViewController: UIViewController) -> OverlayTranslationTargetNotchPolicy? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift:64:57: error: cannot find type 'UIViewController' in scope
func animationController(for overlayViewController: UIViewController) -> OverlayAnimatedTransitioning? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/PassThroughView.swift:17:75: error: cannot find type 'UIView' in scope
open override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/PassThroughView.swift:17:62: error: cannot find type 'UIEvent' in scope
open override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/PassThroughView.swift:13:29: error: cannot find type 'UIView' in scope
open class PassThroughView: UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/SpringOverlayTranslationAnimationController.swift:44:95: error: cannot find type 'UIViewImplicitlyAnimating' in scope
public func interruptibleAnimator(using context: OverlayContainerContextTransitioning) -> UIViewImplicitlyAnimating {
^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/SpringOverlayTranslationAnimationController.swift:64:11: error: cannot find type 'UISpringTimingParameters' in scope
extension UISpringTimingParameters {
^~~~~~~~~~~~~~~~~~~~~~~~
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTransitioning.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerDimissingPolicyContext.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayTranslationParameters.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/DraggingOverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/CGFloat+Round.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/CGGeometry+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIPanGesture+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIView+Constraints.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIView+Subviews.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIViewController+Children.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/GroundView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/OverlayContainerView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/OverlayTranslationContainerView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/OverlayTranslationView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetDismissalPolicy.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTranslationFunction.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/PassThroughView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/RubberBandOverlayTranslationFunction.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/RushingForwardTargetNotchPolicy.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/SpringOverlayTranslationAnimationController.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/armv7k/OverlayContainer_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.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/OverlayContainer.build/Debug-watchos/OverlayContainer.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OverlayContainer -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/armv7k/OverlayContainer.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/armv7k/OverlayContainer.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/armv7k/OverlayContainer-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/armv7k/OverlayContainer-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/armv7k/OverlayContainer-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/armv7k/OverlayContainer.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/armv7k/OverlayContainer.abi.json
SwiftCompile normal armv7k Compiling\ PanGestureOverlayTranslationDriver.swift,\ ScrollViewOverlayTranslationDriver.swift,\ GroundView.swift,\ OverlayContainerView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/GroundView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/OverlayContainerView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/GroundView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/OverlayContainerView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ OverlayScrollViewDelegateProxy.swift,\ OverlayTranslationController.swift,\ OverlayTranslationDriver.swift,\ OverlayTranslationGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationDriver.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ OverlayContainerViewController.swift,\ OverlayContainerViewControllerDelegate.swift,\ OverlayTransitioningDelegate.swift,\ OverlayTranslationFunction.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTranslationFunction.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTranslationFunction.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift,\ OverlayContainerConfiguration.swift,\ OverlayContainerConfigurationImplementation.swift,\ OverlayScrollViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ ConcreteOverlayContainerContextTargetNotchPolicy.swift,\ ConcreteOverlayContainerContextTransitioning.swift,\ ConcreteOverlayContainerDimissingPolicyContext.swift,\ ConcreteOverlayTranslationParameters.swift,\ DraggingOverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTransitioning.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerDimissingPolicyContext.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayTranslationParameters.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/DraggingOverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTransitioning.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerDimissingPolicyContext.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayTranslationParameters.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/DraggingOverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ OverlayContainer (in target 'OverlayContainer' from project 'OverlayContainer')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTransitioning.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerDimissingPolicyContext.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayTranslationParameters.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/DraggingOverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/CGFloat+Round.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/CGGeometry+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIPanGesture+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIView+Constraints.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIView+Subviews.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIViewController+Children.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/GroundView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/OverlayContainerView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/OverlayTranslationContainerView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/OverlayTranslationView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetDismissalPolicy.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTranslationFunction.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/PassThroughView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/RubberBandOverlayTranslationFunction.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/RushingForwardTargetNotchPolicy.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/SpringOverlayTranslationAnimationController.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64_32/OverlayContainer_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.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/OverlayContainer.build/Debug-watchos/OverlayContainer.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OverlayContainer -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64_32/OverlayContainer.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64_32/OverlayContainer.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64_32/OverlayContainer-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64_32/OverlayContainer-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64_32/OverlayContainer-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64_32/OverlayContainer.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64_32/OverlayContainer.abi.json
EmitSwiftModule normal arm64_32 (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:12:32: error: cannot find type 'UIViewController' in scope
let overlayViewController: UIViewController
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift:15:32: error: cannot find type 'UIViewController' in scope
var overlayViewController: UIViewController { get }
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTransitioning.swift:17:32: error: cannot find type 'UIViewController' in scope
let overlayViewController: UIViewController
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift:23:32: error: cannot find type 'UIViewController' in scope
var overlayViewController: UIViewController { get }
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:12:96: error: cannot find type 'UIViewController' in scope
transitioningDelegateForOverlay overlayViewController: UIViewController) -> OverlayTransitioningDelegate? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:17:110: error: cannot find type 'UIScrollView' in scope
scrollViewDrivingOverlay overlayViewController: UIViewController) -> UIScrollView? {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:17:89: error: cannot find type 'UIViewController' in scope
scrollViewDrivingOverlay overlayViewController: UIViewController) -> UIScrollView? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:22:91: error: cannot find type 'UIViewController' in scope
shouldStartDraggingOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:24:61: error: cannot find type 'UICoordinateSpace' in scope
in coordinateSpace: UICoordinateSpace) -> Bool {
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:30:101: error: cannot find type 'UIViewController' in scope
overlayTranslationFunctionForOverlay overlayViewController: UIViewController) -> OverlayTranslationFunction? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:35:80: error: cannot find type 'UIViewController' in scope
willMoveOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:39:79: error: cannot find type 'UIViewController' in scope
didMoveOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:43:89: error: cannot find type 'UIViewController' in scope
willStartDraggingOverlay overlayViewController: UIViewController) {}
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:46:87: error: cannot find type 'UIViewController' in scope
willEndDraggingOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:50:85: error: cannot find type 'UIViewController' in scope
willTranslateOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:55:75: error: cannot find type 'UIViewController' in scope
forOverlay overlayViewController: UIViewController) -> Bool {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIPanGesture+Utils.swift:10:11: error: cannot find type 'UIPanGestureRecognizer' in scope
extension UIPanGestureRecognizer {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift:10:11: error: cannot find type 'UIScrollView' in scope
extension UIScrollView {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift:30:11: error: cannot find type 'UIScrollView' in scope
extension UIScrollView {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIView+Constraints.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIView+Subviews.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIViewController+Children.swift:10:11: error: cannot find type 'UIViewController' in scope
extension UIViewController {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift:23:92: error: cannot find type 'UIViewController' in scope
func overlayViewController(for translationController: OverlayTranslationController) -> UIViewController?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationController.swift:19:61: error: cannot find type 'UICoordinateSpace' in scope
func isDraggable(at point: CGPoint, in coordinateSpace: UICoordinateSpace) -> Bool
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift:44:40: error: cannot find type 'UIViewController' in scope
private var overlayViewController: UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift:48:51: error: cannot find type 'UIViewImplicitlyAnimating' in scope
private var lastScheduledTranslationAnimator: UIViewImplicitlyAnimating?
^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift:15:66: error: cannot find type 'UIViewController' in scope
func canReachNotch(at index: Int, for overlayViewController: UIViewController) -> Bool
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift:16:50: error: cannot find type 'UIViewController' in scope
func animationController(forOverlay overlay: UIViewController) -> OverlayAnimatedTransitioning
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift:17:55: error: cannot find type 'UIViewController' in scope
func overlayTargetNotchPolicy(forOverlay overlay: UIViewController) -> OverlayTranslationTargetNotchPolicy
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift:19:69: error: cannot find type 'UIScrollView' in scope
func scrollView(drivingOverlay controller: UIViewController) -> UIScrollView?
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift:19:48: error: cannot find type 'UIViewController' in scope
func scrollView(drivingOverlay controller: UIViewController) -> UIScrollView?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift:21:55: error: cannot find type 'UIViewController' in scope
func shouldStartDraggingOverlay(_ viewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift:23:57: error: cannot find type 'UICoordinateSpace' in scope
in coordinateSpace: UICoordinateSpace) -> Bool
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift:25:64: error: cannot find type 'UIViewController' in scope
for overlayViewController: UIViewController) -> OverlayTranslationFunction
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift:60:46: error: cannot find type 'NSLayoutConstraint' in scope
private let translationHeightConstraint: NSLayoutConstraint
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift:65:39: error: cannot find type 'NSLayoutConstraint' in scope
init(translationHeightConstraint: NSLayoutConstraint,
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift:188:61: error: cannot find type 'UICoordinateSpace' in scope
func isDraggable(at point: CGPoint, in coordinateSpace: UICoordinateSpace) -> Bool {
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift:12:27: error: cannot find type 'UIViewImplicitlyAnimating' in scope
private let animator: UIViewImplicitlyAnimating
^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift:17:20: error: cannot find type 'UIViewImplicitlyAnimating' in scope
init(animator: UIViewImplicitlyAnimating, context: OverlayContainerTransitionCoordinatorContext) {
^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift:60:52: error: cannot find type 'UIViewController' in scope
func enabledNotchIndexes(for overlayContainer: UIViewController) -> [Int] {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:47:110: error: cannot find type 'UIScrollView' in scope
scrollViewDrivingOverlay overlayViewController: UIViewController) -> UIScrollView?
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:47:89: error: cannot find type 'UIViewController' in scope
scrollViewDrivingOverlay overlayViewController: UIViewController) -> UIScrollView?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:64:91: error: cannot find type 'UIViewController' in scope
shouldStartDraggingOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:66:61: error: cannot find type 'UICoordinateSpace' in scope
in coordinateSpace: UICoordinateSpace) -> Bool
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:73:89: error: cannot find type 'UIViewController' in scope
willStartDraggingOverlay overlayViewController: UIViewController)
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:81:87: error: cannot find type 'UIViewController' in scope
willEndDraggingOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:94:80: error: cannot find type 'UIViewController' in scope
willMoveOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:103:79: error: cannot find type 'UIViewController' in scope
didMoveOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:122:85: error: cannot find type 'UIViewController' in scope
willTranslateOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:134:101: error: cannot find type 'UIViewController' in scope
overlayTranslationFunctionForOverlay overlayViewController: UIViewController) -> OverlayTranslationFunction?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:143:96: error: cannot find type 'UIViewController' in scope
transitioningDelegateForOverlay overlayViewController: UIViewController) -> OverlayTransitioningDelegate?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:154:75: error: cannot find type 'UIViewController' in scope
forOverlay overlayViewController: UIViewController) -> Bool
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift:53:50: error: cannot find type 'UIViewController' in scope
func animationController(forOverlay overlay: UIViewController) -> OverlayAnimatedTransitioning {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift:65:55: error: cannot find type 'UIViewController' in scope
func overlayTargetNotchPolicy(forOverlay overlay: UIViewController) -> OverlayTranslationTargetNotchPolicy {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift:76:69: error: cannot find type 'UIScrollView' in scope
func scrollView(drivingOverlay controller: UIViewController) -> UIScrollView? {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift:76:48: error: cannot find type 'UIViewController' in scope
func scrollView(drivingOverlay controller: UIViewController) -> UIScrollView? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift:81:55: error: cannot find type 'UIViewController' in scope
func shouldStartDraggingOverlay(_ viewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift:83:57: error: cannot find type 'UICoordinateSpace' in scope
in coordinateSpace: UICoordinateSpace) -> Bool {
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift:94:64: error: cannot find type 'UIViewController' in scope
for overlayViewController: UIViewController) -> OverlayTranslationFunction {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift:104:66: error: cannot find type 'UIViewController' in scope
func canReachNotch(at index: Int, for overlayViewController: UIViewController) -> Bool {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift:11:59: error: cannot find type 'UIScrollView' in scope
func overlayScrollViewWillBeginDragging(_ scrollView: UIScrollView)
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift:12:51: error: cannot find type 'UIScrollView' in scope
func overlayScrollViewDidScroll(_ scrollView: UIScrollView)
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift:13:42: error: cannot find type 'UIScrollView' in scope
func overlayScrollView(_ scrollView: UIScrollView,
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift:10:49: error: cannot find type 'UIScrollViewDelegate' in scope
class OverlayScrollViewDelegateProxy: NSObject, UIScrollViewDelegate {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift:13:40: error: cannot find type 'UIScrollViewDelegate' in scope
private weak var originalDelegate: UIScrollViewDelegate?
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift:14:34: error: cannot find type 'UIScrollView' in scope
private weak var scrollView: UIScrollView?
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift:44:94: error: cannot find type 'UIScrollView' in scope
func forward(to delegate: OverlayScrollViewDelegate, delegateInvocationsFrom scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift:66:44: error: cannot find type 'UIScrollView' in scope
func scrollViewDidScroll(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift:71:50: error: cannot find type 'UIScrollView' in scope
func scrollViewWillEndDragging(_ scrollView: UIScrollView,
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift:86:52: error: cannot find type 'UIScrollView' in scope
func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift:12:33: error: cannot find type 'UIScrollView' in scope
weak var drivingScrollView: UIScrollView?
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift:10:44: error: cannot find type 'UIPanGestureRecognizer' in scope
class OverlayTranslationGestureRecognizer: UIPanGestureRecognizer {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift:25:47: error: cannot find type 'UITouch' in scope
override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift:25:69: error: cannot find type 'UIEvent' in scope
override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift:30:67: error: cannot find type 'UIGestureRecognizer' in scope
override func shouldRequireFailure(of otherGestureRecognizer: UIGestureRecognizer) -> Bool {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift:12:43: error: cannot find type 'UIGestureRecognizerDelegate' in scope
UIGestureRecognizerDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift:36:60: error: cannot find type 'UIGestureRecognizer' in scope
func gestureRecognizerShouldBegin(_ gestureRecognizer: UIGestureRecognizer) -> Bool {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift:46:24: error: method cannot be marked @objc because the type of the parameter cannot be represented in Objective-C
@objc private func overlayPanGestureAction(_ sender: OverlayTranslationGestureRecognizer) {
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift:46:58: note: classes not annotated with @objc cannot be represented in Objective-C
@objc private func overlayPanGestureAction(_ sender: OverlayTranslationGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:13:26: error: cannot find type 'UIScrollView' in scope
weak var scrollView: UIScrollView?
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:25:75: error: cannot find type 'UIScrollView' in scope
init(translationController: OverlayTranslationController, scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:40:59: error: cannot find type 'UIScrollView' in scope
func overlayScrollViewWillBeginDragging(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:44:51: error: cannot find type 'UIScrollView' in scope
func overlayScrollViewDidScroll(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:63:42: error: cannot find type 'UIScrollView' in scope
func overlayScrollView(_ scrollView: UIScrollView,
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:97:58: error: cannot find type 'UIScrollView' in scope
private func shouldDragOverlay(following scrollView: UIScrollView) -> Bool {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:113:61: error: cannot find type 'UIScrollView' in scope
private func adjustedContentOffset(dragging scrollView: UIScrollView) -> CGPoint {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift:21:24: error: method does not override any method from its superclass
open override func presentationTransitionWillBegin() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift:26:24: error: method does not override any method from its superclass
open override func dismissalTransitionDidEnd(_ completed: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift:38:94: error: cannot find type 'UIViewController' in scope
willStartDraggingOverlay overlayViewController: UIViewController) {}
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift:46:92: error: cannot find type 'UIViewController' in scope
willEndDraggingOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift:59:85: error: cannot find type 'UIViewController' in scope
willMoveOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift:68:84: error: cannot find type 'UIViewController' in scope
didMoveOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift:80:90: error: cannot find type 'UIViewController' in scope
willTranslateOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift:17:52: error: cannot find type 'UIPresentationController' in scope
open class OverlayContainerPresentationController: UIPresentationController {
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift:12:51: error: cannot find type 'UIView' in scope
public protocol OverlayContainerSheetDimmingView: UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift:48:21: error: initializer does not override a designated initializer from its superclass
public override init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift:37:57: error: cannot find type 'UIView' in scope
open class TransparentOverlayContainerSheetDimmingView: UIView, OverlayContainerSheetDimmingView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:30:64: error: cannot find type 'UITapGestureRecognizer' in scope
open private(set) lazy var dismissingTapGestureRecognizer: UITapGestureRecognizer = self.makeTapGestureRecognizer()
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:34:48: error: cannot find type 'UIView' in scope
private lazy var tapGestureRecognizerView: UIView = self.makeTapGestureRecognizerView()
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:48:42: error: cannot find type 'UIViewController' in scope
presentedViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:49:29: error: cannot find type 'UIViewController' in scope
presenting: UIViewController?) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:47:110: error: missing argument for parameter 'coder' in call
public init(dimmingView: OverlayContainerSheetDimmingView? = TransparentOverlayContainerSheetDimmingView(),
^
coder: <#NSCoder#>
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift:53:21: note: 'init(coder:)' declared here
public required init?(coder aDecoder: NSCoder) {
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:60:99: error: cannot find type 'UIViewController' in scope
willTranslateOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:82:24: error: method does not override any method from its superclass
open override func dismissalTransitionWillBegin() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:87:24: error: method does not override any method from its superclass
open override func presentationTransitionDidEnd(_ completed: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:96:51: error: cannot find type 'UITapGestureRecognizer' in scope
@objc private func tapGestureAction(_ sender: UITapGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:139:52: error: cannot find type 'UIView' in scope
private func makeTapGestureRecognizerView() -> UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:143:48: error: cannot find type 'UITapGestureRecognizer' in scope
private func makeTapGestureRecognizer() -> UITapGestureRecognizer {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:46:32: error: cannot find type 'UIViewController' in scope
open var viewControllers: [UIViewController] = [] {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:48:19: error: cannot find 'isViewLoaded' in scope
guard isViewLoaded else { return }
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:49:32: error: cannot find 'removeChild' in scope
oldValue.forEach { removeChild($0) }
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:51:13: error: cannot find 'setNeedsStatusBarAppearanceUpdate' in scope
setNeedsStatusBarAppearanceUpdate()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:56:33: error: cannot find type 'UIViewController' in scope
open var topViewController: UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:60:47: error: cannot find type 'UIViewController' in scope
open override var childForStatusBarStyle: UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:65:38: error: cannot find type 'UIScrollView' in scope
weak open var drivingScrollView: UIScrollView? {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:68:19: error: cannot find 'isViewLoaded' in scope
guard isViewLoaded else { return }
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:88:54: error: cannot find type 'NSLayoutConstraint' in scope
private var overlayContainerViewStyleConstraint: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:89:46: error: cannot find type 'NSLayoutConstraint' in scope
private var translationHeightConstraint: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:122:24: error: method does not override any method from its superclass
open override func loadView() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:129:24: error: method does not override any method from its superclass
open override func viewDidLoad() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:134:24: error: method does not override any method from its superclass
open override func viewWillLayoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:18:44: error: cannot find type 'UIViewController' in scope
open class OverlayContainerViewController: UIViewController {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:411:92: error: cannot find type 'UIViewController' in scope
func overlayViewController(for translationController: OverlayTranslationController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift:35:62: error: cannot find type 'UIViewController' in scope
func overlayTargetNotchPolicy(for overlayViewController: UIViewController) -> OverlayTranslationTargetNotchPolicy?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift:37:57: error: cannot find type 'UIViewController' in scope
func animationController(for overlayViewController: UIViewController) -> OverlayAnimatedTransitioning?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift:55:88: error: cannot find type 'UIViewImplicitlyAnimating' in scope
func interruptibleAnimator(using context: OverlayContainerContextTransitioning) -> UIViewImplicitlyAnimating
^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift:60:62: error: cannot find type 'UIViewController' in scope
func overlayTargetNotchPolicy(for overlayViewController: UIViewController) -> OverlayTranslationTargetNotchPolicy? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift:64:57: error: cannot find type 'UIViewController' in scope
func animationController(for overlayViewController: UIViewController) -> OverlayAnimatedTransitioning? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/PassThroughView.swift:17:75: error: cannot find type 'UIView' in scope
open override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/PassThroughView.swift:17:62: error: cannot find type 'UIEvent' in scope
open override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/PassThroughView.swift:13:29: error: cannot find type 'UIView' in scope
open class PassThroughView: UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/SpringOverlayTranslationAnimationController.swift:44:95: error: cannot find type 'UIViewImplicitlyAnimating' in scope
public func interruptibleAnimator(using context: OverlayContainerContextTransitioning) -> UIViewImplicitlyAnimating {
^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/SpringOverlayTranslationAnimationController.swift:64:11: error: cannot find type 'UISpringTimingParameters' in scope
extension UISpringTimingParameters {
^~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal armv7k Compiling\ OverlayTranslationContainerView.swift,\ OverlayTranslationView.swift,\ OverlayContainerPresentationController.swift,\ OverlayContainerSheetDimmingView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/OverlayTranslationContainerView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/OverlayTranslationView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/OverlayTranslationContainerView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/OverlayTranslationView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ CGFloat+Round.swift,\ CGGeometry+Utils.swift,\ OverlayContainerViewControllerDelegate+Defaults.swift,\ UIPanGesture+Utils.swift,\ UIScrollViiew+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/CGFloat+Round.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/CGGeometry+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIPanGesture+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/CGFloat+Round.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/CGGeometry+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIPanGesture+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ PassThroughView.swift,\ RubberBandOverlayTranslationFunction.swift,\ RushingForwardTargetNotchPolicy.swift,\ SpringOverlayTranslationAnimationController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/PassThroughView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/RubberBandOverlayTranslationFunction.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/RushingForwardTargetNotchPolicy.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/SpringOverlayTranslationAnimationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/PassThroughView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/RubberBandOverlayTranslationFunction.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/RushingForwardTargetNotchPolicy.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/SpringOverlayTranslationAnimationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ OverlayContainer (in target 'OverlayContainer' from project 'OverlayContainer')
Command SwiftEmitModule failed with a nonzero exit code
SwiftCompile normal arm64 Compiling\ OverlayContainerViewController.swift,\ OverlayContainerViewControllerDelegate.swift,\ OverlayTransitioningDelegate.swift,\ OverlayTranslationFunction.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTranslationFunction.swift (in target 'OverlayContainer' from project 'OverlayContainer')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal armv7k (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftEmitModule normal armv7k Emitting\ module\ for\ OverlayContainer (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ OverlayContainer (in target 'OverlayContainer' from project 'OverlayContainer')
EmitSwiftModule normal arm64_32 (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftEmitModule normal arm64 Emitting\ module\ for\ OverlayContainer (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 Compiling\ OverlayContainerViewController.swift,\ OverlayContainerViewControllerDelegate.swift,\ OverlayTransitioningDelegate.swift,\ OverlayTranslationFunction.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTranslationFunction.swift (in target 'OverlayContainer' from project 'OverlayContainer')
Building workspace spi-builder-workspace with scheme OverlayContainer
(7 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
OverlayContainer: /Users/admin/builder/spi-builder-workspace
Quick: https://github.com/Quick/Quick @ 4.0.0
Nimble: https://github.com/Quick/Nimble @ 9.2.1
CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
resolved source packages: OverlayContainer, Quick, Nimble, CwlCatchException, CwlPreconditionTesting
{
"dependencies" : [
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "9.0.0",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble"
},
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick"
}
],
"manifest_display_name" : "OverlayContainer",
"name" : "OverlayContainer",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
}
],
"products" : [
{
"name" : "OverlayContainer",
"targets" : [
"OverlayContainer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "OverlayContainerTests",
"module_type" : "SwiftTarget",
"name" : "OverlayContainerTests",
"path" : "Tests/OverlayContainerTests",
"product_dependencies" : [
"Nimble",
"Quick"
],
"sources" : [
"HeightConstraintOverlayTranslationControllerTests.swift",
"OverlayContainerSheetDismissalPolicyTest.swift",
"OverlayInsertionTest.swift",
"OverlayNotchHeightTest.swift",
"OverlayScrollViewDelegateTest.swift",
"PanGestureOverlayTranslationDriverTests.swift",
"RushingForwardTargetNotchPolicyTests.swift",
"ScrollViewOverlayTranslationDriverTests.swift",
"Utils/FakeOverlayTranslationController.swift",
"Utils/ScrollViewEmulator.swift"
],
"target_dependencies" : [
"OverlayContainer"
],
"type" : "test"
},
{
"c99name" : "OverlayContainer",
"module_type" : "SwiftTarget",
"name" : "OverlayContainer",
"path" : "Source/OverlayContainer",
"product_memberships" : [
"OverlayContainer"
],
"sources" : [
"Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift",
"Internal/ConcreteOverlayContainerContextTransitioning.swift",
"Internal/ConcreteOverlayContainerDimissingPolicyContext.swift",
"Internal/ConcreteOverlayTranslationParameters.swift",
"Internal/DraggingOverlayContainerTransitionCoordinator.swift",
"Internal/Extensions/CGFloat+Round.swift",
"Internal/Extensions/CGGeometry+Utils.swift",
"Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift",
"Internal/Extensions/UIPanGesture+Utils.swift",
"Internal/Extensions/UIScrollViiew+Utils.swift",
"Internal/Extensions/UIView+Constraints.swift",
"Internal/Extensions/UIView+Subviews.swift",
"Internal/Extensions/UIViewController+Children.swift",
"Internal/HeightContraintOverlayTranslationController.swift",
"Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift",
"Internal/OverlayContainerConfiguration.swift",
"Internal/OverlayContainerConfigurationImplementation.swift",
"Internal/OverlayScrollViewDelegate.swift",
"Internal/OverlayScrollViewDelegateProxy.swift",
"Internal/OverlayTranslationController.swift",
"Internal/OverlayTranslationDriver.swift",
"Internal/OverlayTranslationGestureRecognizer.swift",
"Internal/PanGestureOverlayTranslationDriver.swift",
"Internal/ScrollViewOverlayTranslationDriver.swift",
"Internal/Views/GroundView.swift",
"Internal/Views/OverlayContainerView.swift",
"Internal/Views/OverlayTranslationContainerView.swift",
"Internal/Views/OverlayTranslationView.swift",
"OverlayContainerPresentationController.swift",
"OverlayContainerSheetDimmingView.swift",
"OverlayContainerSheetDismissalPolicy.swift",
"OverlayContainerSheetPresentationController.swift",
"OverlayContainerSheetPresentationControllerDelegate.swift",
"OverlayContainerTransitionCoordinator.swift",
"OverlayContainerViewController.swift",
"OverlayContainerViewControllerDelegate.swift",
"OverlayTransitioningDelegate.swift",
"OverlayTranslationFunction.swift",
"PassThroughView.swift",
"RubberBandOverlayTranslationFunction.swift",
"RushingForwardTargetNotchPolicy.swift",
"SpringOverlayTranslationAnimationController.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"OverlayContainer"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OverlayContainer -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme OverlayContainer -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
Quick: https://github.com/Quick/Quick @ 4.0.0
CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
Nimble: https://github.com/Quick/Nimble @ 9.2.1
CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
OverlayContainer: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'OverlayContainer' in project 'OverlayContainer'
➜ Explicit dependency on target 'OverlayContainer' in project 'OverlayContainer'
Target 'OverlayContainer' in project 'OverlayContainer' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 1777a155869c373a3341adbbc7efd64c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1777a155869c373a3341adbbc7efd64c.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
SwiftDriver OverlayContainer normal armv7k com.apple.xcode.tools.swift.compiler (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OverlayContainer -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/armv7k/OverlayContainer.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/armv7k/OverlayContainer-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/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/armv7k/OverlayContainer.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/OverlayContainer.build/Debug-watchos/OverlayContainer.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/armv7k/OverlayContainer_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/OverlayContainer.build/Debug-watchos/OverlayContainer.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.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/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/armv7k/OverlayContainer-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver OverlayContainer normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OverlayContainer -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64_32/OverlayContainer.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64_32/OverlayContainer-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/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64_32/OverlayContainer.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/OverlayContainer.build/Debug-watchos/OverlayContainer.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64_32/OverlayContainer_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/OverlayContainer.build/Debug-watchos/OverlayContainer.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.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/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64_32/OverlayContainer-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver OverlayContainer normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OverlayContainer -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer-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/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer.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/OverlayContainer.build/Debug-watchos/OverlayContainer.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer_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/OverlayContainer.build/Debug-watchos/OverlayContainer.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.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/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/arm64/OverlayContainer-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ OverlayContainer (in target 'OverlayContainer' from project 'OverlayContainer')
EmitSwiftModule normal armv7k (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:12:32: error: cannot find type 'UIViewController' in scope
let overlayViewController: UIViewController
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift:15:32: error: cannot find type 'UIViewController' in scope
var overlayViewController: UIViewController { get }
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTransitioning.swift:17:32: error: cannot find type 'UIViewController' in scope
let overlayViewController: UIViewController
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift:23:32: error: cannot find type 'UIViewController' in scope
var overlayViewController: UIViewController { get }
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:12:96: error: cannot find type 'UIViewController' in scope
transitioningDelegateForOverlay overlayViewController: UIViewController) -> OverlayTransitioningDelegate? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:17:110: error: cannot find type 'UIScrollView' in scope
scrollViewDrivingOverlay overlayViewController: UIViewController) -> UIScrollView? {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:17:89: error: cannot find type 'UIViewController' in scope
scrollViewDrivingOverlay overlayViewController: UIViewController) -> UIScrollView? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:22:91: error: cannot find type 'UIViewController' in scope
shouldStartDraggingOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:24:61: error: cannot find type 'UICoordinateSpace' in scope
in coordinateSpace: UICoordinateSpace) -> Bool {
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:30:101: error: cannot find type 'UIViewController' in scope
overlayTranslationFunctionForOverlay overlayViewController: UIViewController) -> OverlayTranslationFunction? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:35:80: error: cannot find type 'UIViewController' in scope
willMoveOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:39:79: error: cannot find type 'UIViewController' in scope
didMoveOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:43:89: error: cannot find type 'UIViewController' in scope
willStartDraggingOverlay overlayViewController: UIViewController) {}
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:46:87: error: cannot find type 'UIViewController' in scope
willEndDraggingOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:50:85: error: cannot find type 'UIViewController' in scope
willTranslateOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift:55:75: error: cannot find type 'UIViewController' in scope
forOverlay overlayViewController: UIViewController) -> Bool {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIPanGesture+Utils.swift:10:11: error: cannot find type 'UIPanGestureRecognizer' in scope
extension UIPanGestureRecognizer {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift:10:11: error: cannot find type 'UIScrollView' in scope
extension UIScrollView {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift:30:11: error: cannot find type 'UIScrollView' in scope
extension UIScrollView {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIView+Constraints.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIView+Subviews.swift:10:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIViewController+Children.swift:10:11: error: cannot find type 'UIViewController' in scope
extension UIViewController {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift:23:92: error: cannot find type 'UIViewController' in scope
func overlayViewController(for translationController: OverlayTranslationController) -> UIViewController?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationController.swift:19:61: error: cannot find type 'UICoordinateSpace' in scope
func isDraggable(at point: CGPoint, in coordinateSpace: UICoordinateSpace) -> Bool
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift:44:40: error: cannot find type 'UIViewController' in scope
private var overlayViewController: UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift:48:51: error: cannot find type 'UIViewImplicitlyAnimating' in scope
private var lastScheduledTranslationAnimator: UIViewImplicitlyAnimating?
^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift:15:66: error: cannot find type 'UIViewController' in scope
func canReachNotch(at index: Int, for overlayViewController: UIViewController) -> Bool
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift:16:50: error: cannot find type 'UIViewController' in scope
func animationController(forOverlay overlay: UIViewController) -> OverlayAnimatedTransitioning
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift:17:55: error: cannot find type 'UIViewController' in scope
func overlayTargetNotchPolicy(forOverlay overlay: UIViewController) -> OverlayTranslationTargetNotchPolicy
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift:19:69: error: cannot find type 'UIScrollView' in scope
func scrollView(drivingOverlay controller: UIViewController) -> UIScrollView?
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift:19:48: error: cannot find type 'UIViewController' in scope
func scrollView(drivingOverlay controller: UIViewController) -> UIScrollView?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift:21:55: error: cannot find type 'UIViewController' in scope
func shouldStartDraggingOverlay(_ viewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift:23:57: error: cannot find type 'UICoordinateSpace' in scope
in coordinateSpace: UICoordinateSpace) -> Bool
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift:25:64: error: cannot find type 'UIViewController' in scope
for overlayViewController: UIViewController) -> OverlayTranslationFunction
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift:60:46: error: cannot find type 'NSLayoutConstraint' in scope
private let translationHeightConstraint: NSLayoutConstraint
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift:65:39: error: cannot find type 'NSLayoutConstraint' in scope
init(translationHeightConstraint: NSLayoutConstraint,
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift:188:61: error: cannot find type 'UICoordinateSpace' in scope
func isDraggable(at point: CGPoint, in coordinateSpace: UICoordinateSpace) -> Bool {
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift:12:27: error: cannot find type 'UIViewImplicitlyAnimating' in scope
private let animator: UIViewImplicitlyAnimating
^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift:17:20: error: cannot find type 'UIViewImplicitlyAnimating' in scope
init(animator: UIViewImplicitlyAnimating, context: OverlayContainerTransitionCoordinatorContext) {
^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift:60:52: error: cannot find type 'UIViewController' in scope
func enabledNotchIndexes(for overlayContainer: UIViewController) -> [Int] {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:47:110: error: cannot find type 'UIScrollView' in scope
scrollViewDrivingOverlay overlayViewController: UIViewController) -> UIScrollView?
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:47:89: error: cannot find type 'UIViewController' in scope
scrollViewDrivingOverlay overlayViewController: UIViewController) -> UIScrollView?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:64:91: error: cannot find type 'UIViewController' in scope
shouldStartDraggingOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:66:61: error: cannot find type 'UICoordinateSpace' in scope
in coordinateSpace: UICoordinateSpace) -> Bool
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:73:89: error: cannot find type 'UIViewController' in scope
willStartDraggingOverlay overlayViewController: UIViewController)
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:81:87: error: cannot find type 'UIViewController' in scope
willEndDraggingOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:94:80: error: cannot find type 'UIViewController' in scope
willMoveOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:103:79: error: cannot find type 'UIViewController' in scope
didMoveOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:122:85: error: cannot find type 'UIViewController' in scope
willTranslateOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:134:101: error: cannot find type 'UIViewController' in scope
overlayTranslationFunctionForOverlay overlayViewController: UIViewController) -> OverlayTranslationFunction?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:143:96: error: cannot find type 'UIViewController' in scope
transitioningDelegateForOverlay overlayViewController: UIViewController) -> OverlayTransitioningDelegate?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift:154:75: error: cannot find type 'UIViewController' in scope
forOverlay overlayViewController: UIViewController) -> Bool
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift:53:50: error: cannot find type 'UIViewController' in scope
func animationController(forOverlay overlay: UIViewController) -> OverlayAnimatedTransitioning {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift:65:55: error: cannot find type 'UIViewController' in scope
func overlayTargetNotchPolicy(forOverlay overlay: UIViewController) -> OverlayTranslationTargetNotchPolicy {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift:76:69: error: cannot find type 'UIScrollView' in scope
func scrollView(drivingOverlay controller: UIViewController) -> UIScrollView? {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift:76:48: error: cannot find type 'UIViewController' in scope
func scrollView(drivingOverlay controller: UIViewController) -> UIScrollView? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift:81:55: error: cannot find type 'UIViewController' in scope
func shouldStartDraggingOverlay(_ viewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift:83:57: error: cannot find type 'UICoordinateSpace' in scope
in coordinateSpace: UICoordinateSpace) -> Bool {
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift:94:64: error: cannot find type 'UIViewController' in scope
for overlayViewController: UIViewController) -> OverlayTranslationFunction {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift:104:66: error: cannot find type 'UIViewController' in scope
func canReachNotch(at index: Int, for overlayViewController: UIViewController) -> Bool {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift:11:59: error: cannot find type 'UIScrollView' in scope
func overlayScrollViewWillBeginDragging(_ scrollView: UIScrollView)
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift:12:51: error: cannot find type 'UIScrollView' in scope
func overlayScrollViewDidScroll(_ scrollView: UIScrollView)
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift:13:42: error: cannot find type 'UIScrollView' in scope
func overlayScrollView(_ scrollView: UIScrollView,
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift:10:49: error: cannot find type 'UIScrollViewDelegate' in scope
class OverlayScrollViewDelegateProxy: NSObject, UIScrollViewDelegate {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift:13:40: error: cannot find type 'UIScrollViewDelegate' in scope
private weak var originalDelegate: UIScrollViewDelegate?
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift:14:34: error: cannot find type 'UIScrollView' in scope
private weak var scrollView: UIScrollView?
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift:44:94: error: cannot find type 'UIScrollView' in scope
func forward(to delegate: OverlayScrollViewDelegate, delegateInvocationsFrom scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift:66:44: error: cannot find type 'UIScrollView' in scope
func scrollViewDidScroll(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift:71:50: error: cannot find type 'UIScrollView' in scope
func scrollViewWillEndDragging(_ scrollView: UIScrollView,
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift:86:52: error: cannot find type 'UIScrollView' in scope
func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift:10:44: error: cannot find type 'UIPanGestureRecognizer' in scope
class OverlayTranslationGestureRecognizer: UIPanGestureRecognizer {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift:12:33: error: cannot find type 'UIScrollView' in scope
weak var drivingScrollView: UIScrollView?
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift:25:47: error: cannot find type 'UITouch' in scope
override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift:25:69: error: cannot find type 'UIEvent' in scope
override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift:30:67: error: cannot find type 'UIGestureRecognizer' in scope
override func shouldRequireFailure(of otherGestureRecognizer: UIGestureRecognizer) -> Bool {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift:12:43: error: cannot find type 'UIGestureRecognizerDelegate' in scope
UIGestureRecognizerDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift:36:60: error: cannot find type 'UIGestureRecognizer' in scope
func gestureRecognizerShouldBegin(_ gestureRecognizer: UIGestureRecognizer) -> Bool {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift:46:24: error: method cannot be marked @objc because the type of the parameter cannot be represented in Objective-C
@objc private func overlayPanGestureAction(_ sender: OverlayTranslationGestureRecognizer) {
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift:46:58: note: classes not annotated with @objc cannot be represented in Objective-C
@objc private func overlayPanGestureAction(_ sender: OverlayTranslationGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:13:26: error: cannot find type 'UIScrollView' in scope
weak var scrollView: UIScrollView?
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:25:75: error: cannot find type 'UIScrollView' in scope
init(translationController: OverlayTranslationController, scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:40:59: error: cannot find type 'UIScrollView' in scope
func overlayScrollViewWillBeginDragging(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:44:51: error: cannot find type 'UIScrollView' in scope
func overlayScrollViewDidScroll(_ scrollView: UIScrollView) {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:63:42: error: cannot find type 'UIScrollView' in scope
func overlayScrollView(_ scrollView: UIScrollView,
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:97:58: error: cannot find type 'UIScrollView' in scope
private func shouldDragOverlay(following scrollView: UIScrollView) -> Bool {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift:113:61: error: cannot find type 'UIScrollView' in scope
private func adjustedContentOffset(dragging scrollView: UIScrollView) -> CGPoint {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift:21:24: error: method does not override any method from its superclass
open override func presentationTransitionWillBegin() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift:26:24: error: method does not override any method from its superclass
open override func dismissalTransitionDidEnd(_ completed: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift:38:94: error: cannot find type 'UIViewController' in scope
willStartDraggingOverlay overlayViewController: UIViewController) {}
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift:46:92: error: cannot find type 'UIViewController' in scope
willEndDraggingOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift:59:85: error: cannot find type 'UIViewController' in scope
willMoveOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift:68:84: error: cannot find type 'UIViewController' in scope
didMoveOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift:80:90: error: cannot find type 'UIViewController' in scope
willTranslateOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift:17:52: error: cannot find type 'UIPresentationController' in scope
open class OverlayContainerPresentationController: UIPresentationController {
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift:12:51: error: cannot find type 'UIView' in scope
public protocol OverlayContainerSheetDimmingView: UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift:48:21: error: initializer does not override a designated initializer from its superclass
public override init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift:37:57: error: cannot find type 'UIView' in scope
open class TransparentOverlayContainerSheetDimmingView: UIView, OverlayContainerSheetDimmingView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:30:64: error: cannot find type 'UITapGestureRecognizer' in scope
open private(set) lazy var dismissingTapGestureRecognizer: UITapGestureRecognizer = self.makeTapGestureRecognizer()
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:34:48: error: cannot find type 'UIView' in scope
private lazy var tapGestureRecognizerView: UIView = self.makeTapGestureRecognizerView()
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:48:42: error: cannot find type 'UIViewController' in scope
presentedViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:49:29: error: cannot find type 'UIViewController' in scope
presenting: UIViewController?) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:47:110: error: missing argument for parameter 'coder' in call
public init(dimmingView: OverlayContainerSheetDimmingView? = TransparentOverlayContainerSheetDimmingView(),
^
coder: <#NSCoder#>
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift:53:21: note: 'init(coder:)' declared here
public required init?(coder aDecoder: NSCoder) {
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:60:99: error: cannot find type 'UIViewController' in scope
willTranslateOverlay overlayViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:82:24: error: method does not override any method from its superclass
open override func dismissalTransitionWillBegin() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:87:24: error: method does not override any method from its superclass
open override func presentationTransitionDidEnd(_ completed: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:96:51: error: cannot find type 'UITapGestureRecognizer' in scope
@objc private func tapGestureAction(_ sender: UITapGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:139:52: error: cannot find type 'UIView' in scope
private func makeTapGestureRecognizerView() -> UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift:143:48: error: cannot find type 'UITapGestureRecognizer' in scope
private func makeTapGestureRecognizer() -> UITapGestureRecognizer {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:46:32: error: cannot find type 'UIViewController' in scope
open var viewControllers: [UIViewController] = [] {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:48:19: error: cannot find 'isViewLoaded' in scope
guard isViewLoaded else { return }
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:49:32: error: cannot find 'removeChild' in scope
oldValue.forEach { removeChild($0) }
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:51:13: error: cannot find 'setNeedsStatusBarAppearanceUpdate' in scope
setNeedsStatusBarAppearanceUpdate()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:56:33: error: cannot find type 'UIViewController' in scope
open var topViewController: UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:60:47: error: cannot find type 'UIViewController' in scope
open override var childForStatusBarStyle: UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:65:38: error: cannot find type 'UIScrollView' in scope
weak open var drivingScrollView: UIScrollView? {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:68:19: error: cannot find 'isViewLoaded' in scope
guard isViewLoaded else { return }
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:88:54: error: cannot find type 'NSLayoutConstraint' in scope
private var overlayContainerViewStyleConstraint: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:89:46: error: cannot find type 'NSLayoutConstraint' in scope
private var translationHeightConstraint: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:122:24: error: method does not override any method from its superclass
open override func loadView() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:129:24: error: method does not override any method from its superclass
open override func viewDidLoad() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:134:24: error: method does not override any method from its superclass
open override func viewWillLayoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:18:44: error: cannot find type 'UIViewController' in scope
open class OverlayContainerViewController: UIViewController {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift:411:92: error: cannot find type 'UIViewController' in scope
func overlayViewController(for translationController: OverlayTranslationController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift:35:62: error: cannot find type 'UIViewController' in scope
func overlayTargetNotchPolicy(for overlayViewController: UIViewController) -> OverlayTranslationTargetNotchPolicy?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift:37:57: error: cannot find type 'UIViewController' in scope
func animationController(for overlayViewController: UIViewController) -> OverlayAnimatedTransitioning?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift:55:88: error: cannot find type 'UIViewImplicitlyAnimating' in scope
func interruptibleAnimator(using context: OverlayContainerContextTransitioning) -> UIViewImplicitlyAnimating
^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift:60:62: error: cannot find type 'UIViewController' in scope
func overlayTargetNotchPolicy(for overlayViewController: UIViewController) -> OverlayTranslationTargetNotchPolicy? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift:64:57: error: cannot find type 'UIViewController' in scope
func animationController(for overlayViewController: UIViewController) -> OverlayAnimatedTransitioning? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/PassThroughView.swift:17:75: error: cannot find type 'UIView' in scope
open override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/PassThroughView.swift:17:62: error: cannot find type 'UIEvent' in scope
open override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/PassThroughView.swift:13:29: error: cannot find type 'UIView' in scope
open class PassThroughView: UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/SpringOverlayTranslationAnimationController.swift:44:95: error: cannot find type 'UIViewImplicitlyAnimating' in scope
public func interruptibleAnimator(using context: OverlayContainerContextTransitioning) -> UIViewImplicitlyAnimating {
^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/SpringOverlayTranslationAnimationController.swift:64:11: error: cannot find type 'UISpringTimingParameters' in scope
extension UISpringTimingParameters {
^~~~~~~~~~~~~~~~~~~~~~~~
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTransitioning.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerDimissingPolicyContext.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayTranslationParameters.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/DraggingOverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/CGFloat+Round.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/CGGeometry+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIPanGesture+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIView+Constraints.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIView+Subviews.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIViewController+Children.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegateProxy.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayTranslationGestureRecognizer.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/GroundView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/OverlayContainerView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/OverlayTranslationContainerView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/OverlayTranslationView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetDismissalPolicy.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetPresentationControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTransitioningDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayTranslationFunction.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/PassThroughView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/RubberBandOverlayTranslationFunction.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/RushingForwardTargetNotchPolicy.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/SpringOverlayTranslationAnimationController.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -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/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/armv7k/OverlayContainer_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.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/OverlayContainer.build/Debug-watchos/OverlayContainer.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OverlayContainer -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/armv7k/OverlayContainer.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/armv7k/OverlayContainer.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/armv7k/OverlayContainer-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/armv7k/OverlayContainer-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/armv7k/OverlayContainer-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/armv7k/OverlayContainer.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OverlayContainer.build/Debug-watchos/OverlayContainer.build/Objects-normal/armv7k/OverlayContainer.abi.json
SwiftCompile normal armv7k Compiling\ InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift,\ OverlayContainerConfiguration.swift,\ OverlayContainerConfigurationImplementation.swift,\ OverlayScrollViewDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfiguration.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayContainerConfigurationImplementation.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/OverlayScrollViewDelegate.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ CGFloat+Round.swift,\ CGGeometry+Utils.swift,\ OverlayContainerViewControllerDelegate+Defaults.swift,\ UIPanGesture+Utils.swift,\ UIScrollViiew+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/CGFloat+Round.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/CGGeometry+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIPanGesture+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/CGFloat+Round.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/CGGeometry+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIPanGesture+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ OverlayTranslationContainerView.swift,\ OverlayTranslationView.swift,\ OverlayContainerPresentationController.swift,\ OverlayContainerSheetDimmingView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/OverlayTranslationContainerView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/OverlayTranslationView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/OverlayTranslationContainerView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/OverlayTranslationView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerPresentationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/OverlayContainerSheetDimmingView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ PanGestureOverlayTranslationDriver.swift,\ ScrollViewOverlayTranslationDriver.swift,\ GroundView.swift,\ OverlayContainerView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/GroundView.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/OverlayContainerView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/PanGestureOverlayTranslationDriver.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ScrollViewOverlayTranslationDriver.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/GroundView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Views/OverlayContainerView.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ ConcreteOverlayContainerContextTargetNotchPolicy.swift,\ ConcreteOverlayContainerContextTransitioning.swift,\ ConcreteOverlayContainerDimissingPolicyContext.swift,\ ConcreteOverlayTranslationParameters.swift,\ DraggingOverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTransitioning.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerDimissingPolicyContext.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayTranslationParameters.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/DraggingOverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTransitioning.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerDimissingPolicyContext.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayTranslationParameters.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/DraggingOverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ConcreteOverlayContainerContextTargetNotchPolicy.swift,\ ConcreteOverlayContainerContextTransitioning.swift,\ ConcreteOverlayContainerDimissingPolicyContext.swift,\ ConcreteOverlayTranslationParameters.swift,\ DraggingOverlayContainerTransitionCoordinator.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTransitioning.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerDimissingPolicyContext.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayTranslationParameters.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/DraggingOverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTransitioning.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayContainerDimissingPolicyContext.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/ConcreteOverlayTranslationParameters.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/DraggingOverlayContainerTransitionCoordinator.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIView+Constraints.swift,\ UIView+Subviews.swift,\ UIViewController+Children.swift,\ HeightContraintOverlayTranslationController.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIView+Constraints.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIView+Subviews.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIViewController+Children.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIView+Constraints.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIView+Subviews.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIViewController+Children.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/HeightContraintOverlayTranslationController.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CGFloat+Round.swift,\ CGGeometry+Utils.swift,\ OverlayContainerViewControllerDelegate+Defaults.swift,\ UIPanGesture+Utils.swift,\ UIScrollViiew+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/CGFloat+Round.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/CGGeometry+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIPanGesture+Utils.swift /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/CGFloat+Round.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/CGGeometry+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/OverlayContainerViewControllerDelegate+Defaults.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIPanGesture+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/OverlayContainer/Internal/Extensions/UIScrollViiew+Utils.swift (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ OverlayContainer (in target 'OverlayContainer' from project 'OverlayContainer')
EmitSwiftModule normal arm64 (in target 'OverlayContainer' from project 'OverlayContainer')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ OverlayContainer (in target 'OverlayContainer' from project 'OverlayContainer')
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal armv7k (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftEmitModule normal armv7k Emitting\ module\ for\ OverlayContainer (in target 'OverlayContainer' from project 'OverlayContainer')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ OverlayContainer (in target 'OverlayContainer' from project 'OverlayContainer')
Building workspace spi-builder-workspace with scheme OverlayContainer
(4 failures)
BUILD FAILURE 6.1 watchOS