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 Inspector, reference 3.3.0 (eadf77), with Swift 6.1 for Android on 28 May 2025 18:44:06 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/ipedro/Inspector.git
Reference: 3.3.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/ipedro/Inspector
 * tag               3.3.0      -> FETCH_HEAD
HEAD is now at eadf771 Merge branch 'develop'
Cloned https://github.com/ipedro/Inspector.git
Revision (git rev-parse @):
eadf7714e301ad55986ba951f68a249434538242
SUCCESS checkout https://github.com/ipedro/Inspector.git at 3.3.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ipedro/Inspector.git
https://github.com/ipedro/Inspector.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "uikeycommandtableview",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ipedro/UIKeyCommandTableView.git"
    },
    {
      "identity" : "uikeyboardanimatable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ipedro/UIKeyboardAnimatable.git"
    },
    {
      "identity" : "uikitoptions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ipedro/UIKitOptions.git"
    },
    {
      "identity" : "coordinator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ipedro/Coordinator.git"
    }
  ],
  "manifest_display_name" : "Inspector",
  "name" : "Inspector",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Inspector",
      "targets" : [
        "Inspector"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "InspectorDynamic",
      "targets" : [
        "Inspector"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "InspectorTests",
      "module_type" : "SwiftTarget",
      "name" : "InspectorTests",
      "path" : "Tests/InspectorTests",
      "sources" : [
        "InspectorTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Inspector"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Inspector",
      "module_type" : "SwiftTarget",
      "name" : "Inspector",
      "path" : "Sources/Inspector",
      "product_dependencies" : [
        "UIKeyCommandTableView",
        "UIKeyboardAnimatable",
        "UIKitOptions",
        "Coordinator"
      ],
      "product_memberships" : [
        "Inspector",
        "InspectorDynamic"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Inspector/Resources/ElementLibrary.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/Inspector/Resources/Symbols.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CommonUI/Bases/BaseCardView.swift",
        "CommonUI/Bases/BaseControl.swift",
        "CommonUI/Bases/BaseFormControl.swift",
        "CommonUI/Bases/BaseView.swift",
        "CommonUI/Bases/ScrollingStackView.swift",
        "CommonUI/Controls/AccessoryControl.swift",
        "CommonUI/Controls/ColorPreviewControl.swift",
        "CommonUI/Controls/DirectionalEdgeInsetsControl.swift",
        "CommonUI/Controls/EdgeInsetsControl.swift",
        "CommonUI/Controls/ImagePreviewControl.swift",
        "CommonUI/Controls/NoteControl.swift",
        "CommonUI/Controls/OffsetControl.swift",
        "CommonUI/Controls/OptionListControl.swift",
        "CommonUI/Controls/PointControl.swift",
        "CommonUI/Controls/RectControl.swift",
        "CommonUI/Controls/SegmentedControl.swift",
        "CommonUI/Controls/SizeControl.swift",
        "CommonUI/Controls/StepperControl.swift",
        "CommonUI/Controls/StepperPairControl.swift",
        "CommonUI/Controls/TextFieldControl.swift",
        "CommonUI/Controls/TextViewControl.swift",
        "CommonUI/Controls/ToggleControl.swift",
        "CommonUI/Enums/Animation.swift",
        "CommonUI/Enums/ThumbnailBackgroundStyle.swift",
        "CommonUI/Icons/Icon.Glyph.swift",
        "CommonUI/Icons/Icon.swift",
        "CommonUI/Icons/IconButton.swift",
        "CommonUI/Icons/IconKit.swift",
        "CommonUI/SectionHeader/SectionHeader.swift",
        "CommonUI/SeparatorView/SeparatorView.swift",
        "CommonUI/SizeInspectorViews/LengthMeasurementView+ArrowView.swift",
        "CommonUI/SizeInspectorViews/LengthMeasurementView.swift",
        "CommonUI/SizeInspectorViews/SizeInspectorView.swift",
        "CommonUI/ViewHierarchyElement/LiveViewHierarchyElementThumbnailView.swift",
        "CommonUI/ViewHierarchyElement/ViewHierarchyElementDescriptionView.swift",
        "CommonUI/ViewHierarchyElement/ViewHierarchyElementThumbnailView.swift",
        "CommonUI/ViewHierarchyElement/ViewHierarchyThumbnailViewController.swift",
        "Configuration/InspectorAppearance.swift",
        "Configuration/InspectorColorStyle.swift",
        "Configuration/InspectorConfiguration+KeyCommandSettings.swift",
        "Configuration/InspectorConfiguration.swift",
        "ConsoleLogger/ConsoleLogger.swift",
        "ElementInspector/Configuration/ElementInspectorAppearance.swift",
        "ElementInspector/Configuration/ElementInspectorConfiguration.swift",
        "ElementInspector/Coordinators/ElementInspectorCoordinator+ElementInspectorFormPanelDelegate.swift",
        "ElementInspector/Coordinators/ElementInspectorCoordinator+ElementInspectorNavigationControllerDismissDelegate.swift",
        "ElementInspector/Coordinators/ElementInspectorCoordinator+ElementInspectorViewControllerDelegate.swift",
        "ElementInspector/Coordinators/ElementInspectorCoordinator+OperationQueueManagerProtocol.swift",
        "ElementInspector/Coordinators/ElementInspectorCoordinator.swift",
        "ElementInspector/Enums/ElementInspectorPanel.swift",
        "ElementInspector/Enums/ElementInspectorPanelListState.swift",
        "ElementInspector/Enums/ElementInspectorPanelSelectionMode.swift",
        "ElementInspector/Enums/InspectorElementItemSeparatorStyle.swift",
        "ElementInspector/Enums/InspectorElementSectionState.swift",
        "ElementInspector/Protocols/ElementInspectorFormPanelDataSource.swift",
        "ElementInspector/Protocols/ElementInspectorPanelViewControllerProtocol.swift",
        "ElementInspector/Protocols/InspectorElementSectionView.swift",
        "ElementInspector/Submodules/ChildrenPanel/Enums/ElementChildrenPanelAction.swift",
        "ElementInspector/Submodules/ChildrenPanel/ViewControllers/ElementChildrenPanelViewController+UITableViewDataSource.swift",
        "ElementInspector/Submodules/ChildrenPanel/ViewControllers/ElementChildrenPanelViewController+UITableViewDelegate.swift",
        "ElementInspector/Submodules/ChildrenPanel/ViewControllers/ElementChildrenPanelViewController.swift",
        "ElementInspector/Submodules/ChildrenPanel/ViewModels/CellViewModel.swift",
        "ElementInspector/Submodules/ChildrenPanel/ViewModels/ElementChildrenPanelViewModel.swift",
        "ElementInspector/Submodules/ChildrenPanel/Views/ElementChildrenPanelTableViewCodeCell.swift",
        "ElementInspector/Submodules/ChildrenPanel/Views/ElementChildrenPanelViewCode.swift",
        "ElementInspector/Submodules/FormPanel/DataSource/DefaultFormPanelDataSource.swift",
        "ElementInspector/Submodules/FormPanel/ElementInspectorFormPanelViewController+InspectorElementSectionViewControllerDelegate.swift",
        "ElementInspector/Submodules/FormPanel/ElementInspectorFormPanelViewController.swift",
        "ElementInspector/Submodules/FormPanel/InspectorElementSectionViewController.swift",
        "ElementInspector/ViewControllers/ElementInspectorNavigationController.swift",
        "ElementInspector/ViewControllers/ElementInspectorPanelViewController.swift",
        "ElementInspector/ViewControllers/ElementInspectorViewController.swift",
        "ElementInspector/ViewModel/ElementInspectorViewModel.swift",
        "ElementInspector/Views/ElementInspectorViewCode+Content.swift",
        "ElementInspector/Views/ElementInspectorViewCode.swift",
        "ElementInspector/Views/InspectorElementKeyCommandSectionView.swift",
        "ElementInspector/Views/InspectorElementLayoutConstraintSectionView.swift",
        "ElementInspector/Views/InspectorElementSectionFormView.swift",
        "ElementInspector/Views/ToogleCollapseButton.swift",
        "ElementLibraries/DefaultElementAttributesLibrary.swift",
        "ElementLibraries/DefaultElementIdentityLibrary.swift",
        "ElementLibraries/DefaultElementSizeLibrary.swift",
        "ElementLibraries/Sections/Attributes/ActivityIndicatorViewAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/ApplicationAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/ApplicationShortcutItemSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/ButtonAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/ControlAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/DatePickerAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/ImageViewAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/KeyCommandsSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/LabelAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/LayerAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/MapViewAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/NavigationBarAppearanceAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/NavigationBarAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/NavigationControllerAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/NavigationItemAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/ScrollViewAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/SegmentedControlAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/SliderAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/StackViewAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/SwitchAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/TabBarAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/TabBarItemAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/TableViewAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/TextFieldAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/TextViewAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/ViewAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/ViewControllerAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Attributes/WindowAttributesSectionDataSource.swift",
        "ElementLibraries/Sections/Identity/HierarchyIdentitySectionDataSource.swift",
        "ElementLibraries/Sections/Identity/HighlightViewSectionDataSource.swift",
        "ElementLibraries/Sections/Identity/PreviewIdentitySectionDataSource.swift",
        "ElementLibraries/Sections/Identity/RuntimeAttributesIdentitySectionDataSource.swift",
        "ElementLibraries/Sections/Size/ButtonSizeSectionDataSource.swift",
        "ElementLibraries/Sections/Size/ContentLayoutPrioritySizeSectionDataSource.swift",
        "ElementLibraries/Sections/Size/LabelSizeSectionDataSource.swift",
        "ElementLibraries/Sections/Size/LayoutConstraintSizeSectionDataSource.swift",
        "ElementLibraries/Sections/Size/ScrollViewSizeSectionDataSource.swift",
        "ElementLibraries/Sections/Size/SegmentedControlSizeSectionDataSource.swift",
        "ElementLibraries/Sections/Size/TableViewSizeSectionDataSource.swift",
        "ElementLibraries/Sections/Size/ViewFrameSizeSectionDataSource.swift",
        "Extensions/Array/Array+Inserting.swift",
        "Extensions/Array/Array+InspectorElementLibraryProtocol.swift",
        "Extensions/Array/Array+UIKeyCommand.swift",
        "Extensions/Array/Array+UniqueValues.swift",
        "Extensions/BinaryFloatingPoint/BinaryFloatingPoint+String.swift",
        "Extensions/CACornerMask/CACornerMask+UIRectCorner.swift",
        "Extensions/CGRect/CGRect+Hashable.swift",
        "Extensions/CGSize/CGSize+Sizes.swift",
        "Extensions/CharacterSet/CharacterSet+AllCharacters.swift",
        "Extensions/IndexPath/IndexPath+FirstRow.swift",
        "Extensions/InspectorElementViewModelProperty/InspectorElementViewModelProperty+Color.swift",
        "Extensions/InspectorElementViewModelProperty/InspectorElementViewModelProperty+Font.swift",
        "Extensions/InspectorElementViewModelProperty/InspectorElementViewModelProperty+Hashable.swift",
        "Extensions/InspectorElementViewModelProperty/InspectorElementViewModelProperty+SegmentedControl.swift",
        "Extensions/InspectorElementViewModelProperty/InspectorElementViewModelProperty+Stepper.swift",
        "Extensions/InspectorElementViewModelProperty/InspectorElementViewModelProperty+TextView.swift",
        "Extensions/Int/Int+CGFloat.swift",
        "Extensions/Int/Int+String.swift",
        "Extensions/MKMapView/MKMapView+CaseIterable.swift",
        "Extensions/MKMapView/MKMapView+CustomStringConvertible.swift",
        "Extensions/NSDirectionalEdgeInsets/NSDirectionalEdgeInsets+Update.swift",
        "Extensions/NSLayoutConstraint/Attribute/NSLayoutConstraint+Attribute.swift",
        "Extensions/NSLayoutConstraint/Axis/NSLayoutConstraint+Axis+CaseIterable.swift",
        "Extensions/NSLayoutConstraint/Axis/NSLayoutConstraint+Axis+SegmentedControlDisplayable.swift",
        "Extensions/NSLayoutConstraint/NSLayoutConstraint+SafeIdentifier.swift",
        "Extensions/NSLayoutConstraint/Relation/NSLayoutConstraint+Relation+CaseIterable.swift",
        "Extensions/NSLayoutConstraint/Relation/NSLayoutConstraint+Relation+CustomStringConvertible.swift",
        "Extensions/NSObject/NSObject+ClassesForCoder.swift",
        "Extensions/NSObject/NSObject+Create.swift",
        "Extensions/NSObject/NSObject+PropertyNames.swift",
        "Extensions/NSObject/NSObjectProtocoll+Debounce.swift",
        "Extensions/NSRegularExpression/NSRegularExpression+Matches.swift",
        "Extensions/NSTextAlignment/NSTextAlignment+CaseIterable.swift",
        "Extensions/NSTextAlignment/NSTextAlignment+SegmentedControlDisplayable.swift",
        "Extensions/NumberFormatter/NumberFormatter+Convenience.swift",
        "Extensions/Optional/Optional+Collection.swift",
        "Extensions/String/String+Utils.swift",
        "Extensions/UIAction/UIAction+Convenience.swift",
        "Extensions/UIActivityIndicatorView+Style/ UIActivityIndicatorView+Style+CaseIterable.swift",
        "Extensions/UIActivityIndicatorView+Style/UIActivityIndicatorView+Style+CustomStringConvertible.swift",
        "Extensions/UIBarStyle/UIBarStyle+CaseIterable.swift",
        "Extensions/UIBarStyle/UIBarStyle+CustomStringConvertible.swift",
        "Extensions/UIBlurEffect/Style/UIBlurEffect.Style+CaseIterable.swift",
        "Extensions/UIBlurEffect/UIBlurEffect+Style.swift",
        "Extensions/UIBlurEffect/UIBlurEffect.Style+CustomStringConvertible.swift",
        "Extensions/UIButton+ButtonType/UIButton+ButtonType+CaseIterable.swift",
        "Extensions/UIButton+ButtonType/UIButton.ButtonType+CustomStringConvertible.swift",
        "Extensions/UIColor/UIColor+Hex.swift",
        "Extensions/UIColor/UIColor+Init.swift",
        "Extensions/UIColor/UIColor+RGBA.swift",
        "Extensions/UIContextMenuConfiguration/UIContextMenuConfiguration+ViewHierarchyElement.swift",
        "Extensions/UIControl/ContentHorizontalAlignment/UIControl.ContentHorizontalAlignment+CaseIterable.swift",
        "Extensions/UIControl/ContentHorizontalAlignment/UIControl.ContentHorizontalAlignment+SegmentedControlDisplayable.swift",
        "Extensions/UIControl/ContentVerticalAlignment/UIControl.ContentVerticalAlignment+CaseIterable.swift",
        "Extensions/UIControl/ContentVerticalAlignment/UIControl.ContentVerticalAlignment+CustomStringConvertible.swift",
        "Extensions/UIControl/State/UIControl.State+CustomStringConvertible.swift",
        "Extensions/UIControl/UIControl+Animation.swift",
        "Extensions/UIDataDetectorTypes/UIDataDetectorTypes+CustomStringConvertible.swift",
        "Extensions/UIDatePicker+Mode/UIDatePicker+Mode+CaseIterable.swift",
        "Extensions/UIDatePicker+Mode/UIDatePicker+Mode+CustomStringConvertible.swift",
        "Extensions/UIDatePickerStyle/UIDatePickerStyle+CaseIterable.swift",
        "Extensions/UIDatePickerStyle/UIDatePickerStyle+CustomStringConvertible.swift",
        "Extensions/UIImage/UIImage+AssetName.swift",
        "Extensions/UIImage/UIImage+Mask.swift",
        "Extensions/UIImage/UIImage+ModuleImage.swift",
        "Extensions/UIImage/UIImage+Symbols.swift",
        "Extensions/UIKayboardAppearance/UIKeyboardAppearance+CaseIterable.swift",
        "Extensions/UIKayboardAppearance/UIKeyboardAppearance+CustomStringConvertible.swift",
        "Extensions/UIKeyCommand/UIKeyCommandOptions+Init.swift",
        "Extensions/UIKeyboardType/UIKeyboardType+CaseIterable.swift",
        "Extensions/UIKeyboardType/UIKeyboardType+CustomStringConvertible.swift",
        "Extensions/UILayoutPriority/UILayoutPriority+CaseIterable.swift",
        "Extensions/UILayoutPriority/UILayoutPriority+CustomStringConvertible.swift",
        "Extensions/UIMenu/UIMenu+ViewHierarchyElementRepresentable.swift",
        "Extensions/UIMenuElement/UIMenuElement+Convenience.swift",
        "Extensions/UIModalPresentationStyle/UIModalPresentationStyle+CaseIterable.swift",
        "Extensions/UIModalPresentationStyle/UIModalPresentationStyle+CustomStringConvertible.swift",
        "Extensions/UIModalTransitionStyle/UIModalTransitionStyle+CaseIterable.swift",
        "Extensions/UIModalTransitionStyle/UIModalTransitionStyle+CustomStringConvertible.swift",
        "Extensions/UIReturnKeyType/UIReturnKeyType+CaseIterable.swift",
        "Extensions/UIReturnKeyType/UIReturnKeyType+CustomStringConvertible.swift",
        "Extensions/UIScrollView/ContentInsetAdjustmentBehavior/UIScrollView.ContentInsetAdjustmentBehavior+CaseIterable.swift",
        "Extensions/UIScrollView/ContentInsetAdjustmentBehavior/UIScrollView.ContentInsetAdjustmentBehavior+CustomStringConvertible.swift",
        "Extensions/UIScrollView/IndicatorStyle/UIScrollView.IndicatorStyle+CaseIterable.swift",
        "Extensions/UIScrollView/IndicatorStyle/UIScrollView.IndicatorStyle+CustomStringConvertible.swift",
        "Extensions/UIScrollView/KeyboardDismissMode/UIScrollView.KeyboardDismissMode+CaseIterable.swift",
        "Extensions/UIScrollView/KeyboardDismissMode/UIScrollView.KeyboardDismissMode+CustomStringConvertible.swift",
        "Extensions/UISemanticContentAttribute/UISemanticContentAttribute+CaseIterable.swift",
        "Extensions/UISemanticContentAttribute/UISemanticContentAttribute+CustomStringConvertible.swift",
        "Extensions/UIStackView/Alignment/UIStackView.Alignment+CaseIterable.swift",
        "Extensions/UIStackView/Alignment/UIStackView.Alignment+CustomStringConvertible.swift",
        "Extensions/UIStackView/Distribution/UIStackView.Distribution+CaseIterable.swift",
        "Extensions/UIStackView/Distribution/UIStackView.Distribution+CustomStringConvertible.swift",
        "Extensions/UIStackView/UIStackView+Init.swift",
        "Extensions/UISwitch/UISwitch.Style+CaseIterable.swift",
        "Extensions/UISwitch/UISwitch.Style+SegmentedControlDisplayable.swift",
        "Extensions/UITableView/UITableView+Convenience.swift",
        "Extensions/UITextAutocapitalizationType/UITextAutocapitalizationType+CaseIterable.swift",
        "Extensions/UITextAutocapitalizationType/UITextAutocapitalizationType+CustomStringConvertible.swift",
        "Extensions/UITextAutocorrectionType/UITextAutocorrectionType+CaseIterable.swift",
        "Extensions/UITextAutocorrectionType/UITextAutocorrectionType+CustomStringConvertible.swift",
        "Extensions/UITextContentType/UITextContentType+CaseIterable.swift",
        "Extensions/UITextContentType/UITextContentType+CustomStringConvertible.swift",
        "Extensions/UITextField/BorderStyle/UITextField.BorderStyle+CaseIterable.swift",
        "Extensions/UITextField/BorderStyle/UITextField.BorderStyle+SegmentedControlDisplayable.swift",
        "Extensions/UITextField/ViewMode/UITextField.ViewMode+CaseIterable.swift",
        "Extensions/UITextField/ViewMode/UITextField.ViewMode+CustomStringConvertible.swift",
        "Extensions/UITextSmartDashesType/UITextSmartDashesType+CaseIterable.swift",
        "Extensions/UITextSmartDashesType/UITextSmartDashesType+CustomStringConvertible.swift",
        "Extensions/UITextSmartQuotesType/UITextSmartQuotesType+CaseIterable.swift",
        "Extensions/UITextSmartQuotesType/UITextSmartQuotesType+CustomStringConvertible.swift",
        "Extensions/UITextSpellCheckingType/UITextSpellCheckingType+CaseIterable.swift",
        "Extensions/UITextSpellCheckingType/UITextSpellCheckingType+CustomStringConvertible.swift",
        "Extensions/UITextView/UITextView+Init.swift",
        "Extensions/UIView/AutoresizingMask/UIView.AutoresizingMask+CaseIterable.swift",
        "Extensions/UIView/AutoresizingMask/UIView.AutoresizingMask+CustomStringConvertible.swift",
        "Extensions/UIView/ContentMode/UIView.ContentMode+CaseIterable.swift",
        "Extensions/UIView/ContentMode/UIView.ContentMode+CustomStringConvertible.swift",
        "Extensions/UIView/UIView+Convenience.swift",
        "Extensions/UIView/UIView+HightlightView.swift",
        "Extensions/UIView/UIView+Mask.swift",
        "Extensions/UIView/UIView+Snapshot.swift",
        "Extensions/UIView/UIView+Swizzling.swift",
        "Extensions/UIView/UIView+ViewHierarchyElementRepresentable.swift",
        "Extensions/UIViewController/UIViewController+Children.swift",
        "Extensions/UIViewController/UIViewController+PopoverPresentationStyle.swift",
        "Extensions/UIViewController/UIViewController+UIKeyCommand.swift",
        "Extensions/UIWindow/UIWindow+PresentedViewController.swift",
        "Extensions/ViewHierarchyLayer/ViewHierarchyLayer+Actionable.swift",
        "Extensions/ViewHierarchyLayer/ViewHierarchyLayer+AdditiveArithmetic.swift",
        "Extensions/ViewHierarchyLayer/ViewHierarchyLayer+CustomStringConvertible.swift",
        "Factories/ViewHierarchyCoordinatorFactory.swift",
        "Inspector.swift",
        "InspectorView/Coordinators/InspectorViewCoordinator.swift",
        "InspectorView/Enums/InspectorCommand.swift",
        "InspectorView/ViewControllers/InspectorViewController+UITableViewDataSource.swift",
        "InspectorView/ViewControllers/InspectorViewController+UITableViewDelegate.swift",
        "InspectorView/ViewControllers/InspectorViewController+UITableViewKeyCommandsDelegate.swift",
        "InspectorView/ViewControllers/InspectorViewController.swift",
        "InspectorView/ViewModels/CommandGroupsViewModel.swift",
        "InspectorView/ViewModels/HierarchyInspectorViewModel.swift",
        "InspectorView/ViewModels/SnapshotViewModel.swift",
        "InspectorView/Views/HierarchyInspectorActionTableViewCell.swift",
        "InspectorView/Views/HierarchyInspectorReferenceSummaryTableViewCell.swift",
        "InspectorView/Views/HierarchyInspectorSearchView.swift",
        "InspectorView/Views/HierarchyInspectorTableViewCell.swift",
        "InspectorView/Views/HierarchyInspectorTableViewHeaderView.swift",
        "InspectorView/Views/HierarchyInspectorViewCode.swift",
        "Manager/Manager+ElementInspectorCoordinatorDelegate.swift",
        "Manager/Manager+InspectorViewCoordinatorDelegate.swift",
        "Manager/Manager+KeyCommandPresentable.swift",
        "Manager/Manager+ViewHierarchyActionableProtocol.swift",
        "Manager/Manager+ViewHierarchyLayerManagerProtocol.swift",
        "Manager/Manager.swift",
        "Models/BundleInfo.swift",
        "Models/Command.swift",
        "Models/CommandsGroup.swift",
        "Models/ElementCatalogIconProviderDefault.swift",
        "Models/ElementPanelType.swift",
        "Models/ExpirableStore.swift",
        "Models/FontReference.swift",
        "Models/HashableValue.swift",
        "Models/InspectorElementProperty.swift",
        "Models/InspectorElementSection.swift",
        "Models/LayoutConstraintElement.swift",
        "Models/Logger.swift",
        "Models/MainThreadAsyncOperation.swift",
        "Models/MainThreadOperation.swift",
        "Models/Provider.swift",
        "Models/SnapshotStore.swift",
        "Models/ViewHierarchy.swift",
        "Models/ViewHierarchyColorSchemeDefault.swift",
        "Models/ViewHierarchyElement.swift",
        "Models/ViewHierarchyElementAction.swift",
        "Models/ViewHierarchyElementController.swift",
        "Models/ViewHierarchyInformation.swift",
        "Models/ViewHierarchyInterfaceStyle.swift",
        "Models/ViewHierarchyIssue.swift",
        "Models/ViewHierarchyLayer.swift",
        "Models/ViewHierarchyLayerAction.swift",
        "Models/ViewHierarchyRoot.swift",
        "Models/ViewHierarchySnapshot.swift",
        "Presenters/AdaptiveModalPresenter.swift",
        "Presenters/ColorPickerPresenter.swift",
        "Presenters/ContextMenuPresenter.swift",
        "Presenters/DocumentPickerPresenter.swift",
        "Presenters/UIViewControllerTransitionPresenter.swift",
        "Protocols/Actionable.swift",
        "Protocols/AsyncOperationProtocol.swift",
        "Protocols/CaseIterable.swift",
        "Protocols/Create.swift",
        "Protocols/CustomImageConvertible.swift",
        "Protocols/CustomStringConvertible.swift",
        "Protocols/DataReloadingProtocol.swift",
        "Protocols/DismissablePresentationProtocol.swift",
        "Protocols/DraggableViewProtocol.swift",
        "Protocols/ElementInspectorAppearanceProviding.swift",
        "Protocols/ExpirableProtocol.swift",
        "Protocols/InspectorAppearanceProviding.swift",
        "Protocols/InspectorCustomizationProviding.swift",
        "Protocols/InspectorElementLibraryProtocol.swift",
        "Protocols/InspectorElementSectionDataSource.swift",
        "Protocols/InternalViewProtocol.swift",
        "Protocols/KeyCommandPresentable.swift",
        "Protocols/LayerCommandProtocol.swift",
        "Protocols/LayerViewProtocol.swift",
        "Protocols/MenuContentProtocol.swift",
        "Protocols/NonInspectableView.swift",
        "Protocols/OperationQueueManagerProtocol.swift",
        "Protocols/TextElement.swift",
        "Protocols/ViewHierarchyActionableProtocol.swift",
        "Protocols/ViewHierarchyControllerProtocol.swift",
        "Protocols/ViewHierarchyElementCatalog.swift",
        "Protocols/ViewHierarchyElementReference.swift",
        "Protocols/ViewHierarchyElementRepresentable.swift",
        "Protocols/ViewHierarchyLayerConstructorProtocol.swift",
        "Protocols/ViewHierarchyLayerManagerProtocol.swift",
        "Protocols/ViewHierarchyRepresentable.swift",
        "Strings/Texts.swift",
        "SwiftUI/DeviceShakeModifier.swift",
        "SwiftUI/InspectorModifier.swift",
        "SwiftUI/InspectorUI.swift",
        "TransitionCoordinator/ElementInspectorSlidingPanelAnimator.swift",
        "ViewHierarchy/Coordinators/ViewHierarchyCoordinator+AsyncOperationProtocol.swift",
        "ViewHierarchy/Coordinators/ViewHierarchyCoordinator+LayerCommandProtocol.swift",
        "ViewHierarchy/Coordinators/ViewHierarchyCoordinator+LayerConstructorProtocol.swift",
        "ViewHierarchy/Coordinators/ViewHierarchyCoordinator+LayerViewDelegate.swift",
        "ViewHierarchy/Coordinators/ViewHierarchyCoordinator.swift",
        "ViewHierarchy/Views/HighlightView+ElementNameView.swift",
        "ViewHierarchy/Views/HighlightView.swift",
        "ViewHierarchy/Views/LayerView.swift",
        "ViewHierarchy/Views/LayerViewComponent.swift",
        "ViewHierarchy/Views/LoaderView.swift",
        "ViewHierarchy/Views/WireframeView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
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
Fetching https://github.com/ipedro/UIKitOptions.git
Fetching https://github.com/ipedro/Coordinator.git
Fetching https://github.com/ipedro/UIKeyboardAnimatable.git
Fetching https://github.com/ipedro/UIKeyCommandTableView.git
[1/658] Fetching uikitoptions
[659/904] Fetching uikitoptions, coordinator
[905/1020] Fetching uikitoptions, coordinator, uikeyboardanimatable
Fetched https://github.com/ipedro/UIKitOptions.git from cache (0.44s)
[1/141] Fetching uikeycommandtableview
Fetched https://github.com/ipedro/Coordinator.git from cache (0.49s)
Fetched https://github.com/ipedro/UIKeyboardAnimatable.git from cache (0.49s)
Fetched https://github.com/ipedro/UIKeyCommandTableView.git from cache (0.49s)
Computing version for https://github.com/ipedro/UIKitOptions.git
Computed https://github.com/ipedro/UIKitOptions.git at 0.3.3 (1.53s)
Computing version for https://github.com/ipedro/UIKeyboardAnimatable.git
Computed https://github.com/ipedro/UIKeyboardAnimatable.git at 1.0.0 (1.02s)
Computing version for https://github.com/ipedro/Coordinator.git
Computed https://github.com/ipedro/Coordinator.git at 2.1.3 (0.93s)
Computing version for https://github.com/ipedro/UIKeyCommandTableView.git
Computed https://github.com/ipedro/UIKeyCommandTableView.git at 0.3.3 (1.00s)
Creating working copy for https://github.com/ipedro/UIKeyCommandTableView.git
Working copy of https://github.com/ipedro/UIKeyCommandTableView.git resolved at 0.3.3
Creating working copy for https://github.com/ipedro/Coordinator.git
Working copy of https://github.com/ipedro/Coordinator.git resolved at 2.1.3
Creating working copy for https://github.com/ipedro/UIKitOptions.git
Working copy of https://github.com/ipedro/UIKitOptions.git resolved at 0.3.3
Creating working copy for https://github.com/ipedro/UIKeyboardAnimatable.git
Working copy of https://github.com/ipedro/UIKeyboardAnimatable.git resolved at 1.0.0
Building for debugging...
[0/17] Write sources
[6/17] Copying ElementLibrary.xcassets
[7/17] Copying Symbols.xcassets
[8/17] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/73] Emitting module UIKeyboardAnimatable
/host/spi-builder-workspace/.build/checkouts/UIKeyboardAnimatable/Sources/UIKeyboardAnimatable/Enums/KeyboardNotificationName.swift:25:8: error: no such module 'UIKit'
 23 | //
 24 |
 25 | import UIKit
    |        `- error: no such module 'UIKit'
 26 |
 27 | /// An alias for a type used to represent the name of a keyboard related notification.
[11/73] Compiling UIKeyboardAnimatable KeyboardNotificationName.swift
/host/spi-builder-workspace/.build/checkouts/UIKeyboardAnimatable/Sources/UIKeyboardAnimatable/Enums/KeyboardNotificationName.swift:25:8: error: no such module 'UIKit'
 23 | //
 24 |
 25 | import UIKit
    |        `- error: no such module 'UIKit'
 26 |
 27 | /// An alias for a type used to represent the name of a keyboard related notification.
[12/73] Compiling UIKeyboardAnimatable KeyboardAnimation.swift
/host/spi-builder-workspace/.build/checkouts/UIKeyboardAnimatable/Sources/UIKeyboardAnimatable/Enums/KeyboardNotificationName.swift:25:8: error: no such module 'UIKit'
 23 | //
 24 |
 25 | import UIKit
    |        `- error: no such module 'UIKit'
 26 |
 27 | /// An alias for a type used to represent the name of a keyboard related notification.
[13/73] Compiling UIKeyboardAnimatable KeyboardAnimatable.swift
/host/spi-builder-workspace/.build/checkouts/UIKeyboardAnimatable/Sources/UIKeyboardAnimatable/Enums/KeyboardNotificationName.swift:25:8: error: no such module 'UIKit'
 23 | //
 24 |
 25 | import UIKit
    |        `- error: no such module 'UIKit'
 26 |
 27 | /// An alias for a type used to represent the name of a keyboard related notification.
[14/73] Compiling UIKeyboardAnimatable AnyHashable+Notifications.swift
/host/spi-builder-workspace/.build/checkouts/UIKeyboardAnimatable/Sources/UIKeyboardAnimatable/Enums/KeyboardNotificationName.swift:25:8: error: no such module 'UIKit'
 23 | //
 24 |
 25 | import UIKit
    |        `- error: no such module 'UIKit'
 26 |
 27 | /// An alias for a type used to represent the name of a keyboard related notification.
[15/73] Compiling UIKeyboardAnimatable Notification+KeyboardAnimationInfo.swift
/host/spi-builder-workspace/.build/checkouts/UIKeyboardAnimatable/Sources/UIKeyboardAnimatable/Enums/KeyboardNotificationName.swift:25:8: error: no such module 'UIKit'
 23 | //
 24 |
 25 | import UIKit
    |        `- error: no such module 'UIKit'
 26 |
 27 | /// An alias for a type used to represent the name of a keyboard related notification.
[16/73] Compiling UIKeyboardAnimatable UIView+KeyboardAnimation.swift
/host/spi-builder-workspace/.build/checkouts/UIKeyboardAnimatable/Sources/UIKeyboardAnimatable/Enums/KeyboardNotificationName.swift:25:8: error: no such module 'UIKit'
 23 | //
 24 |
 25 | import UIKit
    |        `- error: no such module 'UIKit'
 26 |
 27 | /// An alias for a type used to represent the name of a keyboard related notification.
[17/73] Compiling UIKeyboardAnimatable Notification.Name+Keyboard.swift
/host/spi-builder-workspace/.build/checkouts/UIKeyboardAnimatable/Sources/UIKeyboardAnimatable/Enums/KeyboardNotificationName.swift:25:8: error: no such module 'UIKit'
 23 | //
 24 |
 25 | import UIKit
    |        `- error: no such module 'UIKit'
 26 |
 27 | /// An alias for a type used to represent the name of a keyboard related notification.
[18/73] Compiling CoordinatorAPI RootViewControllerProtocol.swift
/host/spi-builder-workspace/.build/checkouts/Coordinator/Sources/CoordinatorAPI/Extensions/CoordinatorProtocol+Startable.swift:21:8: error: no such module 'UIKit'
 19 | //  SOFTWARE.
 20 |
 21 | import UIKit
    |        `- error: no such module 'UIKit'
 22 |
 23 | public typealias CoordinatorStartable = CoordinatorProtocol & Startable
[19/73] Compiling UIKitOptions UIColorPickerViewController+Init.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[20/73] Compiling UIKitOptions UIColorPickerViewController+Options.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[21/73] Compiling UIKitOptions UIDocumentPickerViewController+Init.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[22/73] Compiling UIKitOptions UIDocumentPickerViewController+Options.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[23/73] Compiling UIKitOptions UIEdgetInsets+Convenience.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[24/73] Compiling UIKitOptions UIFont+SymbolicTraits.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[25/78] Compiling UIKitOptions UIKeyCommand+Options.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[26/78] Compiling UIKitOptions UILabel+Init.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[27/78] Compiling UIKitOptions UILabel+Options.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[28/78] Compiling UIKitOptions UINavigationController+Init.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[29/78] Compiling UIKitOptions UINavigationController+Options.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[30/78] Compiling UIKitOptions UIPopoverPresentationController+Options.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[31/78] Compiling UIKitOptions UIImage+Options.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[32/78] Compiling UIKitOptions UIImage+Resize.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[33/78] Compiling UIKitOptions UIImageView+Init.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[34/78] Compiling UIKitOptions UIImageView+Options.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[35/78] Compiling UIKitOptions UIKeyCommand+Constants.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[36/78] Compiling UIKitOptions UIKeyCommand+Init.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[37/78] Compiling UIKitOptions UIScrollView+Init.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[38/78] Compiling UIKitOptions UIScrollView+Options.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[39/78] Compiling UIKitOptions UIStackView+Alignment.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[40/78] Compiling UIKitOptions UIStackView+Init.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[41/78] Compiling UIKitOptions UIStackView+Options.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[42/78] Compiling UIKitOptions UITextField+Init.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[43/78] Compiling UIKitOptions UITextField+Options.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[44/78] Compiling UIKitOptions UITextView+Init.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[45/78] Compiling UIKitOptions UITextView+Options.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[46/78] Compiling UIKitOptions UIView+Init.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[47/78] Compiling UIKitOptions UIStackView+Subviews.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[48/78] Compiling UIKitOptions UIStepper+Init.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[49/78] Compiling UIKitOptions UIStepper+Options.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[50/78] Compiling UIKitOptions UITableView+Init.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[51/78] Compiling UIKitOptions UITableView+Options.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
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/9] Write swift-version-24593BA9C3E375BF.txt
[2/65] Compiling UIKeyboardAnimatable Notification.Name+Keyboard.swift
/host/spi-builder-workspace/.build/checkouts/UIKeyboardAnimatable/Sources/UIKeyboardAnimatable/Enums/KeyboardNotificationName.swift:25:8: error: no such module 'UIKit'
 23 | //
 24 |
 25 | import UIKit
    |        `- error: no such module 'UIKit'
 26 |
 27 | /// An alias for a type used to represent the name of a keyboard related notification.
[3/65] Compiling UIKeyboardAnimatable Notification+KeyboardAnimationInfo.swift
/host/spi-builder-workspace/.build/checkouts/UIKeyboardAnimatable/Sources/UIKeyboardAnimatable/Enums/KeyboardNotificationName.swift:25:8: error: no such module 'UIKit'
 23 | //
 24 |
 25 | import UIKit
    |        `- error: no such module 'UIKit'
 26 |
 27 | /// An alias for a type used to represent the name of a keyboard related notification.
[4/65] Compiling UIKeyboardAnimatable KeyboardNotificationName.swift
/host/spi-builder-workspace/.build/checkouts/UIKeyboardAnimatable/Sources/UIKeyboardAnimatable/Enums/KeyboardNotificationName.swift:25:8: error: no such module 'UIKit'
 23 | //
 24 |
 25 | import UIKit
    |        `- error: no such module 'UIKit'
 26 |
 27 | /// An alias for a type used to represent the name of a keyboard related notification.
[5/65] Compiling UIKeyboardAnimatable AnyHashable+Notifications.swift
/host/spi-builder-workspace/.build/checkouts/UIKeyboardAnimatable/Sources/UIKeyboardAnimatable/Enums/KeyboardNotificationName.swift:25:8: error: no such module 'UIKit'
 23 | //
 24 |
 25 | import UIKit
    |        `- error: no such module 'UIKit'
 26 |
 27 | /// An alias for a type used to represent the name of a keyboard related notification.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/65] Emitting module UIKeyboardAnimatable
/host/spi-builder-workspace/.build/checkouts/UIKeyboardAnimatable/Sources/UIKeyboardAnimatable/Enums/KeyboardNotificationName.swift:25:8: error: no such module 'UIKit'
 23 | //
 24 |
 25 | import UIKit
    |        `- error: no such module 'UIKit'
 26 |
 27 | /// An alias for a type used to represent the name of a keyboard related notification.
[7/65] Compiling CoordinatorAPI RootViewControllerProtocol.swift
/host/spi-builder-workspace/.build/checkouts/Coordinator/Sources/CoordinatorAPI/Extensions/CoordinatorProtocol+Startable.swift:21:8: error: no such module 'UIKit'
 19 | //  SOFTWARE.
 20 |
 21 | import UIKit
    |        `- error: no such module 'UIKit'
 22 |
 23 | public typealias CoordinatorStartable = CoordinatorProtocol & Startable
[8/65] Compiling CoordinatorAPI CoordinatorProtocol+Startable.swift
/host/spi-builder-workspace/.build/checkouts/Coordinator/Sources/CoordinatorAPI/Extensions/CoordinatorProtocol+Startable.swift:21:8: error: no such module 'UIKit'
 19 | //  SOFTWARE.
 20 |
 21 | import UIKit
    |        `- error: no such module 'UIKit'
 22 |
 23 | public typealias CoordinatorStartable = CoordinatorProtocol & Startable
[9/65] Compiling CoordinatorAPI UIViewController+TopViewController.swift
/host/spi-builder-workspace/.build/checkouts/Coordinator/Sources/CoordinatorAPI/Extensions/CoordinatorProtocol+Startable.swift:21:8: error: no such module 'UIKit'
 19 | //  SOFTWARE.
 20 |
 21 | import UIKit
    |        `- error: no such module 'UIKit'
 22 |
 23 | public typealias CoordinatorStartable = CoordinatorProtocol & Startable
[10/65] Compiling UIKeyboardAnimatable UIView+KeyboardAnimation.swift
/host/spi-builder-workspace/.build/checkouts/UIKeyboardAnimatable/Sources/UIKeyboardAnimatable/Enums/KeyboardNotificationName.swift:25:8: error: no such module 'UIKit'
 23 | //
 24 |
 25 | import UIKit
    |        `- error: no such module 'UIKit'
 26 |
 27 | /// An alias for a type used to represent the name of a keyboard related notification.
[11/65] Compiling UIKeyboardAnimatable KeyboardAnimatable.swift
/host/spi-builder-workspace/.build/checkouts/UIKeyboardAnimatable/Sources/UIKeyboardAnimatable/Enums/KeyboardNotificationName.swift:25:8: error: no such module 'UIKit'
 23 | //
 24 |
 25 | import UIKit
    |        `- error: no such module 'UIKit'
 26 |
 27 | /// An alias for a type used to represent the name of a keyboard related notification.
[12/65] Compiling UIKeyboardAnimatable KeyboardAnimation.swift
/host/spi-builder-workspace/.build/checkouts/UIKeyboardAnimatable/Sources/UIKeyboardAnimatable/Enums/KeyboardNotificationName.swift:25:8: error: no such module 'UIKit'
 23 | //
 24 |
 25 | import UIKit
    |        `- error: no such module 'UIKit'
 26 |
 27 | /// An alias for a type used to represent the name of a keyboard related notification.
[13/65] Compiling UIKitOptions UITextField+Init.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[14/65] Compiling UIKitOptions UITextField+Options.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[15/65] Compiling UIKitOptions UITextView+Init.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[16/65] Compiling UIKitOptions UITextView+Options.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
[17/65] Compiling UIKitOptions UIView+Init.swift
/host/spi-builder-workspace/.build/checkouts/UIKitOptions/Sources/UIKitOptions/CALayer/CALayer+Options.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public extension CALayer {
BUILD FAILURE 6.1 android