Build Information
Failed to build SmartCodable, reference 5.1.7 (a0efc2), with Swift 6.2 for Android on 24 Nov 2025 15:00:36 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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build 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: 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-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: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/72982] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (9.90s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (15.01s)
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.90s)
Building for debugging...
[0/9] Write sources
[5/9] Write swift-version--6B0C4D200E742BB1.txt
[7/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>
[8/105] Compiling SmartCodableMacros ModelMemberPropertyContainer.swift
[9/105] Compiling SmartCodableMacros PatternBindingSyntax+Extension.swift
[10/105] Compiling SmartCodableMacros Plugin.swift
[11/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>
[12/105] 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 |
[13/105] 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 |
[14/105] 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 |
[15/105] 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 |
[16/105] 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 |
[17/105] 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 |
[18/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 |
[19/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 |
[20/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 |
[21/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 |
[22/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 |
[23/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 |
[24/111] Compiling SmartCodableMacros MacroError.swift
[25/111] 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 |
[26/111] 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 |
[27/111] 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 |
[28/111] 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 |
[29/111] 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 |
[30/111] 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 |
[31/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 |
[32/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 |
[33/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 |
[34/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 |
[35/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 |
[36/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 |
[37/111] 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 |
[38/111] 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 |
[39/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 |
[40/111] 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 |
[41/111] 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 |
[42/111] 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 |
[43/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 |
[44/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 |
[45/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 |
[46/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 |
[47/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 |
[48/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 |
[49/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 |
[50/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 |
[51/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 |
[52/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 |
[53/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 |
[54/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 |
[55/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 |
[56/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[57/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 |
[58/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 |
[59/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 |
[60/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 |
[61/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 |
[62/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 |
[63/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 |
BUILD FAILURE 6.2 android