Build Information
Failed to build RevenueMore, reference master (f2b654), with Swift 6.1 for Linux on 10 Apr 2026 00:58:08 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
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 f2b654b Merge pull request #4 from revenuemore/fix/update-vulnerable-gems
Cloned https://github.com/revenuemore/revenuemore-ios.git
Revision (git rev-parse @):
f2b654bb9a10cf87f26fa3f77c0582d2a7d57eb1
SUCCESS checkout https://github.com/revenuemore/revenuemore-ios.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
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/subscription_groups_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/SubscriptionGroupServicesTests.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/MockSubscriptionGroupServices.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/SubscriptionEndpoints.swift",
"DomainKit/Endpoints/SubscriptionGroupEndpoints.swift",
"DomainKit/Endpoints/UserEndpoints.swift",
"DomainKit/Models/PaymentComplete.swift",
"DomainKit/Models/SubscriptionGroups.swift",
"DomainKit/Models/UserSubscriptions.swift",
"DomainKit/Models/UserUpdate.swift",
"DomainKit/Services/SubscriptionGroupServices.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/Environment.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-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-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.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-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
[5/73] 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.
[6/73] 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.
[7/73] 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.
[8/73] 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.
[9/73] 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.
[10/73] Compiling RevenueMore SubscriptionGroupEndpoints.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module '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/73] 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.
[12/73] 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.
[13/73] Compiling RevenueMore SubscriptionGroups.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module '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/73] 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.
[15/82] 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.
[16/82] 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.
[17/82] 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.
[18/82] 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.
[19/82] 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.
[20/82] 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.
[21/82] 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.
[22/82] 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.
[23/82] 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.
[24/82] 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.
[25/82] Compiling RevenueMore SubscriptionGroupServices.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module '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/82] 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/82] 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/82] 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/82] 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/82] 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/82] 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/82] 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/82] 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/82] 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/82] 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.
[36/82] 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.
[37/82] 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.
[38/82] 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.
[39/82] 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.
[40/82] Compiling RevenueMore Environment.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module '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/82] 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.
[42/82] 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.
[43/82] 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/82] 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.
[45/82] 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.
[46/82] 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.
[47/82] 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.
[48/82] 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.
[49/82] 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.
[50/82] 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.
[51/82] 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.
[52/82] 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.
[53/82] 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.
[54/82] 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.
[55/82] 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.
[56/82] 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.
[57/82] 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.
[58/82] 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.
[59/82] 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.
[60/82] 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.
[61/82] 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.
[62/82] 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.
[63/82] 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.
[64/82] 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.
[65/82] 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.
[66/82] 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.
[67/82] 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.
[68/82] 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.
[69/82] 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.
[70/82] 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.
[71/82] 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.
[72/82] 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.
[73/82] 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.
[74/82] 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.
[75/82] 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.
[76/82] 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.
[77/82] 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.
[78/82] 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.
[79/82] 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.
[80/82] 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.
[81/82] 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.
[82/82] 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-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/70] 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/70] 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/70] 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/70] 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/70] 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/70] 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/70] 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/70] 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/70] 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/79] 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.
[12/79] 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.
[13/79] 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.
[14/79] 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.
[15/79] 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.
[16/79] Compiling RevenueMore SubscriptionGroupEndpoints.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module '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/79] 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.
[18/79] 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.
[19/79] Compiling RevenueMore SubscriptionGroups.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module '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/79] 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.
[21/79] 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.
[22/79] 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.
[23/79] 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.
[24/79] 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.
[25/79] 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.
[26/79] 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.
[27/79] 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.
[28/79] 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.
[29/79] 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.
[30/79] 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/79] 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.
[32/79] 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.
[33/79] 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.
[34/79] 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.
[35/79] 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.
[36/79] 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.
[37/79] 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.
[38/79] 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.
[39/79] 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.
[40/79] 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.
[41/79] 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.
[42/79] 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.
[43/79] 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.
[44/79] 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.
[45/79] 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.
[46/79] 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.
[47/79] 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.
[48/79] 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.
[49/79] 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.
[50/79] 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.
[51/79] 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.
[52/79] 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.
[53/79] 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.
[54/79] 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.
[55/79] 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.
[56/79] Compiling RevenueMore Environment.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module '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/79] 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.
[58/79] 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.
[59/79] 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.
[60/79] 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.
[61/79] Compiling RevenueMore SubscriptionGroupServices.swift
/host/spi-builder-workspace/Sources/EntitlementKit/Entitlement.swift:12:8: error: no such module '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/79] 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.
[63/79] 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.
[64/79] 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.
[65/79] 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.
[66/79] 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.
[67/79] 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.
[68/79] 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.
[69/79] 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.
[70/79] 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.
[71/79] 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.
[72/79] 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.
[73/79] 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.
[74/79] 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.
[75/79] 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.
[76/79] 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.
[77/79] 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.
[78/79] 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.
[79/79] 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.
BUILD FAILURE 6.1 linux