The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SolicitReviewLibrary, reference 1.6.0 (2af43a), with Swift 6.1 for Android on 30 Aug 2025 23:42:35 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/higracehuang/SolicitReviewLibrary.git
Reference: 1.6.0
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/higracehuang/SolicitReviewLibrary
 * tag               1.6.0      -> FETCH_HEAD
HEAD is now at 2af43a1 add requestReviewIfNecessary
Cloned https://github.com/higracehuang/SolicitReviewLibrary.git
Revision (git rev-parse @):
2af43a136c2238bfe1861c443dfbdcae2a77cef6
SUCCESS checkout https://github.com/higracehuang/SolicitReviewLibrary.git at 1.6.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/higracehuang/SolicitReviewLibrary.git
https://github.com/higracehuang/SolicitReviewLibrary.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "SolicitReviewLibrary",
  "name" : "SolicitReviewLibrary",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "SolicitReviewLibrary",
      "targets" : [
        "SolicitReviewLibrary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SolicitReviewLibraryTests",
      "module_type" : "SwiftTarget",
      "name" : "SolicitReviewLibraryTests",
      "path" : "Tests/SolicitReviewLibraryTests",
      "sources" : [
        "SolicitReviewLibraryTests.swift"
      ],
      "target_dependencies" : [
        "SolicitReviewLibrary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SolicitReviewLibrary",
      "module_type" : "SwiftTarget",
      "name" : "SolicitReviewLibrary",
      "path" : "Sources/SolicitReviewLibrary",
      "product_memberships" : [
        "SolicitReviewLibrary"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SolicitReviewLibrary/Resources/de.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SolicitReviewLibrary/Resources/ja.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SolicitReviewLibrary/Resources/zh-Hans.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hans"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SolicitReviewLibrary/Resources/zh-Hant.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hant"
            }
          }
        }
      ],
      "sources" : [
        "Bundle+Extensions.swift",
        "Bundle+Module.swift",
        "Logger.swift",
        "SolicitReviewLibrary.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/7] Copying Localizable.strings
[4/7] Copying Info.plist
[4/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/13] Compiling SolicitReviewLibrary SolicitReviewLibrary.swift
/host/spi-builder-workspace/Sources/SolicitReviewLibrary/SolicitReviewLibrary.swift:5:8: error: no such module 'StoreKit'
  3 |
  4 | import Foundation
  5 | import StoreKit
    |        `- error: no such module 'StoreKit'
  6 |
  7 | #if os(iOS)
[9/13] Compiling SolicitReviewLibrary resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/SolicitReviewLibrary/SolicitReviewLibrary.swift:5:8: error: no such module 'StoreKit'
  3 |
  4 | import Foundation
  5 | import StoreKit
    |        `- error: no such module 'StoreKit'
  6 |
  7 | #if os(iOS)
[10/13] Compiling SolicitReviewLibrary Logger.swift
/host/spi-builder-workspace/Sources/SolicitReviewLibrary/SolicitReviewLibrary.swift:5:8: error: no such module 'StoreKit'
  3 |
  4 | import Foundation
  5 | import StoreKit
    |        `- error: no such module 'StoreKit'
  6 |
  7 | #if os(iOS)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/13] Emitting module SolicitReviewLibrary
/host/spi-builder-workspace/Sources/SolicitReviewLibrary/SolicitReviewLibrary.swift:5:8: error: no such module 'StoreKit'
  3 |
  4 | import Foundation
  5 | import StoreKit
    |        `- error: no such module 'StoreKit'
  6 |
  7 | #if os(iOS)
[12/13] Compiling SolicitReviewLibrary Bundle+Module.swift
/host/spi-builder-workspace/Sources/SolicitReviewLibrary/SolicitReviewLibrary.swift:5:8: error: no such module 'StoreKit'
  3 |
  4 | import Foundation
  5 | import StoreKit
    |        `- error: no such module 'StoreKit'
  6 |
  7 | #if os(iOS)
[13/13] Compiling SolicitReviewLibrary Bundle+Extensions.swift
/host/spi-builder-workspace/Sources/SolicitReviewLibrary/SolicitReviewLibrary.swift:5:8: error: no such module 'StoreKit'
  3 |
  4 | import Foundation
  5 | import StoreKit
    |        `- error: no such module 'StoreKit'
  6 |
  7 | #if os(iOS)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/7] Compiling SolicitReviewLibrary resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/SolicitReviewLibrary/SolicitReviewLibrary.swift:5:8: error: no such module 'StoreKit'
  3 |
  4 | import Foundation
  5 | import StoreKit
    |        `- error: no such module 'StoreKit'
  6 |
  7 | #if os(iOS)
[3/7] Compiling SolicitReviewLibrary SolicitReviewLibrary.swift
/host/spi-builder-workspace/Sources/SolicitReviewLibrary/SolicitReviewLibrary.swift:5:8: error: no such module 'StoreKit'
  3 |
  4 | import Foundation
  5 | import StoreKit
    |        `- error: no such module 'StoreKit'
  6 |
  7 | #if os(iOS)
[4/7] Compiling SolicitReviewLibrary Bundle+Module.swift
/host/spi-builder-workspace/Sources/SolicitReviewLibrary/SolicitReviewLibrary.swift:5:8: error: no such module 'StoreKit'
  3 |
  4 | import Foundation
  5 | import StoreKit
    |        `- error: no such module 'StoreKit'
  6 |
  7 | #if os(iOS)
[5/7] Compiling SolicitReviewLibrary Logger.swift
/host/spi-builder-workspace/Sources/SolicitReviewLibrary/SolicitReviewLibrary.swift:5:8: error: no such module 'StoreKit'
  3 |
  4 | import Foundation
  5 | import StoreKit
    |        `- error: no such module 'StoreKit'
  6 |
  7 | #if os(iOS)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/7] Emitting module SolicitReviewLibrary
/host/spi-builder-workspace/Sources/SolicitReviewLibrary/SolicitReviewLibrary.swift:5:8: error: no such module 'StoreKit'
  3 |
  4 | import Foundation
  5 | import StoreKit
    |        `- error: no such module 'StoreKit'
  6 |
  7 | #if os(iOS)
[7/7] Compiling SolicitReviewLibrary Bundle+Extensions.swift
/host/spi-builder-workspace/Sources/SolicitReviewLibrary/SolicitReviewLibrary.swift:5:8: error: no such module 'StoreKit'
  3 |
  4 | import Foundation
  5 | import StoreKit
    |        `- error: no such module 'StoreKit'
  6 |
  7 | #if os(iOS)
BUILD FAILURE 6.1 android