Build Information
Failed to build RevenueCat, reference main (94eb2c), with Swift 6.2 for Android on 11 Dec 2025 16:47:34 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RevenueCat/purchases-ios-spm.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-spm
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 94eb2c7 Fix Carthage installation tests (#5922)
Cloned https://github.com/RevenueCat/purchases-ios-spm.git
Revision (git rev-parse @):
94eb2c732a1594a0657fc95f2e10a58d5aedcc4d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/RevenueCat/purchases-ios-spm.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/RevenueCat/purchases-ios-spm.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c3fe93b3f7c9edfd66b4287786a9b8caf7805f96d7219e301e257b4e0de911bb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15633] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (4.03s)
Fetching https://github.com/quick/nimble
[1/19804] Fetching nimble
Fetched https://github.com/quick/nimble from cache (1.61s)
Computing version for https://github.com/quick/nimble
Computed https://github.com/quick/nimble at 13.7.1 (2.16s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.25s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.72s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.19s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.61s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/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
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/55] Write sources
[0/55] Copying Localizable.strings
[0/55] Copying PrivacyInfo.xcprivacy
[0/55] Copying Info.plist
[0/55] Copying Localizable.strings
[2/55] Write sources
[4/55] Copying Localizable.strings
[9/55] Write sources
[9/55] Copying Localizable.strings
[44/55] Copying Info.plist
[45/55] Copying background.jpg
[52/55] Write sources
[53/55] Copying icons.xcassets
[54/55] Write swift-version--6B0C4D200E742BB1.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[56/427] 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
[57/429] 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
[58/429] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[59/429] Emitting module RevenueCat_CustomEntitlementComputation
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[60/429] Compiling RevenueCat StoredAdEvent.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/429] Compiling RevenueCat StoredAdEventSerializer.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
[62/429] Compiling RevenueCat ASIdManagerProxy.swift
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
[63/454] Compiling RevenueCat SigningStrings.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[64/454] Compiling RevenueCat StoreKitStrings.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[65/454] Compiling RevenueCat Strings.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[66/454] Compiling RevenueCat VirtualCurrencyStrings.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[67/454] Compiling RevenueCat WebRedemptionStrings.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[68/454] Compiling RevenueCat Box.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[69/454] Compiling RevenueCat AnyDecodable.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[70/454] Compiling RevenueCat AnyEncodable.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[71/454] Compiling RevenueCat DefaultDecodable.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[72/454] Compiling RevenueCat EnsureNonEmptyCollectionDecodable.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[73/454] Compiling RevenueCat IgnoreHashable.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[74/454] Compiling RevenueCat NonEmptyStringDecodable.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[75/454] Compiling RevenueCat RawDataContainer.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[76/454] Compiling RevenueCat Atomic.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[77/454] Compiling RevenueCat Lock.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[78/454] Compiling RevenueCat OperationDispatcher.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[79/454] Compiling RevenueCat Purchases+async.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[80/454] Compiling RevenueCat Purchases+nonasync.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[81/454] Compiling RevenueCat SynchronizedLargeItemCache.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[82/454] Compiling RevenueCat SynchronizedUserDefaults.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[83/454] Compiling RevenueCat DangerousSettings.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[84/454] Compiling RevenueCat Clock.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[85/454] Compiling RevenueCat DateExtensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[86/454] Compiling RevenueCat DateProvider.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[87/454] Compiling RevenueCat ISODurationFormatter.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[88/479] Compiling RevenueCat ISOPeriodFormatter.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[89/479] Compiling RevenueCat TimingUtil.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[90/479] Compiling RevenueCat Deprecations.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[91/479] Compiling RevenueCat Either.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[92/479] Compiling RevenueCat PreferredLocalesProvider.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[93/479] Compiling RevenueCat MacDevice.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[94/479] Compiling RevenueCat MapAppStoreDetector.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[95/479] Compiling RevenueCat Obsoletions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[96/479] Compiling RevenueCat PlatformInfo.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[97/479] Compiling RevenueCat PriceFormatterProvider.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[98/479] Compiling RevenueCat RateLimiter.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[99/479] Compiling RevenueCat SandboxEnvironmentDetector.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[100/479] Compiling RevenueCat StoreKitVersion.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[101/479] Compiling RevenueCat SystemInfo.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[102/479] Compiling RevenueCat Backend.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[103/479] Compiling RevenueCat BackendConfiguration.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[104/479] Compiling RevenueCat CacheFetchPolicy.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[105/479] Compiling RevenueCat CallbackCache.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[106/479] Compiling RevenueCat CallbackCacheStatus.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[107/479] Compiling RevenueCat CustomerCenterConfigCallback.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[108/479] Compiling RevenueCat CustomerInfoCallback.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[109/479] Compiling RevenueCat LogInCallback.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[110/479] Compiling RevenueCat OfferingsCallback.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[111/479] Compiling RevenueCat ProductEntitlementMappingCallback.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[112/479] Compiling RevenueCat VirtualCurrenciesCallback.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[113/479] Compiling RevenueCat Store+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[114/479] Compiling RevenueCat CustomerCenterConfigData.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[115/479] Compiling RevenueCat CustomerCenterPresentationMode.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[116/479] Compiling RevenueCat CustomerCenterEvent.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[117/479] Compiling RevenueCat EventsRequest+CustomerCenter.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[118/479] Compiling RevenueCat DeepLinkParser.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[119/479] Compiling RevenueCat DiagnosticsEvent.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[120/479] Compiling RevenueCat DiagnosticsFileHandler.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[121/479] Compiling RevenueCat DiagnosticsTracker.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[122/479] Compiling RevenueCat FileHandler.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[123/479] Compiling RevenueCat DiagnosticsEventsRequest.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[124/479] Compiling RevenueCat DiagnosticsHTTPRequestPath.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[125/479] Compiling RevenueCat DiagnosticsPostOperation.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[126/479] Compiling RevenueCat DiagnosticsSynchronizer.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[127/479] Compiling RevenueCat EmptyFile.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[128/479] Compiling RevenueCat Assertions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[129/479] Compiling RevenueCat BackendError.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[130/479] Compiling RevenueCat BackendErrorCode.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[131/479] Compiling RevenueCat DescribableError.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[132/479] Compiling RevenueCat ErrorCode.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[133/479] Compiling RevenueCat ErrorDetails.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[134/479] Compiling RevenueCat ErrorUtils.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[135/479] Compiling RevenueCat PurchasesError.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[136/479] Compiling RevenueCat SKError+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[137/479] Compiling RevenueCat StoreKitError+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[138/479] Compiling RevenueCat AdTracker.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[139/479] Compiling RevenueCat AdEvent.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[140/479] Compiling RevenueCat AdEventStore.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[141/479] Compiling RevenueCat DeviceCache.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
[142/479] Compiling RevenueCat FileRepository.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
[143/479] Compiling RevenueCat AdEventsRequest.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[144/479] Compiling RevenueCat AdHTTPRequestPath.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[145/479] Compiling RevenueCat PostAdEventsOperation.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[149/479] Compiling RevenueCat AttributionData.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[150/479] Compiling RevenueCat AttributionFetcher.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[151/479] Compiling RevenueCat AttributionNetwork.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[152/479] Compiling RevenueCat AttributionPoster.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[153/479] Compiling RevenueCat AttributionTypeFactory.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[154/479] Compiling RevenueCat TrackingManagerProxy.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[155/479] Compiling RevenueCat CacheStatus.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[156/479] Compiling RevenueCat Checksum.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[161/479] Compiling RevenueCat LargeItemCacheType.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[162/479] Compiling RevenueCat URLWithValidation.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[163/479] Compiling RevenueCat PeriodType+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[164/479] Compiling RevenueCat PurchaseOwnershipType+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
13 |
14 | import Foundation
15 | import os
| `- error: no such module 'os'
16 |
17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[204/510] Compiling RevenueCat StoreKitErrorHelper.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[205/511] Compiling RevenueCat EventsManager.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[206/511] Compiling RevenueCat FeatureEvent.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[207/511] Compiling RevenueCat FeatureEventStore.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[208/511] Compiling RevenueCat FeatureEventHTTPRequestPath.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[209/512] Compiling RevenueCat FeatureEventsRequest.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[210/512] Compiling RevenueCat PostFeatureEventsOperation.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[211/512] Compiling RevenueCat StoredFeatureEvent.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[212/512] Compiling RevenueCat StoredFeatureEventSerializer.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[213/512] Compiling RevenueCat EventsHTTPRequestPath.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[214/512] Compiling RevenueCat Array+Extensions.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[215/512] Compiling RevenueCat AsyncExtensions.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[216/512] Compiling RevenueCat Data+Extensions.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[217/512] Compiling RevenueCat Date+Extensions.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[218/512] Compiling RevenueCat Decoder+Extensions.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[219/512] Compiling RevenueCat Dictionary+Extensions.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[220/512] Compiling RevenueCat DispatchTimeInterval+Extensions.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[221/512] Compiling RevenueCat Error+Extensions.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[222/512] Compiling RevenueCat Integer+Extensions.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[223/512] Compiling RevenueCat Locale+Extensions.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[224/512] Compiling RevenueCat OperationQueue+Extensions.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[225/512] Compiling RevenueCat Operators+Extensions.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[226/512] Compiling RevenueCat Optional+Extensions.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[227/512] Compiling RevenueCat Result+Extensions.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[228/512] Compiling RevenueCat Set+Extensions.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[229/512] Compiling RevenueCat String+Extensions.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[230/512] Compiling RevenueCat TimeInterval+Extensions.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[231/512] Compiling RevenueCat UIApplication+RCExtensions.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[232/512] Compiling RevenueCat UserDefaults+Extensions.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[233/512] Compiling RevenueCat CustomerInfo+ActiveDates.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[234/512] Compiling RevenueCat CustomerInfo+NonSubscriptions.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[235/512] Compiling RevenueCat CustomerInfo.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[236/512] Compiling RevenueCat CustomerInfoManager.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[237/512] Compiling RevenueCat IdentityManager.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[238/512] Compiling RevenueCat ProductPaidPrice.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[239/512] Compiling RevenueCat SubscriptionInfo.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[240/512] Compiling RevenueCat ASN1Container.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[241/512] Compiling RevenueCat ASN1ObjectIdentifier.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[242/512] Compiling RevenueCat AppleReceipt.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[243/512] Compiling RevenueCat InAppPurchase.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[244/512] Compiling RevenueCat ASN1ContainerBuilder.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[245/512] Compiling RevenueCat ASN1ObjectIdentifierBuilder.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[246/512] Compiling RevenueCat AppleReceiptBuilder.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[247/512] Compiling RevenueCat InAppPurchaseBuilder.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[248/512] Compiling RevenueCat ArraySlice_UInt8+Extensions.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[249/512] Compiling RevenueCat Codable+Extensions.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[250/512] Compiling RevenueCat DateFormatter+Extensions.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[251/512] Compiling RevenueCat UInt8+Extensions.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[252/512] Compiling RevenueCat FileReader.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
[253/512] Compiling RevenueCat LoggerType.swift
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[254/625] Emitting module RevenueCat
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/Sources/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
/host/spi-builder-workspace/CustomEntitlementComputation/Caching/Checksum.swift:16:8: error: no such module 'CryptoKit'
14 | //
15 |
16 | import CryptoKit
| `- error: no such module 'CryptoKit'
17 | import Foundation
18 |
BUILD FAILURE 6.2 android