The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Adapty, reference 3.8.1 (08ab32), with Swift 6.2 (beta) for macOS (SPM) on 24 Jun 2025 15:51:36 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adaptyteam/AdaptySDK-iOS.git
Reference: 3.8.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adaptyteam/AdaptySDK-iOS
 * tag               3.8.1      -> FETCH_HEAD
HEAD is now at 08ab329 fix macos support
Cloned https://github.com/adaptyteam/AdaptySDK-iOS.git
Revision (git rev-parse @):
08ab32989edd16e325a8f35215f52616288d4b28
SUCCESS checkout https://github.com/adaptyteam/AdaptySDK-iOS.git at 3.8.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/adaptyteam/AdaptySDK-iOS.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Copying PrivacyInfo.xcprivacy
[4/7] Write sources
[6/7] Write swift-version-1EA4D86E10B52AF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/219] Emitting module Adapty
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
65 |
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
65 |
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/SK2Purchaser.swift:21:24: error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
 19 |     }
 20 |
 21 |     private static var isObservingStarted = false
    |                        |- error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
    |                        |- note: convert 'isObservingStarted' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'isObservingStarted' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |     static func startObserving(
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[9/242] Compiling Adapty HTTPMetrics.swift
[10/242] Compiling Adapty HTTPSession.Log.swift
[11/242] Compiling Adapty URLRequest+Curl.swift
[12/242] Compiling Adapty HTTPDataRequest.swift
[13/242] Compiling Adapty HTTPRequest+URLRequest.swift
[14/242] Compiling Adapty HTTPRequest.QueryItems.swift
[15/242] Compiling Adapty HTTPRequest.swift
[16/242] Compiling Adapty HTTPRequestAdditional.swift
[17/242] Compiling Adapty HTTPDataResponse.Validator.swift
[18/242] Compiling Adapty HTTPDataResponse.swift
[19/242] Compiling Adapty HTTPDecoder.swift
[20/242] Compiling Adapty HTTPEmptyResponse.swift
[21/242] Compiling Adapty HTTPResponse.swift
[22/242] Compiling Adapty HTTPStringResponse.swift
[23/242] Compiling Adapty URLSession+async.swift
[24/242] Compiling Adapty URLSession.Delegate.swift
[25/242] Compiling Adapty Backend+Codable.swift
[26/242] Compiling Adapty Backend.Headers.swift
[27/242] Compiling Adapty Backend.QueryItems.swift
[28/242] Compiling Adapty Backend.URLs.swift
[29/242] Compiling Adapty Backend.Validator.swift
[30/242] Compiling Adapty Backend.swift
[31/242] Compiling Adapty BackendError.swift
[32/265] Compiling Adapty Text.OverflowMode.swift
[33/265] Compiling Adapty Text.swift
[34/265] Compiling Adapty Timer.swift
[35/265] Compiling Adapty Toggle.swift
[36/265] Compiling Adapty Transition.Slide.swift
[37/265] Compiling Adapty Transition.swift
[38/265] Compiling Adapty Unit.swift
[39/265] Compiling Adapty VerticalAlignment.swift
[40/265] Compiling Adapty VideoData.swift
[41/265] Compiling Adapty VideoPlayer.swift
[42/265] Compiling Adapty AnyCodingKeys.swift
[43/265] Compiling Adapty CodingUserInfoContainer.swift
[44/265] Compiling Adapty HTTPCodableConfiguration.swift
[45/265] Compiling Adapty HTTPEncodableRequest.swift
[46/265] Compiling Adapty HTTPRequestWithDecodableResponse.swift
[47/265] Compiling Adapty HTTPError.swift
[48/265] Compiling Adapty HTTPErrorHandler.swift
[49/265] Compiling Adapty HTTPConfiguration.swift
[50/265] Compiling Adapty HTTPEndpoint.swift
[51/265] Compiling Adapty HTTPHeaders.swift
[52/265] Compiling Adapty HTTPMethod.swift
[53/265] Compiling Adapty HTTPSession.swift
[54/265] Compiling Adapty HTTPSessionState.swift
[55/265] Compiling Adapty Data+Curl.swift
[56/265] Compiling Adapty Column.swift
[57/265] Compiling Adapty CornerRadius.swift
[58/265] Compiling Adapty CustomAsset.swift
[59/265] Compiling Adapty Decorator.swift
[60/265] Compiling Adapty EdgeInsets.swift
[61/265] Compiling Adapty Element.swift
[62/265] Compiling Adapty Filling.swift
[63/265] Compiling Adapty Font.swift
[64/265] Compiling Adapty GridItem.swift
[65/265] Compiling Adapty HorizontalAlignment.swift
[66/265] Compiling Adapty Image.swift
[67/265] Compiling Adapty ImageData.swift
[68/265] Compiling Adapty Mode.swift
[69/265] Compiling Adapty Offset.swift
[70/265] Compiling Adapty Pager.swift
[71/265] Compiling Adapty PaymentServiceProvider.swift
[72/265] Compiling Adapty Point.swift
[73/265] Compiling Adapty RichText.swift
[74/265] Compiling Adapty Row.swift
[75/265] Compiling Adapty Screen.swift
[76/265] Compiling Adapty Section.swift
[77/265] Compiling Adapty ShapeType.swift
[78/265] Compiling Adapty Stack.swift
[79/265] Compiling Adapty StateCondition.swift
[80/265] Compiling Adapty VC.If.swift
[81/265] Compiling Adapty VC.Image.swift
[82/265] Compiling Adapty VC.Pager.swift
[83/265] Compiling Adapty VC.Reference.swift
[84/265] Compiling Adapty VC.Row.swift
[85/265] Compiling Adapty VC.Screen.swift
[86/265] Compiling Adapty VC.Section.swift
[87/265] Compiling Adapty VC.Stack.swift
[88/265] Compiling Adapty VC.StringId.swift
[89/265] Compiling Adapty VC.Text.swift
[90/265] Compiling Adapty VC.Timer.swift
[91/265] Compiling Adapty VC.Toggle.swift
[92/265] Compiling Adapty VC.VideoPlayer.swift
[93/265] Compiling Adapty ActionAction.swift
[94/265] Compiling Adapty AdaptyViewConfiguration.swift
[95/265] Compiling Adapty AspectRatio.swift
[96/265] Compiling Adapty Background.swift
[97/265] Compiling Adapty Border.swift
[98/265] Compiling Adapty BottomSheet.swift
[99/265] Compiling Adapty Box.swift
[100/265] Compiling Adapty Button.swift
[101/265] Compiling Adapty Color+HexString.swift
[102/265] Compiling Adapty Color.swift
[103/265] Compiling Adapty ColorGradient.swift
[104/334] Compiling Adapty AdaptyProfileParameters.Builder.swift
[105/334] Compiling Adapty AdaptyProfileParameters.swift
[106/334] Compiling Adapty CrossPlacementState.swift
[107/334] Compiling Adapty ProfileManager+CrossPlacementState.swift
[108/334] Compiling Adapty ProfileManager+SentEnvironment.swift
[109/334] Compiling Adapty ProfileManager.swift
[110/334] Compiling Adapty BackendIntroductoryOfferEligibilityStorage.swift
[111/334] Compiling Adapty VH.swift
[112/334] Compiling Adapty OnboardingStorage.swift
[113/334] Compiling Adapty PaywallStorage.swift
[114/334] Compiling Adapty PlacementStorage.swift
[115/334] Compiling Adapty ProductVendorIdsStorage.swift
[116/334] Compiling Adapty ProfileStorage.swift
[117/334] Compiling Adapty Storage+Codable.swift
[118/334] Compiling Adapty Storage.swift
[119/334] Compiling Adapty VariationIdStorage.swift
[120/334] Compiling Adapty Adapty+CodeRedemptionSheet.swift
[121/334] Compiling Adapty Adapty+MakePurchase.swift
[122/334] Compiling Adapty Adapty+Receipt.swift
[123/334] Compiling Adapty Adapty+ReportTransaction.swift
[124/334] Compiling Adapty AdaptyStorefront+updates.swift
[125/334] Compiling Adapty AdaptySK1PaywallProduct.swift
[126/334] Compiling Adapty AdaptySK1Product.swift
[127/334] Compiling Adapty AdaptyLog.Level+Codable.swift
[128/334] Compiling Adapty AdaptyLog.Record+Codable.swift
[129/334] Compiling Adapty AdaptyLog.Source+Codable.swift
[130/334] Compiling Adapty AdaptyLog.Category.swift
[131/334] Compiling Adapty AdaptyLog.Handler.swift
[132/334] Compiling Adapty AdaptyLog.Level+stringLiteral.swift
[133/334] Compiling Adapty AdaptyLog.Level.swift
[134/334] Compiling Adapty AdaptyLog.Record.swift
[135/334] Compiling Adapty AdaptyLog.Source.swift
[136/334] Compiling Adapty Log.Message.swift
[137/334] Compiling Adapty Log+OSLog.swift
[138/334] Compiling Adapty Log+default.swift
[139/334] Compiling Adapty Log+stamp.swift
[140/334] Compiling Adapty Log.swift
[141/334] Compiling Adapty Adapty+FallbackFile.swift
[142/334] Compiling Adapty Adapty+PaywallProducts.swift
[143/334] Compiling Adapty Adapty+PlacementForDefaultAudience.swift
[144/334] Compiling Adapty Adapty+Placements.swift
[145/334] Compiling Adapty AdaptyLocale.swift
[146/334] Compiling Adapty AdaptyOnboarding.ViewConfiguration.swift
[147/334] Compiling Adapty AdaptyOnboarding.swift
[148/334] Compiling Adapty AdaptyPaywall.ProductReference.swift
[149/334] Compiling Adapty AdaptyPaywall.ViewConfiguration.swift
[150/334] Compiling Adapty AdaptyOnboardingScreenParameters.swift
[151/334] Compiling Adapty AdaptyOnboardingScreenShowedParameters.swift
[152/334] Compiling Adapty AdaptyOnboardingVariationAssignedParameters.swift
[153/334] Compiling Adapty AdaptyPaywallShowedParameters.swift
[154/334] Compiling Adapty AdaptyPaywallVariationAssignedParameters.swift
[155/334] Compiling Adapty AdaptyRefundPreference.swift
[156/334] Compiling Adapty AdaptyRefundSaverCustomPreferenceParameters.swift
[157/334] Compiling Adapty AdaptySystemEventParameters.swift
[158/334] Compiling Adapty Event.Name.swift
[159/334] Compiling Adapty Event.Packed.swift
[160/334] Compiling Adapty Event.Unpacked.swift
[161/334] Compiling Adapty Event.swift
[162/334] Compiling Adapty EventsBackendConfiguration.swift
[163/334] Compiling Adapty Event+Codable.swift
[164/334] Compiling Adapty EventsError.swift
[165/334] Compiling Adapty EventsManager.swift
[166/334] Compiling Adapty EventsManagerActor.swift
[167/334] Compiling Adapty EventCollection.swift
[168/334] Compiling Adapty EventCollectionStorage.swift
[169/334] Compiling Adapty EventsStorage.swift
[170/334] Compiling Adapty LifecycleManager.swift
[171/334] Compiling Adapty Adapty+Logging.swift
[172/334] Compiling Adapty AdaptyLog.Category+Codable.swift
[173/334] Compiling Adapty AdaptyPaywall.swift
[174/334] Compiling Adapty AdaptyPaywallProduct.swift
[175/334] Compiling Adapty AdaptyPlacement.Draw.swift
[176/334] Compiling Adapty AdaptyPlacement.Variation.swift
[177/334] Compiling Adapty AdaptyPlacement.swift
[178/334] Compiling Adapty AdaptyPlacementChosen.swift
[179/334] Compiling Adapty AdaptyPlacementContent.swift
[180/334] Compiling Adapty AdaptyPlacementFetchPolicy.swift
[181/334] Compiling Adapty AdaptyRemoteConfig.swift
[182/334] Compiling Adapty FallbackPlacements.swift
[183/334] Compiling Adapty Adapty+Identify.swift
[184/334] Compiling Adapty Adapty+Profile.swift
[185/334] Compiling Adapty Adapty+SetIntegrationIdentifier.swift
[186/334] Compiling Adapty Adapty+SyncIPv4.swift
[187/334] Compiling Adapty Adapty+UpdateASAToken.swift
[188/334] Compiling Adapty Adapty+UpdateAttributionData.swift
[189/334] Compiling Adapty AdaptyProfile.AccessLevel.swift
[190/334] Compiling Adapty AdaptyProfile.CustomAttributes.swift
[191/334] Compiling Adapty AdaptyProfile.Gender.swift
[192/334] Compiling Adapty AdaptyProfile.NonSubscription.swift
[193/334] Compiling Adapty AdaptyProfile.Subscription.swift
[194/334] Compiling Adapty AdaptyProfile.swift
[195/334] Compiling Adapty AdaptyProfileParameters.AppTrackingTransparencyStatus.swift
[196/334] Compiling Adapty BackendExecutor.swift
[197/334] Compiling Adapty Backend.EventsExecutor.swift
[198/334] Compiling Adapty FetchEventsConfigRequest.swift
[199/334] Compiling Adapty SendEventsRequest.swift
[200/334] Compiling Adapty Backend.MainExecutor.swift
[201/334] Compiling Adapty CreateProfileRequest.swift
[202/334] Compiling Adapty FetchAllProductVendorIdsRequest.swift
[203/334] Compiling Adapty FetchCrossPlacementStateRequest.swift
[204/334] Compiling Adapty FetchIntroductoryOfferEligibilityRequest.swift
[205/334] Compiling Adapty FetchPlacementRequest.swift
[206/334] Compiling Adapty FetchPlacementVariationsRequest.swift
[207/334] Compiling Adapty FetchProfileRequest.swift
[208/334] Compiling Adapty FetchViewConfigurationRequest.swift
[209/334] Compiling Adapty SetASATokenRequest.swift
[210/334] Compiling Adapty SetAttributionDataRequest.swift
[211/334] Compiling Adapty SetIntegrationIdentifierRequest.swift
[212/334] Compiling Adapty SignSubscriptionOfferRequest.swift
[213/334] Compiling Adapty UpdateProfileRequest.swift
[214/334] Compiling Adapty ValidateReceiptRequest.swift
[215/334] Compiling Adapty ValidateTransactionRequest.swift
[216/334] Compiling Adapty RemoteFilesBackend.swift
[217/334] Compiling Adapty Backend.ConfigsExecutor.swift
[218/334] Compiling Adapty Backend.FallbackExecutor.swift
[219/334] Compiling Adapty FetchFallbackPlacementRequest.swift
[220/334] Compiling Adapty FetchFallbackPlacementVariationsRequest.swift
[221/334] Compiling Adapty FetchFallbackViewConfigurationRequest.swift
[222/334] Compiling Adapty AdaptyConfiguration.Builder+Decodable.swift
[223/334] Compiling Adapty AdaptyConfiguration.Builder.swift
[224/334] Compiling Adapty AdaptyConfiguration.ServerCluster.swift
[225/334] Compiling Adapty AdaptyConfiguration.swift
[226/334] Compiling Adapty Environment.Application.swift
[227/334] Compiling Adapty Environment.Device.idfa.swift
[228/334] Compiling Adapty Environment.Device.idfv.swift
[229/334] Compiling Adapty Environment.Device.swift
[230/334] Compiling Adapty Environment.Device.webUserAgent.swift
[231/334] Compiling Adapty Environment.Meta.swift
[232/334] Compiling Adapty Environment.StoreKit.swift
[233/334] Compiling Adapty Environment.System.swift
[234/334] Compiling Adapty Environment.swift
[235/334] Compiling Adapty AdaptyError+Description.swift
[236/334] Compiling Adapty AdaptyError.Source.swift
[237/334] Compiling Adapty AdaptyError.swift
[238/334] Compiling Adapty CustomAdaptyError.swift
[239/334] Compiling Adapty InternalAdaptyError.swift
[240/334] Compiling Adapty Adapty+Events.swift
[241/334] Compiling Adapty AdaptyCollectingDataConsentParameters.swift
[242/334] Compiling Adapty Adapty+Activate.swift
[243/334] Compiling Adapty Adapty+Completion.swift
[244/334] Compiling Adapty Adapty+Shared.swift
[245/334] Compiling Adapty Adapty.swift
[246/334] Compiling Adapty AdaptyActor.swift
[247/334] Compiling Adapty AdaptyDelegate.swift
[248/334] Compiling Adapty Adapty+AdaptyViewConfiguration.swift
[249/334] Compiling Adapty AdaptyImageUrlObserver.swift
[250/334] Compiling Adapty AdaptyViewConfiguration+Testing.swift
[251/334] Compiling Adapty AdaptyViewSource+ImageUrls.swift
[252/334] Compiling Adapty AdaptyViewSource+getLocalization.swift
[253/334] Compiling Adapty AdaptyViewSource.Localizer.swift
[254/334] Compiling Adapty AdaptyViewSource.swift
[255/334] Compiling Adapty VC.Asset.swift
[256/334] Compiling Adapty LazyLocalizedProductText.swift
[257/334] Compiling Adapty VC.Localization.swift
[258/334] Compiling Adapty VC.RichText.swift
[259/334] Compiling Adapty VC.Action.swift
[260/334] Compiling Adapty VC.Box.swift
[261/334] Compiling Adapty VC.Button.swift
[262/334] Compiling Adapty VC.Column.swift
[263/334] Compiling Adapty VC.Decorator.swift
[264/334] Compiling Adapty VC.Element.swift
[265/334] Compiling Adapty VC.GridItem.swift
[266/334] Compiling Adapty SK2ProductFetcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/SK2Purchaser.swift:21:24: error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
 19 |     }
 20 |
 21 |     private static var isObservingStarted = false
    |                        |- error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
    |                        |- note: convert 'isObservingStarted' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'isObservingStarted' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |     static func startObserving(
/Users/admin/builder/spi-builder-workspace/Sources/_Lib/Cryptology/String.md5.swift:16:17: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
14 |         var hash = [UInt8](repeating: 0, count: Int(CC_MD5_DIGEST_LENGTH))
15 |         data.withUnsafeBytes { buffer in
16 |             _ = CC_MD5(buffer.baseAddress, CC_LONG(buffer.count), &hash)
   |                 `- warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
17 |         }
18 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[267/334] Compiling Adapty SK2ProductsManager+PurchasedTransaction.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/SK2Purchaser.swift:21:24: error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
 19 |     }
 20 |
 21 |     private static var isObservingStarted = false
    |                        |- error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
    |                        |- note: convert 'isObservingStarted' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'isObservingStarted' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |     static func startObserving(
/Users/admin/builder/spi-builder-workspace/Sources/_Lib/Cryptology/String.md5.swift:16:17: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
14 |         var hash = [UInt8](repeating: 0, count: Int(CC_MD5_DIGEST_LENGTH))
15 |         data.withUnsafeBytes { buffer in
16 |             _ = CC_MD5(buffer.baseAddress, CC_LONG(buffer.count), &hash)
   |                 `- warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
17 |         }
18 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[268/334] Compiling Adapty SK2ProductsManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/SK2Purchaser.swift:21:24: error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
 19 |     }
 20 |
 21 |     private static var isObservingStarted = false
    |                        |- error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
    |                        |- note: convert 'isObservingStarted' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'isObservingStarted' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |     static func startObserving(
/Users/admin/builder/spi-builder-workspace/Sources/_Lib/Cryptology/String.md5.swift:16:17: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
14 |         var hash = [UInt8](repeating: 0, count: Int(CC_MD5_DIGEST_LENGTH))
15 |         data.withUnsafeBytes { buffer in
16 |             _ = CC_MD5(buffer.baseAddress, CC_LONG(buffer.count), &hash)
   |                 `- warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
17 |         }
18 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[269/334] Compiling Adapty SK2Purchaser.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/SK2Purchaser.swift:21:24: error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
 19 |     }
 20 |
 21 |     private static var isObservingStarted = false
    |                        |- error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
    |                        |- note: convert 'isObservingStarted' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'isObservingStarted' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |     static func startObserving(
/Users/admin/builder/spi-builder-workspace/Sources/_Lib/Cryptology/String.md5.swift:16:17: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
14 |         var hash = [UInt8](repeating: 0, count: Int(CC_MD5_DIGEST_LENGTH))
15 |         data.withUnsafeBytes { buffer in
16 |             _ = CC_MD5(buffer.baseAddress, CC_LONG(buffer.count), &hash)
   |                 `- warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
17 |         }
18 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[270/334] Compiling Adapty SK2TransactionManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/SK2Purchaser.swift:21:24: error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
 19 |     }
 20 |
 21 |     private static var isObservingStarted = false
    |                        |- error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
    |                        |- note: convert 'isObservingStarted' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'isObservingStarted' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |     static func startObserving(
/Users/admin/builder/spi-builder-workspace/Sources/_Lib/Cryptology/String.md5.swift:16:17: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
14 |         var hash = [UInt8](repeating: 0, count: Int(CC_MD5_DIGEST_LENGTH))
15 |         data.withUnsafeBytes { buffer in
16 |             _ = CC_MD5(buffer.baseAddress, CC_LONG(buffer.count), &hash)
   |                 `- warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
17 |         }
18 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[271/334] Compiling Adapty StoreKitManagerError.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/SK2Purchaser.swift:21:24: error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
 19 |     }
 20 |
 21 |     private static var isObservingStarted = false
    |                        |- error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
    |                        |- note: convert 'isObservingStarted' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'isObservingStarted' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |     static func startObserving(
/Users/admin/builder/spi-builder-workspace/Sources/_Lib/Cryptology/String.md5.swift:16:17: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
14 |         var hash = [UInt8](repeating: 0, count: Int(CC_MD5_DIGEST_LENGTH))
15 |         data.withUnsafeBytes { buffer in
16 |             _ = CC_MD5(buffer.baseAddress, CC_LONG(buffer.count), &hash)
   |                 `- warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
17 |         }
18 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[272/334] Compiling Adapty StoreKitProductsManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/SK2Purchaser.swift:21:24: error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
 19 |     }
 20 |
 21 |     private static var isObservingStarted = false
    |                        |- error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
    |                        |- note: convert 'isObservingStarted' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'isObservingStarted' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |     static func startObserving(
/Users/admin/builder/spi-builder-workspace/Sources/_Lib/Cryptology/String.md5.swift:16:17: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
14 |         var hash = [UInt8](repeating: 0, count: Int(CC_MD5_DIGEST_LENGTH))
15 |         data.withUnsafeBytes { buffer in
16 |             _ = CC_MD5(buffer.baseAddress, CC_LONG(buffer.count), &hash)
   |                 `- warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
17 |         }
18 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[273/334] Compiling Adapty StoreKitReceiptManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/SK2Purchaser.swift:21:24: error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
 19 |     }
 20 |
 21 |     private static var isObservingStarted = false
    |                        |- error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
    |                        |- note: convert 'isObservingStarted' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'isObservingStarted' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |     static func startObserving(
/Users/admin/builder/spi-builder-workspace/Sources/_Lib/Cryptology/String.md5.swift:16:17: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
14 |         var hash = [UInt8](repeating: 0, count: Int(CC_MD5_DIGEST_LENGTH))
15 |         data.withUnsafeBytes { buffer in
16 |             _ = CC_MD5(buffer.baseAddress, CC_LONG(buffer.count), &hash)
   |                 `- warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
17 |         }
18 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[274/334] Compiling Adapty StoreKitTransactionManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/SK2Purchaser.swift:21:24: error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
 19 |     }
 20 |
 21 |     private static var isObservingStarted = false
    |                        |- error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
    |                        |- note: convert 'isObservingStarted' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'isObservingStarted' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |     static func startObserving(
/Users/admin/builder/spi-builder-workspace/Sources/_Lib/Cryptology/String.md5.swift:16:17: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
14 |         var hash = [UInt8](repeating: 0, count: Int(CC_MD5_DIGEST_LENGTH))
15 |         data.withUnsafeBytes { buffer in
16 |             _ = CC_MD5(buffer.baseAddress, CC_LONG(buffer.count), &hash)
   |                 `- warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
17 |         }
18 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[275/334] Compiling Adapty Versions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/SK2Purchaser.swift:21:24: error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
 19 |     }
 20 |
 21 |     private static var isObservingStarted = false
    |                        |- error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
    |                        |- note: convert 'isObservingStarted' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'isObservingStarted' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |     static func startObserving(
/Users/admin/builder/spi-builder-workspace/Sources/_Lib/Cryptology/String.md5.swift:16:17: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
14 |         var hash = [UInt8](repeating: 0, count: Int(CC_MD5_DIGEST_LENGTH))
15 |         data.withUnsafeBytes { buffer in
16 |             _ = CC_MD5(buffer.baseAddress, CC_LONG(buffer.count), &hash)
   |                 `- warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
17 |         }
18 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[276/334] Compiling Adapty Adapty+WebPaywall.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/SK2Purchaser.swift:21:24: error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
 19 |     }
 20 |
 21 |     private static var isObservingStarted = false
    |                        |- error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
    |                        |- note: convert 'isObservingStarted' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'isObservingStarted' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |     static func startObserving(
/Users/admin/builder/spi-builder-workspace/Sources/_Lib/Cryptology/String.md5.swift:16:17: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
14 |         var hash = [UInt8](repeating: 0, count: Int(CC_MD5_DIGEST_LENGTH))
15 |         data.withUnsafeBytes { buffer in
16 |             _ = CC_MD5(buffer.baseAddress, CC_LONG(buffer.count), &hash)
   |                 `- warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
17 |         }
18 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[277/334] Compiling Adapty WebPaywallURLProviding.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/SK2Purchaser.swift:21:24: error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
 19 |     }
 20 |
 21 |     private static var isObservingStarted = false
    |                        |- error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
    |                        |- note: convert 'isObservingStarted' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'isObservingStarted' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |     static func startObserving(
/Users/admin/builder/spi-builder-workspace/Sources/_Lib/Cryptology/String.md5.swift:16:17: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
14 |         var hash = [UInt8](repeating: 0, count: Int(CC_MD5_DIGEST_LENGTH))
15 |         data.withUnsafeBytes { buffer in
16 |             _ = CC_MD5(buffer.baseAddress, CC_LONG(buffer.count), &hash)
   |                 `- warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
17 |         }
18 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[278/334] Compiling Adapty String.md5.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/SK2Purchaser.swift:21:24: error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
 19 |     }
 20 |
 21 |     private static var isObservingStarted = false
    |                        |- error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
    |                        |- note: convert 'isObservingStarted' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'isObservingStarted' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |     static func startObserving(
/Users/admin/builder/spi-builder-workspace/Sources/_Lib/Cryptology/String.md5.swift:16:17: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
14 |         var hash = [UInt8](repeating: 0, count: Int(CC_MD5_DIGEST_LENGTH))
15 |         data.withUnsafeBytes { buffer in
16 |             _ = CC_MD5(buffer.baseAddress, CC_LONG(buffer.count), &hash)
   |                 `- warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
17 |         }
18 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[279/334] Compiling Adapty String.sha256.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/SK2Purchaser.swift:21:24: error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
 19 |     }
 20 |
 21 |     private static var isObservingStarted = false
    |                        |- error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
    |                        |- note: convert 'isObservingStarted' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'isObservingStarted' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |     static func startObserving(
/Users/admin/builder/spi-builder-workspace/Sources/_Lib/Cryptology/String.md5.swift:16:17: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
14 |         var hash = [UInt8](repeating: 0, count: Int(CC_MD5_DIGEST_LENGTH))
15 |         data.withUnsafeBytes { buffer in
16 |             _ = CC_MD5(buffer.baseAddress, CC_LONG(buffer.count), &hash)
   |                 `- warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
17 |         }
18 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[280/334] Compiling Adapty Locale+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/SK2Purchaser.swift:21:24: error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
 19 |     }
 20 |
 21 |     private static var isObservingStarted = false
    |                        |- error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
    |                        |- note: convert 'isObservingStarted' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'isObservingStarted' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |     static func startObserving(
/Users/admin/builder/spi-builder-workspace/Sources/_Lib/Cryptology/String.md5.swift:16:17: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
14 |         var hash = [UInt8](repeating: 0, count: Int(CC_MD5_DIGEST_LENGTH))
15 |         data.withUnsafeBytes { buffer in
16 |             _ = CC_MD5(buffer.baseAddress, CC_LONG(buffer.count), &hash)
   |                 `- warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
17 |         }
18 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[281/334] Compiling Adapty Optional+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/SK2Purchaser.swift:21:24: error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
 19 |     }
 20 |
 21 |     private static var isObservingStarted = false
    |                        |- error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
    |                        |- note: convert 'isObservingStarted' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'isObservingStarted' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |     static func startObserving(
/Users/admin/builder/spi-builder-workspace/Sources/_Lib/Cryptology/String.md5.swift:16:17: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
14 |         var hash = [UInt8](repeating: 0, count: Int(CC_MD5_DIGEST_LENGTH))
15 |         data.withUnsafeBytes { buffer in
16 |             _ = CC_MD5(buffer.baseAddress, CC_LONG(buffer.count), &hash)
   |                 `- warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
17 |         }
18 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[282/334] Compiling Adapty Task+Cancellation.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/SK2Purchaser.swift:21:24: error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
 19 |     }
 20 |
 21 |     private static var isObservingStarted = false
    |                        |- error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
    |                        |- note: convert 'isObservingStarted' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'isObservingStarted' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |     static func startObserving(
/Users/admin/builder/spi-builder-workspace/Sources/_Lib/Cryptology/String.md5.swift:16:17: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
14 |         var hash = [UInt8](repeating: 0, count: Int(CC_MD5_DIGEST_LENGTH))
15 |         data.withUnsafeBytes { buffer in
16 |             _ = CC_MD5(buffer.baseAddress, CC_LONG(buffer.count), &hash)
   |                 `- warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
17 |         }
18 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[283/334] Compiling Adapty Task+Sleep.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/SK2Purchaser.swift:21:24: error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
 19 |     }
 20 |
 21 |     private static var isObservingStarted = false
    |                        |- error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
    |                        |- note: convert 'isObservingStarted' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'isObservingStarted' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |     static func startObserving(
/Users/admin/builder/spi-builder-workspace/Sources/_Lib/Cryptology/String.md5.swift:16:17: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
14 |         var hash = [UInt8](repeating: 0, count: Int(CC_MD5_DIGEST_LENGTH))
15 |         data.withUnsafeBytes { buffer in
16 |             _ = CC_MD5(buffer.baseAddress, CC_LONG(buffer.count), &hash)
   |                 `- warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
17 |         }
18 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[284/334] Compiling Adapty Task+Timeout.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/SK2Purchaser.swift:21:24: error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
 19 |     }
 20 |
 21 |     private static var isObservingStarted = false
    |                        |- error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
    |                        |- note: convert 'isObservingStarted' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'isObservingStarted' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |     static func startObserving(
/Users/admin/builder/spi-builder-workspace/Sources/_Lib/Cryptology/String.md5.swift:16:17: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
14 |         var hash = [UInt8](repeating: 0, count: Int(CC_MD5_DIGEST_LENGTH))
15 |         data.withUnsafeBytes { buffer in
16 |             _ = CC_MD5(buffer.baseAddress, CC_LONG(buffer.count), &hash)
   |                 `- warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
17 |         }
18 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[285/334] Compiling Adapty TaskDuration.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/SK2Purchaser.swift:21:24: error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
 19 |     }
 20 |
 21 |     private static var isObservingStarted = false
    |                        |- error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
    |                        |- note: convert 'isObservingStarted' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'isObservingStarted' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |     static func startObserving(
/Users/admin/builder/spi-builder-workspace/Sources/_Lib/Cryptology/String.md5.swift:16:17: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
14 |         var hash = [UInt8](repeating: 0, count: Int(CC_MD5_DIGEST_LENGTH))
15 |         data.withUnsafeBytes { buffer in
16 |             _ = CC_MD5(buffer.baseAddress, CC_LONG(buffer.count), &hash)
   |                 `- warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
17 |         }
18 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[286/334] Compiling Adapty TimeoutError.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/SK2Purchaser.swift:21:24: error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
 19 |     }
 20 |
 21 |     private static var isObservingStarted = false
    |                        |- error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
    |                        |- note: convert 'isObservingStarted' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'isObservingStarted' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |     static func startObserving(
/Users/admin/builder/spi-builder-workspace/Sources/_Lib/Cryptology/String.md5.swift:16:17: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
14 |         var hash = [UInt8](repeating: 0, count: Int(CC_MD5_DIGEST_LENGTH))
15 |         data.withUnsafeBytes { buffer in
16 |             _ = CC_MD5(buffer.baseAddress, CC_LONG(buffer.count), &hash)
   |                 `- warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
17 |         }
18 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[287/334] Compiling Adapty TimeInterval+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/SK2Purchaser.swift:21:24: error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
 19 |     }
 20 |
 21 |     private static var isObservingStarted = false
    |                        |- error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
    |                        |- note: convert 'isObservingStarted' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'isObservingStarted' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |     static func startObserving(
/Users/admin/builder/spi-builder-workspace/Sources/_Lib/Cryptology/String.md5.swift:16:17: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
14 |         var hash = [UInt8](repeating: 0, count: Int(CC_MD5_DIGEST_LENGTH))
15 |         data.withUnsafeBytes { buffer in
16 |             _ = CC_MD5(buffer.baseAddress, CC_LONG(buffer.count), &hash)
   |                 `- warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
17 |         }
18 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[288/334] Compiling Adapty resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/SK2Purchaser.swift:21:24: error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
 19 |     }
 20 |
 21 |     private static var isObservingStarted = false
    |                        |- error: static property 'isObservingStarted' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
    |                        |- note: convert 'isObservingStarted' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'isObservingStarted' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |     static func startObserving(
/Users/admin/builder/spi-builder-workspace/Sources/_Lib/Cryptology/String.md5.swift:16:17: warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
14 |         var hash = [UInt8](repeating: 0, count: Int(CC_MD5_DIGEST_LENGTH))
15 |         data.withUnsafeBytes { buffer in
16 |             _ = CC_MD5(buffer.baseAddress, CC_LONG(buffer.count), &hash)
   |                 `- warning: 'CC_MD5' was deprecated in macOS 10.15: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [#DeprecatedDeclaration]
17 |         }
18 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[289/334] Compiling Adapty SK1Error.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
65 |
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
65 |
[290/334] Compiling Adapty SK1PaymentDiscount.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
65 |
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
65 |
[291/334] Compiling Adapty SK1Product.SubscriptionOffer.OfferType.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
65 |
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
65 |
[292/334] Compiling Adapty SK1Product.SubscriptionOffer.PaymentMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
65 |
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
65 |
[293/334] Compiling Adapty SK1Product.SubscriptionOffer.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
65 |
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
65 |
[294/334] Compiling Adapty SK1Product.SubscriptionPeriod.Unit.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
65 |
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
65 |
[295/334] Compiling Adapty SK1Product.SubscriptionPeriod.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
65 |
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
65 |
[296/334] Compiling Adapty SK1Product.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
65 |
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
65 |
[297/334] Compiling Adapty SK1Storefront.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
65 |
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
65 |
[298/334] Compiling Adapty SK1Transaction.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
65 |
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
65 |
[299/334] Compiling Adapty AdaptySK2PaywallProduct.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
65 |
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
65 |
[300/334] Compiling Adapty AdaptySK2Product.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
65 |
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
65 |
[301/334] Compiling Adapty SK2Product+Purchase.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
65 |
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
65 |
[302/334] Compiling Adapty SK2Product.SubscriptionOffer.PaymentMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
65 |
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
65 |
[303/334] Compiling Adapty SK2Product.SubscriptionOffer.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
65 |
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
65 |
[304/334] Compiling Adapty SK2Product.SubscriptionPeriod.Unit.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
65 |
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
65 |
[305/334] Compiling Adapty SK2Product.SubscriptionPeriod.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
65 |
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
65 |
[306/334] Compiling Adapty SK2Product.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
65 |
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
65 |
[307/334] Compiling Adapty SK2Storefront.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
65 |
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
65 |
[308/334] Compiling Adapty SK2Transaction.Offer.PaymentMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
65 |
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
65 |
[309/334] Compiling Adapty SK2Transaction.OfferType.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
65 |
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
65 |
[310/334] Compiling Adapty SK2Transaction.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
65 |
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
65 |
[311/334] Compiling Adapty AdaptyDeferredProduct.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:37:36: warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
 9 |
10 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
11 | struct AdaptySK2PaywallProduct: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
12 |     let skProduct: SK2Product
13 |
   :
35 |
36 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
37 | extension AdaptySK2PaywallProduct: AdaptyPaywallProduct {}
   |                                    `- warning: redundant conformance of 'AdaptySK2PaywallProduct' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'Sendable' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'Sendable'
65 |
/Users/admin/builder/spi-builder-workspace/Sources/StoreKit/Entities.SK2/AdaptySK2PaywallProduct.swift:64:59: warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
38 |
39 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
40 | struct AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptySK2Product, WebPaywallURLProviding {
   |        `- note: conformance to 'SendableMetatype' generated by macro  here
41 |     let skProduct: SK2Product
42 |
   :
62 |
63 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, visionOS 1.0, *)
64 | extension AdaptySK2PaywallProductWithoutDeterminingOffer: AdaptyPaywallProductWithoutDeterminingOffer {}
   |                                                           `- warning: redundant conformance of 'AdaptySK2PaywallProductWithoutDeterminingOffer' to protocol 'SendableMetatype'
65 |
[312/334] Compiling Adapty AdaptyProduct.swift
[313/334] Compiling Adapty AdaptyPurchaseResult.swift
[314/334] Compiling Adapty AdaptyStorefront.swift
[315/334] Compiling Adapty AdaptySubscriptionOffer.Identifier.swift
[316/334] Compiling Adapty AdaptySubscriptionOffer.PaymentMode.swift
[317/334] Compiling Adapty AdaptySubscriptionOffer.Signature.swift
[318/334] Compiling Adapty AdaptySubscriptionOffer.swift
[319/334] Compiling Adapty AdaptySubscriptionPeriod.Unit.swift
[320/334] Compiling Adapty AdaptySubscriptionPeriod.swift
[321/334] Compiling Adapty BackendIntroductoryOfferEligibilityState.swift
[322/334] Compiling Adapty Locale+StoreKit.swift
[323/334] Compiling Adapty ProductsFetchPolicy.swift
[324/334] Compiling Adapty PurchasedTransaction.OfferType.swift
[325/334] Compiling Adapty PurchasedTransaction.SubscriptionOffer.swift
[326/334] Compiling Adapty PurchasedTransaction.swift
[327/334] Compiling Adapty PurchaseValidator.swift
[328/334] Compiling Adapty SK1PaywallProducts.swift
[329/334] Compiling Adapty SK1ProductFetcher.swift
[330/334] Compiling Adapty SK1ProductsManager+PurchasedTransaction.swift
[331/334] Compiling Adapty SK1ProductsManager.swift
[332/334] Compiling Adapty SK1QueueManager.swift
[333/334] Compiling Adapty SK1TransactionObserver.swift
[334/334] Compiling Adapty SK2PaywallProducts.swift
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources.AdaptyPlugin/cross_platform.yaml
BUILD FAILURE 6.2 macosSpm