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 SmartCodable, reference 5.1.7 (a0efc2), with Swift 6.2 for Wasm on 24 Nov 2025 14:59:56 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.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/iAmMccc/SmartCodable.git
Reference: 5.1.7
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/iAmMccc/SmartCodable
 * tag               5.1.7      -> FETCH_HEAD
HEAD is now at a0efc2c V5.1.7
Cloned https://github.com/iAmMccc/SmartCodable.git
Revision (git rev-parse @):
a0efc2c1c6ae7f0658a430e7c59044a4d6e2e94f
SUCCESS checkout https://github.com/iAmMccc/SmartCodable.git at 5.1.7
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/iAmMccc/SmartCodable.git
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.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:302e3f347c593123f3d337e3da1bfe6e802bb8867614e9dfa745c72e13ca8eeb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
warning: multiple Swift SDKs match target triple `wasm32-unknown-wasip1` and host triple x86_64-unknown-linux-gnu, selected one at /root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/swift-sdk.json
Fetching https://github.com/swiftlang/swift-syntax
[1/72982] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (10.12s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (14.27s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.76s)
Building for debugging...
[0/9] Write sources
[5/9] Write swift-version-24593BA9C3E375BF.txt
[7/105] Compiling SmartCodableMacros Plugin.swift
[8/105] Compiling SmartCodableMacros PatternBindingSyntax+Extension.swift
[9/105] Compiling SmartCodableMacros ModelMemberPropertyContainer.swift
[10/105] Compiling SmartCodableMacros SmartSubclassMacro.swift
/host/spi-builder-workspace/Sources/SmartCodableMacros/SmartSubclassMacro.swift:15:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
 13 |
 14 | /// A macro that automatically implements SmartCodable inheritance support
 15 | public struct SmartSubclassMacro: MemberMacro {
    |               `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
 16 |     public static func expansion(
 17 |         of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 |   public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
  |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
  |             `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[11/105] Compiling SmartCodable JSONFuture.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[12/105] Compiling SmartCodable SmartJSONEncoder.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[13/105] Compiling SmartCodable SmartKeyEncodingStrategy.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[14/105] Compiling SmartCodable JSONExtractor.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[15/105] Compiling SmartCodable JSONValue+Extension.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[16/105] Compiling SmartCodable JSONValue.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[17/111] Compiling SmartCodable JSONKeyedEncodingContainer.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[18/111] Compiling SmartCodable JSONSingleValueEncodingContainer.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[19/111] Compiling SmartCodable JSONUnkeyedEncodingContainer.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[20/111] Compiling SmartCodable EncodingCache.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[21/111] Compiling SmartCodable JSONEncoderImpl.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[22/111] Compiling SmartCodable _SpecialTreatmentEncoder.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[23/111] Compiling SmartCodable JSONDecoderImpl.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[24/111] Compiling SmartCodable KeysMapper.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[25/111] Compiling SmartCodable SmartJSONDecoder.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[26/111] Compiling SmartCodable SmartKeyDecodingStrategy.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[27/111] Compiling SmartCodable Patcher+Provider.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[28/111] Compiling SmartCodable Patcher+Transformer.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[29/111] Compiling SmartCodable Patcher.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[30/111] Compiling SmartCodable SmartIgnored.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[31/111] Compiling SmartCodable SmartPublished.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[32/111] Compiling SmartCodable LogCache.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[33/111] Compiling SmartCodable LogContainer.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[34/111] Compiling SmartCodable LogItem.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[35/111] Compiling SmartCodable SafeDictionary.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[36/111] Compiling SmartCodable SmartSentinel.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[37/111] Compiling SmartCodable SmartCodable.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[38/111] Compiling SmartCodable SmartCodableOptions.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[39/111] Compiling SmartCodable SmartDecodable.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[40/111] Compiling SmartCodable SmartEncodable.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[41/111] Compiling SmartCodable SmartUpdater.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[42/111] Emitting module SmartCodable
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[43/111] Compiling SmartCodable Cachable.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[44/111] Compiling SmartCodable DecodingCache.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[45/111] Compiling SmartCodable DecodingError+Extension.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[46/111] Compiling SmartCodable JSONDecoderImpl+KeyedContainer.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[47/111] Compiling SmartCodable JSONDecoderImpl+SingleValueContainer.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[48/111] Compiling SmartCodable JSONDecoderImpl+UnkeyedContainer.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[49/111] Compiling SmartCodable JSONDecoderImpl+Unwrap.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[50/111] Compiling SmartCodable PropertyWrapperProtocol.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[51/111] Compiling SmartCodable SmartAny.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[52/111] Compiling SmartCodable SmartAnyImpl.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[53/111] Compiling SmartCodable SmartDate.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[54/111] Compiling SmartCodable SmartFlat.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[55/111] Compiling SmartCodable SmartHexColor.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[56/111] Compiling SmartCodable SmartCaseDefaultable.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[57/111] Compiling SmartCodable DataTransformer.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[58/111] Compiling SmartCodable DateTransformer.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[59/111] Compiling SmartCodable HexColorTransformer.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[60/111] Compiling SmartCodable Transformer.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
[61/111] Compiling SmartCodable URLTransformer.swift
/host/spi-builder-workspace/Sources/SmartCodable/Core/PropertyWrapper/SmartPublished.swift:9:8: error: no such module 'SwiftUI'
  7 |
  8 | import Foundation
  9 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 10 | import Combine
 11 |
BUILD FAILURE 6.2 wasm