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 Mercato, reference master (323d2d), with Swift 6.1 for Wasm on 27 Aug 2025 00:50:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tikhop/Mercato.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/tikhop/Mercato
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 323d2d5 chore: Update README.md
Cloned https://github.com/tikhop/Mercato.git
Revision (git rev-parse @):
323d2d511fef5026569b0140dd467fb3c3939367
SUCCESS checkout https://github.com/tikhop/Mercato.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tikhop/Mercato.git
https://github.com/tikhop/Mercato.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Mercato",
  "name" : "Mercato",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.4"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Mercato",
      "targets" : [
        "Mercato"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AdvancedCommerceMercato",
      "targets" : [
        "AdvancedCommerceMercato"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MercatoTests",
      "module_type" : "SwiftTarget",
      "name" : "MercatoTests",
      "path" : "Tests/MercatoTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/MercatoTests/Mercato.storekit",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CurrencySymbolsLibraryTests.swift",
        "MercatoTests.swift",
        "PeriodFormatterTests.swift",
        "PriceFormatterTests.swift",
        "ProductServiceTests.swift",
        "ProductTests.swift",
        "PurchaseOptionsTests.swift",
        "TestHelper.swift"
      ],
      "target_dependencies" : [
        "Mercato",
        "AdvancedCommerceMercato"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Mercato",
      "module_type" : "SwiftTarget",
      "name" : "Mercato",
      "path" : "Sources/Mercato",
      "product_memberships" : [
        "Mercato",
        "AdvancedCommerceMercato"
      ],
      "sources" : [
        "Mercato+Extras.swift",
        "Mercato+StoreKit.swift",
        "Mercato.swift",
        "MercatoError.swift",
        "Models/PromotionalOffer.swift",
        "ProductService.swift",
        "Purchase.swift",
        "Utils/CurrencySymbolsLibrary.swift",
        "Utils/Lock.swift",
        "Utils/PeriodFormatter.swift",
        "Utils/PriceFormatter.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AdvancedCommerceMercato",
      "module_type" : "SwiftTarget",
      "name" : "AdvancedCommerceMercato",
      "path" : "Sources/AdvancedCommerceMercato",
      "product_memberships" : [
        "AdvancedCommerceMercato"
      ],
      "sources" : [
        "AdvancedCommerceProductService.swift",
        "AdvancedCommercePurchase.swift",
        "Mercato+AdvancedCommerce.swift",
        "Models/Descriptors.swift",
        "Models/Effective.swift",
        "Models/Offer.swift",
        "Models/OfferPeriod.swift",
        "Models/OfferReason.swift",
        "Models/OneTimeChargeCreateRequest.swift",
        "Models/OneTimeChargeItem.swift",
        "Models/Period.swift",
        "Models/Reason.swift",
        "Models/RequestInfo.swift",
        "Models/RequestOperation.swift",
        "Models/RequestVersion.swift",
        "Models/SubscriptionCreateItem.swift",
        "Models/SubscriptionCreateRequest.swift",
        "Models/SubscriptionModifyAddItem.swift",
        "Models/SubscriptionModifyChangeItem.swift",
        "Models/SubscriptionModifyDescriptors.swift",
        "Models/SubscriptionModifyInAppRequest.swift",
        "Models/SubscriptionModifyPeriodChange.swift",
        "Models/SubscriptionModifyRemoveItem.swift",
        "Models/SubscriptionReactivateInAppRequest.swift",
        "Models/SubscriptionReactivateItem.swift",
        "Models/ValidationUtils.swift"
      ],
      "target_dependencies" : [
        "Mercato"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: compile command failed due to signal 6 (use -v to see invocation)
Unhandled coercion:
(dependent_member_type assoc_type="Mercato.(file).ProductService.ProductItem@/host/spi-builder-workspace/Sources/Mercato/ProductService.swift:28:20"
  (base=opened_archetype_type address=0x559215ecff60 conforms_to="Mercato.(file).StoreKitProductService@/host/spi-builder-workspace/Sources/Mercato/ProductService.swift:43:17" opened_existential_id="D4C1D026-82DF-11F0-9111-0242AC110009"
    (interface_type=generic_type_param_type depth=0 index=0 param_kind=type)
    (opened_existential=existential_type
      (protocol_type decl="Mercato.(file).StoreKitProductService@/host/spi-builder-workspace/Sources/Mercato/ProductService.swift:43:17"))))
(dependent_member_type assoc_type="Mercato.(file).ProductService.ProductItem@/host/spi-builder-workspace/Sources/Mercato/ProductService.swift:28:20"
  (base=existential_type
    (protocol_type decl="Mercato.(file).StoreKitProductService@/host/spi-builder-workspace/Sources/Mercato/ProductService.swift:43:17")))
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0.	Program arguments: /usr/bin/swift-frontend -frontend -c /host/spi-builder-workspace/Sources/Mercato/Mercato+Extras.swift /host/spi-builder-workspace/Sources/Mercato/Mercato+StoreKit.swift -primary-file /host/spi-builder-workspace/Sources/Mercato/Mercato.swift -primary-file /host/spi-builder-workspace/Sources/Mercato/MercatoError.swift /host/spi-builder-workspace/Sources/Mercato/Models/PromotionalOffer.swift /host/spi-builder-workspace/Sources/Mercato/ProductService.swift /host/spi-builder-workspace/Sources/Mercato/Purchase.swift /host/spi-builder-workspace/Sources/Mercato/Utils/CurrencySymbolsLibrary.swift /host/spi-builder-workspace/Sources/Mercato/Utils/Lock.swift /host/spi-builder-workspace/Sources/Mercato/Utils/PeriodFormatter.swift /host/spi-builder-workspace/Sources/Mercato/Utils/PriceFormatter.swift -emit-dependencies-path /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Mercato.build/Mercato.d -emit-reference-dependencies-path /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Mercato.build/Mercato.swiftdeps -emit-dependencies-path /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Mercato.build/MercatoError.d -emit-reference-dependencies-path /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Mercato.build/MercatoError.swiftdeps -target wasm32-unknown-wasi -disable-objc-interop -sdk /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk -I /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Modules -enable-testing -g -debug-info-format=dwarf -dwarf-version=4 -module-cache-path /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/ModuleCache -swift-version 6 -Onone -D SWIFT_PACKAGE -D DEBUG -stats-output-dir .stats -empty-abi-descriptor -resource-dir /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static -use-static-resource-dir -enable-anonymous-context-mangled-names -file-compilation-dir /host/spi-builder-workspace -Xcc --sysroot -Xcc /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk -Xcc -g -module-name Mercato -package-name spi_builder_workspace -in-process-plugin-server-path /usr/lib/swift/host/libSwiftInProcPluginServer.so -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins -parse-as-library -o /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Mercato.build/Mercato.swift.o -o /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Mercato.build/MercatoError.swift.o -index-store-path /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/index/store -index-system-modules
1.	Swift version 6.1 (swift-6.1-RELEASE)
2.	Compiling with the current language version
3.	While evaluating request TypeCheckSourceFileRequest(source_file "/host/spi-builder-workspace/Sources/Mercato/Mercato.swift")
4.	While evaluating request TypeCheckFunctionBodyRequest(Mercato.(file).Mercato.isEligibleForIntroOffer(for:)@/host/spi-builder-workspace/Sources/Mercato/Mercato.swift:172:17)
5.	While type-checking statement at [/host/spi-builder-workspace/Sources/Mercato/Mercato.swift:172:105 - line:186:5] RangeText="{
        let products = try await productService.retrieveProducts(productIds: productIds)
        guard let product = products.first else {
            throw MercatoError.purchase(error: .productUnavailable)
        }
        guard let subscription = product.subscription else {
            return false
        }
        let subscriptionGroupID = subscription.subscriptionGroupID
        return await Product.SubscriptionInfo.isEligibleForIntroOffer(for: subscriptionGroupID)
    "
6.	While type-checking declaration 0x559215db1230 (at /host/spi-builder-workspace/Sources/Mercato/Mercato.swift:173:9)
7.	While evaluating request PatternBindingEntryRequest((unknown decl)@/host/spi-builder-workspace/Sources/Mercato/Mercato.swift:173:9, 0)
8.	While type-checking expression at [/host/spi-builder-workspace/Sources/Mercato/Mercato.swift:173:24 - line:173:88] RangeText="try await productService.retrieveProducts(productIds: productIds"
9.	While type-checking-target starting at /host/spi-builder-workspace/Sources/Mercato/Mercato.swift:173:28
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0  swift-frontend 0x00005592111ef808
1  swift-frontend 0x00005592111ed5ee
2  swift-frontend 0x00005592111efea8
3  libc.so.6      0x00007f79bff6c520
4  libc.so.6      0x00007f79bffc09fc pthread_kill + 300
5  libc.so.6      0x00007f79bff6c476 raise + 22
6  libc.so.6      0x00007f79bff527f3 abort + 211
7  swift-frontend 0x000055920c39a48a
8  swift-frontend 0x000055920c3b9429
9  swift-frontend 0x000055920c3b8a16
10 swift-frontend 0x000055920c397bb4
11 swift-frontend 0x000055920c3b39ec
12 swift-frontend 0x000055920c3b2c55
13 swift-frontend 0x000055920c3b7528
14 swift-frontend 0x000055920c39db0b
15 swift-frontend 0x000055920c39b8b0
16 swift-frontend 0x000055920c6c41f6
17 swift-frontend 0x000055920c6c3508
18 swift-frontend 0x000055920c6c4460
19 swift-frontend 0x000055920c6c3549
20 swift-frontend 0x000055920c6c2b50
21 swift-frontend 0x000055920c395b6e
22 swift-frontend 0x000055920c39598f
23 swift-frontend 0x000055920c25c436
24 swift-frontend 0x000055920c25c24d
25 swift-frontend 0x000055920c25d3f6
26 swift-frontend 0x000055920c25d5d8
27 swift-frontend 0x000055920c332705
28 swift-frontend 0x000055920c753c1b
29 swift-frontend 0x000055920c7224da
30 swift-frontend 0x000055920c29e3a8
31 swift-frontend 0x000055920c29d482
32 swift-frontend 0x000055920c32a6eb
33 swift-frontend 0x000055920c328c4c
34 swift-frontend 0x000055920c328593
35 swift-frontend 0x000055920c328110
36 swift-frontend 0x000055920c7bf8b5
37 swift-frontend 0x000055920c738873
38 swift-frontend 0x000055920c868ddc
39 swift-frontend 0x000055920c3660b9
40 swift-frontend 0x000055920c367d1e
41 swift-frontend 0x000055920c365fb5
42 swift-frontend 0x000055920b25b1a9
43 swift-frontend 0x000055920afb425a
44 swift-frontend 0x000055920afb3713
45 swift-frontend 0x000055920ad9086a
46 libc.so.6      0x00007f79bff53d90
47 libc.so.6      0x00007f79bff53e40 __libc_start_main + 128
48 swift-frontend 0x000055920ad8fcc5
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/12] Compiling Mercato PeriodFormatter.swift
/host/spi-builder-workspace/Sources/Mercato/Mercato+Extras.swift:23:8: error: no such module 'StoreKit'
 21 | // SOFTWARE.
 22 |
 23 | import StoreKit
    |        `- error: no such module 'StoreKit'
 24 |
 25 | extension Mercato {
[3/13] Compiling Mercato CurrencySymbolsLibrary.swift
/host/spi-builder-workspace/Sources/Mercato/Mercato+Extras.swift:23:8: error: no such module 'StoreKit'
 21 | // SOFTWARE.
 22 |
 23 | import StoreKit
    |        `- error: no such module 'StoreKit'
 24 |
 25 | extension Mercato {
[4/13] Compiling Mercato Purchase.swift
/host/spi-builder-workspace/Sources/Mercato/Mercato+Extras.swift:23:8: error: no such module 'StoreKit'
 21 | // SOFTWARE.
 22 |
 23 | import StoreKit
    |        `- error: no such module 'StoreKit'
 24 |
 25 | extension Mercato {
[5/13] Compiling Mercato Lock.swift
/host/spi-builder-workspace/Sources/Mercato/Mercato+Extras.swift:23:8: error: no such module 'StoreKit'
 21 | // SOFTWARE.
 22 |
 23 | import StoreKit
    |        `- error: no such module 'StoreKit'
 24 |
 25 | extension Mercato {
[6/13] Compiling Mercato PromotionalOffer.swift
/host/spi-builder-workspace/Sources/Mercato/Mercato+Extras.swift:23:8: error: no such module 'StoreKit'
 21 | // SOFTWARE.
 22 |
 23 | import StoreKit
    |        `- error: no such module 'StoreKit'
 24 |
 25 | extension Mercato {
[7/13] Compiling Mercato ProductService.swift
/host/spi-builder-workspace/Sources/Mercato/Mercato+Extras.swift:23:8: error: no such module 'StoreKit'
 21 | // SOFTWARE.
 22 |
 23 | import StoreKit
    |        `- error: no such module 'StoreKit'
 24 |
 25 | extension Mercato {
[8/13] Compiling Mercato PriceFormatter.swift
/host/spi-builder-workspace/Sources/Mercato/Mercato+Extras.swift:23:8: error: no such module 'StoreKit'
 21 | // SOFTWARE.
 22 |
 23 | import StoreKit
    |        `- error: no such module 'StoreKit'
 24 |
 25 | extension Mercato {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/13] Emitting module Mercato
/host/spi-builder-workspace/Sources/Mercato/Mercato+Extras.swift:23:8: error: no such module 'StoreKit'
 21 | // SOFTWARE.
 22 |
 23 | import StoreKit
    |        `- error: no such module 'StoreKit'
 24 |
 25 | extension Mercato {
error: compile command failed due to signal 6 (use -v to see invocation)
Unhandled coercion:
(dependent_member_type assoc_type="Mercato.(file).ProductService.ProductItem@/host/spi-builder-workspace/Sources/Mercato/ProductService.swift:28:20"
  (base=opened_archetype_type address=0x5585618e7a28 conforms_to="Mercato.(file).StoreKitProductService@/host/spi-builder-workspace/Sources/Mercato/ProductService.swift:43:17" opened_existential_id="E0FC3408-82DF-11F0-9120-0242AC110003"
    (interface_type=generic_type_param_type depth=0 index=0 param_kind=type)
    (opened_existential=existential_type
      (protocol_type decl="Mercato.(file).StoreKitProductService@/host/spi-builder-workspace/Sources/Mercato/ProductService.swift:43:17"))))
(dependent_member_type assoc_type="Mercato.(file).ProductService.ProductItem@/host/spi-builder-workspace/Sources/Mercato/ProductService.swift:28:20"
  (base=existential_type
    (protocol_type decl="Mercato.(file).StoreKitProductService@/host/spi-builder-workspace/Sources/Mercato/ProductService.swift:43:17")))
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0.	Program arguments: /usr/bin/swift-frontend -frontend -c /host/spi-builder-workspace/Sources/Mercato/Mercato+Extras.swift /host/spi-builder-workspace/Sources/Mercato/Mercato+StoreKit.swift -primary-file /host/spi-builder-workspace/Sources/Mercato/Mercato.swift -primary-file /host/spi-builder-workspace/Sources/Mercato/MercatoError.swift /host/spi-builder-workspace/Sources/Mercato/Models/PromotionalOffer.swift /host/spi-builder-workspace/Sources/Mercato/ProductService.swift /host/spi-builder-workspace/Sources/Mercato/Purchase.swift /host/spi-builder-workspace/Sources/Mercato/Utils/CurrencySymbolsLibrary.swift /host/spi-builder-workspace/Sources/Mercato/Utils/Lock.swift /host/spi-builder-workspace/Sources/Mercato/Utils/PeriodFormatter.swift /host/spi-builder-workspace/Sources/Mercato/Utils/PriceFormatter.swift -emit-dependencies-path /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Mercato.build/Mercato.d -emit-reference-dependencies-path /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Mercato.build/Mercato.swiftdeps -emit-dependencies-path /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Mercato.build/MercatoError.d -emit-reference-dependencies-path /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Mercato.build/MercatoError.swiftdeps -target wasm32-unknown-wasi -disable-objc-interop -sdk /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk -I /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Modules -enable-testing -g -debug-info-format=dwarf -dwarf-version=4 -module-cache-path /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/ModuleCache -swift-version 6 -Onone -D SWIFT_PACKAGE -D DEBUG -empty-abi-descriptor -resource-dir /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static -use-static-resource-dir -enable-anonymous-context-mangled-names -file-compilation-dir /host/spi-builder-workspace -Xcc --sysroot -Xcc /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk -Xcc -g -module-name Mercato -package-name spi_builder_workspace -in-process-plugin-server-path /usr/lib/swift/host/libSwiftInProcPluginServer.so -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins -parse-as-library -o /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Mercato.build/Mercato.swift.o -o /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Mercato.build/MercatoError.swift.o -index-store-path /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/index/store -index-system-modules
1.	Swift version 6.1 (swift-6.1-RELEASE)
2.	Compiling with the current language version
3.	While evaluating request TypeCheckSourceFileRequest(source_file "/host/spi-builder-workspace/Sources/Mercato/Mercato.swift")
4.	While evaluating request TypeCheckFunctionBodyRequest(Mercato.(file).Mercato.isEligibleForIntroOffer(for:)@/host/spi-builder-workspace/Sources/Mercato/Mercato.swift:172:17)
5.	While type-checking statement at [/host/spi-builder-workspace/Sources/Mercato/Mercato.swift:172:105 - line:186:5] RangeText="{
        let products = try await productService.retrieveProducts(productIds: productIds)
        guard let product = products.first else {
            throw MercatoError.purchase(error: .productUnavailable)
        }
        guard let subscription = product.subscription else {
            return false
        }
        let subscriptionGroupID = subscription.subscriptionGroupID
        return await Product.SubscriptionInfo.isEligibleForIntroOffer(for: subscriptionGroupID)
    "
6.	While type-checking declaration 0x5585617c8e00 (at /host/spi-builder-workspace/Sources/Mercato/Mercato.swift:173:9)
7.	While evaluating request PatternBindingEntryRequest((unknown decl)@/host/spi-builder-workspace/Sources/Mercato/Mercato.swift:173:9, 0)
8.	While type-checking expression at [/host/spi-builder-workspace/Sources/Mercato/Mercato.swift:173:24 - line:173:88] RangeText="try await productService.retrieveProducts(productIds: productIds"
9.	While type-checking-target starting at /host/spi-builder-workspace/Sources/Mercato/Mercato.swift:173:28
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0  swift-frontend 0x000055855d10b808
1  swift-frontend 0x000055855d1095ee
2  swift-frontend 0x000055855d10bea8
3  libc.so.6      0x00007f8823d01520
4  libc.so.6      0x00007f8823d559fc pthread_kill + 300
5  libc.so.6      0x00007f8823d01476 raise + 22
6  libc.so.6      0x00007f8823ce77f3 abort + 211
7  swift-frontend 0x00005585582b648a
8  swift-frontend 0x00005585582d5429
9  swift-frontend 0x00005585582d4a16
10 swift-frontend 0x00005585582b3bb4
11 swift-frontend 0x00005585582cf9ec
12 swift-frontend 0x00005585582cec55
13 swift-frontend 0x00005585582d3528
14 swift-frontend 0x00005585582b9b0b
15 swift-frontend 0x00005585582b78b0
16 swift-frontend 0x00005585585e01f6
17 swift-frontend 0x00005585585df508
18 swift-frontend 0x00005585585e0460
19 swift-frontend 0x00005585585df549
20 swift-frontend 0x00005585585deb50
21 swift-frontend 0x00005585582b1b6e
22 swift-frontend 0x00005585582b198f
23 swift-frontend 0x0000558558178436
24 swift-frontend 0x000055855817824d
25 swift-frontend 0x00005585581793f6
26 swift-frontend 0x00005585581795d8
27 swift-frontend 0x000055855824e705
28 swift-frontend 0x000055855866fc1b
29 swift-frontend 0x000055855863e4da
30 swift-frontend 0x00005585581ba3a8
31 swift-frontend 0x00005585581b9482
32 swift-frontend 0x00005585582466eb
33 swift-frontend 0x0000558558244c4c
34 swift-frontend 0x0000558558244593
35 swift-frontend 0x0000558558244110
36 swift-frontend 0x00005585586db8b5
37 swift-frontend 0x0000558558654873
38 swift-frontend 0x0000558558784ddc
39 swift-frontend 0x00005585582820b9
40 swift-frontend 0x0000558558283d1e
41 swift-frontend 0x0000558558281fb5
42 swift-frontend 0x00005585571771a9
43 swift-frontend 0x0000558556ed025a
44 swift-frontend 0x0000558556ecf713
45 swift-frontend 0x0000558556cac86a
46 libc.so.6      0x00007f8823ce8d90
47 libc.so.6      0x00007f8823ce8e40 __libc_start_main + 128
48 swift-frontend 0x0000558556cabcc5
BUILD FAILURE 6.1 wasm