The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build YBottomSheet with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/codeandtheory/ybottomsheet-ios.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/codeandtheory/ybottomsheet-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 997a594 [Issue-30] animate new height. (#31)
Cloned https://github.com/codeandtheory/ybottomsheet-ios.git
Revision (git rev-parse @):
997a59402572228dc24450e86711ee54bcc1dcbd
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/codeandtheory/ybottomsheet-ios.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/codeandtheory/ybottomsheet-ios.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/yml-org/YMatterType.git
Fetching https://github.com/yml-org/YCoreUI.git
[1/1137] Fetching ymattertype
[547/2361] Fetching ymattertype, ycoreui
Fetched https://github.com/yml-org/YCoreUI.git from cache (0.90s)
[705/1137] Fetching ymattertype
Fetched https://github.com/yml-org/YMatterType.git from cache (1.64s)
Computing version for https://github.com/yml-org/YMatterType.git
Computed https://github.com/yml-org/YMatterType.git at 1.7.0 (0.77s)
Computing version for https://github.com/yml-org/YCoreUI.git
Computed https://github.com/yml-org/YCoreUI.git at 1.7.0 (0.46s)
Creating working copy for https://github.com/yml-org/YCoreUI.git
Working copy of https://github.com/yml-org/YCoreUI.git resolved at 1.7.0
Creating working copy for https://github.com/yml-org/YMatterType.git
Working copy of https://github.com/yml-org/YMatterType.git resolved at 1.7.0
Building for debugging...
[0/6] Write sources
[3/6] Copying Info.plist
[3/6] Copying Localizable.strings
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/62] Emitting module YCoreUI
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/66] Emitting module YMatterType
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[9/69] Compiling YCoreUI UIView+constrainCenter.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[10/69] Compiling YCoreUI UIView+constrainEdges.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[11/69] Compiling YCoreUI UIView+constrainEdgesToMargins.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[12/69] Compiling YCoreUI UIView+constrainSize.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[13/69] Compiling YMatterType YMatterType+Logging.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[14/69] Compiling YCoreUI Elevation.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[15/69] Compiling YCoreUI Anchorable.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[16/69] Compiling YCoreUI Colorable.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[17/69] Compiling YCoreUI UIScreen+scaleFactor.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[18/69] Compiling YCoreUI UIScrollView+keyboardNotifications.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[19/69] Compiling YCoreUI UITraitCollection+colorSpaces.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[20/69] Compiling YCoreUI UIView+Animation.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[21/69] Compiling YCoreUI NSDirectionalEdgeInsets+init.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[22/69] Compiling YCoreUI UIColor+WCAG.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[23/69] Compiling YCoreUI UIColor+blended.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[24/69] Compiling YCoreUI UIColor+rgb.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[25/69] Compiling YCoreUI UIColor+rgbComponents.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[26/69] Compiling YCoreUI UIColor+rgbValue.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[27/69] Compiling YCoreUI UIEdgeInsets+directional.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[28/69] Compiling YCoreUI UIEdgeInsets+horizontal.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[29/69] Compiling YCoreUI UIEdgeInsets+init.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[30/69] Compiling YCoreUI UIView+constrain.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[31/69] Compiling YCoreUI UIView+constrainAnchor.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[32/69] Compiling YMatterType Typography.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[33/69] Compiling YMatterType TypographyLayout.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[41/69] Compiling YCoreUI ImageAsset.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[42/69] Compiling YCoreUI Localizable.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[43/69] Compiling YCoreUI SystemImage.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[44/69] Compiling YCoreUI YCoreUI+Logging.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[48/69] Compiling YCoreUI NSDirectionalEdgeInsets+horizontal.swift
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[51/69] Compiling YCoreUI CGFloat+rounded.swift
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[52/69] Compiling YCoreUI CGSize+inset.swift
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[53/69] Compiling YCoreUI String+Localizable.swift
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[58/69] Compiling YCoreUI FormViewController.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/57] Compiling YMatterType String+textCase.swift
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[3/57] Compiling YMatterType String+textSize.swift
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[4/57] Compiling YMatterType NSParagraphStyle+lineSpacing.swift
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[5/57] Compiling YMatterType UIFont+register.swift
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/60] Emitting module YMatterType
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/60] Emitting module YCoreUI
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[8/64] Compiling YMatterType UITraitCollection+breakpoint.swift
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[9/64] Compiling YMatterType UITraitCollection+fontAppearance.swift
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[10/64] Compiling YCoreUI NSDirectionalEdgeInsets+horizontal.swift
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[11/64] Compiling YCoreUI Animation.swift
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[12/64] Compiling YCoreUI Elevation.swift
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[13/64] Compiling YCoreUI Anchorable.swift
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[14/64] Compiling YCoreUI Colorable.swift
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[15/64] Compiling YMatterType HelveticaNeueFontFamily.swift
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[16/64] Compiling YMatterType SystemFontFamily.swift
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[17/64] Compiling YMatterType Typography+Enums.swift
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[18/64] Compiling YCoreUI UIView+constrainCenter.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[19/64] Compiling YCoreUI UIView+constrainEdges.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[20/64] Compiling YCoreUI UIView+constrainEdgesToMargins.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[21/64] Compiling YCoreUI UIView+constrainSize.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[22/64] Compiling YCoreUI UIColor+rgbValue.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[23/64] Compiling YCoreUI UIEdgeInsets+directional.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[24/64] Compiling YMatterType Typography.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[25/64] Compiling YMatterType TypographyLayout.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[30/64] Compiling YMatterType TypographyTextField.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[31/64] Compiling YMatterType YMatterType+Logging.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[32/64] Compiling YCoreUI UIScrollView+keyboardNotifications.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[33/64] Compiling YCoreUI UITraitCollection+colorSpaces.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[34/64] Compiling YCoreUI UIView+Animation.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[40/64] Compiling YMatterType TypographyTextView.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[41/64] Compiling YMatterType NSAttributedString+baseAttributes.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[42/64] Compiling YMatterType NSAttributedString+textCase.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[48/64] Compiling YCoreUI ImageAsset.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[49/64] Compiling YCoreUI Localizable.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[50/64] Compiling YCoreUI SystemImage.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[51/64] Compiling YCoreUI YCoreUI+Logging.swift
/host/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/Representables/TypographyLabelRepresentable.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
error: fatalError
BUILD FAILURE 5.10 linux