The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Glassfy with Swift 5.10 for watchOS using Xcode 15.3 at 1.4.1.

Build Command

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

Build Log

SK_EXTERN_CLASS API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0)) NS_SWIFT_SENDABLE @interface SKProductsResponse : NSObject {
                                                                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:85:76: note: enclose 'SKProductsResponse' in an @available check to silence this warning
    [self startProductRequest:[NSSet setWithObject:productId] completion:^(SKProductsResponse *res, NSError *err) {
                                                                           ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:88:28: warning: 'products' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
            completion(res.products.firstObject, err);
                           ^~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:43:54: note: 'products' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSArray<SKProduct *> *products API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:88:28: note: enclose 'products' in an @available check to silence this warning
            completion(res.products.firstObject, err);
                           ^~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:106:10: warning: 'SKRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    for (SKRequest *r in self.reqs) {
         ^~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKRequest.h:16:115: note: 'SKRequest' 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 SKRequest : NSObject {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:106:10: note: enclose 'SKRequest' in an @available check to silence this warning
    for (SKRequest *r in self.reqs) {
         ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:121:5: warning: 'SKProductsRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    SKProductsRequest *req = [[SKProductsRequest alloc] initWithProductIdentifiers:ids];
    ^~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:24:115: note: 'SKProductsRequest' 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 SKProductsRequest : SKRequest {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:121:5: note: enclose 'SKProductsRequest' in an @available check to silence this warning
    SKProductsRequest *req = [[SKProductsRequest alloc] initWithProductIdentifiers:ids];
    ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:121:57: warning: 'initWithProductIdentifiers:' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    SKProductsRequest *req = [[SKProductsRequest alloc] initWithProductIdentifiers:ids];
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:30:1: note: 'initWithProductIdentifiers:' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
- (instancetype)initWithProductIdentifiers:(NSSet<NSString *> *)productIdentifiers API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:121:57: note: enclose 'initWithProductIdentifiers:' in an @available check to silence this warning
    SKProductsRequest *req = [[SKProductsRequest alloc] initWithProductIdentifiers:ids];
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:121:32: warning: 'SKProductsRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    SKProductsRequest *req = [[SKProductsRequest alloc] initWithProductIdentifiers:ids];
                               ^~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:24:115: note: 'SKProductsRequest' 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 SKProductsRequest : SKRequest {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:121:32: note: enclose 'SKProductsRequest' in an @available check to silence this warning
    SKProductsRequest *req = [[SKProductsRequest alloc] initWithProductIdentifiers:ids];
                               ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:122:9: warning: 'setDelegate:' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    req.delegate = self;
        ^~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:32:69: note: 'setDelegate:' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, weak, nullable) id <SKProductsRequestDelegate> delegate API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                                                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:122:9: note: enclose 'setDelegate:' in an @available check to silence this warning
    req.delegate = self;
        ^~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:127:10: warning: 'start' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    [req start];
         ^~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKRequest.h:27:1: note: 'start' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
- (void)start API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:127:10: note: enclose 'start' in an @available check to silence this warning
    [req start];
         ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:142:5: warning: 'SKReceiptRefreshRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    SKReceiptRefreshRequest *req = [[SKReceiptRefreshRequest alloc] init];
    ^~~~~~~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKReceiptRefreshRequest.h:14:115: note: 'SKReceiptRefreshRequest' 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(7.0), macos(10.9), watchos(6.2), visionos(1.0)) NS_SWIFT_NONSENDABLE @interface SKReceiptRefreshRequest : SKRequest {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:142:5: note: enclose 'SKReceiptRefreshRequest' in an @available check to silence this warning
    SKReceiptRefreshRequest *req = [[SKReceiptRefreshRequest alloc] init];
    ^~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:142:38: warning: 'SKReceiptRefreshRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    SKReceiptRefreshRequest *req = [[SKReceiptRefreshRequest alloc] init];
                                     ^~~~~~~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKReceiptRefreshRequest.h:14:115: note: 'SKReceiptRefreshRequest' 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(7.0), macos(10.9), watchos(6.2), visionos(1.0)) NS_SWIFT_NONSENDABLE @interface SKReceiptRefreshRequest : SKRequest {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:142:38: note: enclose 'SKReceiptRefreshRequest' in an @available check to silence this warning
    SKReceiptRefreshRequest *req = [[SKReceiptRefreshRequest alloc] init];
                                     ^~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:143:9: warning: 'setDelegate:' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    req.delegate = self;
        ^~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKRequest.h:21:61: note: 'setDelegate:' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, weak, nullable) id <SKRequestDelegate> delegate API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:143:9: note: enclose 'setDelegate:' in an @available check to silence this warning
    req.delegate = self;
        ^~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:147:10: warning: 'start' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    [req start];
         ^~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKRequest.h:27:1: note: 'start' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
- (void)start API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:147:10: note: enclose 'start' in an @available check to silence this warning
    [req start];
         ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:152:28: warning: 'SKProductsRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    if ([req isKindOfClass:SKProductsRequest.class]) {
                           ^~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:24:115: note: 'SKProductsRequest' 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 SKProductsRequest : SKRequest {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:152:28: note: enclose 'SKProductsRequest' in an @available check to silence this warning
    if ([req isKindOfClass:SKProductsRequest.class]) {
                           ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:153:68: warning: 'products' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        GYLog(@"STORE Found %lu products", (unsigned long)response.products.count);
                                                                   ^~~~~~~~
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:13:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYLogger.h:15:31: note: expanded from macro 'GYLog'
#define GYLog(...) GYLogDebug(__VA_ARGS__)
                              ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYLogger.h:17:44: note: expanded from macro 'GYLogDebug'
#define GYLogDebug(...) [GYLogger logDebug:__VA_ARGS__]
                                           ^~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:43:54: note: 'products' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSArray<SKProduct *> *products API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:153:68: note: enclose 'products' in an @available check to silence this warning
        GYLog(@"STORE Found %lu products", (unsigned long)response.products.count);
                                                                   ^~~~~~~~
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:13:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYLogger.h:15:31: note: expanded from macro 'GYLog'
#define GYLog(...) GYLogDebug(__VA_ARGS__)
                              ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYLogger.h:17:44: note: expanded from macro 'GYLogDebug'
#define GYLogDebug(...) [GYLogger logDebug:__VA_ARGS__]
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:154:27: warning: 'invalidProductIdentifiers' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        GYLogErr(response.invalidProductIdentifiers.count ?
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:13:
/Users/builder/builds/UKfvDsi8u/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:46:53: note: 'invalidProductIdentifiers' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSArray<NSString *> *invalidProductIdentifiers API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:154:27: note: enclose 'invalidProductIdentifiers' in an @available check to silence this warning
        GYLogErr(response.invalidProductIdentifiers.count ?
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:13:
/Users/builder/builds/UKfvDsi8u/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:155:100: warning: 'invalidProductIdentifiers' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                 [NSString stringWithFormat:@"STORE Invalid %lu products", (unsigned long)response.invalidProductIdentifiers.count] :
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:13:
/Users/builder/builds/UKfvDsi8u/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:46:53: note: 'invalidProductIdentifiers' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSArray<NSString *> *invalidProductIdentifiers API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:155:100: note: enclose 'invalidProductIdentifiers' in an @available check to silence this warning
                 [NSString stringWithFormat:@"STORE Invalid %lu products", (unsigned long)response.invalidProductIdentifiers.count] :
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:13:
/Users/builder/builds/UKfvDsi8u/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:157:28: warning: 'invalidProductIdentifiers' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        GYLogHint(response.invalidProductIdentifiers.count ?
                           ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:13:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYLogger.h:19:42: note: expanded from macro 'GYLogHint'
#define GYLogHint(...) [GYLogger logHint:__VA_ARGS__]
                                         ^~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:46:53: note: 'invalidProductIdentifiers' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSArray<NSString *> *invalidProductIdentifiers API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:157:28: note: enclose 'invalidProductIdentifiers' in an @available check to silence this warning
        GYLogHint(response.invalidProductIdentifiers.count ?
                           ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:13:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYLogger.h:19:42: note: expanded from macro 'GYLogHint'
#define GYLogHint(...) [GYLogger logHint:__VA_ARGS__]
                                         ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:158:185: warning: 'invalidProductIdentifiers' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                  [NSString stringWithFormat:@"StoreKit does not return details for the following products:\n\t%@\nCheck the guide at 🔗 https://docs.glassfy.io/16293898", [response.invalidProductIdentifiers componentsJoinedByString:@"\n\t"]] :
                                                                                                                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:13:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYLogger.h:19:42: note: expanded from macro 'GYLogHint'
#define GYLogHint(...) [GYLogger logHint:__VA_ARGS__]
                                         ^~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:46:53: note: 'invalidProductIdentifiers' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSArray<NSString *> *invalidProductIdentifiers API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:158:185: note: enclose 'invalidProductIdentifiers' in an @available check to silence this warning
                  [NSString stringWithFormat:@"StoreKit does not return details for the following products:\n\t%@\nCheck the guide at 🔗 https://docs.glassfy.io/16293898", [response.invalidProductIdentifiers componentsJoinedByString:@"\n\t"]] :
                                                                                                                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:13:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYLogger.h:19:42: note: expanded from macro 'GYLogHint'
#define GYLogHint(...) [GYLogger logHint:__VA_ARGS__]
                                         ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:172:33: warning: 'SKReceiptRefreshRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    else if ([req isKindOfClass:SKReceiptRefreshRequest.class]) {
                                ^~~~~~~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKReceiptRefreshRequest.h:14:115: note: 'SKReceiptRefreshRequest' 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(7.0), macos(10.9), watchos(6.2), visionos(1.0)) NS_SWIFT_NONSENDABLE @interface SKReceiptRefreshRequest : SKRequest {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:172:33: note: enclose 'SKReceiptRefreshRequest' in an @available check to silence this warning
    else if ([req isKindOfClass:SKReceiptRefreshRequest.class]) {
                                ^~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:185:28: warning: 'SKProductsRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    if ([req isKindOfClass:SKProductsRequest.class]) {
                           ^~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:24:115: note: 'SKProductsRequest' 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 SKProductsRequest : SKRequest {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:185:28: note: enclose 'SKProductsRequest' in an @available check to silence this warning
    if ([req isKindOfClass:SKProductsRequest.class]) {
                           ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:193:33: warning: 'SKReceiptRefreshRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    else if ([req isKindOfClass:SKReceiptRefreshRequest.class]) {
                                ^~~~~~~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKReceiptRefreshRequest.h:14:115: note: 'SKReceiptRefreshRequest' 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(7.0), macos(10.9), watchos(6.2), visionos(1.0)) NS_SWIFT_NONSENDABLE @interface SKReceiptRefreshRequest : SKRequest {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:193:33: note: enclose 'SKReceiptRefreshRequest' in an @available check to silence this warning
    else if ([req isKindOfClass:SKReceiptRefreshRequest.class]) {
                                ^~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:216:32: warning: 'SKReceiptRefreshRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    if ([request isKindOfClass:SKReceiptRefreshRequest.class]) {
                               ^~~~~~~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKReceiptRefreshRequest.h:14:115: note: 'SKReceiptRefreshRequest' 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(7.0), macos(10.9), watchos(6.2), visionos(1.0)) NS_SWIFT_NONSENDABLE @interface SKReceiptRefreshRequest : SKRequest {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:216:32: note: enclose 'SKReceiptRefreshRequest' in an @available check to silence this warning
    if ([request isKindOfClass:SKReceiptRefreshRequest.class]) {
                               ^~~~~~~~~~~~~~~~~~~~~~~
37 warnings and 1 error generated.
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYStoreInfoStripe.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreInfoStripe.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Glassfy' from project 'Glassfy')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/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 -Wno-trigraphs -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 -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYStoreInfoStripe.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYStoreInfoStripe.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreInfoStripe.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYStoreInfoStripe.o -index-unit-output-path /Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYStoreInfoStripe.o
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYStoreInfoPaddle.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreInfoPaddle.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Glassfy' from project 'Glassfy')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/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 -Wno-trigraphs -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 -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYStoreInfoPaddle.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYStoreInfoPaddle.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreInfoPaddle.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYStoreInfoPaddle.o -index-unit-output-path /Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYStoreInfoPaddle.o
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYStoreInfo.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreInfo.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Glassfy' from project 'Glassfy')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/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 -Wno-trigraphs -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 -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYStoreInfo.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYStoreInfo.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreInfo.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYStoreInfo.o -index-unit-output-path /Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYStoreInfo.o
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYSkuPaddle.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSkuPaddle.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Glassfy' from project 'Glassfy')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/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 -Wno-trigraphs -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 -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYSkuPaddle.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYSkuPaddle.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSkuPaddle.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYSkuPaddle.o -index-unit-output-path /Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYSkuPaddle.o
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYSkuBase.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSkuBase.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Glassfy' from project 'Glassfy')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/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 -Wno-trigraphs -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 -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYSkuBase.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYSkuBase.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSkuBase.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYSkuBase.o -index-unit-output-path /Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYSkuBase.o
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYSku.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSku.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Glassfy' from project 'Glassfy')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/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 -Wno-trigraphs -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 -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYSku.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYSku.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSku.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYSku.o -index-unit-output-path /Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYSku.o
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSku.m:18: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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SKProduct+GYEncode.h:8:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSku.m:13:12: note: annotate '' with an availability attribute to silence this warning
@interface GYSku()
           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSku.m:68: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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SKProduct+GYEncode.h:8:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSku.m:68:1: note: annotate 'skuWithProduct:' with an availability attribute to silence this warning
+ (instancetype)skuWithProduct:(SKProduct *)product
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSku.m:92: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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SKProduct+GYEncode.h:8:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSku.m:92:1: note: annotate 'matchSkus:withProducts:' with an availability attribute to silence this warning
+ (NSArray<GYSku*> *)matchSkus:(NSArray<GYSku*>*)skus withProducts:(NSArray<SKProduct*> *)products
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSku.m:75:33: warning: 'productIdentifier' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        sku.productId = product.productIdentifier;
                                ^~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SKProduct+GYEncode.h:8:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSku.m:75:33: note: enclose 'productIdentifier' in an @available check to silence this warning
        sku.productId = product.productIdentifier;
                                ^~~~~~~~~~~~~~~~~
4 warnings generated.
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPurchasesHistory.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPurchasesHistory.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Glassfy' from project 'Glassfy')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/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 -Wno-trigraphs -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 -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPurchasesHistory.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPurchasesHistory.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPurchasesHistory.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPurchasesHistory.o -index-unit-output-path /Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPurchasesHistory.o
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPurchaseHistory.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPurchaseHistory.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Glassfy' from project 'Glassfy')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/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 -Wno-trigraphs -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 -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPurchaseHistory.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPurchaseHistory.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPurchaseHistory.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPurchaseHistory.o -index-unit-output-path /Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPurchaseHistory.o
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPermissions.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPermissions.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Glassfy' from project 'Glassfy')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/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 -Wno-trigraphs -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 -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPermissions.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPermissions.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPermissions.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPermissions.o -index-unit-output-path /Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPermissions.o
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPermission.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPermission.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Glassfy' from project 'Glassfy')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/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 -Wno-trigraphs -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 -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPermission.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPermission.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPermission.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPermission.o -index-unit-output-path /Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPermission.o
CompileC /Users/builder/builds/UKfvDsi8u/3/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/3/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')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/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 -Wno-trigraphs -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 -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPaywallViewController.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPaywallViewController.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallViewController.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPaywallViewController.o -index-unit-output-path /Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPaywallViewController.o
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPaywallNoCodeJsonProvider.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallNoCodeJsonProvider.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Glassfy' from project 'Glassfy')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/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 -Wno-trigraphs -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 -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPaywallNoCodeJsonProvider.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPaywallNoCodeJsonProvider.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallNoCodeJsonProvider.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPaywallNoCodeJsonProvider.o -index-unit-output-path /Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPaywallNoCodeJsonProvider.o
2024-02-23 09:38:54.293 xcodebuild[90654:20975084] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-23 09:38:54.647 xcodebuild[90654:20975084] [MT] DVTPlugInQuery: Requested but did not find extension point with identifier 'Xcode.DVTDeviceFoundation.CompatibleDeviceFamilyPair'. This is programmer error; code should only request extension points that are defined by itself or its dependencies.
** BUILD FAILED **
The following build commands failed:
	CompileC /Users/builder/builds/UKfvDsi8u/3/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/3/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/3/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/3/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')
(2 failures)
Command line invocation:
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme Glassfy -destination generic/platform=watchos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  Glassfy: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'Glassfy' in project 'Glassfy'
        ➜ Explicit dependency on target 'Glassfy' in project 'Glassfy'
    Target 'Glassfy' in project 'Glassfy' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/SKProductDiscount+GYEncode.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SKProductDiscount+GYEncode.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Glassfy' from project 'Glassfy')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/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 -Wno-trigraphs -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 -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/SKProductDiscount+GYEncode.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/SKProductDiscount+GYEncode.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SKProductDiscount+GYEncode.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/SKProductDiscount+GYEncode.o -index-unit-output-path /Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/SKProductDiscount+GYEncode.o
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SKProductDiscount+GYEncode.m:52:35: warning: 'price' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    discountInfo[@"price"] = self.price;
                                  ^~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SKProductDiscount+GYEncode.h:8:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SKProductDiscount+GYEncode.m:52:35: note: enclose 'price' in an @available check to silence this warning
    discountInfo[@"price"] = self.price;
                                  ^~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SKProductDiscount+GYEncode.m:53:42: warning: 'priceLocale' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    discountInfo[@"pricelocale"] = [self.priceLocale objectForKey:NSLocaleCurrencyCode];
                                         ^~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SKProductDiscount+GYEncode.h:8:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SKProductDiscount+GYEncode.m:53:42: note: enclose 'priceLocale' in an @available check to silence this warning
    discountInfo[@"pricelocale"] = [self.priceLocale objectForKey:NSLocaleCurrencyCode];
                                         ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SKProductDiscount+GYEncode.m:58:49: warning: 'subscriptionPeriod' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    discountInfo[@"subscriptionperiod"] = [self.subscriptionPeriod encodedObject];
                                                ^~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SKProductDiscount+GYEncode.h:8:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SKProductDiscount+GYEncode.m:58:49: note: enclose 'subscriptionPeriod' in an @available check to silence this warning
    discountInfo[@"subscriptionperiod"] = [self.subscriptionPeriod encodedObject];
                                                ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SKProductDiscount+GYEncode.m:59:47: warning: 'numberOfPeriods' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    discountInfo[@"numberofperiods"] = @(self.numberOfPeriods);
                                              ^~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SKProductDiscount+GYEncode.h:8:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductDiscount.h:39:43: note: 'numberOfPeriods' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSUInteger numberOfPeriods API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SKProductDiscount+GYEncode.m:59:47: note: enclose 'numberOfPeriods' in an @available check to silence this warning
    discountInfo[@"numberofperiods"] = @(self.numberOfPeriods);
                                              ^~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SKProductDiscount+GYEncode.m:60:36: warning: 'GYProductDiscountPaymentMode' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    discountInfo[@"paymentmode"] = GYProductDiscountPaymentMode(self.paymentMode);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SKProductDiscount+GYEncode.m:14:11: note: 'GYProductDiscountPaymentMode' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
NSString *GYProductDiscountPaymentMode(SKProductDiscountPaymentMode type) {
          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SKProductDiscount+GYEncode.m:60:36: note: enclose 'GYProductDiscountPaymentMode' in an @available check to silence this warning
    discountInfo[@"paymentmode"] = GYProductDiscountPaymentMode(self.paymentMode);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SKProductDiscount+GYEncode.m:60:70: warning: 'paymentMode' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    discountInfo[@"paymentmode"] = GYProductDiscountPaymentMode(self.paymentMode);
                                                                     ^~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SKProductDiscount+GYEncode.h:8:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductDiscount.h:41:61: note: 'paymentMode' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) SKProductDiscountPaymentMode paymentMode API_AVAILABLE(ios(11.2), macos(10.13.2), watchos(6.2), visionos(1.0));
                                                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/SKProductDiscount+GYEncode.m:60:70: note: enclose 'paymentMode' in an @available check to silence this warning
    discountInfo[@"paymentmode"] = GYProductDiscountPaymentMode(self.paymentMode);
                                                                     ^~~~~~~~~~~
6 warnings generated.
CompileC /Users/builder/builds/UKfvDsi8u/3/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/3/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')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/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 -Wno-trigraphs -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 -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/Glassfy.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/Glassfy.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Glassfy.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/Glassfy.o -index-unit-output-path /Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/Glassfy.o
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Glassfy.m:9:
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:35:
/Users/builder/builds/UKfvDsi8u/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Glassfy.m:9:
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:35:
/Users/builder/builds/UKfvDsi8u/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Glassfy.m:9:
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:39:
/Users/builder/builds/UKfvDsi8u/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Glassfy.m:9:
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:39:
/Users/builder/builds/UKfvDsi8u/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Glassfy.m:9:
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:45:
/Users/builder/builds/UKfvDsi8u/3/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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
2 warnings and 1 error generated.
CompileC /Users/builder/builds/UKfvDsi8u/3/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/3/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')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/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 -Wno-trigraphs -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 -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYSysInfo.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYSysInfo.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSysInfo.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYSysInfo.o -index-unit-output-path /Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYSysInfo.o
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSysInfo.m:8:
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:35:
/Users/builder/builds/UKfvDsi8u/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSysInfo.m:8:
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:35:
/Users/builder/builds/UKfvDsi8u/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSysInfo.m:8:
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:39:
/Users/builder/builds/UKfvDsi8u/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSysInfo.m:8:
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:39:
/Users/builder/builds/UKfvDsi8u/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSysInfo.m:8:
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:45:
/Users/builder/builds/UKfvDsi8u/3/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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYSysInfo.m:79:21: error: use of undeclared identifier 'UIDevice'
    systemVersion = UIDevice.currentDevice.systemVersion;
                    ^
2 warnings and 2 errors generated.
CompileC /Users/builder/builds/UKfvDsi8u/3/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/3/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')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/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 -Wno-trigraphs -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 -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYStoreRequest.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYStoreRequest.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYStoreRequest.o -index-unit-output-path /Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYStoreRequest.o
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:9:
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Glassfy+Private.h:8:
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:35:
/Users/builder/builds/UKfvDsi8u/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:9:
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Glassfy+Private.h:8:
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:35:
/Users/builder/builds/UKfvDsi8u/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:9:
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Glassfy+Private.h:8:
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:39:
/Users/builder/builds/UKfvDsi8u/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:9:
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Glassfy+Private.h:8:
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:39:
/Users/builder/builds/UKfvDsi8u/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:9:
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Glassfy+Private.h:8:
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:45:
/Users/builder/builds/UKfvDsi8u/3/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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:16:42: warning: 'SKProductsResponse' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
typedef void (^GYProductResponseHandler)(SKProductsResponse* _Nullable, NSError* _Nullable);
                                         ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:37:112: note: 'SKProductsResponse' 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 SKProductsResponse : NSObject {
                                                                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:16:16: note: annotate 'GYProductResponseHandler' with an availability attribute to silence this warning
typedef void (^GYProductResponseHandler)(SKProductsResponse* _Nullable, NSError* _Nullable);
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:19:52: warning: 'SKRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
@property (nonatomic, strong, nullable) NSMapTable<SKRequest*, NSSet*> *requestedProductIds;
                                                   ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKRequest.h:16:115: note: 'SKRequest' 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 SKRequest : NSObject {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:18:12: note: annotate '' with an availability attribute to silence this warning
@interface GYStoreRequest() <SKProductsRequestDelegate>
           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:20:52: warning: 'SKRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
@property (nonatomic, strong, nullable) NSMapTable<SKRequest*, NSArray<GYProductResponseHandler>*> *productCompletions;
                                                   ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKRequest.h:16:115: note: 'SKRequest' 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 SKRequest : NSObject {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:18:12: note: annotate '' with an availability attribute to silence this warning
@interface GYStoreRequest() <SKProductsRequestDelegate>
           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:24:56: warning: 'SKRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
@property (nonatomic, strong, nullable) NSMutableArray<SKRequest*> *reqs;
                                                       ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKRequest.h:16:115: note: 'SKRequest' 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 SKRequest : NSObject {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:18:12: note: annotate '' with an availability attribute to silence this warning
@interface GYStoreRequest() <SKProductsRequestDelegate>
           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:150:34: warning: 'SKRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
- (void)handleSuccessfulRequest:(SKRequest *)req response:(nullable SKProductsResponse *)response
                                 ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKRequest.h:16:115: note: 'SKRequest' 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 SKRequest : NSObject {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:150:1: note: annotate 'handleSuccessfulRequest:response:' with an availability attribute to silence this warning
- (void)handleSuccessfulRequest:(SKRequest *)req response:(nullable SKProductsResponse *)response
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:150:69: warning: 'SKProductsResponse' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
- (void)handleSuccessfulRequest:(SKRequest *)req response:(nullable SKProductsResponse *)response
                                                                    ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:37:112: note: 'SKProductsResponse' 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 SKProductsResponse : NSObject {
                                                                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:150:1: note: annotate 'handleSuccessfulRequest:response:' with an availability attribute to silence this warning
- (void)handleSuccessfulRequest:(SKRequest *)req response:(nullable SKProductsResponse *)response
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:181:30: warning: 'SKRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
- (void)handleFailedRequest:(SKRequest *)req withError:(NSError *)error
                             ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKRequest.h:16:115: note: 'SKRequest' 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 SKRequest : NSObject {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:181:1: note: annotate 'handleFailedRequest:withError:' with an availability attribute to silence this warning
- (void)handleFailedRequest:(SKRequest *)req withError:(NSError *)error
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:206:18: warning: 'SKRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
- (void)request:(SKRequest *)request didFailWithError:(NSError *)error
                 ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKRequest.h:16:115: note: 'SKRequest' 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 SKRequest : NSObject {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:206:1: note: annotate 'request:didFailWithError:' with an availability attribute to silence this warning
- (void)request:(SKRequest *)request didFailWithError:(NSError *)error
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:214:27: warning: 'SKRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
- (void)requestDidFinish:(SKRequest *)request
                          ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKRequest.h:16:115: note: 'SKRequest' 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 SKRequest : NSObject {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:214:1: note: annotate 'requestDidFinish:' with an availability attribute to silence this warning
- (void)requestDidFinish:(SKRequest *)request
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:227:26: warning: 'SKProductsRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
- (void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProductsResponse *)response
                         ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:24:115: note: 'SKProductsRequest' 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 SKProductsRequest : SKRequest {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:227:1: note: annotate 'productsRequest:didReceiveResponse:' with an availability attribute to silence this warning
- (void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProductsResponse *)response
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:227:74: warning: 'SKProductsResponse' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
- (void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProductsResponse *)response
                                                                         ^
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:37:112: note: 'SKProductsResponse' 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 SKProductsResponse : NSObject {
                                                                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:227:1: note: annotate 'productsRequest:didReceiveResponse:' with an availability attribute to silence this warning
- (void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProductsResponse *)response
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:71:55: warning: 'SKProductsResponse' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    [self startProductRequest:productIds completion:^(SKProductsResponse *res, NSError *err) {
                                                      ^~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:37:112: note: 'SKProductsResponse' 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 SKProductsResponse : NSObject {
                                                                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:71:55: note: enclose 'SKProductsResponse' in an @available check to silence this warning
    [self startProductRequest:productIds completion:^(SKProductsResponse *res, NSError *err) {
                                                      ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:74:28: warning: 'products' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
            completion(res.products ?: @[], err);
                           ^~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:43:54: note: 'products' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSArray<SKProduct *> *products API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:74:28: note: enclose 'products' in an @available check to silence this warning
            completion(res.products ?: @[], err);
                           ^~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:85:76: warning: 'SKProductsResponse' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    [self startProductRequest:[NSSet setWithObject:productId] completion:^(SKProductsResponse *res, NSError *err) {
                                                                           ^~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:37:112: note: 'SKProductsResponse' 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 SKProductsResponse : NSObject {
                                                                                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:85:76: note: enclose 'SKProductsResponse' in an @available check to silence this warning
    [self startProductRequest:[NSSet setWithObject:productId] completion:^(SKProductsResponse *res, NSError *err) {
                                                                           ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:88:28: warning: 'products' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
            completion(res.products.firstObject, err);
                           ^~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:43:54: note: 'products' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSArray<SKProduct *> *products API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:88:28: note: enclose 'products' in an @available check to silence this warning
            completion(res.products.firstObject, err);
                           ^~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:106:10: warning: 'SKRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    for (SKRequest *r in self.reqs) {
         ^~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKRequest.h:16:115: note: 'SKRequest' 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 SKRequest : NSObject {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:106:10: note: enclose 'SKRequest' in an @available check to silence this warning
    for (SKRequest *r in self.reqs) {
         ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:121:5: warning: 'SKProductsRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    SKProductsRequest *req = [[SKProductsRequest alloc] initWithProductIdentifiers:ids];
    ^~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:24:115: note: 'SKProductsRequest' 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 SKProductsRequest : SKRequest {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:121:5: note: enclose 'SKProductsRequest' in an @available check to silence this warning
    SKProductsRequest *req = [[SKProductsRequest alloc] initWithProductIdentifiers:ids];
    ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:121:57: warning: 'initWithProductIdentifiers:' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    SKProductsRequest *req = [[SKProductsRequest alloc] initWithProductIdentifiers:ids];
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:30:1: note: 'initWithProductIdentifiers:' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
- (instancetype)initWithProductIdentifiers:(NSSet<NSString *> *)productIdentifiers API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:121:57: note: enclose 'initWithProductIdentifiers:' in an @available check to silence this warning
    SKProductsRequest *req = [[SKProductsRequest alloc] initWithProductIdentifiers:ids];
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:121:32: warning: 'SKProductsRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    SKProductsRequest *req = [[SKProductsRequest alloc] initWithProductIdentifiers:ids];
                               ^~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:24:115: note: 'SKProductsRequest' 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 SKProductsRequest : SKRequest {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:121:32: note: enclose 'SKProductsRequest' in an @available check to silence this warning
    SKProductsRequest *req = [[SKProductsRequest alloc] initWithProductIdentifiers:ids];
                               ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:122:9: warning: 'setDelegate:' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    req.delegate = self;
        ^~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:32:69: note: 'setDelegate:' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, weak, nullable) id <SKProductsRequestDelegate> delegate API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                                                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:122:9: note: enclose 'setDelegate:' in an @available check to silence this warning
    req.delegate = self;
        ^~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:127:10: warning: 'start' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    [req start];
         ^~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKRequest.h:27:1: note: 'start' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
- (void)start API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:127:10: note: enclose 'start' in an @available check to silence this warning
    [req start];
         ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:142:5: warning: 'SKReceiptRefreshRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    SKReceiptRefreshRequest *req = [[SKReceiptRefreshRequest alloc] init];
    ^~~~~~~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKReceiptRefreshRequest.h:14:115: note: 'SKReceiptRefreshRequest' 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(7.0), macos(10.9), watchos(6.2), visionos(1.0)) NS_SWIFT_NONSENDABLE @interface SKReceiptRefreshRequest : SKRequest {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:142:5: note: enclose 'SKReceiptRefreshRequest' in an @available check to silence this warning
    SKReceiptRefreshRequest *req = [[SKReceiptRefreshRequest alloc] init];
    ^~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:142:38: warning: 'SKReceiptRefreshRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    SKReceiptRefreshRequest *req = [[SKReceiptRefreshRequest alloc] init];
                                     ^~~~~~~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKReceiptRefreshRequest.h:14:115: note: 'SKReceiptRefreshRequest' 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(7.0), macos(10.9), watchos(6.2), visionos(1.0)) NS_SWIFT_NONSENDABLE @interface SKReceiptRefreshRequest : SKRequest {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:142:38: note: enclose 'SKReceiptRefreshRequest' in an @available check to silence this warning
    SKReceiptRefreshRequest *req = [[SKReceiptRefreshRequest alloc] init];
                                     ^~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:143:9: warning: 'setDelegate:' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    req.delegate = self;
        ^~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKRequest.h:21:61: note: 'setDelegate:' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, weak, nullable) id <SKRequestDelegate> delegate API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:143:9: note: enclose 'setDelegate:' in an @available check to silence this warning
    req.delegate = self;
        ^~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:147:10: warning: 'start' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    [req start];
         ^~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKRequest.h:27:1: note: 'start' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
- (void)start API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:147:10: note: enclose 'start' in an @available check to silence this warning
    [req start];
         ^~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:152:28: warning: 'SKProductsRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    if ([req isKindOfClass:SKProductsRequest.class]) {
                           ^~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:24:115: note: 'SKProductsRequest' 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 SKProductsRequest : SKRequest {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:152:28: note: enclose 'SKProductsRequest' in an @available check to silence this warning
    if ([req isKindOfClass:SKProductsRequest.class]) {
                           ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:153:68: warning: 'products' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        GYLog(@"STORE Found %lu products", (unsigned long)response.products.count);
                                                                   ^~~~~~~~
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:13:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYLogger.h:15:31: note: expanded from macro 'GYLog'
#define GYLog(...) GYLogDebug(__VA_ARGS__)
                              ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYLogger.h:17:44: note: expanded from macro 'GYLogDebug'
#define GYLogDebug(...) [GYLogger logDebug:__VA_ARGS__]
                                           ^~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:43:54: note: 'products' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSArray<SKProduct *> *products API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:153:68: note: enclose 'products' in an @available check to silence this warning
        GYLog(@"STORE Found %lu products", (unsigned long)response.products.count);
                                                                   ^~~~~~~~
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:13:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYLogger.h:15:31: note: expanded from macro 'GYLog'
#define GYLog(...) GYLogDebug(__VA_ARGS__)
                              ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYLogger.h:17:44: note: expanded from macro 'GYLogDebug'
#define GYLogDebug(...) [GYLogger logDebug:__VA_ARGS__]
                                           ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:154:27: warning: 'invalidProductIdentifiers' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        GYLogErr(response.invalidProductIdentifiers.count ?
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:13:
/Users/builder/builds/UKfvDsi8u/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:46:53: note: 'invalidProductIdentifiers' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSArray<NSString *> *invalidProductIdentifiers API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:154:27: note: enclose 'invalidProductIdentifiers' in an @available check to silence this warning
        GYLogErr(response.invalidProductIdentifiers.count ?
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:13:
/Users/builder/builds/UKfvDsi8u/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:155:100: warning: 'invalidProductIdentifiers' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                 [NSString stringWithFormat:@"STORE Invalid %lu products", (unsigned long)response.invalidProductIdentifiers.count] :
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:13:
/Users/builder/builds/UKfvDsi8u/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:46:53: note: 'invalidProductIdentifiers' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSArray<NSString *> *invalidProductIdentifiers API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:155:100: note: enclose 'invalidProductIdentifiers' in an @available check to silence this warning
                 [NSString stringWithFormat:@"STORE Invalid %lu products", (unsigned long)response.invalidProductIdentifiers.count] :
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:13:
/Users/builder/builds/UKfvDsi8u/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:157:28: warning: 'invalidProductIdentifiers' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
        GYLogHint(response.invalidProductIdentifiers.count ?
                           ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:13:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYLogger.h
:19:42: note: expanded from macro 'GYLogHint'
#define GYLogHint(...) [GYLogger logHint:__VA_ARGS__]
                                         ^~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:46:53: note: 'invalidProductIdentifiers' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSArray<NSString *> *invalidProductIdentifiers API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:157:28: note: enclose 'invalidProductIdentifiers' in an @available check to silence this warning
        GYLogHint(response.invalidProductIdentifiers.count ?
                           ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:13:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYLogger.h:19:42: note: expanded from macro 'GYLogHint'
#define GYLogHint(...) [GYLogger logHint:__VA_ARGS__]
                                         ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:158:185: warning: 'invalidProductIdentifiers' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
                  [NSString stringWithFormat:@"StoreKit does not return details for the following products:\n\t%@\nCheck the guide at 🔗 https://docs.glassfy.io/16293898", [response.invalidProductIdentifiers componentsJoinedByString:@"\n\t"]] :
                                                                                                                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:13:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYLogger.h:19:42: note: expanded from macro 'GYLogHint'
#define GYLogHint(...) [GYLogger logHint:__VA_ARGS__]
                                         ^~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:46:53: note: 'invalidProductIdentifiers' has been marked as being introduced in watchOS 6.2 here, but the deployment target is watchOS 5.0.0
@property(nonatomic, readonly) NSArray<NSString *> *invalidProductIdentifiers API_AVAILABLE(ios(3.0), macos(10.7), watchos(6.2), visionos(1.0));
                                                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:158:185: note: enclose 'invalidProductIdentifiers' in an @available check to silence this warning
                  [NSString stringWithFormat:@"StoreKit does not return details for the following products:\n\t%@\nCheck the guide at 🔗 https://docs.glassfy.io/16293898", [response.invalidProductIdentifiers componentsJoinedByString:@"\n\t"]] :
                                                                                                                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:13:
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYLogger.h:19:42: note: expanded from macro 'GYLogHint'
#define GYLogHint(...) [GYLogger logHint:__VA_ARGS__]
                                         ^~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:172:33: warning: 'SKReceiptRefreshRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    else if ([req isKindOfClass:SKReceiptRefreshRequest.class]) {
                                ^~~~~~~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKReceiptRefreshRequest.h:14:115: note: 'SKReceiptRefreshRequest' 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(7.0), macos(10.9), watchos(6.2), visionos(1.0)) NS_SWIFT_NONSENDABLE @interface SKReceiptRefreshRequest : SKRequest {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:172:33: note: enclose 'SKReceiptRefreshRequest' in an @available check to silence this warning
    else if ([req isKindOfClass:SKReceiptRefreshRequest.class]) {
                                ^~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:185:28: warning: 'SKProductsRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    if ([req isKindOfClass:SKProductsRequest.class]) {
                           ^~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKProductsRequest.h:24:115: note: 'SKProductsRequest' 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 SKProductsRequest : SKRequest {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:185:28: note: enclose 'SKProductsRequest' in an @available check to silence this warning
    if ([req isKindOfClass:SKProductsRequest.class]) {
                           ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:193:33: warning: 'SKReceiptRefreshRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    else if ([req isKindOfClass:SKReceiptRefreshRequest.class]) {
                                ^~~~~~~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKReceiptRefreshRequest.h:14:115: note: 'SKReceiptRefreshRequest' 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(7.0), macos(10.9), watchos(6.2), visionos(1.0)) NS_SWIFT_NONSENDABLE @interface SKReceiptRefreshRequest : SKRequest {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:193:33: note: enclose 'SKReceiptRefreshRequest' in an @available check to silence this warning
    else if ([req isKindOfClass:SKReceiptRefreshRequest.class]) {
                                ^~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:216:32: warning: 'SKReceiptRefreshRequest' is only available on watchOS 6.2 or newer [-Wunguarded-availability-new]
    if ([request isKindOfClass:SKReceiptRefreshRequest.class]) {
                               ^~~~~~~~~~~~~~~~~~~~~~~
In module 'StoreKit' imported from /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/Public/Glassfy.h:9:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKReceiptRefreshRequest.h:14:115: note: 'SKReceiptRefreshRequest' 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(7.0), macos(10.9), watchos(6.2), visionos(1.0)) NS_SWIFT_NONSENDABLE @interface SKReceiptRefreshRequest : SKRequest {
                                                                                                                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYStoreRequest.m:216:32: note: enclose 'SKReceiptRefreshRequest' in an @available check to silence this warning
    if ([request isKindOfClass:SKReceiptRefreshRequest.class]) {
                               ^~~~~~~~~~~~~~~~~~~~~~~
37 warnings and 1 error generated.
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPurchaseHistory.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPurchaseHistory.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Glassfy' from project 'Glassfy')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/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 -Wno-trigraphs -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 -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPurchaseHistory.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPurchaseHistory.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPurchaseHistory.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPurchaseHistory.o -index-unit-output-path /Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPurchaseHistory.o
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPermissions.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPermissions.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Glassfy' from project 'Glassfy')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/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 -Wno-trigraphs -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 -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPermissions.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPermissions.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPermissions.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPermissions.o -index-unit-output-path /Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPermissions.o
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPermission.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPermission.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Glassfy' from project 'Glassfy')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/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 -Wno-trigraphs -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 -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPermission.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPermission.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPermission.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPermission.o -index-unit-output-path /Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPermission.o
CompileC /Users/builder/builds/UKfvDsi8u/3/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/3/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')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/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 -Wno-trigraphs -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 -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPaywallViewController.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPaywallViewController.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallViewController.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPaywallViewController.o -index-unit-output-path /Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPaywallViewController.o
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallViewController.m:9:9: fatal error: 'WebKit/WebKit.h' file not found
#import <WebKit/WebKit.h>
        ^~~~~~~~~~~~~~~~~
1 error generated.
CompileC /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPaywallNoCodeJsonProvider.o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallNoCodeJsonProvider.m normal armv7k objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Glassfy' from project 'Glassfy')
    cd /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.4-21T5196c-188b4c5c5639cdba02b95625249bd203.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/builder/builds/UKfvDsi8u/3/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 -Wno-trigraphs -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 -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPaywallNoCodeJsonProvider.d --serialize-diagnostics /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPaywallNoCodeJsonProvider.dia -c /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/GYPaywallNoCodeJsonProvider.m -o /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPaywallNoCodeJsonProvider.o -index-unit-output-path /Glassfy.build/Debug-watchos/Glassfy.build/Objects-normal/armv7k/GYPaywallNoCodeJsonProvider.o
2024-02-23 09:38:57.744 xcodebuild[90873:20975627] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-23 09:38:58.168 xcodebuild[90873:20975627] [MT] DVTPlugInQuery: Requested but did not find extension point with identifier 'Xcode.DVTDeviceFoundation.CompatibleDeviceFamilyPair'. This is programmer error; code should only request extension points that are defined by itself or its dependencies.
** BUILD FAILED **
The following build commands failed:
	CompileC /Users/builder/builds/UKfvDsi8u/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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')
(4 failures)
BUILD FAILURE 5.10 watchOS

Build Machine: Mac 7