The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build SiriusRating, reference 1.0.8 (f2f1d8), with Swift 6.1 for Linux on 29 Apr 2025 16:49:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/theappcapital/SiriusRating-iOS.git
Reference: 1.0.8
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/theappcapital/SiriusRating-iOS
 * tag               1.0.8      -> FETCH_HEAD
HEAD is now at f2f1d88 Bump podspec version to 1.0.8.
Cloned https://github.com/theappcapital/SiriusRating-iOS.git
Revision (git rev-parse @):
f2f1d88d960c6438f4b2e2562744f7814304cbf4
SUCCESS checkout https://github.com/theappcapital/SiriusRating-iOS.git at 1.0.8
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/theappcapital/SiriusRating-iOS.git
https://github.com/theappcapital/SiriusRating-iOS.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "SiriusRating",
  "name" : "SiriusRating",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SiriusRating",
      "targets" : [
        "SiriusRating"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SiriusRatingTests",
      "module_type" : "SwiftTarget",
      "name" : "SiriusRatingTests",
      "path" : "Tests/SiriusRatingTests",
      "sources" : [
        "DataStores/InMemoryDataStore.swift",
        "RatingConditions/EnoughAppSessionsRatingConditionTest.swift",
        "RatingConditions/EnoughDaysUsedRatingConditionTest.swift",
        "RatingConditions/EnoughSignificantEventsRatingConditionTest.swift",
        "RatingConditions/NotDeclinedToRateAnyVersionRatingConditionTest.swift",
        "RatingConditions/NotDeclinedToRateCurrentVersionRatingConditionTest.swift",
        "RatingConditions/NotPostponedDueToReminderRatingConditionTest.swift",
        "RatingConditions/NotRatedAnyVersionRatingConditionTest.swift",
        "RatingConditions/NotRatedCurrentVersionRatingConditionTest.swift",
        "SiriusRatingTest.swift",
        "_Support/InMemoryAppVersionProvider.swift"
      ],
      "target_dependencies" : [
        "SiriusRating"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SiriusRating",
      "module_type" : "SwiftTarget",
      "name" : "SiriusRating",
      "path" : "Sources/SiriusRating",
      "product_memberships" : [
        "SiriusRating"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SiriusRating/Resources/Images.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SiriusRating/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AppVersionProviders/AppVersionProvider.swift",
        "AppVersionProviders/BundleAppVersionProvider.swift",
        "DataStores/DataStore.swift",
        "DataStores/UserDefaultsDataStore.swift",
        "Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift",
        "Prompts/Presenters/Rate/InAppRatePromptPresenter.swift",
        "Prompts/Presenters/Rate/RatePromptPresenter.swift",
        "Prompts/Presenters/Request/RequestPromptPresenter.swift",
        "Prompts/Presenters/Request/StyleOneRequestPromptPresenter.swift",
        "Prompts/Presenters/Request/StyleTwoRequestPromptPresenter.swift",
        "Prompts/Presenters/Request/Views/StyleOneRequestViewController.swift",
        "Prompts/Presenters/Request/Views/StyleTwoRequestAlertController.swift",
        "RatingConditions/EnoughAppSessionsRatingCondition.swift",
        "RatingConditions/EnoughDaysUsedRatingCondition.swift",
        "RatingConditions/EnoughSignificantEventsRatingCondition.swift",
        "RatingConditions/NotDeclinedToRateAnyVersionRatingCondition.swift",
        "RatingConditions/NotDeclinedToRateCurrentVersionRatingCondition.swift",
        "RatingConditions/NotPostponedDueToReminderRatingCondition.swift",
        "RatingConditions/NotRatedAnyVersionRatingCondition.swift",
        "RatingConditions/NotRatedCurrentVersionRatingCondition.swift",
        "RatingConditions/RatingCondition.swift",
        "SiriusRating.swift",
        "UserAction.swift",
        "_Support/Extensions/BundleExtension.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/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 finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/5] Copying Info.plist
[0/5] Copying Localizable.xcstrings
[0/5] Write sources
[3/5] Copying Images.xcassets
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/28] Emitting module SiriusRating
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[7/31] Compiling SiriusRating ExternalAppleStoreRatePromptPresenter.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[8/31] Compiling SiriusRating InAppRatePromptPresenter.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[9/31] Compiling SiriusRating RatePromptPresenter.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[10/31] Compiling SiriusRating NotDeclinedToRateCurrentVersionRatingCondition.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[11/31] Compiling SiriusRating NotPostponedDueToReminderRatingCondition.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[12/31] Compiling SiriusRating NotRatedAnyVersionRatingCondition.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[13/31] Compiling SiriusRating AppVersionProvider.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[14/31] Compiling SiriusRating BundleAppVersionProvider.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[15/31] Compiling SiriusRating DataStore.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[16/31] Compiling SiriusRating UserDefaultsDataStore.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[17/31] Compiling SiriusRating RequestPromptPresenter.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[18/31] Compiling SiriusRating StyleOneRequestPromptPresenter.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[19/31] Compiling SiriusRating StyleTwoRequestPromptPresenter.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[20/31] Compiling SiriusRating NotRatedCurrentVersionRatingCondition.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[21/31] Compiling SiriusRating RatingCondition.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[22/31] Compiling SiriusRating SiriusRating.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[23/31] Compiling SiriusRating EnoughDaysUsedRatingCondition.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[24/31] Compiling SiriusRating EnoughSignificantEventsRatingCondition.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[25/31] Compiling SiriusRating NotDeclinedToRateAnyVersionRatingCondition.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[26/31] Compiling SiriusRating StyleOneRequestViewController.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[27/31] Compiling SiriusRating StyleTwoRequestAlertController.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[28/31] Compiling SiriusRating EnoughAppSessionsRatingCondition.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[29/31] Compiling SiriusRating UserAction.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[30/31] Compiling SiriusRating BundleExtension.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[31/31] Compiling SiriusRating resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/24] Compiling SiriusRating ExternalAppleStoreRatePromptPresenter.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[3/24] Compiling SiriusRating InAppRatePromptPresenter.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[4/24] Compiling SiriusRating RatePromptPresenter.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[5/24] Compiling SiriusRating AppVersionProvider.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[6/24] Compiling SiriusRating BundleAppVersionProvider.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[7/24] Compiling SiriusRating DataStore.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[8/24] Compiling SiriusRating UserDefaultsDataStore.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[9/27] Compiling SiriusRating NotDeclinedToRateCurrentVersionRatingCondition.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[10/27] Compiling SiriusRating NotPostponedDueToReminderRatingCondition.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[11/27] Compiling SiriusRating NotRatedAnyVersionRatingCondition.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[12/27] Compiling SiriusRating NotRatedCurrentVersionRatingCondition.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[13/27] Compiling SiriusRating RatingCondition.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[14/27] Compiling SiriusRating SiriusRating.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[15/27] Compiling SiriusRating EnoughDaysUsedRatingCondition.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[16/27] Compiling SiriusRating EnoughSignificantEventsRatingCondition.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[17/27] Compiling SiriusRating NotDeclinedToRateAnyVersionRatingCondition.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/27] Emitting module SiriusRating
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[19/27] Compiling SiriusRating UserAction.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[20/27] Compiling SiriusRating BundleExtension.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[21/27] Compiling SiriusRating resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[22/27] Compiling SiriusRating StyleOneRequestViewController.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[23/27] Compiling SiriusRating StyleTwoRequestAlertController.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[24/27] Compiling SiriusRating EnoughAppSessionsRatingCondition.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[25/27] Compiling SiriusRating RequestPromptPresenter.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[26/27] Compiling SiriusRating StyleOneRequestPromptPresenter.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
[27/27] Compiling SiriusRating StyleTwoRequestPromptPresenter.swift
/host/spi-builder-workspace/Sources/SiriusRating/Prompts/Presenters/Rate/ExternalAppleStoreRatePromptPresenter.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// The presenter that will open the App Store externally and automatically display the modal view to write a review (with text).
BUILD FAILURE 6.1 linux