Build Information
Failed to build RevenueCat, reference main (9f2249
), with Swift 6.2 (beta) for Linux on 27 Jun 2025 17:11:16 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 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: linux
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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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 (3.06s)
Fetching https://github.com/quick/nimble
[1/19584] Fetching nimble
Fetched https://github.com/quick/nimble from cache (1.35s)
Computing version for https://github.com/quick/nimble
Computed https://github.com/quick/nimble at 13.7.1 (2.72s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.26s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.78s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.60s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.24s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 26ed3a2b4a2df47917ca9b790a57f91285b923fb
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/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
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] Copying Info.plist
[0/54] Copying Localizable.strings
[0/54] Copying PrivacyInfo.xcprivacy
[0/54] Copying Info.plist
[0/54] Copying background.jpg
[0/54] Copying Localizable.strings
[0/54] Write sources
[0/54] Copying Localizable.strings
[0/54] Write sources
[0/54] Copying Localizable.strings
[0/54] Write sources
[0/54] Copying Info.plist
[24/54] Write sources
[52/54] Copying icons.xcassets
[53/54] Write swift-version-24593BA9C3E375BF.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
[56/426] Compiling ReceiptParser PurchasesReceiptParser+Extensions.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
[57/426] Compiling ReceiptParser ReceiptParsingError.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
[58/426] Compiling RevenueCat_CustomEntitlementComputation StoredEventSerializer.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
[59/426] Compiling RevenueCat_CustomEntitlementComputation Array+Extensions.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
[60/426] Compiling RevenueCat_CustomEntitlementComputation AsyncExtensions.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
[61/426] 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
[62/426] 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
[63/426] 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
[64/426] 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
[65/426] 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
[66/426] 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
[67/426] 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
[68/426] 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
[69/426] 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
[70/426] 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
[71/426] 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
[72/426] 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
[73/426] 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
[74/426] 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
[75/426] Compiling RevenueCat_CustomEntitlementComputation SKError+Extensions.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
[76/426] Compiling RevenueCat_CustomEntitlementComputation StoreKitError+Extensions.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
[77/426] Compiling RevenueCat_CustomEntitlementComputation StoreKitErrorHelper.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
[78/426] Compiling RevenueCat_CustomEntitlementComputation BackendError.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
[79/426] Compiling RevenueCat_CustomEntitlementComputation BackendErrorCode.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
[80/426] Compiling RevenueCat_CustomEntitlementComputation DescribableError.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
[81/426] Compiling RevenueCat_CustomEntitlementComputation ErrorCode.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
[82/426] Compiling RevenueCat_CustomEntitlementComputation ErrorDetails.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
[83/426] Compiling RevenueCat_CustomEntitlementComputation ErrorUtils.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
[84/426] Compiling RevenueCat_CustomEntitlementComputation PurchasesError.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
[85/426] 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
[86/426] 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
[87/426] 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
[88/426] 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
[89/426] 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
[90/426] 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
[91/426] 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
[92/426] 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
[93/426] 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
[94/426] 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
[95/426] 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
[96/426] Compiling RevenueCat_CustomEntitlementComputation FeatureEvent.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
[97/426] Compiling RevenueCat_CustomEntitlementComputation EventsRequest.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
[98/426] Compiling RevenueCat_CustomEntitlementComputation StoredEvent.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
[99/426] Compiling RevenueCat_CustomEntitlementComputation DiagnosticsSynchronizer.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
[100/426] Compiling RevenueCat_CustomEntitlementComputation EmptyFile.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
[101/426] Compiling RevenueCat_CustomEntitlementComputation Assertions.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[102/426] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[103/474] 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
[104/474] 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
[105/474] 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
[106/474] 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
[107/474] 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
[108/474] 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
[109/474] 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
[110/474] 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
[111/474] 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
[112/474] 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
[113/474] 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
[114/474] 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
[115/474] 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
[116/474] 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
[117/474] 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
[118/474] 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
[119/474] 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
[120/474] 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
[121/474] 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
[122/474] 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
[123/474] 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
[124/474] 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
[125/474] 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
[126/474] 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
[127/474] 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
[128/474] 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
[129/474] 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
[130/474] 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
[131/474] 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
[132/474] 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
[133/474] 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
[134/474] 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
[135/474] 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
[136/474] 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
[137/474] 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
[138/474] 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
[139/474] 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
[140/474] 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
[141/474] 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
[142/474] 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
[143/474] 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
[144/474] 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
[145/474] 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
[146/474] 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
[147/474] 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
[148/474] 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
[149/474] 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
[150/474] 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
[151/474] 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
[152/474] 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
[153/474] Compiling RevenueCat_CustomEntitlementComputation ASIdManagerProxy.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
[154/474] Compiling RevenueCat_CustomEntitlementComputation AttributionData.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
[155/474] Compiling RevenueCat_CustomEntitlementComputation AttributionFetcher.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
[156/474] 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
[157/474] 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
[158/474] 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
[159/474] 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
[160/474] 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
[161/474] 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
[162/474] 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
[163/474] 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
[164/474] 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
[165/474] 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
[166/474] 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
[167/474] 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
[168/474] 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
[169/474] 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
[170/474] 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
[171/474] 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
[172/474] Compiling RevenueCat_CustomEntitlementComputation DiagnosticsFileHandler.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
[173/474] Compiling RevenueCat_CustomEntitlementComputation DiagnosticsTracker.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
[174/474] 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
[175/474] 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
[176/474] 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
[177/474] 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
[178/474] Compiling RevenueCat_CustomEntitlementComputation AppleReceiptBuilder.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
[179/474] 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
[180/474] 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
[181/474] 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
[182/474] 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
[183/474] 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
[184/474] 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
[185/474] 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
[186/474] 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
[187/474] 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
[188/474] 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
[189/474] 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
[190/474] 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
[191/474] 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
[192/474] 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
[193/474] 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
[194/474] 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
[195/474] 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
[196/474] 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
[197/474] 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
[198/474] 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
[199/474] 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
[200/474] 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
[201/474] 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
[202/474] 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
/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
[224/488] 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
[225/488] 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
[226/488] 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
[227/488] 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
/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
/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
[277/493] Compiling RevenueCat_CustomEntitlementComputation IdentityStrings.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/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
/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/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
BUILD FAILURE 6.2 linux