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 WordpressReader, reference main (4f0062), with Swift 6.1 for Wasm on 30 May 2025 12:01:17 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ryanlintott/WordpressReader.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/ryanlintott/WordpressReader
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4f00626 Added option to set a max number of concurrent tasks when streaming or fetching content. Clamped the per page number between 1 and 100 to prevent errors
Cloned https://github.com/ryanlintott/WordpressReader.git
Revision (git rev-parse @):
4f00626c8d5b9c47ab4109bc307821cccaf0030b
SUCCESS checkout https://github.com/ryanlintott/WordpressReader.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ryanlintott/WordpressReader.git
https://github.com/ryanlintott/WordpressReader.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WordpressReader",
  "name" : "WordpressReader",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "WordpressReader",
      "targets" : [
        "WordpressReader"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "WordpressReaderTests",
      "module_type" : "SwiftTarget",
      "name" : "WordpressReaderTests",
      "path" : "Tests/WordpressReaderTests",
      "sources" : [
        "WordpressReaderTests.swift"
      ],
      "target_dependencies" : [
        "WordpressReader"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WordpressReader",
      "module_type" : "SwiftTarget",
      "name" : "WordpressReader",
      "path" : "Sources/WordpressReader",
      "product_memberships" : [
        "WordpressReader"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/WordpressReader/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Extensions/ParameterLabels.swift",
        "Extensions/URL-extension.swift",
        "Extensions/URLSession+async.swift",
        "Protocols/WordpressContent.swift",
        "Protocols/WordpressItem.swift",
        "Protocols/WordpressTaxonomy.swift",
        "RenderedContent.swift",
        "WordpressCategory.swift",
        "WordpressDate.swift",
        "WordpressExamples.swift",
        "WordpressIcon.swift",
        "WordpressLogo.swift",
        "WordpressPage.swift",
        "WordpressPost.swift",
        "WordpressQueryItem.swift",
        "WordpressReaderError.swift",
        "WordpressRequest.swift",
        "WordpressSettings.swift",
        "WordpressSite+async-internal.swift",
        "WordpressSite+async-public.swift",
        "WordpressSite+closures.swift",
        "WordpressSite.swift",
        "WordpressTag.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/25] Emitting module WordpressReader
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[5/28] Compiling WordpressReader WordpressContent.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[6/28] Compiling WordpressReader WordpressItem.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[7/28] Compiling WordpressReader WordpressTaxonomy.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[8/28] Compiling WordpressReader WordpressSite.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[9/28] Compiling WordpressReader WordpressTag.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[10/28] Compiling WordpressReader resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[11/28] Compiling WordpressReader WordpressPage.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[12/28] Compiling WordpressReader WordpressPost.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[13/28] Compiling WordpressReader WordpressQueryItem.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[14/28] Compiling WordpressReader ParameterLabels.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[15/28] Compiling WordpressReader URL-extension.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[16/28] Compiling WordpressReader URLSession+async.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[17/28] Compiling WordpressReader RenderedContent.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[18/28] Compiling WordpressReader WordpressCategory.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[19/28] Compiling WordpressReader WordpressDate.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[20/28] Compiling WordpressReader WordpressReaderError.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[21/28] Compiling WordpressReader WordpressRequest.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[22/28] Compiling WordpressReader WordpressSettings.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[23/28] Compiling WordpressReader WordpressExamples.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[24/28] Compiling WordpressReader WordpressIcon.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[25/28] Compiling WordpressReader WordpressLogo.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[26/28] Compiling WordpressReader WordpressSite+async-internal.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[27/28] Compiling WordpressReader WordpressSite+async-public.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[28/28] Compiling WordpressReader WordpressSite+closures.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/23] Emitting module WordpressReader
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[3/26] Compiling WordpressReader WordpressExamples.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[4/26] Compiling WordpressReader WordpressIcon.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[5/26] Compiling WordpressReader WordpressLogo.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[6/26] Compiling WordpressReader ParameterLabels.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[7/26] Compiling WordpressReader URL-extension.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[8/26] Compiling WordpressReader URLSession+async.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[9/26] Compiling WordpressReader RenderedContent.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[10/26] Compiling WordpressReader WordpressCategory.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[11/26] Compiling WordpressReader WordpressDate.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[12/26] Compiling WordpressReader WordpressPage.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[13/26] Compiling WordpressReader WordpressPost.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[14/26] Compiling WordpressReader WordpressQueryItem.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[15/26] Compiling WordpressReader WordpressContent.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[16/26] Compiling WordpressReader WordpressItem.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[17/26] Compiling WordpressReader WordpressTaxonomy.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[18/26] Compiling WordpressReader WordpressSite+async-internal.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[19/26] Compiling WordpressReader WordpressSite+async-public.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[20/26] Compiling WordpressReader WordpressSite+closures.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[21/26] Compiling WordpressReader WordpressReaderError.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[22/26] Compiling WordpressReader WordpressRequest.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[23/26] Compiling WordpressReader WordpressSettings.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[24/26] Compiling WordpressReader WordpressSite.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[25/26] Compiling WordpressReader WordpressTag.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
[26/26] Compiling WordpressReader resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/WordpressReader/WordpressQueryItem.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// Enumeration of sorting attributes for Wordpress objects.
BUILD FAILURE 6.1 wasm