The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Eureka, reference 5.5.0 (028ef8), with Swift 6.1 for Android on 29 May 2025 10:04:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/xmartlabs/Eureka.git
Reference: 5.5.0
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/xmartlabs/Eureka
 * tag               5.5.0      -> FETCH_HEAD
HEAD is now at 028ef8e Added change number for last commit (#2258)
Cloned https://github.com/xmartlabs/Eureka.git
Revision (git rev-parse @):
028ef8e3191a256b8f6b8bb6b9496efcb0762dbc
SUCCESS checkout https://github.com/xmartlabs/Eureka.git at 5.5.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/xmartlabs/Eureka.git
https://github.com/xmartlabs/Eureka.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Eureka",
  "name" : "Eureka",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Eureka",
      "targets" : [
        "Eureka"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EurekaTests",
      "module_type" : "SwiftTarget",
      "name" : "EurekaTests",
      "path" : "Tests",
      "sources" : [
        "BaseEurekaTests.swift",
        "CallbacksTests.swift",
        "CollectionTests.swift",
        "DateTests.swift",
        "FormValuesTests.swift",
        "HelperMethodTests.swift",
        "HiddenRowsTests.swift",
        "MultivaluedSectionTests.swift",
        "OperatorsTest.swift",
        "ResultBuildersTests.swift",
        "RowByTagTests.swift",
        "RowCallbackTests.swift",
        "RowsInsertionTests.swift",
        "SectionsInsertionTests.swift",
        "SelectableSectionTests.swift",
        "SetValuesTests.swift",
        "ValidationsTests.swift"
      ],
      "target_dependencies" : [
        "Eureka"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Eureka",
      "module_type" : "SwiftTarget",
      "name" : "Eureka",
      "path" : "Source",
      "product_memberships" : [
        "Eureka"
      ],
      "sources" : [
        "Core/BaseRow.swift",
        "Core/Cell.swift",
        "Core/CellType.swift",
        "Core/Core.swift",
        "Core/Form.swift",
        "Core/HeaderFooterView.swift",
        "Core/Helpers.swift",
        "Core/InlineRowType.swift",
        "Core/NavigationAccessoryView.swift",
        "Core/Operators.swift",
        "Core/PresenterRowType.swift",
        "Core/ResultBuilders.swift",
        "Core/Row.swift",
        "Core/RowControllerType.swift",
        "Core/RowProtocols.swift",
        "Core/RowType.swift",
        "Core/Section.swift",
        "Core/SelectableRowType.swift",
        "Core/SelectableSection.swift",
        "Core/SwipeActions.swift",
        "Core/Validation.swift",
        "Rows/ActionSheetRow.swift",
        "Rows/AlertRow.swift",
        "Rows/ButtonRow.swift",
        "Rows/ButtonRowWithPresent.swift",
        "Rows/CheckRow.swift",
        "Rows/Common/AlertOptionsRow.swift",
        "Rows/Common/DateFieldRow.swift",
        "Rows/Common/DateInlineFieldRow.swift",
        "Rows/Common/DecimalFormatter.swift",
        "Rows/Common/FieldRow.swift",
        "Rows/Common/GenericMultipleSelectorRow.swift",
        "Rows/Common/OptionsRow.swift",
        "Rows/Common/Protocols.swift",
        "Rows/Common/SelectorRow.swift",
        "Rows/Controllers/MultipleSelectorViewController.swift",
        "Rows/Controllers/SelectorAlertController.swift",
        "Rows/Controllers/SelectorViewController.swift",
        "Rows/DateInlineRow.swift",
        "Rows/DatePickerRow.swift",
        "Rows/DateRow.swift",
        "Rows/DoublePickerInputRow.swift",
        "Rows/DoublePickerRow.swift",
        "Rows/FieldsRow.swift",
        "Rows/LabelRow.swift",
        "Rows/MultipleSelectorRow.swift",
        "Rows/PickerInlineRow.swift",
        "Rows/PickerInputRow.swift",
        "Rows/PickerRow.swift",
        "Rows/PopoverSelectorRow.swift",
        "Rows/PushRow.swift",
        "Rows/SegmentedRow.swift",
        "Rows/SelectableRows/ListCheckRow.swift",
        "Rows/SliderRow.swift",
        "Rows/StepperRow.swift",
        "Rows/SwitchRow.swift",
        "Rows/TextAreaRow.swift",
        "Rows/TriplePickerInputRow.swift",
        "Rows/TriplePickerRow.swift",
        "Validations/RuleClosure.swift",
        "Validations/RuleEmail.swift",
        "Validations/RuleEqualsToRow.swift",
        "Validations/RuleLength.swift",
        "Validations/RuleRange.swift",
        "Validations/RuleRegExp.swift",
        "Validations/RuleRequired.swift",
        "Validations/RuleURL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/62] Emitting module Eureka
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[4/70] Compiling Eureka RuleClosure.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[5/70] Compiling Eureka RuleEmail.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[6/70] Compiling Eureka RuleEqualsToRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[7/70] Compiling Eureka RuleLength.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[8/70] Compiling Eureka RuleRange.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[9/70] Compiling Eureka RuleRegExp.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[10/70] Compiling Eureka RuleRequired.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[11/70] Compiling Eureka RuleURL.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[12/70] Compiling Eureka FieldsRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[13/70] Compiling Eureka LabelRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[14/70] Compiling Eureka MultipleSelectorRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[15/70] Compiling Eureka PickerInlineRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[16/70] Compiling Eureka PickerInputRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[17/70] Compiling Eureka PickerRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[18/70] Compiling Eureka PopoverSelectorRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[19/70] Compiling Eureka PushRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[20/70] Compiling Eureka SegmentedRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[21/70] Compiling Eureka ListCheckRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[22/70] Compiling Eureka SliderRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[23/70] Compiling Eureka StepperRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[24/70] Compiling Eureka SwitchRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[25/70] Compiling Eureka TextAreaRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[26/70] Compiling Eureka TriplePickerInputRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[27/70] Compiling Eureka TriplePickerRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[28/70] Compiling Eureka MultipleSelectorViewController.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[29/70] Compiling Eureka SelectorAlertController.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[30/70] Compiling Eureka SelectorViewController.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[31/70] Compiling Eureka DateInlineRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[32/70] Compiling Eureka DatePickerRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[33/70] Compiling Eureka DateRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[34/70] Compiling Eureka DoublePickerInputRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[35/70] Compiling Eureka DoublePickerRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[36/70] Compiling Eureka DateFieldRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[37/70] Compiling Eureka DateInlineFieldRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[38/70] Compiling Eureka DecimalFormatter.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[39/70] Compiling Eureka FieldRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[40/70] Compiling Eureka GenericMultipleSelectorRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[41/70] Compiling Eureka OptionsRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[42/70] Compiling Eureka Protocols.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[43/70] Compiling Eureka SelectorRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[44/70] Compiling Eureka SelectableSection.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[45/70] Compiling Eureka SwipeActions.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[46/70] Compiling Eureka Validation.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[47/70] Compiling Eureka ActionSheetRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[48/70] Compiling Eureka AlertRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[49/70] Compiling Eureka ButtonRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[50/70] Compiling Eureka ButtonRowWithPresent.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[51/70] Compiling Eureka CheckRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[52/70] Compiling Eureka AlertOptionsRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[53/70] Compiling Eureka Operators.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[54/70] Compiling Eureka PresenterRowType.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[55/70] Compiling Eureka ResultBuilders.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[56/70] Compiling Eureka Row.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[57/70] Compiling Eureka RowControllerType.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[58/70] Compiling Eureka RowProtocols.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[59/70] Compiling Eureka RowType.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[60/70] Compiling Eureka Section.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[61/70] Compiling Eureka SelectableRowType.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[62/70] Compiling Eureka BaseRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[63/70] Compiling Eureka Cell.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[64/70] Compiling Eureka CellType.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[65/70] Compiling Eureka Core.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[66/70] Compiling Eureka Form.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[67/70] Compiling Eureka HeaderFooterView.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[68/70] Compiling Eureka Helpers.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[69/70] Compiling Eureka InlineRowType.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[70/70] Compiling Eureka NavigationAccessoryView.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/61] Compiling Eureka FieldsRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[3/61] Compiling Eureka LabelRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[4/61] Compiling Eureka MultipleSelectorRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[5/61] Compiling Eureka PickerInlineRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[6/61] Compiling Eureka PickerInputRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[7/61] Compiling Eureka PickerRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[8/61] Compiling Eureka PopoverSelectorRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[9/61] Compiling Eureka PushRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[10/69] Compiling Eureka MultipleSelectorViewController.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[11/69] Compiling Eureka SelectorAlertController.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[12/69] Compiling Eureka SelectorViewController.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[13/69] Compiling Eureka DateInlineRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[14/69] Compiling Eureka DatePickerRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[15/69] Compiling Eureka DateRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[16/69] Compiling Eureka DoublePickerInputRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[17/69] Compiling Eureka DoublePickerRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[18/69] Compiling Eureka Operators.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[19/69] Compiling Eureka PresenterRowType.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[20/69] Compiling Eureka ResultBuilders.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[21/69] Compiling Eureka Row.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[22/69] Compiling Eureka RowControllerType.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[23/69] Compiling Eureka RowProtocols.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[24/69] Compiling Eureka RowType.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[25/69] Compiling Eureka Section.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[26/69] Compiling Eureka SelectableRowType.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[27/69] Compiling Eureka RuleClosure.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[28/69] Compiling Eureka RuleEmail.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[29/69] Compiling Eureka RuleEqualsToRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[30/69] Compiling Eureka RuleLength.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[31/69] Compiling Eureka RuleRange.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[32/69] Compiling Eureka RuleRegExp.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[33/69] Compiling Eureka RuleRequired.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[34/69] Compiling Eureka RuleURL.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[35/69] Compiling Eureka SelectableSection.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[36/69] Compiling Eureka SwipeActions.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[37/69] Compiling Eureka Validation.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[38/69] Compiling Eureka ActionSheetRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[39/69] Compiling Eureka AlertRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[40/69] Compiling Eureka ButtonRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[41/69] Compiling Eureka ButtonRowWithPresent.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[42/69] Compiling Eureka CheckRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[43/69] Compiling Eureka AlertOptionsRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[44/69] Compiling Eureka DateFieldRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[45/69] Compiling Eureka DateInlineFieldRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[46/69] Compiling Eureka DecimalFormatter.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[47/69] Compiling Eureka FieldRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[48/69] Compiling Eureka GenericMultipleSelectorRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[49/69] Compiling Eureka OptionsRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[50/69] Compiling Eureka Protocols.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[51/69] Compiling Eureka SelectorRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[52/69] Emitting module Eureka
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[53/69] Compiling Eureka SegmentedRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[54/69] Compiling Eureka ListCheckRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[55/69] Compiling Eureka SliderRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[56/69] Compiling Eureka StepperRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[57/69] Compiling Eureka SwitchRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[58/69] Compiling Eureka TextAreaRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[59/69] Compiling Eureka TriplePickerInputRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[60/69] Compiling Eureka TriplePickerRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[61/69] Compiling Eureka BaseRow.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[62/69] Compiling Eureka Cell.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[63/69] Compiling Eureka CellType.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[64/69] Compiling Eureka Core.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[65/69] Compiling Eureka Form.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[66/69] Compiling Eureka HeaderFooterView.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[67/69] Compiling Eureka Helpers.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[68/69] Compiling Eureka InlineRowType.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
[69/69] Compiling Eureka NavigationAccessoryView.swift
/host/spi-builder-workspace/Source/Core/BaseRow.swift:26:8: error: no such module 'UIKit'
 24 |
 25 | import Foundation
 26 | import UIKit
    |        `- error: no such module 'UIKit'
 27 |
 28 | open class BaseRow: BaseRowType {
BUILD FAILURE 6.1 android