The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Glassfy with Swift 5.9 for watchOS using Xcode 15.2 at master.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme Glassfy -destination generic/platform=watchos

Build Log

                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:73:69: warning: 'subscriptionPeriod' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
            msg[@"ORIGINAL_DURATION"] = [GYFormatter formatPeriod:p.subscriptionPeriod.numberOfUnits unit:p.subscriptionPeriod.unit locale:locale];
                                                                    ^~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:63:71: note: 'subscriptionPeriod' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly, nullable) SKProductSubscriptionPeriod *subscriptionPeriod API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                                      ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:73:69: note: enclose 'subscriptionPeriod' in an @available check to silence this warning
            msg[@"ORIGINAL_DURATION"] = [GYFormatter formatPeriod:p.subscriptionPeriod.numberOfUnits unit:p.subscriptionPeriod.unit locale:locale];
                                                                    ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:73:88: warning: 'numberOfUnits' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
            msg[@"ORIGINAL_DURATION"] = [GYFormatter formatPeriod:p.subscriptionPeriod.numberOfUnits unit:p.subscriptionPeriod.unit locale:locale];
                                                                                       ^~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:27:43: note: 'numberOfUnits' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSUInteger numberOfUnits API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                          ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:73:88: note: enclose 'numberOfUnits' in an @available check to silence this warning
            msg[@"ORIGINAL_DURATION"] = [GYFormatter formatPeriod:p.subscriptionPeriod.numberOfUnits unit:p.subscriptionPeriod.unit locale:locale];
                                                                                       ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:73:109: warning: 'subscriptionPeriod' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
            msg[@"ORIGINAL_DURATION"] = [GYFormatter formatPeriod:p.subscriptionPeriod.numberOfUnits unit:p.subscriptionPeriod.unit locale:locale];
                                                                                                            ^~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:63:71: note: 'subscriptionPeriod' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly, nullable) SKProductSubscriptionPeriod *subscriptionPeriod API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                                      ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:73:109: note: enclose 'subscriptionPeriod' in an @available check to silence this warning
            msg[@"ORIGINAL_DURATION"] = [GYFormatter formatPeriod:p.subscriptionPeriod.numberOfUnits unit:p.subscriptionPeriod.unit locale:locale];
                                                                                                            ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:73:128: warning: 'unit' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
            msg[@"ORIGINAL_DURATION"] = [GYFormatter formatPeriod:p.subscriptionPeriod.numberOfUnits unit:p.subscriptionPeriod.unit locale:locale];
                                                                                                                               ^~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:29:52: note: 'unit' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) SKProductPeriodUnit unit API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                   ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:73:128: note: enclose 'unit' in an @available check to silence this warning
            msg[@"ORIGINAL_DURATION"] = [GYFormatter formatPeriod:p.subscriptionPeriod.numberOfUnits unit:p.subscriptionPeriod.unit locale:locale];
                                                                                                                               ^~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:75:79: warning: 'priceLocale' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
            msg[@"ORIGINAL_DAILY"] = [self formatPrice:@(priceDaily) locale:p.priceLocale];
                                                                              ^~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:44:42: note: 'priceLocale' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSLocale *priceLocale API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:75:79: note: enclose 'priceLocale' in an @available check to silence this warning
            msg[@"ORIGINAL_DAILY"] = [self formatPrice:@(priceDaily) locale:p.priceLocale];
                                                                              ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:76:81: warning: 'priceLocale' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
            msg[@"ORIGINAL_WEEKLY"] = [self formatPrice:@(priceWeekly) locale:p.priceLocale];
                                                                                ^~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:44:42: note: 'priceLocale' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSLocale *priceLocale API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:76:81: note: enclose 'priceLocale' in an @available check to silence this warning
            msg[@"ORIGINAL_WEEKLY"] = [self formatPrice:@(priceWeekly) locale:p.priceLocale];
                                                                                ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:77:83: warning: 'priceLocale' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
            msg[@"ORIGINAL_MONTHLY"] = [self formatPrice:@(priceMonthly) locale:p.priceLocale];
                                                                                  ^~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:44:42: note: 'priceLocale' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSLocale *priceLocale API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:77:83: note: enclose 'priceLocale' in an @available check to silence this warning
            msg[@"ORIGINAL_MONTHLY"] = [self formatPrice:@(priceMonthly) locale:p.priceLocale];
                                                                                  ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:78:81: warning: 'priceLocale' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
            msg[@"ORIGINAL_YEARLY"] = [self formatPrice:@(priceYearly) locale:p.priceLocale];
                                                                                ^~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:44:42: note: 'priceLocale' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSLocale *priceLocale API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:78:81: note: enclose 'priceLocale' in an @available check to silence this warning
            msg[@"ORIGINAL_YEARLY"] = [self formatPrice:@(priceYearly) locale:p.priceLocale];
                                                                                ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:80:19: warning: 'introductoryPrice' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
            if (p.introductoryPrice) {
                  ^~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:65:61: note: 'introductoryPrice' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly, nullable) SKProductDiscount *introductoryPrice API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:80:19: note: enclose 'introductoryPrice' in an @available check to silence this warning
            if (p.introductoryPrice) {
                  ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:82:27: warning: 'introductoryPrice' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                switch (p.introductoryPrice.subscriptionPeriod.unit) {
                          ^~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:65:61: note: 'introductoryPrice' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly, nullable) SKProductDiscount *introductoryPrice API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:82:27: note: enclose 'introductoryPrice' in an @available check to silence this warning
                switch (p.introductoryPrice.subscriptionPeriod.unit) {
                          ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:82:45: warning: 'subscriptionPeriod' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                switch (p.introductoryPrice.subscriptionPeriod.unit) {
                                            ^~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductDiscount.h:37:61: note: 'subscriptionPeriod' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) SKProductSubscriptionPeriod *subscriptionPeriod API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:82:45: note: enclose 'subscriptionPeriod' in an @available check to silence this warning
                switch (p.introductoryPrice.subscriptionPeriod.unit) {
                                            ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:82:64: warning: 'unit' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                switch (p.introductoryPrice.subscriptionPeriod.unit) {
                                                               ^~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:29:52: note: 'unit' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) SKProductPeriodUnit unit API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                   ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:82:64: note: enclose 'unit' in an @available check to silence this warning
                switch (p.introductoryPrice.subscriptionPeriod.unit) {
                                                               ^~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:105:38: warning: 'introductoryPrice' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                float introDaily = p.introductoryPrice.price.floatValue * k / p.introductoryPrice.subscriptionPeriod.numberOfUnits;
                                     ^~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:65:61: note: 'introductoryPrice' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly, nullable) SKProductDiscount *introductoryPrice API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:105:38: note: enclose 'introductoryPrice' in an @available check to silence this warning
                float introDaily = p.introductoryPrice.price.floatValue * k / p.introductoryPrice.subscriptionPeriod.numberOfUnits;
                                     ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:105:56: warning: 'price' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                float introDaily = p.introductoryPrice.price.floatValue * k / p.introductoryPrice.subscriptionPeriod.numberOfUnits;
                                                       ^~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductDiscount.h:31:49: note: 'price' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSDecimalNumber *price API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:105:56: note: enclose 'price' in an @available check to silence this warning
                float introDaily = p.introductoryPrice.price.floatValue * k / p.introductoryPrice.subscriptionPeriod.numberOfUnits;
                                                       ^~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:105:81: warning: 'introductoryPrice' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                float introDaily = p.introductoryPrice.price.floatValue * k / p.introductoryPrice.subscriptionPeriod.numberOfUnits;
                                                                                ^~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:65:61: note: 'introductoryPrice' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly, nullable) SKProductDiscount *introductoryPrice API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:105:81: note: enclose 'introductoryPrice' in an @available check to silence this warning
                float introDaily = p.introductoryPrice.price.floatValue * k / p.introductoryPrice.subscriptionPeriod.numberOfUnits;
                                                                                ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:105:99: warning: 'subscriptionPeriod' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                float introDaily = p.introductoryPrice.price.floatValue * k / p.introductoryPrice.subscriptionPeriod.numberOfUnits;
                                                                                                  ^~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductDiscount.h:37:61: note: 'subscriptionPeriod' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) SKProductSubscriptionPeriod *subscriptionPeriod API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:105:99: note: enclose 'subscriptionPeriod' in an @available check to silence this warning
                float introDaily = p.introductoryPrice.price.floatValue * k / p.introductoryPrice.subscriptionPeriod.numberOfUnits;
                                                                                                  ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:105:118: warning: 'numberOfUnits' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                float introDaily = p.introductoryPrice.price.floatValue * k / p.introductoryPrice.subscriptionPeriod.numberOfUnits;
                                                                                                                     ^~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:27:43: note: 'numberOfUnits' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSUInteger numberOfUnits API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                          ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:105:118: note: enclose 'numberOfUnits' in an @available check to silence this warning
                float introDaily = p.introductoryPrice.price.floatValue * k / p.introductoryPrice.subscriptionPeriod.numberOfUnits;
                                                                                                                     ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:111:59: warning: 'introductoryPrice' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                msg[@"INTRO_PRICE"] = [self formatPrice:p.introductoryPrice.price locale:p.introductoryPrice.priceLocale];
                                                          ^~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:65:61: note: 'introductoryPrice' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly, nullable) SKProductDiscount *introductoryPrice API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:111:59: note: enclose 'introductoryPrice' in an @available check to silence this warning
                msg[@"INTRO_PRICE"] = [self formatPrice:p.introductoryPrice.price locale:p.introductoryPrice.priceLocale];
                                                          ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:111:77: warning: 'price' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                msg[@"INTRO_PRICE"] = [self formatPrice:p.introductoryPrice.price locale:p.introductoryPrice.priceLocale];
                                                                            ^~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductDiscount.h:31:49: note: 'price' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSDecimalNumber *price API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:111:77: note: enclose 'price' in an @available check to silence this warning
                msg[@"INTRO_PRICE"] = [self formatPrice:p.introductoryPrice.price locale:p.introductoryPrice.priceLocale];
                                                                            ^~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:111:92: warning: 'introductoryPrice' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                msg[@"INTRO_PRICE"] = [self formatPrice:p.introductoryPrice.price locale:p.introductoryPrice.priceLocale];
                                                                                           ^~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:65:61: note: 'introductoryPrice' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly, nullable) SKProductDiscount *introductoryPrice API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:111:92: note: enclose 'introductoryPrice' in an @available check to silence this warning
                msg[@"INTRO_PRICE"] = [self formatPrice:p.introductoryPrice.price locale:p.introductoryPrice.priceLocale];
                                                                                           ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:111:110: warning: 'priceLocale' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                msg[@"INTRO_PRICE"] = [self formatPrice:p.introductoryPrice.price locale:p.introductoryPrice.priceLocale];
                                                                                                             ^~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductDiscount.h:33:42: note: 'priceLocale' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSLocale *priceLocale API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:111:110: note: enclose 'priceLocale' in an @available check to silence this warning
                msg[@"INTRO_PRICE"] = [self formatPrice:p.introductoryPrice.price locale:p.introductoryPrice.priceLocale];
                                                                                                             ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:112:55: warning: 'formatPeriod:unit:locale:' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                msg[@"INTRO_DURATION"] = [GYFormatter formatPeriod:p.introductoryPrice.subscriptionPeriod.numberOfUnits
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:11:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYFormatter.h:19:1: note: 'formatPeriod:unit:locale:' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
+ (NSString *)formatPeriod:(NSInteger)perdiod unit:(SKProductPeriodUnit)unit locale:(NSLocale *)locale API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2));
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:112:55: note: enclose 'formatPeriod:unit:locale:' in an @available check to silence this warning
                msg[@"INTRO_DURATION"] = [GYFormatter formatPeriod:p.introductoryPrice.subscriptionPeriod.numberOfUnits
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:112:70: warning: 'introductoryPrice' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                msg[@"INTRO_DURATION"] = [GYFormatter formatPeriod:p.introductoryPrice.subscriptionPeriod.numberOfUnits
                                                                     ^~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:65:61: note: 'introductoryPrice' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly, nullable) SKProductDiscount *introductoryPrice API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:112:70: note: enclose 'introductoryPrice' in an @available check to silence this warning
                msg[@"INTRO_DURATION"] = [GYFormatter formatPeriod:p.introductoryPrice.subscriptionPeriod.numberOfUnits
                                                                     ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:112:88: warning: 'subscriptionPeriod' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                msg[@"INTRO_DURATION"] = [GYFormatter formatPeriod:p.introductoryPrice.subscriptionPeriod.numberOfUnits
                                                                                       ^~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductDiscount.h:37:61: note: 'subscriptionPeriod' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) SKProductSubscriptionPeriod *subscriptionPeriod API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:112:88: note: enclose 'subscriptionPeriod' in an @available check to silence this warning
                msg[@"INTRO_DURATION"] = [GYFormatter formatPeriod:p.introductoryPrice.subscriptionPeriod.numberOfUnits
                                                                                       ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:112:107: warning: 'numberOfUnits' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                msg[@"INTRO_DURATION"] = [GYFormatter formatPeriod:p.introductoryPrice.subscriptionPeriod.numberOfUnits
                                                                                                          ^~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:27:43: note: 'numberOfUnits' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSUInteger numberOfUnits API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                          ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:112:107: note: enclose 'numberOfUnits' in an @available check to silence this warning
                msg[@"INTRO_DURATION"] = [GYFormatter formatPeriod:p.introductoryPrice.subscriptionPeriod.numberOfUnits
                                                                                                          ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:113:70: warning: 'introductoryPrice' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                                                              unit:p.introductoryPrice.subscriptionPeriod.unit
                                                                     ^~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:65:61: note: 'introductoryPrice' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly, nullable) SKProductDiscount *introductoryPrice API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:113:70: note: enclose 'introductoryPrice' in an @available check to silence this warning
                                                              unit:p.introductoryPrice.subscriptionPeriod.unit
                                                                     ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:113:88: warning: 'subscriptionPeriod' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                                                              unit:p.introductoryPrice.subscriptionPeriod.unit
                                                                                       ^~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductDiscount.h:37:61: note: 'subscriptionPeriod' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) SKProductSubscriptionPeriod *subscriptionPeriod API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:113:88: note: enclose 'subscriptionPeriod' in an @available check to silence this warning
                                                              unit:p.introductoryPrice.subscriptionPeriod.unit
                                                                                       ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:113:107: warning: 'unit' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                                                              unit:p.introductoryPrice.subscriptionPeriod.unit
                                                                                                          ^~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:29:52: note: 'unit' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) SKProductPeriodUnit unit API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                   ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:113:107: note: enclose 'unit' in an @available check to silence this warning
                                                              unit:p.introductoryPrice.subscriptionPeriod.unit
                                                                                                          ^~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:116:80: warning: 'introductoryPrice' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                msg[@"INTRO_DAILY"] = [self formatPrice:@(introDaily) locale:p.introductoryPrice.priceLocale];
                                                                               ^~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:65:61: note: 'introductoryPrice' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly, nullable) SKProductDiscount *introductoryPrice API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:116:80: note: enclose 'introductoryPrice' in an @available check to silence this warning
                msg[@"INTRO_DAILY"] = [self formatPrice:@(introDaily) locale:p.introductoryPrice.priceLocale];
                                                                               ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:116:98: warning: 'priceLocale' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                msg[@"INTRO_DAILY"] = [self formatPrice:@(introDaily) locale:p.introductoryPrice.priceLocale];
                                                                                                 ^~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductDiscount.h:33:42: note: 'priceLocale' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSLocale *priceLocale API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:116:98: note: enclose 'priceLocale' in an @available check to silence this warning
                msg[@"INTRO_DAILY"] = [self formatPrice:@(introDaily) locale:p.introductoryPrice.priceLocale];
                                                                                                 ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:117:82: warning: 'introductoryPrice' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                msg[@"INTRO_WEEKLY"] = [self formatPrice:@(introWeekly) locale:p.introductoryPrice.priceLocale];
                                                                                 ^~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:65:61: note: 'introductoryPrice' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly, nullable) SKProductDiscount *introductoryPrice API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:117:82: note: enclose 'introductoryPrice' in an @available check to silence this warning
                msg[@"INTRO_WEEKLY"] = [self formatPrice:@(introWeekly) locale:p.introductoryPrice.priceLocale];
                                                                                 ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:117:100: warning: 'priceLocale' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                msg[@"INTRO_WEEKLY"] = [self formatPrice:@(introWeekly) locale:p.introductoryPrice.priceLocale];
                                                                                                   ^~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductDiscount.h:33:42: note: 'priceLocale' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSLocale *priceLocale API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:117:100: note: enclose 'priceLocale' in an @available check to silence this warning
                msg[@"INTRO_WEEKLY"] = [self formatPrice:@(introWeekly) locale:p.introductoryPrice.priceLocale];
                                                                                                   ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:118:84: warning: 'introductoryPrice' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                msg[@"INTRO_MONTHLY"] = [self formatPrice:@(introMonthly) locale:p.introductoryPrice.priceLocale];
                                                                                   ^~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:65:61: note: 'introductoryPrice' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly, nullable) SKProductDiscount *introductoryPrice API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:118:84: note: enclose 'introductoryPrice' in an @available check to silence this warning
                msg[@"INTRO_MONTHLY"] = [self formatPrice:@(introMonthly) locale:p.introductoryPrice.priceLocale];
                                                                                   ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:118:102: warning: 'priceLocale' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                msg[@"INTRO_MONTHLY"] = [self formatPrice:@(introMonthly) locale:p.introductoryPrice.priceLocale];
                                                                                                     ^~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductDiscount.h:33:42: note: 'priceLocale' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSLocale *priceLocale API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:118:102: note: enclose 'priceLocale' in an @available check to silence this warning
                msg[@"INTRO_MONTHLY"] = [self formatPrice:@(introMonthly) locale:p.introductoryPrice.priceLocale];
                                                                                                     ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:119:82: warning: 'introductoryPrice' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                msg[@"INTRO_YEARLY"] = [self formatPrice:@(introYearly) locale:p.introductoryPrice.priceLocale];
                                                                                 ^~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:65:61: note: 'introductoryPrice' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly, nullable) SKProductDiscount *introductoryPrice API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:119:82: note: enclose 'introductoryPrice' in an @available check to silence this warning
                msg[@"INTRO_YEARLY"] = [self formatPrice:@(introYearly) locale:p.introductoryPrice.priceLocale];
                                                                                 ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:119:100: warning: 'priceLocale' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                msg[@"INTRO_YEARLY"] = [self formatPrice:@(introYearly) locale:p.introductoryPrice.priceLocale];
                                                                                                   ^~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductDiscount.h:33:42: note: 'priceLocale' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSLocale *priceLocale API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:119:100: note: enclose 'priceLocale' in an @available check to silence this warning
                msg[@"INTRO_YEARLY"] = [self formatPrice:@(introYearly) locale:p.introductoryPrice.priceLocale];
                                                                                                   ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:127:60: warning: 'discounts' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                    SKProductDiscount *promo = [[s.product.discounts filteredArrayUsingPredicate:p] firstObject];
                                                           ^~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:69:62: note: 'discounts' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSArray<SKProductDiscount *> *discounts API_AVAILABLE(ios(12.2), macos(10.14.4), watchos(6.2), visionos(1.0));
                                                             ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:127:60: note: enclose 'discounts' in an @available check to silence this warning
                    SKProductDiscount *promo = [[s.product.discounts filteredArrayUsingPredicate:p] firstObject];
                                                           ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:131:39: warning: 'subscriptionPeriod' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                        switch (promo.subscriptionPeriod.unit) {
                                      ^~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductDiscount.h:37:61: note: 'subscriptionPeriod' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) SKProductSubscriptionPeriod *subscriptionPeriod API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:131:39: note: enclose 'subscriptionPeriod' in an @available check to silence this warning
                        switch (promo.subscriptionPeriod.unit) {
                                      ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:131:58: warning: 'unit' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                        switch (promo.subscriptionPeriod.unit) {
                                                         ^~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:29:52: note: 'unit' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) SKProductPeriodUnit unit API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                   ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:131:58: note: enclose 'unit' in an @available check to silence this warning
                        switch (promo.subscriptionPeriod.unit) {
                                                         ^~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:154:50: warning: 'price' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                        float promoDaily = promo.price.floatValue * k / promo.subscriptionPeriod.numberOfUnits;
                                                 ^~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductDiscount.h:31:49: note: 'price' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSDecimalNumber *price API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:154:50: note: enclose 'price' in an @available check to silence this warning
                        float promoDaily = promo.price.floatValue * k / promo.subscriptionPeriod.numberOfUnits;
                                                 ^~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:154:79: warning: 'subscriptionPeriod' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                        float promoDaily = promo.price.floatValue * k / promo.subscriptionPeriod.numberOfUnits;
                                                                              ^~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductDiscount.h:37:61: note: 'subscriptionPeriod' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) SKProductSubscriptionPeriod *subscriptionPeriod API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:154:79: note: enclose 'subscriptionPeriod' in an @available check to silence this warning
                        float promoDaily = promo.price.floatValue * k / promo.subscriptionPeriod.numberOfUnits;
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:154:98: warning: 'numberOfUnits' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                        float promoDaily = promo.price.floatValue * k / promo.subscriptionPeriod.numberOfUnits;
                                                                                                 ^~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:27:43: note: 'numberOfUnits' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSUInteger numberOfUnits API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                          ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:154:98: note: enclose 'numberOfUnits' in an @available check to silence this warning
                        float promoDaily = promo.price.floatValue * k / promo.subscriptionPeriod.numberOfUnits;
                                                                                                 ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:160:71: warning: 'price' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                        msg[@"PROMO_PRICE"] = [self formatPrice:promo.price locale:promo.priceLocale];
                                                                      ^~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductDiscount.h:31:49: note: 'price' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSDecimalNumber *price API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:160:71: note: enclose 'price' in an @available check to silence this warning
                        msg[@"PROMO_PRICE"] = [self formatPrice:promo.price locale:promo.priceLocale];
                                                                      ^~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:160:90: warning: 'priceLocale' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                        msg[@"PROMO_PRICE"] = [self formatPrice:promo.price locale:promo.priceLocale];
                                                                                         ^~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductDiscount.h:33:42: note: 'priceLocale' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSLocale *priceLocale API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:160:90: note: enclose 'priceLocale' in an @available check to silence this warning
                        msg[@"PROMO_PRICE"] = [self formatPrice:promo.price locale:promo.priceLocale];
                                                                                         ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:161:63: warning: 'formatPeriod:unit:locale:' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                        msg[@"PROMO_DURATION"] = [GYFormatter formatPeriod:promo.subscriptionPeriod.numberOfUnits
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:11:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYFormatter.h:19:1: note: 'formatPeriod:unit:locale:' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
+ (NSString *)formatPeriod:(NSInteger)perdiod unit:(SKProductPeriodUnit)unit locale:(NSLocale *)locale API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2));
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:161:63: note: enclose 'formatPeriod:unit:locale:' in an @available check to silence this warning
                        msg[@"PROMO_DURATION"] = [GYFormatter formatPeriod:promo.subscriptionPeriod.numberOfUnits
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:161:82: warning: 'subscriptionPeriod' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                        msg[@"PROMO_DURATION"] = [GYFormatter formatPeriod:promo.subscriptionPeriod.numberOfUnits
                                                                                 ^~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductDiscount.h:37:61: note: 'subscriptionPeriod' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) SKProductSubscriptionPeriod *subscriptionPeriod API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:161:82: note: enclose 'subscriptionPeriod' in an @available check to silence this warning
                        msg[@"PROMO_DURATION"] = [GYFormatter formatPeriod:promo.subscriptionPeriod.numberOfUnits
                                                                                 ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:161:101: warning: 'numberOfUnits' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                        msg[@"PROMO_DURATION"] = [GYFormatter formatPeriod:promo.subscriptionPeriod.numberOfUnits
                                                                                                    ^~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:27:43: note: 'numberOfUnits' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSUInteger numberOfUnits API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                          ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:161:101: note: enclose 'numberOfUnits' in an @available check to silence this warning
                        msg[@"PROMO_DURATION"] = [GYFormatter formatPeriod:promo.subscriptionPeriod.numberOfUnits
                                                                                                    ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:162:82: warning: 'subscriptionPeriod' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                                                                      unit:promo.subscriptionPeriod.unit
                                                                                 ^~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductDiscount.h:37:61: note: 'subscriptionPeriod' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) SKProductSubscriptionPeriod *subscriptionPeriod API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:162:82: note: enclose 'subscriptionPeriod' in an @available check to silence this warning
                                                                      unit:promo.subscriptionPeriod.unit
                                                                                 ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:162:101: warning: 'unit' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                                                                      unit:promo.subscriptionPeriod.unit
                                                                                                    ^~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:29:52: note: 'unit' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) SKProductPeriodUnit unit API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                   ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:162:101: note: enclose 'unit' in an @available check to silence this warning
                                                                      unit:promo.subscriptionPeriod.unit
                                                                                                    ^~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:165:92: warning: 'priceLocale' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                        msg[@"PROMO_DAILY"] = [self formatPrice:@(promoDaily) locale:promo.priceLocale];
                                                                                           ^~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductDiscount.h:33:42: note: 'priceLocale' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSLocale *priceLocale API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:165:92: note: enclose 'priceLocale' in an @available check to silence this warning
                        msg[@"PROMO_DAILY"] = [self formatPrice:@(promoDaily) locale:promo.priceLocale];
                                                                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:166:94: warning: 'priceLocale' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                        msg[@"PROMO_WEEKLY"] = [self formatPrice:@(promoWeekly) locale:promo.priceLocale];
                                                                                             ^~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductDiscount.h:33:42: note: 'priceLocale' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSLocale *priceLocale API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:166:94: note: enclose 'priceLocale' in an @available check to silence this warning
                        msg[@"PROMO_WEEKLY"] = [self formatPrice:@(promoWeekly) locale:promo.priceLocale];
                                                                                             ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:167:96: warning: 'priceLocale' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                        msg[@"PROMO_MONTHLY"] = [self formatPrice:@(promoMonthly) locale:promo.priceLocale];
                                                                                               ^~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductDiscount.h:33:42: note: 'priceLocale' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSLocale *priceLocale API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:167:96: note: enclose 'priceLocale' in an @available check to silence this warning
                        msg[@"PROMO_MONTHLY"] = [self formatPrice:@(promoMonthly) locale:promo.priceLocale];
                                                                                               ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:168:94: warning: 'priceLocale' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                        msg[@"PROMO_YEARLY"] = [self formatPrice:@(promoYearly) locale:promo.priceLocale];
                                                                                             ^~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductDiscount.h:33:42: note: 'priceLocale' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSLocale *priceLocale API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:168:94: note: enclose 'priceLocale' in an @available check to silence this warning
                        msg[@"PROMO_YEARLY"] = [self formatPrice:@(promoYearly) locale:promo.priceLocale];
                                                                                             ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:224:29: warning: 'subscriptionPeriod' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
            if (sku.product.subscriptionPeriod.numberOfUnits != 0) {
                            ^~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:63:71: note: 'subscriptionPeriod' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly, nullable) SKProductSubscriptionPeriod *subscriptionPeriod API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                                      ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:224:29: note: enclose 'subscriptionPeriod' in an @available check to silence this warning
            if (sku.product.subscriptionPeriod.numberOfUnits != 0) {
                            ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:224:48: warning: 'numberOfUnits' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
            if (sku.product.subscriptionPeriod.numberOfUnits != 0) {
                                               ^~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:27:43: note: 'numberOfUnits' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSUInteger numberOfUnits API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                          ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:224:48: note: enclose 'numberOfUnits' in an @available check to silence this warning
            if (sku.product.subscriptionPeriod.numberOfUnits != 0) {
                                               ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:225:43: warning: 'subscriptionPeriod' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                units = (int) sku.product.subscriptionPeriod.numberOfUnits;
                                          ^~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:63:71: note: 'subscriptionPeriod' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly, nullable) SKProductSubscriptionPeriod *subscriptionPeriod API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                                      ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:225:43: note: enclose 'subscriptionPeriod' in an @available check to silence this warning
                units = (int) sku.product.subscriptionPeriod.numberOfUnits;
                                          ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:225:62: warning: 'numberOfUnits' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                units = (int) sku.product.subscriptionPeriod.numberOfUnits;
                                                             ^~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:27:43: note: 'numberOfUnits' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSUInteger numberOfUnits API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                          ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:225:62: note: enclose 'numberOfUnits' in an @available check to silence this warning
                units = (int) sku.product.subscriptionPeriod.numberOfUnits;
                                                             ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:228:46: warning: 'price' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        float originalSkuPrice = sku.product.price.floatValue * priceCorrections[i].floatValue / units;
                                             ^~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:42:49: note: 'price' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSDecimalNumber *price API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                                ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:228:46: note: enclose 'price' in an @available check to silence this warning
        float originalSkuPrice = sku.product.price.floatValue * priceCorrections[i].floatValue / units;
                                             ^~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:235:38: warning: 'subscriptionPeriod' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                if (otherSku.product.subscriptionPeriod.numberOfUnits != 0) {
                                     ^~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:63:71: note: 'subscriptionPeriod' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly, nullable) SKProductSubscriptionPeriod *subscriptionPeriod API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                                      ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvide
r.m:235:38: note: enclose 'subscriptionPeriod' in an @available check to silence this warning
                if (otherSku.product.subscriptionPeriod.numberOfUnits != 0) {
                                     ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:235:57: warning: 'numberOfUnits' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                if (otherSku.product.subscriptionPeriod.numberOfUnits != 0) {
                                                        ^~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:27:43: note: 'numberOfUnits' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSUInteger numberOfUnits API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                          ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:235:57: note: enclose 'numberOfUnits' in an @available check to silence this warning
                if (otherSku.product.subscriptionPeriod.numberOfUnits != 0) {
                                                        ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:236:52: warning: 'subscriptionPeriod' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                    units = (int) otherSku.product.subscriptionPeriod.numberOfUnits;
                                                   ^~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:63:71: note: 'subscriptionPeriod' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly, nullable) SKProductSubscriptionPeriod *subscriptionPeriod API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                                      ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:236:52: note: enclose 'subscriptionPeriod' in an @available check to silence this warning
                    units = (int) otherSku.product.subscriptionPeriod.numberOfUnits;
                                                   ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:236:71: warning: 'numberOfUnits' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                    units = (int) otherSku.product.subscriptionPeriod.numberOfUnits;
                                                                      ^~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:27:43: note: 'numberOfUnits' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSUInteger numberOfUnits API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                          ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:236:71: note: enclose 'numberOfUnits' in an @available check to silence this warning
                    units = (int) otherSku.product.subscriptionPeriod.numberOfUnits;
                                                                      ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:239:60: warning: 'price' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
            float originalOtherSkuPrice = otherSku.product.price.floatValue * priceCorrections[j].floatValue / units;
                                                           ^~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:42:49: note: 'price' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSDecimalNumber *price API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                                ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m:239:60: note: enclose 'price' in an @available check to silence this warning
            float originalOtherSkuPrice = otherSku.product.price.floatValue * priceCorrections[j].floatValue / units;
                                                           ^~~~~
87 warnings and 1 error generated.
CompileC /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYManager.o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Glassfy' from project 'Glassfy')
    cd /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -target armv7k-apple-watchos5.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=Glassfy -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -DSWIFT_PACKAGE -DDEBUG\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/DerivedSources-normal/armv7k -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/DerivedSources/armv7k -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/DerivedSources -F/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -DXcode -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYManager.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYManager.dia -c /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYManager.o -index-unit-output-path /Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYManager.o
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:12:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYAPIManager.h:60:31: warning: 'SKProduct' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
- (void)postProducts:(NSArray<SKProduct*> *)products
                              ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:33:112: note: 'SKProduct' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKProduct : NSObject {
                                                                                                               ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:12:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYAPIManager.h:60:1: note: annotate 'postProducts:completion:' with an availability attribute to silence this warning
- (void)postProducts:(NSArray<SKProduct*> *)products
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYAPIManager.h:65:22: warning: 'SKPaymentTransaction' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        transaction:(SKPaymentTransaction *_Nullable)transaction
                     ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentTransaction.h:24:112: note: 'SKPaymentTransaction' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKPaymentTransaction : NSObject {
                                                                                                               ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:12:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYAPIManager.h:63:1: note: annotate 'postReceipt:sku:transaction:completion:' with an availability attribute to silence this warning
- (void)postReceipt:(NSData *)receipt
^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:13:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.h:14:41: warning: 'SKProduct' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
typedef void(^GYStoreProductCompletion)(SKProduct* _Nullable, NSError* _Nullable);
                                        ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:33:112: note: 'SKProduct' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKProduct : NSObject {
                                                                                                               ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:13:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.h:14:15: note: annotate 'GYStoreProductCompletion' with an availability attribute to silence this warning
typedef void(^GYStoreProductCompletion)(SKProduct* _Nullable, NSError* _Nullable);
              ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.h:15:50: warning: 'SKProduct' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
typedef void(^GYStoreProductsCompletion)(NSArray<SKProduct*>* _Nonnull, NSError* _Nullable);
                                                 ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:33:112: note: 'SKProduct' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKProduct : NSObject {
                                                                                                               ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:13:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.h:15:15: note: annotate 'GYStoreProductsCompletion' with an availability attribute to silence this warning
typedef void(^GYStoreProductsCompletion)(NSArray<SKProduct*>* _Nonnull, NSError* _Nullable);
              ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:18:
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSku+Private.h:8:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/GYSku.h:27:32: warning: 'SKProduct' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
@property(nonatomic, readonly) SKProduct *product;
                               ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:33:112: note: 'SKProduct' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKProduct : NSObject {
                                                                                                               ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:18:
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSku+Private.h:8:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/GYSku.h:22:12: note: annotate 'GYSku' with an availability attribute to silence this warning
@interface GYSku : GYSkuBase
           ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:18:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSku+Private.h:15:33: warning: 'SKProduct' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
+ (instancetype)skuWithProduct:(SKProduct *)product;
                                ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:33:112: note: 'SKProduct' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKProduct : NSObject {
                                                                                                               ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:18:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSku+Private.h:15:1: note: annotate 'skuWithProduct:' with an availability attribute to silence this warning
+ (instancetype)skuWithProduct:(SKProduct *)product;
^
                                                    API_AVAILABLE(watchos(6.2))
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSku+Private.h:16:77: warning: 'SKProduct' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
+ (NSArray<GYSku*> *)matchSkus:(NSArray<GYSku*>*)skus withProducts:(NSArray<SKProduct*> *)products;
                                                                            ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:33:112: note: 'SKProduct' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKProduct : NSObject {
                                                                                                               ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:18:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSku+Private.h:16:1: note: annotate 'matchSkus:withProducts:' with an availability attribute to silence this warning
+ (NSArray<GYSku*> *)matchSkus:(NSArray<GYSku*>*)skus withProducts:(NSArray<SKProduct*> *)products;
^
                                                                                                   API_AVAILABLE(watchos(6.2))
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSku+Private.h:22:40: warning: 'SKProduct' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
@property(nonatomic, nullable, strong) SKProduct *product;
                                       ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:33:112: note: 'SKProduct' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKProduct : NSObject {
                                                                                                               ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:18:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSku+Private.h:14:12: note: annotate 'Private' with an availability attribute to silence this warning
@interface GYSku (Private) <GYDecodeProtocol, GYEncodeProtocol>
           ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:20:
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYTransaction+Private.h:8:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/GYTransaction.h:22:32: warning: 'SKPaymentTransaction' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
@property(nonatomic, readonly) SKPaymentTransaction *paymentTransaction;
                               ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentTransaction.h:24:112: note: 'SKPaymentTransaction' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKPaymentTransaction : NSObject {
                                                                                                               ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:20:
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYTransaction+Private.h:8:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/GYTransaction.h:15:12: note: annotate 'GYTransaction' with an availability attribute to silence this warning
@interface GYTransaction : NSObject
           ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:20:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYTransaction+Private.h:17:52: warning: 'SKPaymentTransaction' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
+ (instancetype)transactionWithPaymentTransaction:(SKPaymentTransaction*)transaction;
                                                   ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentTransaction.h:24:112: note: 'SKPaymentTransaction' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKPaymentTransaction : NSObject {
                                                                                                               ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:20:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYTransaction+Private.h:17:1: note: annotate 'transactionWithPaymentTransaction:' with an availability attribute to silence this warning
+ (instancetype)transactionWithPaymentTransaction:(SKPaymentTransaction*)transaction;
^
                                                                                     API_AVAILABLE(watchos(6.2))
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:21:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYOffering+Private.h:19:40: warning: 'SKProduct' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
- (void)matchSkusWithProducts:(NSArray<SKProduct*> *)products;
                                       ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:33:112: note: 'SKProduct' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKProduct : NSObject {
                                                                                                               ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:21:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYOffering+Private.h:19:1: note: annotate 'matchSkusWithProducts:' with an availability attribute to silence this warning
- (void)matchSkusWithProducts:(NSArray<SKProduct*> *)products;
^
                                                              API_AVAILABLE(watchos(6.2))
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:23:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYOfferings+Private.h:15:99: warning: 'SKProduct' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
+ (instancetype)offeringsWithOffers:(NSArray<GYOffering*> * _Nullable)offerings products:(NSArray<SKProduct*> *)products;
                                                                                                  ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:33:112: note: 'SKProduct' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKProduct : NSObject {
                                                                                                               ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:23:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYOfferings+Private.h:15:1: note: annotate 'offeringsWithOffers:products:' with an availability attribute to silence this warning
+ (instancetype)offeringsWithOffers:(NSArray<GYOffering*> * _Nullable)offerings products:(NSArray<SKProduct*> *)products;
^
                                                                                                                         API_AVAILABLE(watchos(6.2))
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:25:
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallViewController+Private.h:11:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/GYPaywallViewController.h:24:38: error: cannot find interface declaration for 'UIViewController', superclass of 'GYPaywallViewController'
@interface GYPaywallViewController : UIViewController
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:27:
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Glassfy+Private.h:8:
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:44:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/GYPaywall.h:24:4: error: 'GYPaywallViewController' is unavailable: not available on watchOS
- (GYPaywallViewController *)viewController;
   ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:25:
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallViewController+Private.h:11:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/GYPaywallViewController.h:24:12: note: 'GYPaywallViewController' has been explicitly marked unavailable here
@interface GYPaywallViewController : UIViewController
           ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:515:23: warning: 'SKPaymentQueue' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
- (BOOL)paymentQueue:(SKPaymentQueue *)queue shouldAddStorePayment:(SKPayment *)payment forProduct:(SKProduct *)product
                      ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentQueue.h:22:112: note: 'SKPaymentQueue' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKPaymentQueue : NSObject {
                                                                                                               ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:515:1: note: annotate 'paymentQueue:shouldAddStorePayment:forProduct:' with an availability attribute to silence this warning
- (BOOL)paymentQueue:(SKPaymentQueue *)queue shouldAddStorePayment:(SKPayment *)payment forProduct:(SKProduct *)product
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:515:69: warning: 'SKPayment' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
- (BOOL)paymentQueue:(SKPaymentQueue *)queue shouldAddStorePayment:(SKPayment *)payment forProduct:(SKProduct *)product
                                                                    ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPayment.h:16:115: note: 'SKPayment' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_NONSENDABLE @interface SKPayment : NSObject <NSCopying, NSMutableCopying> {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:515:1: note: annotate 'paymentQueue:shouldAddStorePayment:forProduct:' with an availability attribute to silence this warning
- (BOOL)paymentQueue:(SKPaymentQueue *)queue shouldAddStorePayment:(SKPayment *)payment forProduct:(SKProduct *)product
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:515:101: warning: 'SKProduct' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
- (BOOL)paymentQueue:(SKPaymentQueue *)queue shouldAddStorePayment:(SKPayment *)payment forProduct:(SKProduct *)product
                                                                                                    ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:33:112: note: 'SKProduct' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKProduct : NSObject {
                                                                                                               ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:515:1: note: annotate 'paymentQueue:shouldAddStorePayment:forProduct:' with an availability attribute to silence this warning
- (BOOL)paymentQueue:(SKPaymentQueue *)queue shouldAddStorePayment:(SKPayment *)payment forProduct:(SKProduct *)product
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:546:31: warning: 'SKPaymentQueue' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
- (void)paymentQueue:(nonnull SKPaymentQueue *)queue updatedTransactions:(nonnull NSArray<SKPaymentTransaction*> *)transactions
                              ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentQueue.h:22:112: note: 'SKPaymentQueue' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKPaymentQueue : NSObject {
                                                                                                               ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:546:1: note: annotate 'paymentQueue:updatedTransactions:' with an availability attribute to silence this warning
- (void)paymentQueue:(nonnull SKPaymentQueue *)queue updatedTransactions:(nonnull NSArray<SKPaymentTransaction*> *)transactions
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:546:91: warning: 'SKPaymentTransaction' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
- (void)paymentQueue:(nonnull SKPaymentQueue *)queue updatedTransactions:(nonnull NSArray<SKPaymentTransaction*> *)transactions
                                                                                          ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentTransaction.h:24:112: note: 'SKPaymentTransaction' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKPaymentTransaction : NSObject {
                                                                                                               ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:546:1: note: annotate 'paymentQueue:updatedTransactions:' with an availability attribute to silence this warning
- (void)paymentQueue:(nonnull SKPaymentQueue *)queue updatedTransactions:(nonnull NSArray<SKPaymentTransaction*> *)transactions
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:554:52: warning: 'SKPaymentTransaction' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
- (void)handleUpdatedTransactions:(nonnull NSArray<SKPaymentTransaction*> *)transactions
                                                   ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentTransaction.h:24:112: note: 'SKPaymentTransaction' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKPaymentTransaction : NSObject {
                                                                                                               ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:554:1: note: annotate 'handleUpdatedTransactions:' with an availability attribute to silence this warning
- (void)handleUpdatedTransactions:(nonnull NSArray<SKPaymentTransaction*> *)transactions
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:131:77: warning: 'SKProduct' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        [self.store productWithOfferings:res.offerings completion:^(NSArray<SKProduct*> *products, NSError *storeErr) {
                                                                            ^~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:33:112: note: 'SKProduct' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKProduct : NSObject {
                                                                                                               ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:131:77: note: enclose 'SKProduct' in an @available check to silence this warning
        [self.store productWithOfferings:res.offerings completion:^(NSArray<SKProduct*> *products, NSError *storeErr) {
                                                                            ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:149:70: warning: 'SKProduct' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        [self.store productWithIdentifier:sku.productId completion:^(SKProduct *product, NSError *storeErr) {
                                                                     ^~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:33:112: note: 'SKProduct' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKProduct : NSObject {
                                                                                                               ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:149:70: note: enclose 'SKProduct' in an @available check to silence this warning
        [self.store productWithIdentifier:sku.productId completion:^(SKProduct *product, NSError *storeErr) {
                                                                     ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:181:70: warning: 'SKProduct' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        [self.store productWithIdentifier:sku.productId completion:^(SKProduct *product, NSError *storeErr) {
                                                                     ^~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:33:112: note: 'SKProduct' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKProduct : NSObject {
                                                                                                               ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:181:70: note: enclose 'SKProduct' in an @available check to silence this warning
        [self.store productWithIdentifier:sku.productId completion:^(SKProduct *product, NSError *storeErr) {
                                                                     ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:521:31: warning: 'paymentDiscount' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
            promoid = payment.paymentDiscount.identifier;
                              ^~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPayment.h:41:67: note: 'paymentDiscount' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, copy, readonly, nullable) SKPaymentDiscount *paymentDiscount API_AVAILABLE(ios(12.2), macos(10.14.4), watchos(6.2), visionos(1.0));
                                                                  ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:521:31: note: enclose 'paymentDiscount' in an @available check to silence this warning
            promoid = payment.paymentDiscount.identifier;
                              ^~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:521:47: warning: 'identifier' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
            promoid = payment.paymentDiscount.identifier;
                                              ^~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentDiscount.h:25:48: note: 'identifier' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, copy, readonly) NSString *identifier API_AVAILABLE(ios(12.2), macos(10.14.4), watchos(6.2), visionos(1.0));
                                               ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:521:47: note: enclose 'identifier' in an @available check to silence this warning
            promoid = payment.paymentDiscount.identifier;
                                              ^~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:523:39: warning: 'productIdentifier' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        NSString *productid = product.productIdentifier;
                                      ^~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:46:42: note: 'productIdentifier' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSString *productIdentifier API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:523:39: note: enclose 'productIdentifier' in an @available check to silence this warning
        NSString *productid = product.productIdentifier;
                                      ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:538:46: warning: 'addPayment:' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                [SKPaymentQueue.defaultQueue addPayment:payment];
                                             ^~~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentQueue.h:37:1: note: 'addPayment:' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
- (void)addPayment:(SKPayment *)payment API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:538:46: note: enclose 'addPayment:' in an @available check to silence this warning
                [SKPaymentQueue.defaultQueue addPayment:payment];
                                             ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:538:18: warning: 'SKPaymentQueue' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                [SKPaymentQueue.defaultQueue addPayment:payment];
                 ^~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentQueue.h:22:112: note: 'SKPaymentQueue' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKPaymentQueue : NSObject {
                                                                                                               ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:538:18: note: enclose 'SKPaymentQueue' in an @available check to silence this warning
                [SKPaymentQueue.defaultQueue addPayment:payment];
                 ^~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:538:33: warning: 'defaultQueue' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                [SKPaymentQueue.defaultQueue addPayment:payment];
                                ^~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentQueue.h:31:1: note: 'defaultQueue' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
+ (instancetype)defaultQueue API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:538:33: note: enclose 'defaultQueue' in an @available check to silence this warning
                [SKPaymentQueue.defaultQueue addPayment:payment];
                                ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:557:10: warning: 'SKPaymentTransaction' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    for (SKPaymentTransaction *transaction in transactions) {
         ^~~~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentTransaction.h:24:112: note: 'SKPaymentTransaction' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKPaymentTransaction : NSObject {
                                                                                                               ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:557:10: note: enclose 'SKPaymentTransaction' in an @available check to silence this warning
    for (SKPaymentTransaction *transaction in transactions) {
         ^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:559:29: warning: 'transactionState' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        switch (transaction.transactionState) {
                            ^~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentTransaction.h:49:58: note: 'transactionState' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) SKPaymentTransactionState transactionState API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                                         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:559:29: note: enclose 'transactionState' in an @available check to silence this warning
        switch (transaction.transactionState) {
                            ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:575:93: warning: 'error' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                GYLogErr(@"TRANSACTION %@ Failed:\n\t%@", t.productId, t.paymentTransaction.error.debugDescription);
                                                                                            ^~~~~
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:15:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYLogger.h:16:40: note: expanded from macro 'GYLogErr'
#define GYLogErr(...) [GYLogger logErr:__VA_ARGS__]
                                       ^~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentTransaction.h:30:51: note: 'error' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly, nullable) NSError *error API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                                  ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:575:93: note: enclose 'error' in an @available check to silence this warning
                GYLogErr(@"TRANSACTION %@ Failed:\n\t%@", t.productId, t.paymentTransaction.error.debugDescription);
                                                                                            ^~~~~
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:15:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYLogger.h:16:40: note: expanded from macro 'GYLogErr'
#define GYLogErr(...) [GYLogger logErr:__VA_ARGS__]
                                       ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:612:72: warning: 'SKProduct' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
            [self.store productWithIdentifier:t.productId completion:^(SKProduct *p, NSError *err) {
                                                                       ^~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:33:112: note: 'SKProduct' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKProduct : NSObject {
                                                                                                               ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:612:72: note: enclose 'SKProduct' in an @available check to silence this warning
            [self.store productWithIdentifier:t.productId completion:^(SKProduct *p, NSError *err) {
                                                                       ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:684:31: warning: 'error' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    if ([t.paymentTransaction.error.domain isEqualToString:@"SKErrorDomain"]) {
                              ^~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentTransaction.h:30:51: note: 'error' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly, nullable) NSError *error API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                                  ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:684:31: note: enclose 'error' in an @available check to silence this warning
    if ([t.paymentTransaction.error.domain isEqualToString:@"SKErrorDomain"]) {
                              ^~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:685:38: warning: 'error' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        switch (t.paymentTransaction.error.code) {
                                     ^~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentTransaction.h:30:51: note: 'error' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly, nullable) NSError *error API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                                  ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:685:38: note: enclose 'error' in an @available check to silence this warning
        switch (t.paymentTransaction.error.code) {
                                     ^~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:722:48: warning: 'error' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
            completion(t, t.paymentTransaction.error);
                                               ^~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentTransaction.h:30:51: note: 'error' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly, nullable) NSError *error API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                                  ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:722:48: note: enclose 'error' in an @available check to silence this warning
            completion(t, t.paymentTransaction.error);
                                               ^~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:751:40: warning: 'finishTransaction:' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        [[SKPaymentQueue defaultQueue] finishTransaction:t.paymentTransaction];
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentQueue.h:44:1: note: 'finishTransaction:' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
- (void)finishTransaction:(SKPaymentTransaction *)transaction API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:751:40: note: enclose 'finishTransaction:' in an @available check to silence this warning
        [[SKPaymentQueue defaultQueue] finishTransaction:t.paymentTransaction];
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:751:26: warning: 'defaultQueue' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        [[SKPaymentQueue defaultQueue] finishTransaction:t.paymentTransaction];
                         ^~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentQueue.h:31:1: note: 'defaultQueue' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
+ (instancetype)defaultQueue API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:751:26: note: enclose 'defaultQueue' in an @available check to silence this warning
        [[SKPaymentQueue defaultQueue] finishTransaction:t.paymentTransaction];
                         ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:751:11: warning: 'SKPaymentQueue' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        [[SKPaymentQueue defaultQueue] finishTransaction:t.paymentTransaction];
          ^~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentQueue.h:22:112: note: 'SKPaymentQueue' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKPaymentQueue : NSObject {
                                                                                                               ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:751:11: note: enclose 'SKPaymentQueue' in an @available check to silence this warning
        [[SKPaymentQueue defaultQueue] finishTransaction:t.paymentTransaction];
          ^~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:764:36: warning: 'addTransactionObserver:' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    [[SKPaymentQueue defaultQueue] addTransactionObserver:self];
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentQueue.h:57:1: note: 'addTransactionObserver:' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
- (void)addTransactionObserver:(id <SKPaymentTransactionObserver>)observer API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_NAME(add(_:));
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:764:36: note: enclose 'addTransactionObserver:' in an @available check to silence this warning
    [[SKPaymentQueue defaultQueue] addTransactionObserver:self];
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:764:22: warning: 'defaultQueue' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    [[SKPaymentQueue defaultQueue] addTransactionObserver:self];
                     ^~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentQueue.h:31:1: note: 'defaultQueue' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
+ (instancetype)defaultQueue API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:764:22: note: enclose 'defaultQueue' in an @available check to silence this warning
    [[SKPaymentQueue defaultQueue] addTransactionObserver:self];
                     ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:764:7: warning: 'SKPaymentQueue' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    [[SKPaymentQueue defaultQueue] addTransactionObserver:self];
      ^~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentQueue.h:22:112: note: 'SKPaymentQueue' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKPaymentQueue : NSObject {
                                                                                                               ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:764:7: note: enclose 'SKPaymentQueue' in an @available check to silence this warning
    [[SKPaymentQueue defaultQueue] addTransactionObserver:self];
      ^~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:789:67: warning: 'SKProduct' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        [self.store productWithSkus:res.skus completion:^(NSArray<SKProduct*> *products, NSError *err) {
                                                                  ^~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:33:112: note: 'SKProduct' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKProduct : NSObject {
                                                                                                               ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:789:67: note: enclose 'SKProduct' in an @available check to silence this warning
        [self.store productWithSkus:res.skus completion:^(NSArray<SKProduct*> *products, NSError *err) {
                                                                  ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:830:9: warning: 'SKPayment' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        SKPayment *payment = [SKPayment paymentWithProduct:sku.product];
        ^~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPayment.h:16:115: note: 'SKPayment' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_NONSENDABLE @interface SKPayment : NSObject <NSCopying, NSMutableCopying> {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:830:9: note: enclose 'SKPayment' in an @available check to silence this warning
        SKPayment *payment = [SKPayment paymentWithProduct:sku.product];
        ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:830:41: warning: 'paymentWithProduct:' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        SKPayment *payment = [SKPayment paymentWithProduct:sku.product];
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPayment.h:21:1: note: 'paymentWithProduct:' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
+ (instancetype)paymentWithProduct:(SKProduct *)product API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:830:41: note: enclose 'paymentWithProduct:' in an @available check to silence this warning
        SKPayment *payment = [SKPayment paymentWithProduct:sku.product];
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:830:31: warning: 'SKPayment' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        SKPayment *payment = [SKPayment paymentWithProduct:sku.product];
                              ^~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPayment.h:16:115: note: 'SKPayment' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_NONSENDABLE @interface SKPayment : NSObject <NSCopying, NSMutableCopying> {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:830:31: note: enclose 'SKPayment' in an @available check to silence this warning
        SKPayment *payment = [SKPayment paymentWithProduct:sku.product];
                              ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:831:38: warning: 'addPayment:' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        [SKPaymentQueue.defaultQueue addPayment:payment];
                                     ^~~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentQueue.h:37:1: note: 'addPayment:' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
- (void)addPayment:(SKPayment *)payment API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:831:38: note: enclose 'addPayment:' in an @available check to silence this warning
        [SKPaymentQueue.defaultQueue addPayment:payment];
                                     ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:831:10: warning: 'SKPaymentQueue' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        [SKPaymentQueue.defaultQueue addPayment:payment];
         ^~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentQueue.h:22:112: note: 'SKPaymentQueue' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKPaymentQueue : NSObject {
                                                                                                               ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:831:10: note: enclose 'SKPaymentQueue' in an @available check to silence this warning
        [SKPaymentQueue.defaultQueue addPayment:payment];
         ^~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:831:25: warning: 'defaultQueue' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        [SKPaymentQueue.defaultQueue addPayment:payment];
                        ^~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentQueue.h:31:1: note: 'defaultQueue' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
+ (instancetype)defaultQueue API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:831:25: note: enclose 'defaultQueue' in an @available check to silence this warning
        [SKPaymentQueue.defaultQueue addPayment:payment];
                        ^~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:850:9: warning: 'SKMutablePayment' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        SKMutablePayment *payment = [SKMutablePayment paymentWithProduct:sku.product];
        ^~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPayment.h:46:115: note: 'SKMutablePayment' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_NONSENDABLE @interface SKMutablePayment : SKPayment
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:850:9: note: enclose 'SKMutablePayment' in an @available check to silence this warning
        SKMutablePayment *payment = [SKMutablePayment paymentWithProduct:sku.product];
        ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:850:55: warning: 'paymentWithProduct:' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        SKMutablePayment *payment = [SKMutablePayment paymentWithProduct:sku.product];
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPayment.h:21:1: note: 'paymentWithProduct:' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
+ (instancetype)paymentWithProduct:(SKProduct *)product API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:850:55:
 note: enclose 'paymentWithProduct:' in an @available check to silence this warning
        SKMutablePayment *payment = [SKMutablePayment paymentWithProduct:sku.product];
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:850:38: warning: 'SKMutablePayment' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        SKMutablePayment *payment = [SKMutablePayment paymentWithProduct:sku.product];
                                     ^~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPayment.h:46:115: note: 'SKMutablePayment' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_NONSENDABLE @interface SKMutablePayment : SKPayment
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:850:38: note: enclose 'SKMutablePayment' in an @available check to silence this warning
        SKMutablePayment *payment = [SKMutablePayment paymentWithProduct:sku.product];
                                     ^~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:861:38: warning: 'addPayment:' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        [SKPaymentQueue.defaultQueue addPayment:payment];
                                     ^~~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentQueue.h:37:1: note: 'addPayment:' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
- (void)addPayment:(SKPayment *)payment API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:861:38: note: enclose 'addPayment:' in an @available check to silence this warning
        [SKPaymentQueue.defaultQueue addPayment:payment];
                                     ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:861:10: warning: 'SKPaymentQueue' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        [SKPaymentQueue.defaultQueue addPayment:payment];
         ^~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentQueue.h:22:112: note: 'SKPaymentQueue' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKPaymentQueue : NSObject {
                                                                                                               ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:861:10: note: enclose 'SKPaymentQueue' in an @available check to silence this warning
        [SKPaymentQueue.defaultQueue addPayment:payment];
         ^~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:861:25: warning: 'defaultQueue' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        [SKPaymentQueue.defaultQueue addPayment:payment];
                        ^~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:8:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentQueue.h:31:1: note: 'defaultQueue' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
+ (instancetype)defaultQueue API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m:861:25: note: enclose 'defaultQueue' in an @available check to silence this warning
        [SKPaymentQueue.defaultQueue addPayment:payment];
                        ^~~~~~~~~~~~
53 warnings and 2 errors generated.
CompileC /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPaywall.o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywall.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Glassfy' from project 'Glassfy')
    cd /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -target armv7k-apple-watchos5.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=Glassfy -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -DSWIFT_PACKAGE -DDEBUG\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/DerivedSources-normal/armv7k -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/DerivedSources/armv7k -I/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/DerivedSources -F/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -DXcode -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPaywall.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPaywall.dia -c /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywall.m -o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPaywall.o -index-unit-output-path /Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPaywall.o
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywall.m:9:
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Glassfy+Private.h:8:
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:35:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/GYSku.h:27:32: warning: 'SKProduct' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
@property(nonatomic, readonly) SKProduct *product;
                               ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:33:112: note: 'SKProduct' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKProduct : NSObject {
                                                                                                               ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywall.m:9:
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Glassfy+Private.h:8:
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:35:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/GYSku.h:22:12: note: annotate 'GYSku' with an availability attribute to silence this warning
@interface GYSku : GYSkuBase
           ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywall.m:9:
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Glassfy+Private.h:8:
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:39:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/GYTransaction.h:22:32: warning: 'SKPaymentTransaction' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
@property(nonatomic, readonly) SKPaymentTransaction *paymentTransaction;
                               ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentTransaction.h:24:112: note: 'SKPaymentTransaction' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKPaymentTransaction : NSObject {
                                                                                                               ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywall.m:9:
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Glassfy+Private.h:8:
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:39:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/GYTransaction.h:15:12: note: annotate 'GYTransaction' with an availability attribute to silence this warning
@interface GYTransaction : NSObject
           ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywall.m:9:
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Glassfy+Private.h:8:
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:45:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/GYPaywallViewController.h:24:38: error: cannot find interface declaration for 'UIViewController', superclass of 'GYPaywallViewController'
@interface GYPaywallViewController : UIViewController
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywall.m:10:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSku+Private.h:15:33: warning: 'SKProduct' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
+ (instancetype)skuWithProduct:(SKProduct *)product;
                                ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:33:112: note: 'SKProduct' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKProduct : NSObject {
                                                                                                               ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywall.m:10:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSku+Private.h:15:1: note: annotate 'skuWithProduct:' with an availability attribute to silence this warning
+ (instancetype)skuWithProduct:(SKProduct *)product;
^
                                                    API_AVAILABLE(watchos(6.2))
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSku+Private.h:16:77: warning: 'SKProduct' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
+ (NSArray<GYSku*> *)matchSkus:(NSArray<GYSku*>*)skus withProducts:(NSArray<SKProduct*> *)products;
                                                                            ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:33:112: note: 'SKProduct' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKProduct : NSObject {
                                                                                                               ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywall.m:10:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSku+Private.h:16:1: note: annotate 'matchSkus:withProducts:' with an availability attribute to silence this warning
+ (NSArray<GYSku*> *)matchSkus:(NSArray<GYSku*>*)skus withProducts:(NSArray<SKProduct*> *)products;
^
                                                                                                   API_AVAILABLE(watchos(6.2))
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSku+Private.h:22:40: warning: 'SKProduct' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
@property(nonatomic, nullable, strong) SKProduct *product;
                                       ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProduct.h:33:112: note: 'SKProduct' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKProduct : NSObject {
                                                                                                               ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywall.m:10:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSku+Private.h:14:12: note: annotate 'Private' with an availability attribute to silence this warning
@interface GYSku (Private) <GYDecodeProtocol, GYEncodeProtocol>
           ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywall.m:91:4: error: 'GYPaywallViewController' is unavailable: not available on watchOS
- (GYPaywallViewController *)viewController {
   ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywall.m:9:
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Glassfy+Private.h:8:
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:45:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/GYPaywallViewController.h:24:12: note: 'GYPaywallViewController' has been explicitly marked unavailable here
@interface GYPaywallViewController : UIViewController
           ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywall.m:92:37: error: 'GYPaywallViewController' is unavailable: not available on watchOS
    return [GYPaywallViewController instanceWithPaywall:self];
                                    ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywall.m:9:
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Glassfy+Private.h:8:
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:45:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/GYPaywallViewController.h:24:12: note: 'GYPaywallViewController' has been explicitly marked unavailable here
@interface GYPaywallViewController : UIViewController
           ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywall.m:92:37: error: 'instanceWithPaywall:' is unavailable: not available on watchOS
    return [GYPaywallViewController instanceWithPaywall:self];
                                    ^
In file included from /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywall.m:13:
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallViewController+Private.h:19:1: note: 'instanceWithPaywall:' has been explicitly marked unavailable here
+ (GYPaywallViewController*)instanceWithPaywall:(GYPaywall *)paywall;
^
5 warnings and 4 errors generated.
** BUILD FAILED **
The following build commands failed:
	CompileC /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYSysInfo.o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSysInfo.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Glassfy' from project 'Glassfy')
	CompileC /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPaywallJsonProvider.o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallJsonProvider.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Glassfy' from project 'Glassfy')
	CompileC /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/Glassfy.o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Glassfy.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Glassfy' from project 'Glassfy')
	CompileC /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPaywallViewController.o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallViewController.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Glassfy' from project 'Glassfy')
	CompileC /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYStoreRequest.o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Glassfy' from project 'Glassfy')
	CompileC /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPaywallHtmlJsonProvider.o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallHtmlJsonProvider.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Glassfy' from project 'Glassfy')
	CompileC /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYManager.o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYManager.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Glassfy' from project 'Glassfy')
	CompileC /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPaywall.o /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywall.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Glassfy' from project 'Glassfy')
(8 failures)
BUILD FAILURE 5.9 watchOS

Build Machine: Mac 7