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 main (2af43a), with Swift 6.1 for Linux on 30 Aug 2025 23:43: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/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/higracehuang/SolicitReviewLibrary.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         linux
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-4609320-1":/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: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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/7] Write sources
[1/7] Copying Info.plist
[1/7] Copying Localizable.strings
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/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)
[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)
[11/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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/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)
[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-4609320-1":/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: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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[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] 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)
[4/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)
[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)
[6/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)
[7/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)
BUILD FAILURE 6.1 linux