The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SKHelper, reference main (bec0ff), with Swift 6.1 for Wasm on 2 Dec 2025 20:20:48 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/russell-archer/SKHelper.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/russell-archer/SKHelper
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bec0fff Merge pull request #15 from russell-archer/observable-support
Updating files:  62% (6974/11243)
Updating files:  63% (7084/11243)
Updating files:  64% (7196/11243)
Updating files:  65% (7308/11243)
Updating files:  66% (7421/11243)
Updating files:  67% (7533/11243)
Updating files:  68% (7646/11243)
Updating files:  69% (7758/11243)
Updating files:  70% (7871/11243)
Updating files:  71% (7983/11243)
Updating files:  72% (8095/11243)
Updating files:  73% (8208/11243)
Updating files:  74% (8320/11243)
Updating files:  75% (8433/11243)
Updating files:  76% (8545/11243)
Updating files:  77% (8658/11243)
Updating files:  78% (8770/11243)
Updating files:  79% (8882/11243)
Updating files:  80% (8995/11243)
Updating files:  80% (9013/11243)
Updating files:  81% (9107/11243)
Updating files:  82% (9220/11243)
Updating files:  83% (9332/11243)
Updating files:  84% (9445/11243)
Updating files:  85% (9557/11243)
Updating files:  86% (9669/11243)
Updating files:  87% (9782/11243)
Updating files:  88% (9894/11243)
Updating files:  89% (10007/11243)
Updating files:  90% (10119/11243)
Updating files:  91% (10232/11243)
Updating files:  92% (10344/11243)
Updating files:  93% (10456/11243)
Updating files:  94% (10569/11243)
Updating files:  95% (10681/11243)
Updating files:  96% (10794/11243)
Updating files:  97% (10906/11243)
Updating files:  98% (11019/11243)
Updating files:  99% (11131/11243)
Updating files: 100% (11243/11243)
Updating files: 100% (11243/11243), done.
Cloned https://github.com/russell-archer/SKHelper.git
Revision (git rev-parse @):
bec0fff69beec22048c16efac4f3127eb78202a2
SUCCESS checkout https://github.com/russell-archer/SKHelper.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/russell-archer/SKHelper.git
https://github.com/russell-archer/SKHelper.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin.git"
    }
  ],
  "manifest_display_name" : "SKHelper",
  "name" : "SKHelper",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.6"
    }
  ],
  "products" : [
    {
      "name" : "SKHelper",
      "targets" : [
        "SKHelper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SKHelper",
      "module_type" : "SwiftTarget",
      "name" : "SKHelper",
      "path" : "Sources/SKHelper",
      "product_memberships" : [
        "SKHelper"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SKHelper/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SKHelper/Resources/images/skhelper-logo-small.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SKHelper/Resources/images/skhelper-logo.png",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Core/SKHelper+Extensions.swift",
        "Core/SKHelper.swift",
        "Core/SKHelperConfiguration.swift",
        "Core/SKHelperConstants.swift",
        "Core/SKHelperLog.swift",
        "Core/SKHelperNotification.swift",
        "Core/SKHelperProduct.swift",
        "Core/SKHelperPurchaseInfo.swift",
        "Core/SKHelperSubscriptionInfo.swift",
        "Styles/SKHelperButtons.swift",
        "Styles/SKHelperProductViewStyle.swift",
        "Styles/SKHelperTapGesture.swift",
        "Support/SKHelperEntitlementState.swift",
        "Support/SKHelperPurchaseState.swift",
        "Support/SKHelperSubscriptionState.swift",
        "Support/SKHelperTransactionUpdateReason.swift",
        "Support/SKHelperUnwrappedVerificationResult.swift",
        "ViewModifiers/OnProductsAvailable.swift",
        "ViewModifiers/OnSubscriptionChange.swift",
        "ViewModifiers/OnTransaction.swift",
        "Views/SKHelperManagePurchaseView.swift",
        "Views/SKHelperProductView.swift",
        "Views/SKHelperPurchaseInfoFieldText.swift",
        "Views/SKHelperPurchaseInfoFieldView.swift",
        "Views/SKHelperPurchaseInfoMain.swift",
        "Views/SKHelperPurchaseInfoManage.swift",
        "Views/SKHelperPurchasesView.swift",
        "Views/SKHelperSheetBarView.swift",
        "Views/SKHelperStoreView.swift",
        "Views/SKHelperStoreViewBody.swift",
        "Views/SKHelperSubscriptionInfoMain.swift",
        "Views/SKHelperSubscriptionInfoManage.swift",
        "Views/SKHelperSubscriptionStoreView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin.git
[1/2158] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.41s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.5 (2.77s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3588] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.39s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.07s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.5
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/7] Copying PrivacyInfo.xcprivacy
[3/7] Write sources
[4/7] Copying skhelper-logo-small.png
[5/7] Copying skhelper-logo.png
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/38] Compiling SKHelper SKHelperPurchaseInfoFieldText.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[9/38] Compiling SKHelper SKHelperPurchaseInfoFieldView.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[10/38] Compiling SKHelper SKHelperPurchaseInfoMain.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[11/38] Compiling SKHelper SKHelperPurchaseInfoManage.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[12/38] Compiling SKHelper SKHelperPurchasesView.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[13/38] Compiling SKHelper SKHelperSheetBarView.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[14/38] Compiling SKHelper SKHelperStoreView.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[15/38] Compiling SKHelper SKHelperStoreViewBody.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[16/38] Compiling SKHelper OnSubscriptionChange.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[17/38] Compiling SKHelper OnTransaction.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[18/38] Compiling SKHelper SKHelperManagePurchaseView.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[19/38] Compiling SKHelper SKHelperProductView.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[20/42] Compiling SKHelper SKHelperSubscriptionState.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[21/42] Compiling SKHelper SKHelperTransactionUpdateReason.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[22/42] Compiling SKHelper SKHelperUnwrappedVerificationResult.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[23/42] Compiling SKHelper OnProductsAvailable.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[24/42] Compiling SKHelper SKHelperProductViewStyle.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[25/42] Compiling SKHelper SKHelperTapGesture.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[26/42] Compiling SKHelper SKHelperEntitlementState.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[27/42] Compiling SKHelper SKHelperPurchaseState.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[28/42] Compiling SKHelper SKHelperNotification.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[29/42] Compiling SKHelper SKHelperProduct.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[30/42] Compiling SKHelper SKHelperPurchaseInfo.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[31/42] Compiling SKHelper SKHelperSubscriptionInfo.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[32/42] Compiling SKHelper SKHelperButtons.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[33/42] Compiling SKHelper SKHelperSubscriptionInfoMain.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[34/42] Compiling SKHelper SKHelperSubscriptionInfoManage.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[35/42] Compiling SKHelper SKHelperSubscriptionStoreView.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[36/42] Compiling SKHelper resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/42] Emitting module SKHelper
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[38/42] Compiling SKHelper SKHelper+Extensions.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[39/42] Compiling SKHelper SKHelper.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[40/42] Compiling SKHelper SKHelperConfiguration.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[41/42] Compiling SKHelper SKHelperConstants.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[42/42] Compiling SKHelper SKHelperLog.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/34] Compiling SKHelper SKHelperPurchasesView.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[5/34] Compiling SKHelper SKHelperSheetBarView.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[6/34] Compiling SKHelper SKHelperStoreView.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[7/34] Compiling SKHelper SKHelperStoreViewBody.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[8/38] Compiling SKHelper OnSubscriptionChange.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[9/38] Compiling SKHelper OnTransaction.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[10/38] Compiling SKHelper SKHelperManagePurchaseView.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[11/38] Compiling SKHelper SKHelperProductView.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[12/38] Compiling SKHelper SKHelperProductViewStyle.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[13/38] Compiling SKHelper SKHelperTapGesture.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[14/38] Compiling SKHelper SKHelperEntitlementState.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[15/38] Compiling SKHelper SKHelperPurchaseState.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[16/38] Compiling SKHelper SKHelperSubscriptionState.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[17/38] Compiling SKHelper SKHelperTransactionUpdateReason.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[18/38] Compiling SKHelper SKHelperUnwrappedVerificationResult.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[19/38] Compiling SKHelper OnProductsAvailable.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[20/38] Compiling SKHelper SKHelperNotification.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[21/38] Compiling SKHelper SKHelperProduct.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[22/38] Compiling SKHelper SKHelperPurchaseInfo.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[23/38] Compiling SKHelper SKHelperSubscriptionInfo.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[24/38] Compiling SKHelper SKHelperButtons.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[25/38] Compiling SKHelper SKHelperPurchaseInfoFieldText.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[26/38] Compiling SKHelper SKHelperPurchaseInfoFieldView.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[27/38] Compiling SKHelper SKHelperPurchaseInfoMain.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[28/38] Compiling SKHelper SKHelperPurchaseInfoManage.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[29/38] Compiling SKHelper SKHelperSubscriptionInfoMain.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[30/38] Compiling SKHelper SKHelperSubscriptionInfoManage.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[31/38] Compiling SKHelper SKHelperSubscriptionStoreView.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[32/38] Compiling SKHelper resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/38] Emitting module SKHelper
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[34/38] Compiling SKHelper SKHelper+Extensions.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[35/38] Compiling SKHelper SKHelper.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[36/38] Compiling SKHelper SKHelperConfiguration.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[37/38] Compiling SKHelper SKHelperConstants.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
[38/38] Compiling SKHelper SKHelperLog.swift
/host/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:15: error: no such module 'StoreKit'
  6 | //
  7 |
  8 | public import StoreKit
    |               `- error: no such module 'StoreKit'
  9 |
 10 | @available(iOS 17.0, macOS 14.6, *)
BUILD FAILURE 6.1 wasm