Build Information
Failed to build ProgressHUD, reference master (96fcce
), with Swift 5.9 for watchOS using Xcode 15.2 on 30 Sep 2024 10:35:40 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ProgressHUD -destination generic/platform=watchOS
Build Log
/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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/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/ProgressHUD+LiveIcon.swift:17:31: error: cannot find type 'UIView' in scope
func liveIconSucceed(_ view: UIView) {
^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift:51:30: error: cannot find type 'UIView' in scope
func liveIconFailed(_ view: UIView) {
^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift:94:29: error: cannot find type 'UIView' in scope
func liveIconAdded(_ view: UIView) {
^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift:46:20: error: cannot find type 'UIWindow' in scope
class var window: UIWindow {
^~~~~~~~
/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.swift:19:18: error: cannot find type 'UIToolbar' in scope
var viewBanner: UIToolbar?
^~~~~~~~~
/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.swift:27:24: error: cannot find type 'UILabel' in scope
var labelBannerTitle: 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.swift:32:26: error: cannot find type 'UILabel' in scope
var labelBannerMessage: UILabel?
^~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:40:22: error: cannot find type 'UIView' in scope
var viewBackground: UIView?
^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:41:18: error: cannot find type 'UIToolbar' in scope
var toolbarHUD: UIToolbar?
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:42:19: error: cannot find type 'UILabel' in scope
var labelStatus: UILabel?
^~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:45:20: error: cannot find type 'UIView' in scope
var viewLiveIcon: UIView?
^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:46:23: error: cannot find type 'UIImageView' in scope
var viewStaticImage: UIImageView?
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:47:21: error: cannot find type 'UIView' in scope
var viewAnimation: UIView?
^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:53:26: error: type 'UIColor' has no member 'systemGray'
var colorHUD = UIColor.systemGray
~~~~~~~ ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:54:29: error: type 'UIColor' has no member 'label'
var colorStatus = UIColor.label
~~~~~~~ ^~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:59:61: error: type 'UIColor' has no member 'systemGreen'
var imageSuccess = UIImage.checkmark.withTintColor(UIColor.systemGreen, renderingMode: .alwaysOriginal)
~~~~~~~ ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:60:57: error: type 'UIColor' has no member 'systemRed'
var imageError = UIImage.remove.withTintColor(UIColor.systemRed, renderingMode: .alwaysOriginal)
~~~~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:63:26: error: cannot find 'UIResponder' in scope
let keyboardWillShow = UIResponder.keyboardWillShowNotification
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:64:26: error: cannot find 'UIResponder' in scope
let keyboardWillHide = UIResponder.keyboardWillHideNotification
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:65:26: error: cannot find 'UIResponder' in scope
let keyboardDidShow = UIResponder.keyboardDidShowNotification
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:66:26: error: cannot find 'UIResponder' in scope
let keyboardDidHide = UIResponder.keyboardDidHideNotification
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:67:29: error: cannot find 'UIDevice' in scope
let orientationDidChange = UIDevice.orientationDidChangeNotification
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:80:19: error: initializer does not override a designated initializer from its superclass
override private init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift:14:27: error: cannot find type 'UIView' in scope
public class ProgressHUD: UIView {
^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:16:24: error: type 'UIColor' has no member 'systemBackground'
var color: UIColor = .systemBackground {
~^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:22:28: error: cannot find 'CAShapeLayer' in scope
private var layerCircle = CAShapeLayer()
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:23:30: error: cannot find 'CAShapeLayer' in scope
private var layerProgress = CAShapeLayer()
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:24:31: error: cannot find type 'UILabel' in scope
private var labelPercentage: UILabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:35:11: error: initializer does not override a designated initializer from its superclass
override init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:39:16: error: method does not override any method from its superclass
override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift:14:21: error: cannot find type 'UIView' in scope
class ProgressView: UIView {
^~~~~~
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
SwiftCompile normal armv7k 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
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.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/armv7k/supplementaryOutputs-18 -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/armv7k -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/armv7k -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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.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/armv7k/ProgressHUD+HorizontalDotScaling.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+PacmanProgress.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+QuintupleDotDance.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+HorizontalDotScaling.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+PacmanProgress.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+QuintupleDotDance.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+HorizontalDotScaling.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.2.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/armv7k/supplementaryOutputs-18 -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/armv7k -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/armv7k -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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.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/armv7k/ProgressHUD+HorizontalDotScaling.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+PacmanProgress.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+QuintupleDotDance.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+HorizontalDotScaling.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+PacmanProgress.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+QuintupleDotDance.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+PacmanProgress.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.2.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/armv7k/supplementaryOutputs-18 -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/armv7k -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/armv7k -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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.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/armv7k/ProgressHUD+HorizontalDotScaling.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+PacmanProgress.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+QuintupleDotDance.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+HorizontalDotScaling.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+PacmanProgress.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+QuintupleDotDance.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+QuintupleDotDance.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.2.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/armv7k/supplementaryOutputs-18 -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/armv7k -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/armv7k -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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.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/armv7k/ProgressHUD+HorizontalDotScaling.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+PacmanProgress.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+QuintupleDotDance.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+HorizontalDotScaling.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+PacmanProgress.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+QuintupleDotDance.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 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
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.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_32/supplementaryOutputs-22 -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_32 -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/arm64_32 -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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.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_32/ProgressHUD+TriangleDotShift.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD+Banner.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD+Enums.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD+TriangleDotShift.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD+Banner.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD+Enums.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+TriangleDotShift.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.2.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_32/supplementaryOutputs-22 -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_32 -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/arm64_32 -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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.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_32/ProgressHUD+TriangleDotShift.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD+Banner.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD+Enums.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD+TriangleDotShift.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD+Banner.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD+Enums.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Banner.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.2.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_32/supplementaryOutputs-22 -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_32 -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/arm64_32 -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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.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_32/ProgressHUD+TriangleDotShift.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD+Banner.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD+Enums.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD+TriangleDotShift.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD+Banner.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD+Enums.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Enums.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.2.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_32/supplementaryOutputs-22 -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_32 -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/arm64_32 -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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.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_32/ProgressHUD+TriangleDotShift.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD+Banner.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD+Enums.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD+TriangleDotShift.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD+Banner.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64_32/ProgressHUD+Enums.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.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 -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift -primary-file /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-20 -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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.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+SFSymbolBounce.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+SemiRingRotation.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+SquareCircuitSnake.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+SFSymbolBounce.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+SemiRingRotation.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+SquareCircuitSnake.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+SFSymbolBounce.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.2.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 -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift -primary-file /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-20 -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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.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+SFSymbolBounce.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+SemiRingRotation.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+SquareCircuitSnake.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+SFSymbolBounce.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+SemiRingRotation.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+SquareCircuitSnake.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+SemiRingRotation.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.2.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 -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift -primary-file /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-20 -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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.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+SFSymbolBounce.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+SemiRingRotation.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+SquareCircuitSnake.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+SFSymbolBounce.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+SemiRingRotation.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+SquareCircuitSnake.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+SquareCircuitSnake.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.2.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 -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SFSymbolBounce.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/Animations/ProgressHUD+SemiRingRotation.swift -primary-file /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-20 -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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.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+SFSymbolBounce.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+SemiRingRotation.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+SquareCircuitSnake.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+SFSymbolBounce.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+SemiRingRotation.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD+SquareCircuitSnake.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressView.dia -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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.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.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressView.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressView.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/ProgressHUD.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.2.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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressView.dia -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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.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.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressView.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressView.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/ProgressView.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.2.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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressView.dia -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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.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.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressView.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k 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')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+LiveIcon.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+LiveIcon.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+LiveIcon.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+LiveIcon.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+Public.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+Public.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+Public.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+Public.dia -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/armv7k -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/armv7k -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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.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/armv7k/ProgressHUD+LiveIcon.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+Public.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+LiveIcon.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+Public.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.2.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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+LiveIcon.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+LiveIcon.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+LiveIcon.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+LiveIcon.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+Public.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+Public.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+Public.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+Public.dia -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/armv7k -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/armv7k -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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.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/armv7k/ProgressHUD+LiveIcon.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+Public.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+LiveIcon.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+Public.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+Public.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-15.2.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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD+LiveIcon.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+LiveIcon.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+LiveIcon.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+LiveIcon.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+LiveIcon.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+Public.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+Public.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+Public.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+Public.dia -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/armv7k -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/armv7k -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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.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/armv7k/ProgressHUD+LiveIcon.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+Public.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+LiveIcon.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD+Public.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.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 -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-6 -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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/arm64/ProgressHUD_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.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
SwiftCompile normal armv7k 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')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.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 /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 -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressHUD.swift -primary-file /Users/admin/builder/spi-builder-workspace/ProgressHUD/Sources/ProgressView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressView.dia -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/armv7k -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD_const_extract_protocols.json -empty-abi-descriptor -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 -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/DerivedSources/armv7k -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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.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/armv7k/ProgressHUD.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressView.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressHUD.o -index-unit-output-path /ProgressHUD.build/Debug-watchos/ProgressHUD.build/Objects-normal/armv7k/ProgressView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ ProgressHUD (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftEmitModule normal armv7k Emitting\ module\ for\ ProgressHUD (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ProgressHUD (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal armv7k 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')
(4 failures)
BUILD FAILURE 5.9 watchOS