Build Information
Failed to build RevenueMore, reference 0.1.5 (7d8649
), with Swift 6.0 for Linux on 22 Jan 2025 18:12:14 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/revenuemore/revenuemore-ios.git
Reference: 0.1.5
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/revenuemore/revenuemore-ios
* tag 0.1.5 -> FETCH_HEAD
HEAD is now at 7d86492 bundle extension was changed
Cloned https://github.com/revenuemore/revenuemore-ios.git
Revision (git rev-parse @):
7d86492af527e44755c769d8cd9d2408bf6a86ed
SUCCESS checkout https://github.com/revenuemore/revenuemore-ios.git at 0.1.5
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/revenuemore/revenuemore-ios.git
https://github.com/revenuemore/revenuemore-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "RevenueMore",
"name" : "RevenueMore",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "RevenueMore",
"targets" : [
"RevenueMore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RevenueMoreTests",
"module_type" : "SwiftTarget",
"name" : "RevenueMoreTests",
"path" : "Tests/RevenueMoreTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/RevenueMoreTests/Resources/JSON/fetch_subscriptions_response.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/RevenueMoreTests/Resources/JSON/paywalls_response.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/RevenueMoreTests/Resources/JSON/user_update_success_response.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/RevenueMoreTests/Resources/StoreConfiguration.storekit",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CacheKit/CacheKitTests.swift",
"CommonKit/Core/LanguageTests.swift",
"CommonKit/Core/ThreadSafeTests.swift",
"CommonKit/Core/UnknownCaseRepresentableTests.swift",
"CommonKit/Error/RevenueMoreErrorInternalTests.swift",
"CommonKit/Extensions/Encodable+Tests.swift",
"CommonKit/Extensions/MockEncodable.swift",
"CommonKit/Extensions/StringLocalizationTests.swift",
"DomainKit/PaywallServicesTests.swift",
"DomainKit/UserServicesTests.swift",
"EntitlementKit/EntitlementManagerTests.swift",
"LoggerKit/LoggerKitTests.swift",
"NetworkKit/BackendConfiguratorTests.swift",
"NetworkKit/BaseErrorTests.swift",
"OfferingKit/RevenueMorePeriodTests.swift",
"Resources/Mockable.swift",
"Resources/Mocks/MockBackendConfigurator.swift",
"Resources/Mocks/MockEntitlementManager.swift",
"Resources/Mocks/MockStoreKit1Fetcher.swift",
"Resources/Mocks/MockUUIDGenerator.swift",
"Resources/Mocks/MockUserCache.swift",
"Resources/Mocks/MockUserCacheStorage.swift",
"Resources/Mocks/MockUserManager.swift",
"Resources/Mocks/Services/MockPaywallServices.swift",
"Resources/Mocks/Services/MockSubscriptionServices.swift",
"Resources/Mocks/Services/MockUserServices.swift",
"Resources/Mocks/UnknownCaseRepresentableEnum.swift",
"StoreKit1/StoreKit1FetcherTests.swift",
"StoreKit2/StoreKit2FetcherTests.swift",
"StoreKit2/StoreKit2ManagerTests.swift",
"StoreKit2/StoreKit2PurchaseTests.swift",
"UserKit/UserManagerTests.swift"
],
"target_dependencies" : [
"RevenueMore"
],
"type" : "test"
},
{
"c99name" : "RevenueMore",
"module_type" : "SwiftTarget",
"name" : "RevenueMore",
"path" : "Sources",
"product_memberships" : [
"RevenueMore"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/Resources/Localizable.xcstrings",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"CacheKit/ThreadSafeUserDefaultsStorage.swift",
"CacheKit/UserCache.swift",
"CommonKit/Core/Constants.swift",
"CommonKit/Core/DeviceEnvironments.swift",
"CommonKit/Core/Language.swift",
"CommonKit/Core/Localizations.swift",
"CommonKit/Core/ThreadSafety.swift",
"CommonKit/Core/UnknownCaseRepresentable.swift",
"CommonKit/Error/RevenueMoreError.swift",
"CommonKit/Extensions/Encodable+.swift",
"CommonKit/Extensions/String+.swift",
"CommonKit/Extensions/UIApplication+.swift",
"CommonKit/Extensions/UIWindow+.swift",
"DomainKit/Endpoints/PaywallEndpoints.swift",
"DomainKit/Endpoints/SubscriptionEndpoints.swift",
"DomainKit/Endpoints/UserEndpoints.swift",
"DomainKit/Models/PaymentComplete.swift",
"DomainKit/Models/Paywalls.swift",
"DomainKit/Models/UserSubscriptions.swift",
"DomainKit/Models/UserUpdate.swift",
"DomainKit/Services/PaywallServices.swift",
"DomainKit/Services/SubscriptionServices.swift",
"DomainKit/Services/UserServices.swift",
"EntitlementKit/Entitlement.swift",
"EntitlementKit/EntitlementManager.swift",
"EntitlementKit/Entitlements.swift",
"LoggerKit/BackingLogger.swift",
"LoggerKit/Log+Methods.swift",
"LoggerKit/Log.swift",
"LoggerKit/LogLevel.swift",
"NetworkKit/BackendConfigurator.swift",
"NetworkKit/BaseError.swift",
"NetworkKit/BaseResponse.swift",
"NetworkKit/DeviceEnvironmentProvider.swift",
"NetworkKit/Endpoint.swift",
"NetworkKit/HTTPClient.swift",
"NetworkKit/HTTPMethod.swift",
"NetworkKit/HTTPTask.swift",
"NetworkKit/ParameterEncoding.swift",
"OfferingKit/Offering.swift",
"OfferingKit/OfferingManager.swift",
"OfferingKit/OfferingTrigger.swift",
"OfferingKit/Offerings.swift",
"OfferingKit/OfferingsClosure.swift",
"OfferingKit/RevenueMorePeriod.swift",
"OfferingKit/RevenueMoreProduct.swift",
"OfferingKit/RevenueMoreProductAdapter.swift",
"OfferingKit/RevenueMoreProductProtocol.swift",
"OfferingKit/SKRevenueMoreProductAdapter.swift",
"PurchaseKit/PurchaseClosure.swift",
"PurchaseKit/PurchaseManager.swift",
"PurchaseKit/RestoreClosure.swift",
"PurchaseKit/RevenueMorePaymantTransactionProtocol.swift",
"PurchaseKit/RevenueMorePaymentTransaction.swift",
"PurchaseKit/RevenueMorePaymentTransactionAdapter.swift",
"PurchaseKit/SKRevenueMorePaymentTransactionAdapter.swift",
"RevenueMore/RevenueMore+Async.swift",
"RevenueMore/RevenueMore+Internal.swift",
"RevenueMore/RevenueMore.swift",
"StoreKit1/Models/RM1PaymentTransaction.swift",
"StoreKit1/Models/RM1Product.swift",
"StoreKit1/ReceiptManager.swift",
"StoreKit1/StoreKit1Fetcher.swift",
"StoreKit1/StoreKit1FetcherProtocol.swift",
"StoreKit1/StoreKit1Manager.swift",
"StoreKit1/StoreKit1Purchase.swift",
"StoreKit2/Models/RM2PaymentTransaction.swift",
"StoreKit2/Models/RM2Product.swift",
"StoreKit2/StoreKit2Fetcher.swift",
"StoreKit2/StoreKit2Manager.swift",
"StoreKit2/StoreKit2Purchase.swift",
"TransactionKit/TransactionClosure.swift",
"TransactionKit/TransactionManager.swift",
"UserKit/UserManager.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/4] Write sources
[0/4] Copying Info.plist
[1/4] Copying Localizable.xcstrings
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/71] Emitting module RevenueMore
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[6/80] Compiling RevenueMore RM2PaymentTransaction.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[7/80] Compiling RevenueMore RM2Product.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[8/80] Compiling RevenueMore StoreKit2Fetcher.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[9/80] Compiling RevenueMore StoreKit2Manager.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[10/80] Compiling RevenueMore StoreKit2Purchase.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[11/80] Compiling RevenueMore TransactionClosure.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[12/80] Compiling RevenueMore TransactionManager.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[13/80] Compiling RevenueMore UserManager.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[14/80] Compiling RevenueMore resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[15/80] Compiling RevenueMore ThreadSafeUserDefaultsStorage.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[16/80] Compiling RevenueMore UserCache.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[17/80] Compiling RevenueMore Constants.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[18/80] Compiling RevenueMore DeviceEnvironments.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[19/80] Compiling RevenueMore Language.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[20/80] Compiling RevenueMore Localizations.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[21/80] Compiling RevenueMore ThreadSafety.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[22/80] Compiling RevenueMore UnknownCaseRepresentable.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[23/80] Compiling RevenueMore RevenueMoreError.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[24/80] Compiling RevenueMore Encodable+.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[25/80] Compiling RevenueMore PaywallServices.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[26/80] Compiling RevenueMore SubscriptionServices.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[27/80] Compiling RevenueMore UserServices.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[28/80] Compiling RevenueMore Entitlement.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[29/80] Compiling RevenueMore EntitlementManager.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[30/80] Compiling RevenueMore Entitlements.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[31/80] Compiling RevenueMore BackingLogger.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[32/80] Compiling RevenueMore Log+Methods.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[33/80] Compiling RevenueMore Log.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[34/80] Compiling RevenueMore LogLevel.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[35/80] Compiling RevenueMore SKRevenueMoreProductAdapter.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[36/80] Compiling RevenueMore PurchaseClosure.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[37/80] Compiling RevenueMore PurchaseManager.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[38/80] Compiling RevenueMore RestoreClosure.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[39/80] Compiling RevenueMore RevenueMorePaymantTransactionProtocol.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[40/80] Compiling RevenueMore RevenueMorePaymentTransaction.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[41/80] Compiling RevenueMore RevenueMorePaymentTransactionAdapter.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[42/80] Compiling RevenueMore SKRevenueMorePaymentTransactionAdapter.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[43/80] Compiling RevenueMore RevenueMore+Async.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[44/80] Compiling RevenueMore RevenueMore+Internal.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[45/80] Compiling RevenueMore RevenueMore.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[46/80] Compiling RevenueMore RM1PaymentTransaction.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[47/80] Compiling RevenueMore RM1Product.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[48/80] Compiling RevenueMore ReceiptManager.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[49/80] Compiling RevenueMore StoreKit1Fetcher.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[50/80] Compiling RevenueMore StoreKit1FetcherProtocol.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[51/80] Compiling RevenueMore StoreKit1Manager.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[52/80] Compiling RevenueMore StoreKit1Purchase.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[53/80] Compiling RevenueMore String+.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[54/80] Compiling RevenueMore UIApplication+.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[55/80] Compiling RevenueMore UIWindow+.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[56/80] Compiling RevenueMore PaywallEndpoints.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[57/80] Compiling RevenueMore SubscriptionEndpoints.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[58/80] Compiling RevenueMore UserEndpoints.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[59/80] Compiling RevenueMore PaymentComplete.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[60/80] Compiling RevenueMore Paywalls.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[61/80] Compiling RevenueMore UserSubscriptions.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[62/80] Compiling RevenueMore UserUpdate.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[63/80] Compiling RevenueMore BackendConfigurator.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[64/80] Compiling RevenueMore BaseError.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[65/80] Compiling RevenueMore BaseResponse.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[66/80] Compiling RevenueMore DeviceEnvironmentProvider.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[67/80] Compiling RevenueMore Endpoint.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[68/80] Compiling RevenueMore HTTPClient.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[69/80] Compiling RevenueMore HTTPMethod.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[70/80] Compiling RevenueMore HTTPTask.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[71/80] Compiling RevenueMore ParameterEncoding.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[72/80] Compiling RevenueMore Offering.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[73/80] Compiling RevenueMore OfferingManager.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[74/80] Compiling RevenueMore OfferingTrigger.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[75/80] Compiling RevenueMore Offerings.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[76/80] Compiling RevenueMore OfferingsClosure.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[77/80] Compiling RevenueMore RevenueMorePeriod.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[78/80] Compiling RevenueMore RevenueMoreProduct.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[79/80] Compiling RevenueMore RevenueMoreProductAdapter.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[80/80] Compiling RevenueMore RevenueMoreProductProtocol.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/68] Compiling RevenueMore SKRevenueMoreProductAdapter.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[3/68] Compiling RevenueMore PurchaseClosure.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[4/68] Compiling RevenueMore PurchaseManager.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[5/68] Compiling RevenueMore RestoreClosure.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[6/68] Compiling RevenueMore RevenueMorePaymantTransactionProtocol.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[7/68] Compiling RevenueMore RevenueMorePaymentTransaction.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[8/68] Compiling RevenueMore RevenueMorePaymentTransactionAdapter.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[9/68] Compiling RevenueMore SKRevenueMorePaymentTransactionAdapter.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[10/68] Compiling RevenueMore RevenueMore+Async.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[11/77] Compiling RevenueMore ThreadSafeUserDefaultsStorage.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[12/77] Compiling RevenueMore UserCache.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[13/77] Compiling RevenueMore Constants.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[14/77] Compiling RevenueMore DeviceEnvironments.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[15/77] Compiling RevenueMore Language.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[16/77] Compiling RevenueMore Localizations.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[17/77] Compiling RevenueMore ThreadSafety.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[18/77] Compiling RevenueMore UnknownCaseRepresentable.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[19/77] Compiling RevenueMore RevenueMoreError.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[20/77] Compiling RevenueMore Encodable+.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/77] Emitting module RevenueMore
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[22/77] Compiling RevenueMore PaywallServices.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[23/77] Compiling RevenueMore SubscriptionServices.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[24/77] Compiling RevenueMore UserServices.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[25/77] Compiling RevenueMore Entitlement.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[26/77] Compiling RevenueMore EntitlementManager.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[27/77] Compiling RevenueMore Entitlements.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[28/77] Compiling RevenueMore BackingLogger.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[29/77] Compiling RevenueMore Log+Methods.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[30/77] Compiling RevenueMore Log.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[31/77] Compiling RevenueMore LogLevel.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[32/77] Compiling RevenueMore String+.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[33/77] Compiling RevenueMore UIApplication+.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[34/77] Compiling RevenueMore UIWindow+.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[35/77] Compiling RevenueMore PaywallEndpoints.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[36/77] Compiling RevenueMore SubscriptionEndpoints.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[37/77] Compiling RevenueMore UserEndpoints.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[38/77] Compiling RevenueMore PaymentComplete.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[39/77] Compiling RevenueMore Paywalls.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[40/77] Compiling RevenueMore UserSubscriptions.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[41/77] Compiling RevenueMore UserUpdate.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[42/77] Compiling RevenueMore RM2PaymentTransaction.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[43/77] Compiling RevenueMore RM2Product.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[44/77] Compiling RevenueMore StoreKit2Fetcher.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[45/77] Compiling RevenueMore StoreKit2Manager.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[46/77] Compiling RevenueMore StoreKit2Purchase.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[47/77] Compiling RevenueMore TransactionClosure.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[48/77] Compiling RevenueMore TransactionManager.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[49/77] Compiling RevenueMore UserManager.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[50/77] Compiling RevenueMore resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[51/77] Compiling RevenueMore Offering.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[52/77] Compiling RevenueMore OfferingManager.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[53/77] Compiling RevenueMore OfferingTrigger.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[54/77] Compiling RevenueMore Offerings.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[55/77] Compiling RevenueMore OfferingsClosure.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[56/77] Compiling RevenueMore RevenueMorePeriod.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[57/77] Compiling RevenueMore RevenueMoreProduct.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[58/77] Compiling RevenueMore RevenueMoreProductAdapter.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[59/77] Compiling RevenueMore RevenueMoreProductProtocol.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[60/77] Compiling RevenueMore BackendConfigurator.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[61/77] Compiling RevenueMore BaseError.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[62/77] Compiling RevenueMore BaseResponse.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[63/77] Compiling RevenueMore DeviceEnvironmentProvider.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[64/77] Compiling RevenueMore Endpoint.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[65/77] Compiling RevenueMore HTTPClient.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[66/77] Compiling RevenueMore HTTPMethod.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[67/77] Compiling RevenueMore HTTPTask.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[68/77] Compiling RevenueMore ParameterEncoding.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[69/77] Compiling RevenueMore RevenueMore+Internal.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[70/77] Compiling RevenueMore RevenueMore.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[71/77] Compiling RevenueMore RM1PaymentTransaction.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[72/77] Compiling RevenueMore RM1Product.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[73/77] Compiling RevenueMore ReceiptManager.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[74/77] Compiling RevenueMore StoreKit1Fetcher.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[75/77] Compiling RevenueMore StoreKit1FetcherProtocol.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[76/77] Compiling RevenueMore StoreKit1Manager.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
[77/77] Compiling RevenueMore StoreKit1Purchase.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module 'StoreKit'
10 |
11 | import Foundation
12 | import StoreKit
| `- error: no such module 'StoreKit'
13 |
14 | /// A structure representing an entitlement for app store subscription.
BUILD FAILURE 6.0 linux