Build Information
Failed to build RevenueCat, reference main (9f2249
), with Swift 6.2 (beta) for Android on 27 Jun 2025 17:12:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RevenueCat/purchases-ios.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/RevenueCat/purchases-ios
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9f2249d Fix broken Customer Center strings (#5311)
Cloned https://github.com/RevenueCat/purchases-ios.git
Revision (git rev-parse @):
9f2249deb669f8b29393ae02779dc79b7ae53cc7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/RevenueCat/purchases-ios.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/RevenueCat/purchases-ios.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/14051] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.17s)
Fetching https://github.com/quick/nimble
[1/19584] Fetching nimble
Fetched https://github.com/quick/nimble from cache (1.33s)
Computing version for https://github.com/quick/nimble
Computed https://github.com/quick/nimble at 13.7.1 (1.75s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.25s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.76s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.30s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.78s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/quick/nimble
Working copy of https://github.com/quick/nimble resolved at 13.7.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 26ed3a2b4a2df47917ca9b790a57f91285b923fb
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Tests/RevenueCatUITests/Templates/__Snapshots__': File not found.
warning: 'spi-builder-workspace': ignoring broken symlink /host/spi-builder-workspace/Tests/RevenueCatUITests/PaywallsV2/__PreviewResources__
warning: 'spi-builder-workspace': Invalid Resource 'PaywallsV2/__PreviewResources__': File not found.
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/RevenueCatUI/RevenueCatUIDev.xctestplan
warning: 'nimble': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/nimble/Sources/Nimble/PrivacyInfo.xcprivacy
Building for debugging...
[0/54] Copying PrivacyInfo.xcprivacy
[0/54] Write sources
[0/54] Copying Localizable.strings
[0/54] Copying Info.plist
[0/54] Copying Localizable.strings
[39/54] Copying background.jpg
[40/54] Copying Localizable.strings
[41/54] Copying Info.plist
[41/54] Copying PrivacyInfo.xcprivacy
[41/54] Copying Info.plist
[41/54] Write sources
[41/54] Copying Localizable.strings
[51/54] Copying icons.xcassets
[53/54] Write swift-version-8C5A4AE7A8CE2BA.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[55/424] Emitting module ReceiptParser
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
error: emit-module command failed with exit code 1 (use -v to see invocation)
[56/426] Emitting module RevenueCat
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[57/450] Compiling RevenueCat GetIntroEligibilityOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[58/450] Compiling RevenueCat GetOfferingsOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[59/450] Compiling RevenueCat GetProductEntitlementMappingOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[60/450] Compiling RevenueCat GetWebProductsOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[61/450] Compiling RevenueCat CustomerInfoResponseHandler.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[62/450] Compiling RevenueCat HealthOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[63/450] Compiling RevenueCat HealthReportOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[64/450] Compiling RevenueCat LogInOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[65/450] Compiling RevenueCat NetworkOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[66/450] Compiling RevenueCat PostAdServicesTokenOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[67/450] Compiling RevenueCat PostAttributionDataOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[68/450] Compiling RevenueCat PostOfferForSigningOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[69/450] Compiling RevenueCat PostReceiptDataOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[70/450] Compiling RevenueCat PostRedeemWebPurchaseOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[71/450] Compiling RevenueCat PostSubscriberAttributesOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[72/450] Compiling RevenueCat RedeemWebPurchaseAPI.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[73/450] Compiling RevenueCat CustomerCenterConfigResponse.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[74/450] Compiling RevenueCat CustomerInfoResponse.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[75/450] Compiling RevenueCat GetIntroEligibilityResponse.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[76/450] Compiling RevenueCat HealthReportResponse.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[77/450] Compiling RevenueCat OfferingsResponse.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[78/450] Compiling RevenueCat PostOfferResponse.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[79/450] Compiling RevenueCat ProductEntitlementMappingResponse.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[80/450] Compiling RevenueCat PaywallComponentsData.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[81/474] Compiling RevenueCat_CustomEntitlementComputation CustomerInfoCallback.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[82/474] Compiling RevenueCat_CustomEntitlementComputation LogInCallback.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[83/474] Compiling RevenueCat_CustomEntitlementComputation OfferingsCallback.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[84/474] Compiling RevenueCat_CustomEntitlementComputation ProductEntitlementMappingCallback.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[85/474] Compiling RevenueCat_CustomEntitlementComputation WebProductsCallback.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[86/474] Compiling RevenueCat_CustomEntitlementComputation CustomerAPI.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[87/474] Compiling RevenueCat_CustomEntitlementComputation CustomerCenterConfigAPI.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[88/474] Compiling RevenueCat_CustomEntitlementComputation DNSChecker.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[89/474] Compiling RevenueCat_CustomEntitlementComputation ETagManager.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[90/474] Compiling RevenueCat_CustomEntitlementComputation ErrorResponse.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[91/474] Compiling RevenueCat_CustomEntitlementComputation HTTPClient.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[92/474] Compiling RevenueCat_CustomEntitlementComputation HTTPRequest.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[93/474] Compiling RevenueCat_CustomEntitlementComputation HTTPRequestBody.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[94/474] Compiling RevenueCat_CustomEntitlementComputation HTTPRequestPath.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[95/474] Compiling RevenueCat_CustomEntitlementComputation HTTPResponse.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[96/474] Compiling RevenueCat_CustomEntitlementComputation HTTPResponseBody.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[97/474] Compiling RevenueCat_CustomEntitlementComputation HTTPStatusCode.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[98/474] Compiling RevenueCat_CustomEntitlementComputation NetworkError.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[99/474] Compiling RevenueCat_CustomEntitlementComputation RedirectLoggerTaskDelegate.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[100/474] Compiling RevenueCat_CustomEntitlementComputation IdentityAPI.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[101/474] Compiling RevenueCat_CustomEntitlementComputation InternalAPI.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[102/474] Compiling RevenueCat_CustomEntitlementComputation OfferingsAPI.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[103/474] Compiling RevenueCat_CustomEntitlementComputation OfflineEntitlementsAPI.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[104/474] Compiling RevenueCat_CustomEntitlementComputation GetCustomerCenterConfigOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[105/474] Compiling RevenueCat_CustomEntitlementComputation GetCustomerInfoOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[106/498] Compiling RevenueCat_CustomEntitlementComputation ASIdManagerProxy.swift
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
[107/498] Compiling RevenueCat_CustomEntitlementComputation AttributionData.swift
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
[108/498] Compiling RevenueCat_CustomEntitlementComputation AttributionFetcher.swift
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[112/498] Compiling RevenueCat_CustomEntitlementComputation AttributionNetwork.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[113/498] Compiling RevenueCat_CustomEntitlementComputation AttributionPoster.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[114/498] Compiling RevenueCat_CustomEntitlementComputation AttributionTypeFactory.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[115/498] Compiling RevenueCat_CustomEntitlementComputation TrackingManagerProxy.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[116/498] Compiling RevenueCat_CustomEntitlementComputation CacheStatus.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[117/498] Compiling RevenueCat_CustomEntitlementComputation DeviceCache.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[118/498] Compiling RevenueCat_CustomEntitlementComputation InMemoryCachedObject.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[119/498] Compiling RevenueCat_CustomEntitlementComputation PeriodType+Extensions.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[120/498] Compiling RevenueCat_CustomEntitlementComputation PurchaseOwnershipType+Extensions.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[121/498] Compiling RevenueCat_CustomEntitlementComputation Store+Extensions.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[122/498] Compiling RevenueCat_CustomEntitlementComputation CustomerCenterConfigData.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[123/498] Compiling RevenueCat_CustomEntitlementComputation CustomerCenterPresentationMode.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[124/498] Compiling RevenueCat_CustomEntitlementComputation CustomerCenterEvent.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[125/498] Compiling RevenueCat_CustomEntitlementComputation EventsRequest+CustomerCenter.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[126/498] Compiling RevenueCat_CustomEntitlementComputation DeepLinkParser.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[127/498] Compiling RevenueCat_CustomEntitlementComputation DiagnosticsEvent.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[128/498] Compiling ReceiptParser PurchasesReceiptParser+Extensions.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[129/498] Compiling ReceiptParser ReceiptParsingError.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[130/498] Compiling RevenueCat_CustomEntitlementComputation FileHandler.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[131/498] Compiling RevenueCat_CustomEntitlementComputation DiagnosticsEventsRequest.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[132/498] Compiling RevenueCat_CustomEntitlementComputation DiagnosticsHTTPRequestPath.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
error: emit-module command failed with exit code 1 (use -v to see invocation)
[133/498] Compiling RevenueCat_CustomEntitlementComputation DiagnosticsPostOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[134/498] Emitting module RevenueCat_CustomEntitlementComputation
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[160/522] Compiling RevenueCat_CustomEntitlementComputation DiagnosticsSynchronizer.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[161/522] Compiling RevenueCat_CustomEntitlementComputation EmptyFile.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[162/523] Compiling RevenueCat_CustomEntitlementComputation Assertions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[163/525] Compiling RevenueCat_CustomEntitlementComputation BackendError.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[164/525] Compiling RevenueCat_CustomEntitlementComputation BackendErrorCode.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[165/525] Compiling RevenueCat_CustomEntitlementComputation DescribableError.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[166/526] Compiling RevenueCat_CustomEntitlementComputation ErrorCode.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[167/526] Compiling RevenueCat_CustomEntitlementComputation ErrorDetails.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[168/526] Compiling RevenueCat_CustomEntitlementComputation ErrorUtils.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[169/526] Compiling RevenueCat_CustomEntitlementComputation PurchasesError.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[170/526] Compiling RevenueCat_CustomEntitlementComputation SKError+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[171/527] Compiling RevenueCat_CustomEntitlementComputation StoreKitError+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[172/527] Compiling RevenueCat_CustomEntitlementComputation StoreKitErrorHelper.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[173/527] Compiling RevenueCat_CustomEntitlementComputation FeatureEvent.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[174/527] Compiling RevenueCat_CustomEntitlementComputation EventsRequest.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[175/528] Compiling RevenueCat_CustomEntitlementComputation StoredEvent.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[176/528] Compiling RevenueCat_CustomEntitlementComputation StoredEventSerializer.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[177/528] Compiling RevenueCat_CustomEntitlementComputation Array+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[178/528] Compiling RevenueCat_CustomEntitlementComputation AsyncExtensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[179/528] Compiling RevenueCat_CustomEntitlementComputation Data+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[180/529] Compiling RevenueCat_CustomEntitlementComputation Date+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[181/529] Compiling RevenueCat_CustomEntitlementComputation Decoder+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[182/529] Compiling RevenueCat_CustomEntitlementComputation Dictionary+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[183/531] Compiling RevenueCat_CustomEntitlementComputation DispatchTimeInterval+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[184/533] Compiling RevenueCat_CustomEntitlementComputation Error+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[185/538] Compiling RevenueCat_CustomEntitlementComputation Integer+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[186/538] Compiling RevenueCat_CustomEntitlementComputation Locale+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[187/538] Compiling RevenueCat_CustomEntitlementComputation OperationQueue+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[188/538] Compiling RevenueCat_CustomEntitlementComputation Operators+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[189/538] Compiling RevenueCat_CustomEntitlementComputation Optional+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[190/538] Compiling RevenueCat_CustomEntitlementComputation Result+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[191/538] Compiling RevenueCat_CustomEntitlementComputation Set+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[192/538] Compiling RevenueCat_CustomEntitlementComputation String+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[193/538] Compiling RevenueCat_CustomEntitlementComputation TimeInterval+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[194/539] Compiling RevenueCat_CustomEntitlementComputation UIApplication+RCExtensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[195/539] Compiling RevenueCat_CustomEntitlementComputation UserDefaults+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[196/539] Compiling RevenueCat_CustomEntitlementComputation CustomerInfo+ActiveDates.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[197/539] Compiling RevenueCat_CustomEntitlementComputation CustomerInfo+NonSubscriptions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[198/539] Compiling RevenueCat_CustomEntitlementComputation CustomerInfo.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[199/539] Compiling RevenueCat_CustomEntitlementComputation CustomerInfoManager.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[200/539] Compiling RevenueCat_CustomEntitlementComputation IdentityManager.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[201/539] Compiling RevenueCat_CustomEntitlementComputation ProductPaidPrice.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[202/539] Compiling RevenueCat_CustomEntitlementComputation SubscriptionInfo.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[203/540] Compiling RevenueCat_CustomEntitlementComputation ASN1Container.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[204/540] Compiling RevenueCat_CustomEntitlementComputation ASN1ObjectIdentifier.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[205/540] Compiling RevenueCat_CustomEntitlementComputation AppleReceipt.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[206/540] Compiling RevenueCat_CustomEntitlementComputation InAppPurchase.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[207/540] Compiling RevenueCat_CustomEntitlementComputation ASN1ContainerBuilder.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[208/540] Compiling RevenueCat_CustomEntitlementComputation ASN1ObjectIdentifierBuilder.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[209/540] Compiling RevenueCat_CustomEntitlementComputation AppleReceiptBuilder.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
[212/586] Compiling RevenueCat_CustomEntitlementComputation DangerousSettings.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[213/586] Compiling RevenueCat_CustomEntitlementComputation Clock.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[214/586] Compiling RevenueCat_CustomEntitlementComputation DateExtensions.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[215/586] Compiling RevenueCat_CustomEntitlementComputation DateProvider.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[216/586] Compiling RevenueCat_CustomEntitlementComputation ISODurationFormatter.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[217/586] Compiling RevenueCat_CustomEntitlementComputation ISOPeriodFormatter.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[218/586] Compiling RevenueCat_CustomEntitlementComputation TimingUtil.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[219/586] Compiling RevenueCat_CustomEntitlementComputation Deprecations.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[220/586] Compiling RevenueCat_CustomEntitlementComputation Either.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[221/586] Compiling RevenueCat_CustomEntitlementComputation PreferredLocalesProvider.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[222/586] Compiling RevenueCat_CustomEntitlementComputation MacDevice.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[223/586] Compiling RevenueCat_CustomEntitlementComputation MapAppStoreDetector.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[224/586] Compiling RevenueCat_CustomEntitlementComputation Obsoletions.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[225/586] Compiling RevenueCat_CustomEntitlementComputation PlatformInfo.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[226/586] Compiling RevenueCat_CustomEntitlementComputation PriceFormatterProvider.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[227/586] Compiling RevenueCat_CustomEntitlementComputation RateLimiter.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[228/586] Compiling RevenueCat_CustomEntitlementComputation SandboxEnvironmentDetector.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[229/586] Compiling RevenueCat_CustomEntitlementComputation StoreKitVersion.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[230/586] Compiling RevenueCat_CustomEntitlementComputation SystemInfo.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[231/586] Compiling RevenueCat_CustomEntitlementComputation Backend.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[232/586] Compiling RevenueCat_CustomEntitlementComputation BackendConfiguration.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[233/586] Compiling RevenueCat_CustomEntitlementComputation CacheFetchPolicy.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[234/586] Compiling RevenueCat_CustomEntitlementComputation CallbackCache.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[235/586] Compiling RevenueCat_CustomEntitlementComputation CallbackCacheStatus.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[236/586] Compiling RevenueCat_CustomEntitlementComputation CustomerCenterConfigCallback.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[278/655] Compiling RevenueCat_CustomEntitlementComputation InAppPurchaseBuilder.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[279/655] Compiling RevenueCat_CustomEntitlementComputation ArraySlice_UInt8+Extensions.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[280/655] Compiling RevenueCat_CustomEntitlementComputation Codable+Extensions.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[281/655] Compiling RevenueCat_CustomEntitlementComputation DateFormatter+Extensions.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[282/655] Compiling RevenueCat_CustomEntitlementComputation UInt8+Extensions.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[283/655] Compiling RevenueCat_CustomEntitlementComputation FileReader.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[284/655] Compiling RevenueCat_CustomEntitlementComputation LoggerType.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[285/656] Compiling RevenueCat_CustomEntitlementComputation ProcessInfo+Extensions.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[286/656] Compiling RevenueCat_CustomEntitlementComputation ReceiptParserLogger.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[287/657] Compiling RevenueCat_CustomEntitlementComputation ReceiptStrings.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[288/657] Compiling RevenueCat_CustomEntitlementComputation LocalReceiptFetcher.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[289/657] Compiling RevenueCat_CustomEntitlementComputation PurchasesReceiptParser.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[290/657] Compiling RevenueCat_CustomEntitlementComputation ReceiptParsingError.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[291/657] Compiling RevenueCat_CustomEntitlementComputation LogIntent.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[292/657] Compiling RevenueCat_CustomEntitlementComputation Logger.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[293/657] Compiling RevenueCat_CustomEntitlementComputation AnalyticsStrings.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[294/658] Compiling RevenueCat_CustomEntitlementComputation AttributionStrings.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[295/658] Compiling RevenueCat_CustomEntitlementComputation BackendErrorStrings.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[296/658] Compiling RevenueCat_CustomEntitlementComputation CodableStrings.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[297/658] Compiling RevenueCat_CustomEntitlementComputation ConfigureStrings.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[298/658] Compiling RevenueCat_CustomEntitlementComputation CustomerInfoStrings.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[299/658] Compiling RevenueCat_CustomEntitlementComputation DiagnosticsStrings.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[300/658] Compiling RevenueCat_CustomEntitlementComputation ETagStrings.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[301/659] Compiling RevenueCat_CustomEntitlementComputation EligibilityStrings.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[302/659] Compiling RevenueCat_CustomEntitlementComputation IdentityStrings.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[303/659] Compiling RevenueCat_CustomEntitlementComputation ManageSubscriptionsStrings.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[304/659] Compiling RevenueCat_CustomEntitlementComputation NetworkStrings.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[305/659] Compiling RevenueCat_CustomEntitlementComputation OfferingStrings.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[306/659] Compiling RevenueCat_CustomEntitlementComputation OfflineEntitlementsStrings.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[307/659] Compiling RevenueCat_CustomEntitlementComputation PaywallsStrings.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[308/659] Compiling RevenueCat_CustomEntitlementComputation PurchaseStrings.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[309/659] Compiling RevenueCat_CustomEntitlementComputation SigningStrings.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[310/659] Compiling RevenueCat_CustomEntitlementComputation StoreKitStrings.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[311/659] Compiling RevenueCat_CustomEntitlementComputation Strings.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[312/659] Compiling RevenueCat_CustomEntitlementComputation WebRedemptionStrings.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[313/659] Compiling RevenueCat_CustomEntitlementComputation Box.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[314/659] Compiling RevenueCat_CustomEntitlementComputation AnyDecodable.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[315/659] Compiling RevenueCat_CustomEntitlementComputation AnyEncodable.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[316/659] Compiling RevenueCat_CustomEntitlementComputation DefaultDecodable.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[317/659] Compiling RevenueCat_CustomEntitlementComputation EnsureNonEmptyCollectionDecodable.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[318/659] Compiling RevenueCat_CustomEntitlementComputation IgnoreHashable.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[319/659] Compiling RevenueCat_CustomEntitlementComputation NonEmptyStringDecodable.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[320/659] Compiling RevenueCat_CustomEntitlementComputation RawDataContainer.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[321/659] Compiling RevenueCat_CustomEntitlementComputation Atomic.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[322/659] Compiling RevenueCat_CustomEntitlementComputation Lock.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[323/659] Compiling RevenueCat_CustomEntitlementComputation OperationDispatcher.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[324/659] Compiling RevenueCat_CustomEntitlementComputation Purchases+async.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[325/659] Compiling RevenueCat_CustomEntitlementComputation Purchases+nonasync.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
[326/659] Compiling RevenueCat_CustomEntitlementComputation SynchronizedUserDefaults.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
14 |
15 | import Foundation
16 | import StoreKit
| `- error: no such module 'StoreKit'
17 |
18 | // swiftlint:disable file_length multiline_parameters type_body_length
BUILD FAILURE 6.2 android