Build Information
Failed to build RevenueMore, reference master (ac3abc
), with Swift 6.0 for Linux on 24 Jan 2025 16:14:16 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: master
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
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at ac3abc6 Merge pull request #2 from revenuemore/feature/cocoapod
Cloned https://github.com/revenuemore/revenuemore-ios.git
Revision (git rev-parse @):
ac3abc6ed79934bd9032c63e8e4b754cbc585e18
SUCCESS checkout https://github.com/revenuemore/revenuemore-ios.git at master
========================================
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/Bundle+Tests.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/Bundle+.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
[2/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/72] 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/81] 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.
[7/81] 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.
[8/81] 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.
[9/81] 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.
[10/81] 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.
[11/81] 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.
[12/81] 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.
[13/81] 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.
[14/81] 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.
[15/81] 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.
[16/81] 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.
[17/81] 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.
[18/81] 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.
[19/81] 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.
[20/81] 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.
[21/81] 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.
[22/81] 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.
[23/81] 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.
[24/81] 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.
[25/81] 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.
[26/81] 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.
[27/81] 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.
[28/81] 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.
[29/81] 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.
[30/81] 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.
[31/81] 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.
[32/81] 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.
[33/81] 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.
[34/81] 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.
[35/81] 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.
[36/81] 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.
[37/81] 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.
[38/81] 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.
[39/81] 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.
[40/81] 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.
[41/81] 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.
[42/81] 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.
[43/81] 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.
[44/81] 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.
[45/81] 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.
[46/81] 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.
[47/81] 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.
[48/81] 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.
[49/81] 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.
[50/81] 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.
[51/81] 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.
[52/81] Compiling RevenueMore Bundle+.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/81] 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.
[54/81] 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.
[55/81] 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.
[56/81] 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.
[57/81] 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.
[58/81] 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.
[59/81] 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.
[60/81] 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.
[61/81] 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.
[62/81] 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.
[63/81] 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.
[64/81] 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.
[65/81] 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.
[66/81] 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.
[67/81] 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.
[68/81] 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.
[69/81] 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.
[70/81] 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.
[71/81] 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.
[72/81] 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.
[73/81] 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.
[74/81] 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.
[75/81] 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.
[76/81] 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.
[77/81] 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.
[78/81] 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.
[79/81] 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.
[80/81] 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.
[81/81] 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.
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/69] 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.
[3/69] 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.
[4/69] 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.
[5/69] 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.
[6/69] 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.
[7/69] 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.
[8/69] 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.
[9/69] 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.
[10/69] 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.
[11/69] Compiling RevenueMore Bundle+.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/69] 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.
[13/69] 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.
[14/69] 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.
[15/69] 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.
[16/69] 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.
[17/69] 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.
[18/69] 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.
[19/69] 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.
[20/69] 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.
[21/69] 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/78] 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.
[23/78] 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.
[24/78] 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.
[25/78] 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.
[26/78] 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.
[27/78] 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.
[28/78] 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.
[29/78] 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.
[30/78] 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.
[31/78] 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.
[32/78] 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.
[33/78] 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.
[34/78] 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.
[35/78] 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.
[36/78] 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.
[37/78] 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.
[38/78] 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.
[39/78] 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.
[40/78] 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.
[41/78] 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.
[42/78] 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.
[43/78] 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.
[44/78] 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.
[45/78] 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.
[46/78] 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.
[47/78] 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.
[48/78] 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.
[49/78] 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.
[50/78] 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.
[51/78] 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.
[52/78] 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.
[53/78] 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.
[54/78] 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.
[55/78] 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.
[56/78] 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.
[57/78] 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.
[58/78] 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.
[59/78] 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.
[60/78] 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.
[61/78] 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.
[62/78] 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.
[63/78] 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.
[64/78] 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.
[65/78] 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.
[66/78] 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.
[67/78] 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.
[68/78] 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.
[69/78] 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.
[70/78] 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.
[71/78] 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.
[72/78] 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.
[73/78] 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.
[74/78] 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.
[75/78] 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.
[76/78] 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.
[77/78] 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.
[78/78] 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.
BUILD FAILURE 6.0 linux