The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build RevenueCat, reference 5.22.2 (f45bcc), with Swift 6.0 for Linux on 1 May 2025 08:04:27 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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RevenueCat/purchases-ios.git
Reference: 5.22.2
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
 * tag               5.22.2     -> FETCH_HEAD
HEAD is now at f45bccd Update RevenueCat-Swift.h for version 5.22.2
Cloned https://github.com/RevenueCat/purchases-ios.git
Revision (git rev-parse @):
f45bccdad1c7b5f57af3fb511f67854cacd13fd7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/RevenueCat/purchases-ios.git at 5.22.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/quick/nimble
[1/19567] Fetching nimble
Fetched https://github.com/quick/nimble from cache (1.32s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13159] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.81s)
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.98s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.24s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.87s)
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 1f3bde57bde12f5e7b07909848c071e9b73d6edc
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Tests/RevenueCatUITests/Templates/__Snapshots__': 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
Building for debugging...
[0/54] Copying Localizable.strings
[3/54] Copying PrivacyInfo.xcprivacy
[3/54] Copying Info.plist
[3/54] Copying Localizable.strings
[22/54] Copying Info.plist
[22/54] Copying background.jpg
[22/54] Copying Localizable.strings
[22/54] Copying PrivacyInfo.xcprivacy
[22/54] Copying Info.plist
[22/54] Copying Localizable.strings
[23/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/414] Emitting module ReceiptParser
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
 13 |
 14 | import Foundation
 15 | import os
    |        `- error: no such module 'os'
 16 |
 17 | // swiftlint:disable force_unwrapping
error: emit-module command failed with exit code 1 (use -v to see invocation)
[56/416] 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)
[57/440] 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
[58/464] 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
[59/464] 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
[60/464] Compiling RevenueCat DiagnosticsSynchronizer.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[61/464] Compiling RevenueCat EmptyFile.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module '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/464] Compiling RevenueCat Assertions.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module '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/464] Compiling RevenueCat BackendError.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module '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/464] Compiling RevenueCat BackendErrorCode.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module '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/464] Compiling RevenueCat DescribableError.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module '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/464] Compiling RevenueCat ErrorCode.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module '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/464] Compiling RevenueCat ErrorDetails.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module '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/464] Compiling RevenueCat ErrorUtils.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module '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/464] Compiling RevenueCat PurchasesError.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module '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/464] Compiling RevenueCat SKError+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
[71/464] Compiling RevenueCat StoreKitError+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
[72/464] Compiling RevenueCat StoreKitErrorHelper.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module '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/464] Compiling RevenueCat FeatureEvent.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module '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/464] Compiling RevenueCat EventsRequest.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module '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/464] Compiling RevenueCat StoredEvent.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[76/464] Compiling RevenueCat StoredEventSerializer.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[77/464] Compiling RevenueCat Array+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
[78/464] Compiling RevenueCat AsyncExtensions.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[79/464] Compiling RevenueCat Data+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
[80/464] Compiling RevenueCat Date+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
[81/464] Compiling RevenueCat Decoder+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
[82/464] Compiling RevenueCat Dictionary+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
[83/464] Compiling RevenueCat DispatchTimeInterval+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
[84/478] Compiling RevenueCat InMemoryCachedObject.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/478] Compiling RevenueCat PeriodType+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
[86/482] Compiling RevenueCat TrackingManagerProxy.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
[87/482] Compiling RevenueCat CacheStatus.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
[88/482] 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
[89/482] Compiling RevenueCat EventsRequest+CustomerCenter.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
[90/482] Compiling RevenueCat DeepLinkParser.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
[91/482] Compiling RevenueCat DiagnosticsEvent.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
[92/488] Compiling RevenueCat PurchaseOwnershipType+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
[93/488] Compiling RevenueCat Store+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
[94/488] Compiling RevenueCat CustomerCenterConfigData.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
[95/488] Compiling RevenueCat CustomerCenterPresentationMode.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
[96/488] Compiling RevenueCat CustomerCenterEvent.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/488] Compiling RevenueCat 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
[98/488] Compiling RevenueCat 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
[99/488] Compiling RevenueCat 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
[100/488] Compiling RevenueCat 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
[101/488] Compiling RevenueCat GetIntroEligibilityOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[102/488] Compiling RevenueCat GetOfferingsOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[103/488] Compiling RevenueCat GetProductEntitlementMappingOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[104/488] Compiling RevenueCat CustomerInfoResponseHandler.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[105/488] Compiling RevenueCat HealthOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[106/488] Compiling RevenueCat HealthReportOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[107/488] Compiling RevenueCat LogInOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[108/488] Compiling RevenueCat NetworkOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[109/488] Compiling RevenueCat PostAdServicesTokenOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[110/488] Compiling RevenueCat PostAttributionDataOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[111/488] Compiling RevenueCat PostOfferForSigningOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[112/488] Compiling RevenueCat PostReceiptDataOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[113/488] Compiling RevenueCat PostRedeemWebPurchaseOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[114/488] Compiling RevenueCat PostSubscriberAttributesOperation.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[115/488] Compiling RevenueCat RedeemWebPurchaseAPI.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[116/488] Compiling RevenueCat CustomerCenterConfigResponse.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[117/488] Compiling RevenueCat CustomerInfoResponse.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[118/488] Compiling RevenueCat GetIntroEligibilityResponse.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[119/488] Compiling RevenueCat HealthReportResponse.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[120/488] Compiling RevenueCat OfferingsResponse.swift
/host/spi-builder-workspace/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[121/512] Compiling RevenueCat AttributionNetwork.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
[122/512] Compiling RevenueCat AttributionPoster.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
[123/512] Compiling RevenueCat AttributionTypeFactory.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
[124/512] 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
[125/512] Compiling RevenueCat AttributionData.swift
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
 13 |
 14 | import Foundation
 15 | import os
    |        `- error: no such module 'os'
 16 |
 17 | // swiftlint:disable force_unwrapping
