Build Information
Failed to build ProgressHUD, reference master (96fcce
), with Swift 6.0 for watchOS using Xcode 16.2 on 1 Dec 2024 01:21:50 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ProgressHUD -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift:17:39: error: cannot find type 'UIView' in scope
func animationBarSweepToggle(_ view: UIView) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift:30:18: error: cannot find 'CAShapeLayer' in scope
let layerBar = CAShapeLayer()
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift:34:23: error: cannot infer contextual base in reference to member 'round'
layerBar.lineCap = .round
~^~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift:37:24: error: cannot find 'CAAnimationGroup' in scope
let animationGroup = CAAnimationGroup()
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift:40:33: error: cannot infer contextual base in reference to member 'infinity'
animationGroup.repeatCount = .infinity
~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift:42:28: error: cannot find 'CABasicAnimation' in scope
let animationStrokeEnd = CABasicAnimation(keyPath: "strokeEnd")
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift:43:39: error: cannot find 'CAMediaTimingFunction' in scope
animationStrokeEnd.timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift:43:68: error: cannot infer contextual base in reference to member 'easeInEaseOut'
animationStrokeEnd.timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
~^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift:48:30: error: cannot find 'CABasicAnimation' in scope
let animationStrokeStart = CABasicAnimation(keyPath: "strokeStart")
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift:49:41: error: cannot find 'CAMediaTimingFunction' in scope
animationStrokeStart.timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift:49:70: error: cannot infer contextual base in reference to member 'easeInEaseOut'
animationStrokeStart.timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
~^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift:58:27: error: cannot find 'CABasicAnimation' in scope
let animationPosition = CABasicAnimation(keyPath: "transform.translation.x")
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift:59:38: error: cannot find 'CAMediaTimingFunction' in scope
animationPosition.timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift:59:67: error: cannot infer contextual base in reference to member 'easeInEaseOut'
animationPosition.timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
~^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift:64:36: error: cannot infer contextual base in reference to member 'infinity'
animationPosition.repeatCount = .infinity
~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift:70:21: error: cannot find 'CAShapeLayer' in scope
let layerBorder = CAShapeLayer()
^~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Enums.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/supplementaryOutputs-2 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64 -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ProgressHUD -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+BarSweepToggle.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+CircleArcDotSpin.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+CircleBarSpinFade.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+BarSweepToggle.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+CircleArcDotSpin.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+CircleBarSpinFade.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift:17:41: error: cannot find type 'UIView' in scope
func animationCircleArcDotSpin(_ view: UIView) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift:53:42: error: cannot find type 'UIView' in scope
private func animateArcRotation(_ view: UIView) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift:23:23: error: cannot find 'UIView' in scope
let containerView = UIView(frame: CGRect(x: x, y: y, width: width, height: height))
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift:37:17: error: cannot find 'UIView' in scope
let circle = UIView(frame: CGRect(x: x - size / 2, y: y - size / 2, width: size, height: size))
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift:42:20: error: cannot find 'CAKeyframeAnimation' in scope
let animation = CAKeyframeAnimation(keyPath: "position")
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift:45:29: error: cannot infer contextual base in reference to member 'infinity'
animation.repeatCount = .infinity
~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift:46:33: error: cannot infer contextual base in reference to member 'paced'
animation.calculationMode = .paced
~^~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift:58:27: error: cannot find 'CABasicAnimation' in scope
let animationRotation = CABasicAnimation(keyPath: "transform.rotation")
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift:59:38: error: cannot find 'CAMediaTimingFunction' in scope
animationRotation.timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift:59:67: error: cannot infer contextual base in reference to member 'easeInEaseOut'
animationRotation.timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
~^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift:63:28: error: cannot find 'CABasicAnimation' in scope
let animationStrokeEnd = CABasicAnimation(keyPath: "strokeEnd")
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift:64:39: error: cannot find 'CAMediaTimingFunction' in scope
animationStrokeEnd.timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift:64:68: error: cannot infer contextual base in reference to member 'easeInEaseOut'
animationStrokeEnd.timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
~^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift:71:24: error: cannot find 'CAAnimationGroup' in scope
let animationGroup = CAAnimationGroup()
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift:74:33: error: cannot infer contextual base in reference to member 'infinity'
animationGroup.repeatCount = .infinity
~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift:75:30: error: cannot infer contextual base in reference to member 'forwards'
animationGroup.fillMode = .forwards
~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift:79:15: error: cannot find 'CAShapeLayer' in scope
let layer = CAShapeLayer()
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift:85:20: error: cannot infer contextual base in reference to member 'round'
layer.lineCap = .round
~^~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Enums.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/supplementaryOutputs-2 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64 -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ProgressHUD -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+BarSweepToggle.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+CircleArcDotSpin.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+CircleBarSpinFade.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+BarSweepToggle.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+CircleArcDotSpin.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+CircleBarSpinFade.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift:17:42: error: cannot find type 'UIView' in scope
func animationCircleBarSpinFade(_ view: UIView) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift:28:19: error: cannot find 'CACurrentMediaTime' in scope
let beginTime = CACurrentMediaTime()
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift:30:24: error: cannot find 'CAMediaTimingFunction' in scope
let timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift:30:53: error: cannot infer contextual base in reference to member 'easeInEaseOut'
let timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
~^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift:32:19: error: cannot find 'CAKeyframeAnimation' in scope
let animation = CAKeyframeAnimation(keyPath: "opacity")
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift:37:28: error: cannot infer contextual base in reference to member 'infinity'
animation.repeatCount = .infinity
~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift:45:15: error: cannot find 'CAShapeLayer' in scope
let line = CAShapeLayer()
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift:53:20: error: cannot find 'CALayer' in scope
let container = CALayer()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift:57:34: error: cannot find 'CATransform3DMakeRotation' in scope
container.sublayerTransform = CATransform3DMakeRotation(.pi / 2 + angle, 0, 0, 1)
^~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ ProgressHUD+HorizontalDotScaling.swift,\ ProgressHUD+PacmanProgress.swift,\ ProgressHUD+QuintupleDotDance.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Enums.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/supplementaryOutputs-14 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64 -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ProgressHUD -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+HorizontalDotScaling.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+PacmanProgress.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+QuintupleDotDance.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+HorizontalDotScaling.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+PacmanProgress.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+QuintupleDotDance.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Enums.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/supplementaryOutputs-14 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64 -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ProgressHUD -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+HorizontalDotScaling.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+PacmanProgress.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+QuintupleDotDance.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+HorizontalDotScaling.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+PacmanProgress.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+QuintupleDotDance.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift:17:45: error: cannot find type 'UIView' in scope
func animationHorizontalDotScaling(_ view: UIView) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift:26:19: error: cannot find 'CACurrentMediaTime' in scope
let beginTime = CACurrentMediaTime()
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift:28:24: error: cannot find 'CAMediaTimingFunction' in scope
let timingFunction = CAMediaTimingFunction(controlPoints: 0.2, 0.68, 0.18, 1.08)
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift:30:19: error: cannot find 'CAKeyframeAnimation' in scope
let animation = CAKeyframeAnimation(keyPath: "transform.scale")
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift:35:28: error: cannot infer contextual base in reference to member 'infinity'
animation.repeatCount = .infinity
~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift:41:16: error: cannot find 'CAShapeLayer' in scope
let layer = CAShapeLayer()
^~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Enums.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/supplementaryOutputs-14 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64 -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ProgressHUD -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+HorizontalDotScaling.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+PacmanProgress.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+QuintupleDotDance.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+HorizontalDotScaling.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+PacmanProgress.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+QuintupleDotDance.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift:17:39: error: cannot find type 'UIView' in scope
func animationPacmanProgress(_ view: UIView) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift:22:36: error: cannot find type 'UIView' in scope
private func createPacman(_ view: UIView) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift:55:36: error: cannot find type 'UIView' in scope
private func createCircle(_ view: UIView) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift:79:43: error: cannot find type 'CALayer' in scope
private func drawWith(_ size: CGSize) -> CALayer {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift:26:24: error: cannot find 'CAMediaTimingFunction' in scope
let timingFunction = CAMediaTimingFunction(name: .default)
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift:26:53: error: cannot infer contextual base in reference to member 'default'
let timingFunction = CAMediaTimingFunction(name: .default)
~^~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift:33:30: error: cannot find 'CAKeyframeAnimation' in scope
let animationStrokeStart = CAKeyframeAnimation(keyPath: "strokeStart")
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift:39:28: error: cannot find 'CAKeyframeAnimation' in scope
let animationStrokeEnd = CAKeyframeAnimation(keyPath: "strokeEnd")
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift:45:24: error: cannot find 'CAAnimationGroup' in scope
let animationGroup = CAAnimationGroup()
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift:48:33: error: cannot infer contextual base in reference to member 'infinity'
animationGroup.repeatCount = .infinity
~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift:64:28: error: cannot find 'CABasicAnimation' in scope
let animationTranslate = CABasicAnimation(keyPath: "transform.translation.x")
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift:69:24: error: cannot find 'CAAnimationGroup' in scope
let animationGroup = CAAnimationGroup()
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift:71:35: error: cannot find 'CAMediaTimingFunction' in scope
animationGroup.timingFunction = CAMediaTimingFunction(name: .easeIn)
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift:71:64: error: cannot infer contextual base in reference to member 'easeIn'
animationGroup.timingFunction = CAMediaTimingFunction(name: .easeIn)
~^~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift:73:33: error: cannot infer contextual base in reference to member 'infinity'
animationGroup.repeatCount = .infinity
~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift:80:15: error: cannot find 'CAShapeLayer' in scope
let layer = CAShapeLayer()
^~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Enums.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/supplementaryOutputs-14 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64 -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ProgressHUD -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+HorizontalDotScaling.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+PacmanProgress.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+QuintupleDotDance.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+HorizontalDotScaling.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+PacmanProgress.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+QuintupleDotDance.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift:17:42: error: cannot find type 'UIView' in scope
func animationQuintupleDotDance(_ view: UIView) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift:57:65: error: cannot find type 'CAAnimationGroup' in scope
private func createUpDownAnimationGroup(_ toValue: CGFloat) -> CAAnimationGroup {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift:73:69: error: cannot find type 'CAAnimationGroup' in scope
private func createHorizontalAnimationGroup(_ toValue: CGFloat) -> CAAnimationGroup {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift:36:16: error: cannot find 'CAShapeLayer' in scope
let layer = CAShapeLayer()
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift:43:24: error: cannot find type 'CAAnimationGroup' in scope
let animationGroup: CAAnimationGroup
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift:58:19: error: cannot find 'CABasicAnimation' in scope
let animation = CABasicAnimation(keyPath: "position.y")
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift:59:30: error: cannot find 'CAMediaTimingFunction' in scope
animation.timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift:59:59: error: cannot infer contextual base in reference to member 'easeInEaseOut'
animation.timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
~^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift:65:24: error: cannot find 'CAAnimationGroup' in scope
let animationGroup = CAAnimationGroup()
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift:68:33: error: cannot infer contextual base in reference to member 'infinity'
animationGroup.repeatCount = .infinity
~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift:74:19: error: cannot find 'CABasicAnimation' in scope
let animation = CABasicAnimation(keyPath: "position.x")
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift:75:30: error: cannot find 'CAMediaTimingFunction' in scope
animation.timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift:75:59: error: cannot infer contextual base in reference to member 'easeInEaseOut'
animation.timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
~^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift:81:24: error: cannot find 'CAAnimationGroup' in scope
let animationGroup = CAAnimationGroup()
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift:84:33: error: cannot infer contextual base in reference to member 'infinity'
animationGroup.repeatCount = .infinity
~^~~~~~~~
SwiftCompile normal arm64 Compiling\ ProgressHUD+TriangleDotShift.swift,\ ProgressHUD+Banner.swift,\ ProgressHUD+Enums.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Enums.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Enums.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/supplementaryOutputs-19 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64 -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ProgressHUD -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+TriangleDotShift.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+Banner.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+Enums.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+TriangleDotShift.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+Banner.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+Enums.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Enums.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/supplementaryOutputs-19 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64 -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ProgressHUD -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+TriangleDotShift.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+Banner.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+Enums.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+TriangleDotShift.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+Banner.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+Enums.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:17:41: error: cannot find type 'UIView' in scope
func animationTriangleDotShift(_ view: UIView) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:53:62: error: cannot find type 'CAAnimationGroup' in scope
private func moveRightAnimationGroup(_ toValue: CGFloat) -> CAAnimationGroup {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:68:63: error: cannot find type 'CAAnimationGroup' in scope
private func moveBottomAnimationGroup(_ toValue: CGFloat) -> CAAnimationGroup {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:89:59: error: cannot find type 'CAAnimationGroup' in scope
private func moveUpAnimationGroup(_ toValue: CGFloat) -> CAAnimationGroup {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:35:16: error: cannot find 'CAShapeLayer' in scope
let layer = CAShapeLayer()
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:40:24: error: cannot find type 'CAAnimationGroup' in scope
let animationGroup: CAAnimationGroup
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:54:19: error: cannot find 'CABasicAnimation' in scope
let animation = CABasicAnimation(keyPath: "position.x")
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:55:30: error: cannot find 'CAMediaTimingFunction' in scope
animation.timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:55:59: error: cannot infer contextual base in reference to member 'easeInEaseOut'
animation.timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
~^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:60:24: error: cannot find 'CAAnimationGroup' in scope
let animationGroup = CAAnimationGroup()
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:63:33: error: cannot infer contextual base in reference to member 'infinity'
animationGroup.repeatCount = .infinity
~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:69:20: error: cannot find 'CABasicAnimation' in scope
let animationX = CABasicAnimation(keyPath: "position.y")
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:70:31: error: cannot find 'CAMediaTimingFunction' in scope
animationX.timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:70:60: error: cannot infer contextual base in reference to member 'easeInEaseOut'
animationX.timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
~^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:75:20: error: cannot find 'CABasicAnimation' in scope
let animationY = CABasicAnimation(keyPath: "position.x")
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:76:31: error: cannot find 'CAMediaTimingFunction' in scope
animationY.timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:76:60: error: cannot infer contextual base in reference to member 'easeInEaseOut'
animationY.timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
~^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:81:24: error: cannot find 'CAAnimationGroup' in scope
let animationGroup = CAAnimationGroup()
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:84:33: error: cannot infer contextual base in reference to member 'infinity'
animationGroup.repeatCount = .infinity
~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:90:20: error: cannot find 'CABasicAnimation' in scope
let animationX = CABasicAnimation(keyPath: "position.y")
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:91:31: error: cannot find 'CAMediaTimingFunction' in scope
animationX.timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:91:60: error: cannot infer contextual base in reference to member 'easeInEaseOut'
animationX.timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
~^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:96:20: error: cannot find 'CABasicAnimation' in scope
let animationY = CABasicAnimation(keyPath: "position.x")
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:97:31: error: cannot find 'CAMediaTimingFunction' in scope
animationY.timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:97:60: error: cannot infer contextual base in reference to member 'easeInEaseOut'
animationY.timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
~^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:102:24: error: cannot find 'CAAnimationGroup' in scope
let animationGroup = CAAnimationGroup()
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift:105:33: error: cannot infer contextual base in reference to member 'infinity'
animationGroup.repeatCount = .infinity
~^~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Enums.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/supplementaryOutputs-19 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64 -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ProgressHUD -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+TriangleDotShift.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+Banner.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+Enums.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+TriangleDotShift.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+Banner.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+Enums.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift:24:16: error: cannot find 'UIToolbar' in scope
viewBanner = UIToolbar()
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:19:18: error: cannot find type 'UIToolbar' in scope
var viewBanner: UIToolbar?
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift:30:22: error: cannot find 'UILabel' in scope
labelBannerTitle = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:27:24: error: cannot find type 'UILabel' in scope
var labelBannerTitle: UILabel?
^~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:25:33: error: type 'UIColor' has no member 'label'
var colorBannerTitle = UIColor.label
~~~~~~~ ^~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift:33:33: error: static member 'colorBannerTitle' cannot be used on instance of type 'ProgressHUD'
labelBannerTitle?.textColor = colorBannerTitle
^~~~~~~~~~~~~~~~
ProgressHUD.
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift:35:24: error: cannot find 'UILabel' in scope
labelBannerMessage = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:32:26: error: cannot find type 'UILabel' in scope
var labelBannerMessage: UILabel?
^~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:30:35: error: type 'UIColor' has no member 'secondaryLabel'
var colorBannerMessage = UIColor.secondaryLabel
~~~~~~~ ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift:38:35: error: static member 'colorBannerMessage' cannot be used on instance of type 'ProgressHUD'
labelBannerMessage?.textColor = colorBannerMessage
^~~~~~~~~~~~~~~~~~
ProgressHUD.
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:16:12: error: cannot find type 'UIWindow' in scope
var main: UIWindow!
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift:49:4: error: cannot find 'UIView' in scope
UIView.animate(withDuration: 0.25) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift:60:20: error: cannot find 'UITapGestureRecognizer' in scope
let tapGesture = UITapGestureRecognizer(target: self, action: #selector(hideBanner))
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift:56:21: warning: capture of 'self' with non-sendable type 'ProgressHUD?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
guard let self = self else { return }
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:14:14: note: class 'ProgressHUD' does not conform to the 'Sendable' protocol
public class ProgressHUD: UIView {
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift:74:3: error: cannot find 'UIView' in scope
UIView.animate(withDuration: 0.25, animations: {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift:90:24: error: 'nil' requires a contextual type
labelBannerMessage = nil
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift:91:22: error: 'nil' requires a contextual type
labelBannerTitle = nil
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift:92:16: error: 'nil' requires a contextual type
viewBanner = nil
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:67:29: error: cannot find 'UIDevice' in scope
let orientationDidChange = UIDevice.orientationDidChangeNotification
^~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Enums.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Enums.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/supplementaryOutputs-19 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64 -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ProgressHUD -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+TriangleDotShift.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+Banner.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+Enums.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+TriangleDotShift.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+Banner.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+Enums.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ ProgressHUD+ActivityIndicator.swift,\ ProgressHUD+BallVerticalBounce.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/resource_bundle_accessor.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Enums.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/supplementaryOutputs-1 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64 -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ProgressHUD -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/resource_bundle_accessor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+ActivityIndicator.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+BallVerticalBounce.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/resource_bundle_accessor.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+ActivityIndicator.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+BallVerticalBounce.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/resource_bundle_accessor.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/resource_bundle_accessor.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Enums.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/supplementaryOutputs-1 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64 -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ProgressHUD -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/resource_bundle_accessor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+ActivityIndicator.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+BallVerticalBounce.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/resource_bundle_accessor.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+ActivityIndicator.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+BallVerticalBounce.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/resource_bundle_accessor.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Enums.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/supplementaryOutputs-1 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64 -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ProgressHUD -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/resource_bundle_accessor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+ActivityIndicator.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+BallVerticalBounce.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/resource_bundle_accessor.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+ActivityIndicator.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+BallVerticalBounce.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:17:42: error: cannot find type 'UIView' in scope
func animationActivityIndicator(_ view: UIView) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:18:17: error: cannot find 'UIActivityIndicatorView' in scope
let spinner = UIActivityIndicatorView(style: .large)
^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift:18:49: error: cannot infer contextual base in reference to member 'large'
let spinner = UIActivityIndicatorView(style: .large)
~^~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/resource_bundle_accessor.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Enums.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/supplementaryOutputs-1 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64 -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ProgressHUD -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/resource_bundle_accessor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+ActivityIndicator.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+BallVerticalBounce.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/resource_bundle_accessor.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+ActivityIndicator.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+BallVerticalBounce.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:17:43: error: cannot find type 'UIView' in scope
func animationBallVerticalBounce(_ view: UIView) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:51:40: error: cannot find type 'UIView' in scope
private func initialCurvePath(_ view: UIView) -> UIBezierPath {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:60:37: error: cannot find type 'UIView' in scope
private func downCurvePath(_ view: UIView) -> UIBezierPath {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:69:36: error: cannot find type 'UIView' in scope
private func topCurvePath(_ view: UIView) -> UIBezierPath {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:78:43: error: cannot find type 'UIView' in scope
private func createBallAnimation(_ view: UIView, _ speed: Double) {
^~~~~~
/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:99:49: error: cannot find type 'CALayer' in scope
private func drawCircleWith(_ size: CGSize) -> CALayer {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:18:14: error: cannot find 'CAShapeLayer' in scope
let line = CAShapeLayer()
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:21:19: error: cannot infer contextual base in reference to member 'round'
line.lineCap = .round
~^~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:26:28: error: cannot find 'CAKeyframeAnimation' in scope
let animationDownCurve = CAKeyframeAnimation(keyPath: "path")
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:27:39: error: cannot find 'CAMediaTimingFunction' in scope
animationDownCurve.timingFunction = CAMediaTimingFunction(name: .easeOut)
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:27:68: error: cannot infer contextual base in reference to member 'easeOut'
animationDownCurve.timingFunction = CAMediaTimingFunction(name: .easeOut)
~^~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:33:27: error: cannot find 'CAKeyframeAnimation' in scope
let animationTopCurve = CAKeyframeAnimation(keyPath: "path")
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:34:38: error: cannot find 'CAMediaTimingFunction' in scope
animationTopCurve.timingFunction = CAMediaTimingFunction(name: .easeOut)
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:34:67: error: cannot infer contextual base in reference to member 'easeOut'
animationTopCurve.timingFunction = CAMediaTimingFunction(name: .easeOut)
~^~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:40:24: error: cannot find 'CAAnimationGroup' in scope
let animationGroup = CAAnimationGroup()
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:43:33: error: cannot infer contextual base in reference to member 'infinity'
animationGroup.repeatCount = .infinity
~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:87:19: error: cannot find 'CABasicAnimation' in scope
let animation = CABasicAnimation(keyPath: "transform.translation.y")
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:91:30: error: cannot find 'CAMediaTimingFunction' in scope
animation.timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:91:59: error: cannot infer contextual base in reference to member 'easeInEaseOut'
animation.timingFunction = CAMediaTimingFunction(name: .easeInEaseOut)
~^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:93:28: error: cannot infer contextual base in reference to member 'infinity'
animation.repeatCount = .infinity
~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift:105:15: error: cannot find 'CAShapeLayer' in scope
let layer = CAShapeLayer()
^~~~~~~~~~~~
SwiftEmitModule normal arm64 Emitting\ module\ for\ ProgressHUD (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Enums.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.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/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ProgressHUD -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.abi.json
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 Compiling\ ProgressHUD+SFSymbolBounce.swift,\ ProgressHUD+SemiRingRotation.swift,\ ProgressHUD+SquareCircuitSnake.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SquareCircuitSnake.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 Compiling\ ProgressHUD+CircleDotSpinFade.swift,\ ProgressHUD+CirclePulseMultiple.swift,\ ProgressHUD+CirclePulseSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseSingle.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 Compiling\ ProgressHUD.swift,\ ProgressView.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 Compiling\ ProgressHUD+CircleRippleMultiple.swift,\ ProgressHUD+CircleRippleSingle.swift,\ ProgressHUD+CircleRotateChase.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleMultiple.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRippleSingle.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleRotateChase.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 Compiling\ ProgressHUD+LiveIcon.swift,\ ProgressHUD+Public.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 Compiling\ ProgressHUD+CircleStrokeSpin.swift,\ ProgressHUD+DualDotSidestep.swift,\ ProgressHUD+HorizontalBarScaling.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleStrokeSpin.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+DualDotSidestep.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalBarScaling.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 Compiling\ ProgressHUD+BarSweepToggle.swift,\ ProgressHUD+CircleArcDotSpin.swift,\ ProgressHUD+CircleBarSpinFade.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ ProgressHUD+ActivityIndicator.swift,\ ProgressHUD+BallVerticalBounce.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftEmitModule normal arm64 Emitting\ module\ for\ ProgressHUD (in target 'ProgressHUD' from project 'ProgressHUD')
Building workspace spi-builder-workspace with scheme ProgressHUD
(36 failures)
BUILD FAILURE 6.0 watchOS