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 main (3c7bc4), with Swift 6.2 for Android on 2 Dec 2025 06:07:34 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/iAmMccc/SmartCodable.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/iAmMccc/SmartCodable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3c7bc43 Update README.md
Cloned https://github.com/iAmMccc/SmartCodable.git
Revision (git rev-parse @):
3c7bc43618a9432b28de89ceed55ad9e597f1c1b
SUCCESS checkout https://github.com/iAmMccc/SmartCodable.git at main
========================================
Build
========================================
Selected platform:         android
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-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c3fe93b3f7c9edfd66b4287786a9b8caf7805f96d7219e301e257b4e0de911bb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/swiftlang/swift-syntax
[1/73002] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (8.90s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (11.81s)
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.1-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2.1-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.51s)
Building for debugging...
[0/9] Write sources
[5/9] Write swift-version--6B0C4D200E742BB1.txt
[7/105] Compiling SmartCodableMacros PatternBindingSyntax+Extension.swift
[8/105] Compiling SmartCodableMacros ModelMemberPropertyContainer.swift
[9/105] Compiling SmartCodableMacros Plugin.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 SmartCodableMacros MacroError.swift
[12/105] Emitting module SmartCodableMacros
/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>
[14/106] 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 |
[15/106] 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 |
[16/106] 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 |
[17/106] 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 |
[18/106] 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 |
[19/106] 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 |
[20/112] 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 |
[21/112] 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 |
[22/112] 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 |
[23/112] 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 |
[24/112] 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 |
[25/112] 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 |
[26/112] 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 |
[27/112] 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 |
[28/112] 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 |
[29/112] 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 |
[30/112] 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 |
[31/112] 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 |
[32/112] 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 |
[33/112] 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 |
[34/112] 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 |
[35/112] 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 |
[36/112] 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 |
[37/112] 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 |
[38/112] 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 |
[38/112] Wrapping AST for SmartCodableMacros for debugging
[39/112] Write Objects.LinkFileList
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/112] 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 |
[42/112] 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 |
[43/112] 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 |
[44/112] 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 |
[45/112] 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 |
[46/112] 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 |
[47/112] 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 |
[48/112] 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 |
[49/112] 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 |
[50/112] 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 |
[51/112] 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 |
[52/112] 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 |
[53/112] 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 |
[54/112] 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 |
[55/112] 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 |
[56/112] 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 |
[57/112] 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 |
[58/112] 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 |
[59/112] 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 |
[60/112] 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 |
[61/112] 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 |
[62/112] 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 |
[63/112] 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 |
[64/112] 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 |
[65/112] 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 |
[66/112] 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 |
[66/112] Linking SmartCodableMacros-tool
error: emit-module command failed with exit code 1 (use -v to see invocation)
[67/112] 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 |
BUILD FAILURE 6.2 android