[126/512] Compiling RevenueCat AttributionFetcher.swift
/host/spi-builder-workspace/LocalReceiptParsing/Helpers/LoggerType.swift:15:8: error: no such module 'os'
 13 |
 14 | import Foundation
 15 | import os
    |        `- error: no such module 'os'
 16 |
 17 | // swiftlint:disable force_unwrapping
/host/spi-builder-workspace/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
[148/512] Compiling RevenueCat FileHandler.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
[149/512] Compiling RevenueCat DiagnosticsEventsRequest.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
[150/512] Compiling RevenueCat DiagnosticsHTTPRequestPath.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
[151/512] Compiling RevenueCat DiagnosticsPostOperation.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
[176/512] Compiling RevenueCat ASN1ObjectIdentifierBuilder.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[177/512] Compiling RevenueCat AppleReceiptBuilder.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[178/512] Compiling RevenueCat InAppPurchaseBuilder.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[179/512] Compiling RevenueCat ArraySlice_UInt8+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[180/512] Compiling RevenueCat Codable+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[181/512] Compiling RevenueCat DateFormatter+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[182/512] Compiling RevenueCat UInt8+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[183/512] Compiling RevenueCat FileReader.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[184/512] Compiling RevenueCat LoggerType.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[185/512] Compiling RevenueCat ProcessInfo+Extensions.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[186/512] Compiling RevenueCat ReceiptParserLogger.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[187/512] Compiling RevenueCat ReceiptStrings.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[188/512] Compiling RevenueCat LocalReceiptFetcher.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[189/512] Compiling RevenueCat PurchasesReceiptParser.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[190/512] Compiling RevenueCat ReceiptParsingError.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[191/512] Compiling RevenueCat LogIntent.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[192/512] Compiling RevenueCat Logger.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[193/512] Compiling RevenueCat AnalyticsStrings.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[194/512] Compiling RevenueCat AttributionStrings.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[195/512] Compiling RevenueCat BackendErrorStrings.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[196/512] Compiling RevenueCat CodableStrings.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[197/512] Compiling RevenueCat ConfigureStrings.swift
/host/spi-builder-workspace/CustomEntitlementComputation/Error Handling/ErrorUtils.swift:16:8: error: no such module 'StoreKit'
 14 |
 15 | import Foundation
 16 | import StoreKit
    |        `- error: no such module 'StoreKit'
 17 |
 18 | // swiftlint:disable file_length multiline_parameters type_body_length
[198/512] Compiling RevenueCat CustomerInfoStrings.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/Sources/Error Handling/ErrorUtils.swift:16:8: error: no such module '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
[222/569] Compiling RevenueCat 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
BUILD FAILURE 6.0 linux