Build Information
Failed to build UIKitPlus, reference master (6932b7
), with Swift 6.1 for Linux on 29 Apr 2025 12:35:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
"Protocols/TextBindable.swift",
"Protocols/TextFieldContentTypeable.swift",
"Protocols/TextFieldDelegate.swift",
"Protocols/TextFieldLeftViewable.swift",
"Protocols/TextFieldRightViewable.swift",
"Protocols/TextLineBreakModeable.swift",
"Protocols/TextLineable.swift",
"Protocols/TextScaleable.swift",
"Protocols/Textable.swift",
"Protocols/Tintable.swift",
"Protocols/Titleable.swift",
"Protocols/Typeable.swift",
"Protocols/UIButtonable.swift",
"Protocols/UICollectionViewable.swift",
"Protocols/UILabelable.swift",
"Protocols/UIScrollViewable.swift",
"Protocols/UITableViewable.swift",
"Protocols/UIViewable.swift",
"Protocols/ViewTransitionable.swift",
"Protocols/WrappedViewControllerable.swift",
"Structs/AppBuilder.swift",
"Structs/BodyBuilder.swift",
"Structs/BodyBuilderItems.swift",
"Structs/Borders.swift",
"Structs/CodableState.swift",
"Structs/ConstraintValueType.swift",
"Structs/CustomCorners.swift",
"Structs/DeclarativeViewConstraints.swift",
"Structs/ExpressableState.swift",
"Structs/GesturesBuilder.swift",
"Structs/ImageReloadingStyle.swift",
"Structs/InnerState.swift",
"Structs/LivePreview.swift",
"Structs/PreviewBuilder.swift",
"Structs/PreviewBuilderItem.swift",
"Structs/ShortcutBuilder.swift",
"Structs/Spoken.swift",
"Structs/State.swift",
"Structs/StateStringBuilder.swift",
"Structs/UILayoutPriority.swift",
"Structs/ViewContext.swift",
"Styles/TextFieldStyle.swift",
"Views/MacOS/MacOS+Button.swift",
"Views/MacOS/MacOS+ImageView.swift",
"Views/MacOS/MacOS+ScrollView.swift",
"Views/MacOS/MacOS+Text.swift",
"Views/MacOS/MacOS+TextField.swift",
"Views/MacOS/MacOS+VisualEffectView.swift",
"Views/MacOS/PopupButton.swift",
"Views/MacOS/SecureTextField.swift",
"Views/Not-MacOS/Button.swift",
"Views/Not-MacOS/Collection.swift",
"Views/Not-MacOS/CollectionDynamicCell.swift",
"Views/Not-MacOS/CollectionView.swift",
"Views/Not-MacOS/CollectionViewAlignedFlowLayout.swift",
"Views/Not-MacOS/CollectionViewCell.swift",
"Views/Not-MacOS/CollectionViewFlowLayout.swift",
"Views/Not-MacOS/ControlView.swift",
"Views/Not-MacOS/DatePickerView.swift",
"Views/Not-MacOS/DynamicPickerView.swift",
"Views/Not-MacOS/ImageView.swift",
"Views/Not-MacOS/InputView.swift",
"Views/Not-MacOS/LayerView.swift",
"Views/Not-MacOS/List.swift",
"Views/Not-MacOS/ListDynamicCell.swift",
"Views/Not-MacOS/PickerView.swift",
"Views/Not-MacOS/RefreshControl.swift",
"Views/Not-MacOS/ScrollView.swift",
"Views/Not-MacOS/SegmentedControl.swift",
"Views/Not-MacOS/SliderView.swift",
"Views/Not-MacOS/StaticListCell.swift",
"Views/Not-MacOS/Stepper.swift",
"Views/Not-MacOS/TableView.swift",
"Views/Not-MacOS/TableViewCell.swift",
"Views/Not-MacOS/Text.swift",
"Views/Not-MacOS/TextField.swift",
"Views/Not-MacOS/TextView.swift",
"Views/Not-MacOS/Toggle.swift",
"Views/Not-MacOS/VerificationCodeView.swift",
"Views/Not-MacOS/VisualEffectView.swift",
"Views/Not-MacOS/WrappedViewControllerView.swift",
"Views/Universal/ActivityIndicator.swift",
"Views/Universal/BarButtonItemView.swift",
"Views/Universal/BaseView.swift",
"Views/Universal/HScrollStack.swift",
"Views/Universal/HSpace.swift",
"Views/Universal/HStack.swift",
"Views/Universal/HUD.swift",
"Views/Universal/Space.swift",
"Views/Universal/StackView.swift",
"Views/Universal/VScrollStack.swift",
"Views/Universal/VSpace.swift",
"Views/Universal/VStack.swift",
"Views/Universal/View.swift",
"Views/Universal/WrapperView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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/177] Emitting module UIKitPlus
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[4/201] Compiling UIKitPlus Identable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[5/201] Compiling UIKitPlus KeyMaskable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[6/201] Compiling UIKitPlus Keyable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[7/201] Compiling UIKitPlus Keyboardable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[8/201] Compiling UIKitPlus Menuable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[9/201] Compiling UIKitPlus Messageable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[10/201] Compiling UIKitPlus MixedStateAllowable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[11/201] Compiling UIKitPlus MultiClickIgnorable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[12/201] Compiling UIKitPlus NavigationControllerable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[13/201] Compiling UIKitPlus Placeholderable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[14/201] Compiling UIKitPlus PullsDownable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[15/201] Compiling UIKitPlus Refreshable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[16/201] Compiling UIKitPlus Scrollable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[17/201] Compiling UIKitPlus Secureable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[18/201] Compiling UIKitPlus SegmentControlable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[19/201] Compiling UIKitPlus SideViewProtocol.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[20/201] Compiling UIKitPlus Soundable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[21/201] Compiling UIKitPlus StackForEach.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[22/201] Compiling UIKitPlus SwiftUIable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[23/201] Compiling UIKitPlus Taggable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[24/201] Compiling UIKitPlus TextAdjustsFontSizeable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[25/201] Compiling UIKitPlus TextAligmentable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[26/201] Compiling UIKitPlus TextAttributesEditingAllowable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[27/201] Compiling UIKitPlus TextAutocapitalizationable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[28/225] Compiling UIKitPlus BezelStyleable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[29/225] Compiling UIKitPlus Bezeledable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[30/225] Compiling UIKitPlus BodyBuilderItem.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[31/225] Compiling UIKitPlus Borderedable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[32/225] Compiling UIKitPlus BulletsEchoable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[33/225] Compiling UIKitPlus Cellable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[34/225] Compiling UIKitPlus Cleanupable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[35/225] Compiling UIKitPlus Colorable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[36/225] Compiling UIKitPlus ConstraintValue.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[37/225] Compiling UIKitPlus Contextable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[38/225] Compiling UIKitPlus Continuousable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[39/225] Compiling UIKitPlus ControlStateable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[40/225] Compiling UIKitPlus DeclarativeProtocol.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[41/225] Compiling UIKitPlus DeclarativeProtocolInternal.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[42/225] Compiling UIKitPlus EditableStackView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[43/225] Compiling UIKitPlus Editableable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[44/225] Compiling UIKitPlus Enableable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[45/225] Compiling UIKitPlus FirstResponderRefusable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[46/225] Compiling UIKitPlus FocusRingTypeable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[47/225] Compiling UIKitPlus Fontable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[48/225] Compiling UIKitPlus GestureDelegatorable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[49/225] Compiling UIKitPlus GestureRecognizerable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[50/225] Compiling UIKitPlus GestureTrackable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[51/225] Compiling UIKitPlus Hiddenable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[52/249] Compiling UIKitPlus TextAutocorrectionable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[53/249] Compiling UIKitPlus TextBindable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[54/249] Compiling UIKitPlus TextFieldContentTypeable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[55/249] Compiling UIKitPlus TextFieldDelegate.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[56/249] Compiling UIKitPlus TextFieldLeftViewable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[57/249] Compiling UIKitPlus TextFieldRightViewable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[58/249] Compiling UIKitPlus TextLineBreakModeable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[59/249] Compiling UIKitPlus TextLineable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[60/249] Compiling UIKitPlus TextScaleable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[61/249] Compiling UIKitPlus Textable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[62/249] Compiling UIKitPlus Tintable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[63/249] Compiling UIKitPlus Titleable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[64/249] Compiling UIKitPlus Typeable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[65/249] Compiling UIKitPlus UIButtonable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[66/249] Compiling UIKitPlus UICollectionViewable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[67/249] Compiling UIKitPlus UILabelable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[68/249] Compiling UIKitPlus UIScrollViewable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[69/249] Compiling UIKitPlus UITableViewable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[70/249] Compiling UIKitPlus UIViewable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[71/249] Compiling UIKitPlus ViewTransitionable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[72/249] Compiling UIKitPlus WrappedViewControllerable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[73/249] Compiling UIKitPlus AppBuilder.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[74/249] Compiling UIKitPlus BodyBuilder.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[75/249] Compiling UIKitPlus BodyBuilderItems.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[76/273] Compiling UIKitPlus DeclarativeProtocol+Rasterize.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[77/273] Compiling UIKitPlus DeclarativeProtocol+Rotation.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[78/273] Compiling UIKitPlus DeclarativeProtocol+ScreenEdgePan.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[79/273] Compiling UIKitPlus DeclarativeProtocol+Shadow.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[80/273] Compiling UIKitPlus DeclarativeProtocol+Swipe.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[81/273] Compiling UIKitPlus DeclarativeProtocol+Tag.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[82/273] Compiling UIKitPlus DeclarativeProtocol+Tap.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[83/273] Compiling UIKitPlus DeclarativeProtocol+Tint.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[84/273] Compiling UIKitPlus DeclarativeProtocol+UserInteraction.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[85/273] Compiling UIKitPlus NSEvent+Key.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[86/273] Compiling UIKitPlus NSLayoutConstraint+Activated.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[87/273] Compiling UIKitPlus NSLayoutConstraint+AllAttributes.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[88/273] Compiling UIKitPlus NSLayoutConstraint+Update.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[89/273] Compiling UIKitPlus NSSound+System.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[90/273] Compiling UIKitPlus NSView+BringToFront.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[91/273] Compiling UIKitPlus NavigationController+FadeTo.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[92/273] Compiling UIKitPlus NotificationCenter+Name.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[93/273] Compiling UIKitPlus Number+ConstraintValue.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[94/273] Compiling UIKitPlus Numeric+Device.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[95/273] Compiling UIKitPlus String+AttributedString.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[96/273] Compiling UIKitPlus String+LocalizedString.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[97/273] Compiling UIKitPlus String+SegmentControlable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[98/273] Compiling UIKitPlus TableView+Cellable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[99/273] Compiling UIKitPlus UIColor+Aplha.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[100/273] Compiling UIKitPlus UIColor+Dynamic.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[101/297] Compiling UIKitPlus Borders.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[102/297] Compiling UIKitPlus CodableState.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[103/297] Compiling UIKitPlus ConstraintValueType.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[104/297] Compiling UIKitPlus CustomCorners.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[105/297] Compiling UIKitPlus DeclarativeViewConstraints.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[106/297] Compiling UIKitPlus ExpressableState.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[107/297] Compiling UIKitPlus GesturesBuilder.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[108/297] Compiling UIKitPlus ImageReloadingStyle.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[109/297] Compiling UIKitPlus InnerState.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[110/297] Compiling UIKitPlus LivePreview.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[111/297] Compiling UIKitPlus PreviewBuilder.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[112/297] Compiling UIKitPlus PreviewBuilderItem.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[113/297] Compiling UIKitPlus ShortcutBuilder.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[114/297] Compiling UIKitPlus Spoken.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[115/297] Compiling UIKitPlus State.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[116/297] Compiling UIKitPlus StateStringBuilder.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[117/297] Compiling UIKitPlus UILayoutPriority.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[118/297] Compiling UIKitPlus ViewContext.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[119/297] Compiling UIKitPlus TextFieldStyle.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[120/297] Compiling UIKitPlus MacOS+Button.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[121/297] Compiling UIKitPlus MacOS+ImageView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[122/297] Compiling UIKitPlus MacOS+ScrollView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[123/297] Compiling UIKitPlus MacOS+Text.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[124/297] Compiling UIKitPlus MacOS+TextField.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[125/297] Compiling UIKitPlus DeclarativeConstraintCSide.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[126/297] Compiling UIKitPlus DeclarativeConstraintDSide.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[127/297] Compiling UIKitPlus DeclarativeConstraintXSide.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[128/297] Compiling UIKitPlus DeclarativeConstraintYSide.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[129/297] Compiling UIKitPlus Language.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[130/297] Compiling UIKitPlus LocalizedString.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[131/297] Compiling UIKitPlus MacOS+TextFieldContentType.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[132/297] Compiling UIKitPlus NavigationControllerStyle.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[133/297] Compiling UIKitPlus PushNotificationOption.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[134/297] Compiling UIKitPlus PushNotificationsAuthorizationStatus.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[135/297] Compiling UIKitPlus RootTransitionAnimation.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[136/297] Compiling UIKitPlus SegmentControlableItem.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[137/297] Compiling UIKitPlus StatusBarStyle.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[138/297] Compiling UIKitPlus TextFieldContentType.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[139/297] Compiling UIKitPlus TextItemInteraction.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[140/297] Compiling UIKitPlus Array+Diff.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[141/297] Compiling UIKitPlus AttrStr+Concat.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[142/297] Compiling UIKitPlus AttrStr+Joined.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[143/297] Compiling UIKitPlus ClosedRange+NSRange.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[144/297] Compiling UIKitPlus CollectionView+Cellable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[145/297] Compiling UIKitPlus ConstraintValueType+Operators.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[146/297] Compiling UIKitPlus DeclarativeProtocol+Alpha.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[147/297] Compiling UIKitPlus DeclarativeProtocol+Apply.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[148/297] Compiling UIKitPlus DeclarativeProtocol+Background.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[149/297] Compiling UIKitPlus DeclarativeProtocol+Borders.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[150/297] Compiling UIKitPlus GestureDelegator.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[151/297] Compiling UIKitPlus GestureTracker.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[152/297] Compiling UIKitPlus HoverGestureRecognizer.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[153/297] Compiling UIKitPlus ImageLoader.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[154/297] Compiling UIKitPlus ImpactFeedback.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[155/297] Compiling UIKitPlus Localization.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[156/297] Compiling UIKitPlus LongPressGestureRecognizer.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[157/297] Compiling UIKitPlus MagnificationGestureRecognizer.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[158/297] Compiling UIKitPlus PanGestureRecognizer.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[159/297] Compiling UIKitPlus ParagraphStyle.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[160/297] Compiling UIKitPlus PinchGestureRecognizer.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[161/297] Compiling UIKitPlus PreConstraint.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[162/297] Compiling UIKitPlus PressGestureRecognizer.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[163/297] Compiling UIKitPlus Properties.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[164/297] Compiling UIKitPlus PropertiesInternal.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[165/297] Compiling UIKitPlus RotationGestureRecognizer.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[166/297] Compiling UIKitPlus ScreenEdgePanGestureRecognizer.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[167/297] Compiling UIKitPlus SwipeGestureRecognizer.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[168/297] Compiling UIKitPlus TapGestureRecognizer.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[169/297] Compiling UIKitPlus TextViewDelegate.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[170/297] Compiling UIKitPlus UIViewPropertyAnimator.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[171/297] Compiling UIKitPlus Alternateable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[172/297] Compiling UIKitPlus AnyScene.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[173/297] Compiling UIKitPlus ArrowPositionable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[174/297] Compiling UIKitPlus BackgroundColorable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[175/297] Compiling UIKitPlus UIColor+Hex.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[176/297] Compiling UIKitPlus UIControl+ActionHandler.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[177/297] Compiling UIKitPlus UIDevice+Model.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[178/297] Compiling UIKitPlus UIDeviceOrientation+Description.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[179/297] Compiling UIKitPlus UIFont+Family.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[180/297] Compiling UIKitPlus UIFont+PrintAll.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[181/297] Compiling UIKitPlus UIGestureRecognizer+GestureRecognizerable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[182/297] Compiling UIKitPlus UIImage+Blur.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[183/297] Compiling UIKitPlus UIImage+Resize.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[184/297] Compiling UIKitPlus UIImage+SegmentControlable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[185/297] Compiling UIKitPlus UIInterfaceOrientation+Description.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[186/297] Compiling UIKitPlus UIViewController+Body.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[187/297] Compiling UIKitPlus UIVisualEffect+Effects.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[188/297] Compiling UIKitPlus UNAuthorizationStatus+Status.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[189/297] Compiling UIKitPlus View+Add.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[190/297] Compiling UIKitPlus View+Body.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[191/297] Compiling UIKitPlus View+Menuable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[192/297] Compiling UIKitPlus View+SafeArea.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[193/297] Compiling UIKitPlus View+Shake.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[194/297] Compiling UIKitPlus View+ViewWithTag.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[195/297] Compiling UIKitPlus WrappedViewControllerable+Hidden.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[196/297] Compiling UIKitPlus Animation.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[197/297] Compiling UIKitPlus AttributedString.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[198/297] Compiling UIKitPlus ClickGestureRecognizer.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[199/297] Compiling UIKitPlus ForEach.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[200/297] Compiling UIKitPlus MacOS+VisualEffectView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[201/297] Compiling UIKitPlus PopupButton.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[202/297] Compiling UIKitPlus SecureTextField.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[203/297] Compiling UIKitPlus Button.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[204/297] Compiling UIKitPlus Collection.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[205/297] Compiling UIKitPlus CollectionDynamicCell.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[206/297] Compiling UIKitPlus CollectionView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[207/297] Compiling UIKitPlus CollectionViewAlignedFlowLayout.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[208/297] Compiling UIKitPlus CollectionViewCell.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[209/297] Compiling UIKitPlus CollectionViewFlowLayout.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[210/297] Compiling UIKitPlus ControlView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[211/297] Compiling UIKitPlus DatePickerView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[212/297] Compiling UIKitPlus DynamicPickerView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[213/297] Compiling UIKitPlus ImageView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[214/297] Compiling UIKitPlus InputView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[215/297] Compiling UIKitPlus LayerView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[216/297] Compiling UIKitPlus List.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[217/297] Compiling UIKitPlus ListDynamicCell.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[218/297] Compiling UIKitPlus PickerView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[219/297] Compiling UIKitPlus RefreshControl.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[220/297] Compiling UIKitPlus ScrollView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[221/297] Compiling UIKitPlus SegmentedControl.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[222/297] Compiling UIKitPlus SliderView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[223/297] Compiling UIKitPlus StaticListCell.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[224/297] Compiling UIKitPlus Stepper.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[225/297] Compiling UIKitPlus TableView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[226/297] Compiling UIKitPlus TableViewCell.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[227/297] Compiling UIKitPlus Text.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[228/297] Compiling UIKitPlus TextField.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[229/297] Compiling UIKitPlus TextView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[230/297] Compiling UIKitPlus Toggle.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[231/297] Compiling UIKitPlus VerificationCodeView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[232/297] Compiling UIKitPlus VisualEffectView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[233/297] Compiling UIKitPlus WrappedViewControllerView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[234/297] Compiling UIKitPlus ActivityIndicator.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[235/297] Compiling UIKitPlus BarButtonItemView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[236/297] Compiling UIKitPlus BaseView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[237/297] Compiling UIKitPlus HScrollStack.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[238/297] Compiling UIKitPlus HSpace.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[239/297] Compiling UIKitPlus HStack.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[240/297] Compiling UIKitPlus HUD.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[241/297] Compiling UIKitPlus Space.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[242/297] Compiling UIKitPlus StackView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[243/297] Compiling UIKitPlus VScrollStack.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[244/297] Compiling UIKitPlus VSpace.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[245/297] Compiling UIKitPlus VStack.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[246/297] Compiling UIKitPlus View.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[247/297] Compiling UIKitPlus WrapperView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[248/297] Compiling UIKitPlus DeclarativeProtocol+Bounds.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[249/297] Compiling UIKitPlus DeclarativeProtocol+Click.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[250/297] Compiling UIKitPlus DeclarativeProtocol+CompressionResistance.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[251/297] Compiling UIKitPlus DeclarativeProtocol+ConstraintLinks.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[252/297] Compiling UIKitPlus DeclarativeProtocol+Constraints.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[253/297] Compiling UIKitPlus DeclarativeProtocol+ConstraintsRelative.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[254/297] Compiling UIKitPlus DeclarativeProtocol+ConstraintsSolo.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[255/297] Compiling UIKitPlus DeclarativeProtocol+ConstraintsSuper.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[256/297] Compiling UIKitPlus DeclarativeProtocol+Corners.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[257/297] Compiling UIKitPlus DeclarativeProtocol+DeclarativeView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[258/297] Compiling UIKitPlus DeclarativeProtocol+Gesture.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[259/297] Compiling UIKitPlus DeclarativeProtocol+Hidden.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[260/297] Compiling UIKitPlus DeclarativeProtocol+Hover.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[261/297] Compiling UIKitPlus DeclarativeProtocol+HuggingPriority.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[262/297] Compiling UIKitPlus DeclarativeProtocol+Itself.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[263/297] Compiling UIKitPlus DeclarativeProtocol+LayoutMargin.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[264/297] Compiling UIKitPlus DeclarativeProtocol+LayoutSubviews.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[265/297] Compiling UIKitPlus DeclarativeProtocol+LongPress.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[266/297] Compiling UIKitPlus DeclarativeProtocol+Magnification.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[267/297] Compiling UIKitPlus DeclarativeProtocol+MovedToSuperview.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[268/297] Compiling UIKitPlus DeclarativeProtocol+NextResponder.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[269/297] Compiling UIKitPlus DeclarativeProtocol+Opacity.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[270/297] Compiling UIKitPlus DeclarativeProtocol+Pan.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[271/297] Compiling UIKitPlus DeclarativeProtocol+Pinch.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[272/297] Compiling UIKitPlus DeclarativeProtocol+Press.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[273/297] Compiling UIKitPlus AlertController.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[274/297] Compiling UIKitPlus BaseApp+MainScene.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[275/297] Compiling UIKitPlus BaseApp+Scene.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[276/297] Compiling UIKitPlus BaseApp+Shortcut.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[277/297] Compiling UIKitPlus BaseApp+Shortcuts.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[278/297] Compiling UIKitPlus BaseApp.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[279/297] Compiling UIKitPlus LifeCycle.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[280/297] Compiling UIKitPlus SceneScreenType.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[281/297] Compiling UIKitPlus _Scene.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[282/297] Compiling UIKitPlus _SceneDelegate.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[283/297] Compiling UIKitPlus Exports.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[284/297] Compiling UIKitPlus FormViewController.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[285/297] Compiling UIKitPlus MacApp.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[286/297] Compiling UIKitPlus MacOS+NavigationController.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[287/297] Compiling UIKitPlus MediaPicker.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[288/297] Compiling UIKitPlus Menu.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[289/297] Compiling UIKitPlus MenuItem.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[290/297] Compiling UIKitPlus NavigationController.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[291/297] Compiling UIKitPlus NotImplementedViewController.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[292/297] Compiling UIKitPlus StatusItem.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[293/297] Compiling UIKitPlus TabViewController.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[294/297] Compiling UIKitPlus ViewController.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[295/297] Compiling UIKitPlus Window.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[296/297] Compiling UIKitPlus ContentInsetAdjustment.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[297/297] Compiling UIKitPlus DeclarativeConstraintAnySide.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/176] Compiling UIKitPlus BezelStyleable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[3/176] Compiling UIKitPlus Bezeledable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[4/176] Compiling UIKitPlus BodyBuilderItem.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[5/176] Compiling UIKitPlus Borderedable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[6/176] Compiling UIKitPlus BulletsEchoable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[7/176] Compiling UIKitPlus Cellable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[8/176] Compiling UIKitPlus Cleanupable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[9/176] Compiling UIKitPlus Colorable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[10/176] Compiling UIKitPlus ConstraintValue.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[11/176] Compiling UIKitPlus Contextable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[12/176] Compiling UIKitPlus Continuousable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[13/176] Compiling UIKitPlus ControlStateable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[14/176] Compiling UIKitPlus DeclarativeProtocol.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[15/176] Compiling UIKitPlus DeclarativeProtocolInternal.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[16/176] Compiling UIKitPlus EditableStackView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[17/176] Compiling UIKitPlus Editableable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[18/176] Compiling UIKitPlus Enableable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[19/176] Compiling UIKitPlus FirstResponderRefusable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[20/176] Compiling UIKitPlus FocusRingTypeable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[21/176] Compiling UIKitPlus Fontable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[22/176] Compiling UIKitPlus GestureDelegatorable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[23/176] Compiling UIKitPlus GestureRecognizerable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[24/176] Compiling UIKitPlus GestureTrackable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[25/176] Compiling UIKitPlus Hiddenable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[26/200] Compiling UIKitPlus Identable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[27/200] Compiling UIKitPlus KeyMaskable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[28/200] Compiling UIKitPlus Keyable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[29/200] Compiling UIKitPlus Keyboardable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[30/200] Compiling UIKitPlus Menuable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[31/200] Compiling UIKitPlus Messageable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[32/200] Compiling UIKitPlus MixedStateAllowable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[33/200] Compiling UIKitPlus MultiClickIgnorable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[34/200] Compiling UIKitPlus NavigationControllerable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[35/200] Compiling UIKitPlus Placeholderable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[36/200] Compiling UIKitPlus PullsDownable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[37/200] Compiling UIKitPlus Refreshable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[38/200] Compiling UIKitPlus Scrollable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[39/200] Compiling UIKitPlus Secureable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[40/200] Compiling UIKitPlus SegmentControlable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[41/200] Compiling UIKitPlus SideViewProtocol.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[42/200] Compiling UIKitPlus Soundable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[43/200] Compiling UIKitPlus StackForEach.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[44/200] Compiling UIKitPlus SwiftUIable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[45/200] Compiling UIKitPlus Taggable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[46/200] Compiling UIKitPlus TextAdjustsFontSizeable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[47/200] Compiling UIKitPlus TextAligmentable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[48/200] Compiling UIKitPlus TextAttributesEditingAllowable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[49/200] Compiling UIKitPlus TextAutocapitalizationable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[50/224] Compiling UIKitPlus DeclarativeProtocol+Rasterize.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[51/224] Compiling UIKitPlus DeclarativeProtocol+Rotation.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[52/224] Compiling UIKitPlus DeclarativeProtocol+ScreenEdgePan.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[53/224] Compiling UIKitPlus DeclarativeProtocol+Shadow.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[54/224] Compiling UIKitPlus DeclarativeProtocol+Swipe.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[55/224] Compiling UIKitPlus DeclarativeProtocol+Tag.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[56/224] Compiling UIKitPlus DeclarativeProtocol+Tap.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[57/224] Compiling UIKitPlus DeclarativeProtocol+Tint.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[58/224] Compiling UIKitPlus DeclarativeProtocol+UserInteraction.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[59/224] Compiling UIKitPlus NSEvent+Key.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[60/224] Compiling UIKitPlus NSLayoutConstraint+Activated.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[61/224] Compiling UIKitPlus NSLayoutConstraint+AllAttributes.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[62/224] Compiling UIKitPlus NSLayoutConstraint+Update.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[63/224] Compiling UIKitPlus NSSound+System.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[64/224] Compiling UIKitPlus NSView+BringToFront.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[65/224] Compiling UIKitPlus NavigationController+FadeTo.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[66/224] Compiling UIKitPlus NotificationCenter+Name.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[67/224] Compiling UIKitPlus Number+ConstraintValue.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[68/224] Compiling UIKitPlus Numeric+Device.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[69/224] Compiling UIKitPlus String+AttributedString.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[70/224] Compiling UIKitPlus String+LocalizedString.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[71/224] Compiling UIKitPlus String+SegmentControlable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[72/224] Compiling UIKitPlus TableView+Cellable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[73/224] Compiling UIKitPlus UIColor+Aplha.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[74/224] Compiling UIKitPlus UIColor+Dynamic.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[75/248] Compiling UIKitPlus DeclarativeConstraintCSide.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[76/248] Compiling UIKitPlus DeclarativeConstraintDSide.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[77/248] Compiling UIKitPlus DeclarativeConstraintXSide.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[78/248] Compiling UIKitPlus DeclarativeConstraintYSide.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[79/248] Compiling UIKitPlus Language.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[80/248] Compiling UIKitPlus LocalizedString.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[81/248] Compiling UIKitPlus MacOS+TextFieldContentType.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[82/248] Compiling UIKitPlus NavigationControllerStyle.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[83/248] Compiling UIKitPlus PushNotificationOption.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[84/248] Compiling UIKitPlus PushNotificationsAuthorizationStatus.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[85/248] Compiling UIKitPlus RootTransitionAnimation.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[86/248] Compiling UIKitPlus SegmentControlableItem.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[87/248] Compiling UIKitPlus StatusBarStyle.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[88/248] Compiling UIKitPlus TextFieldContentType.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[89/248] Compiling UIKitPlus TextItemInteraction.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[90/248] Compiling UIKitPlus Array+Diff.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[91/248] Compiling UIKitPlus AttrStr+Concat.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[92/248] Compiling UIKitPlus AttrStr+Joined.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[93/248] Compiling UIKitPlus ClosedRange+NSRange.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[94/248] Compiling UIKitPlus CollectionView+Cellable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[95/248] Compiling UIKitPlus ConstraintValueType+Operators.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[96/248] Compiling UIKitPlus DeclarativeProtocol+Alpha.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[97/248] Compiling UIKitPlus DeclarativeProtocol+Apply.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[98/248] Compiling UIKitPlus DeclarativeProtocol+Background.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[99/248] Compiling UIKitPlus DeclarativeProtocol+Borders.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[100/272] Emitting module UIKitPlus
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[101/296] Compiling UIKitPlus TextAutocorrectionable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[102/296] Compiling UIKitPlus TextBindable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[103/296] Compiling UIKitPlus TextFieldContentTypeable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[104/296] Compiling UIKitPlus TextFieldDelegate.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[105/296] Compiling UIKitPlus TextFieldLeftViewable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[106/296] Compiling UIKitPlus TextFieldRightViewable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[107/296] Compiling UIKitPlus TextLineBreakModeable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[108/296] Compiling UIKitPlus TextLineable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[109/296] Compiling UIKitPlus TextScaleable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[110/296] Compiling UIKitPlus Textable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[111/296] Compiling UIKitPlus Tintable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[112/296] Compiling UIKitPlus Titleable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[113/296] Compiling UIKitPlus Typeable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[114/296] Compiling UIKitPlus UIButtonable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[115/296] Compiling UIKitPlus UICollectionViewable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[116/296] Compiling UIKitPlus UILabelable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[117/296] Compiling UIKitPlus UIScrollViewable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[118/296] Compiling UIKitPlus UITableViewable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[119/296] Compiling UIKitPlus UIViewable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[120/296] Compiling UIKitPlus ViewTransitionable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[121/296] Compiling UIKitPlus WrappedViewControllerable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[122/296] Compiling UIKitPlus AppBuilder.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[123/296] Compiling UIKitPlus BodyBuilder.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[124/296] Compiling UIKitPlus BodyBuilderItems.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[125/296] Compiling UIKitPlus Borders.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[126/296] Compiling UIKitPlus CodableState.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[127/296] Compiling UIKitPlus ConstraintValueType.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[128/296] Compiling UIKitPlus CustomCorners.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[129/296] Compiling UIKitPlus DeclarativeViewConstraints.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[130/296] Compiling UIKitPlus ExpressableState.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[131/296] Compiling UIKitPlus GesturesBuilder.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[132/296] Compiling UIKitPlus ImageReloadingStyle.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[133/296] Compiling UIKitPlus InnerState.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[134/296] Compiling UIKitPlus LivePreview.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[135/296] Compiling UIKitPlus PreviewBuilder.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[136/296] Compiling UIKitPlus PreviewBuilderItem.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[137/296] Compiling UIKitPlus ShortcutBuilder.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[138/296] Compiling UIKitPlus Spoken.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[139/296] Compiling UIKitPlus State.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[140/296] Compiling UIKitPlus StateStringBuilder.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[141/296] Compiling UIKitPlus UILayoutPriority.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[142/296] Compiling UIKitPlus ViewContext.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[143/296] Compiling UIKitPlus TextFieldStyle.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[144/296] Compiling UIKitPlus MacOS+Button.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[145/296] Compiling UIKitPlus MacOS+ImageView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[146/296] Compiling UIKitPlus MacOS+ScrollView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[147/296] Compiling UIKitPlus MacOS+Text.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[148/296] Compiling UIKitPlus MacOS+TextField.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[149/296] Compiling UIKitPlus UIColor+Hex.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[150/296] Compiling UIKitPlus UIControl+ActionHandler.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[151/296] Compiling UIKitPlus UIDevice+Model.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[152/296] Compiling UIKitPlus UIDeviceOrientation+Description.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[153/296] Compiling UIKitPlus UIFont+Family.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[154/296] Compiling UIKitPlus UIFont+PrintAll.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[155/296] Compiling UIKitPlus UIGestureRecognizer+GestureRecognizerable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[156/296] Compiling UIKitPlus UIImage+Blur.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[157/296] Compiling UIKitPlus UIImage+Resize.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[158/296] Compiling UIKitPlus UIImage+SegmentControlable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[159/296] Compiling UIKitPlus UIInterfaceOrientation+Description.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[160/296] Compiling UIKitPlus UIViewController+Body.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[161/296] Compiling UIKitPlus UIVisualEffect+Effects.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[162/296] Compiling UIKitPlus UNAuthorizationStatus+Status.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[163/296] Compiling UIKitPlus View+Add.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[164/296] Compiling UIKitPlus View+Body.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[165/296] Compiling UIKitPlus View+Menuable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[166/296] Compiling UIKitPlus View+SafeArea.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[167/296] Compiling UIKitPlus View+Shake.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[168/296] Compiling UIKitPlus View+ViewWithTag.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[169/296] Compiling UIKitPlus WrappedViewControllerable+Hidden.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[170/296] Compiling UIKitPlus Animation.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[171/296] Compiling UIKitPlus AttributedString.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[172/296] Compiling UIKitPlus ClickGestureRecognizer.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[173/296] Compiling UIKitPlus ForEach.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[174/296] Compiling UIKitPlus GestureDelegator.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[175/296] Compiling UIKitPlus GestureTracker.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[176/296] Compiling UIKitPlus HoverGestureRecognizer.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[177/296] Compiling UIKitPlus ImageLoader.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[178/296] Compiling UIKitPlus ImpactFeedback.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[179/296] Compiling UIKitPlus Localization.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[180/296] Compiling UIKitPlus LongPressGestureRecognizer.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[181/296] Compiling UIKitPlus MagnificationGestureRecognizer.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[182/296] Compiling UIKitPlus PanGestureRecognizer.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[183/296] Compiling UIKitPlus ParagraphStyle.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[184/296] Compiling UIKitPlus PinchGestureRecognizer.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[185/296] Compiling UIKitPlus PreConstraint.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[186/296] Compiling UIKitPlus PressGestureRecognizer.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[187/296] Compiling UIKitPlus Properties.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[188/296] Compiling UIKitPlus PropertiesInternal.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[189/296] Compiling UIKitPlus RotationGestureRecognizer.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[190/296] Compiling UIKitPlus ScreenEdgePanGestureRecognizer.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[191/296] Compiling UIKitPlus SwipeGestureRecognizer.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[192/296] Compiling UIKitPlus TapGestureRecognizer.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[193/296] Compiling UIKitPlus TextViewDelegate.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[194/296] Compiling UIKitPlus UIViewPropertyAnimator.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[195/296] Compiling UIKitPlus Alternateable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[196/296] Compiling UIKitPlus AnyScene.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[197/296] Compiling UIKitPlus ArrowPositionable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[198/296] Compiling UIKitPlus BackgroundColorable.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[199/296] Compiling UIKitPlus MacOS+VisualEffectView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[200/296] Compiling UIKitPlus PopupButton.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[201/296] Compiling UIKitPlus SecureTextField.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[202/296] Compiling UIKitPlus Button.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[203/296] Compiling UIKitPlus Collection.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[204/296] Compiling UIKitPlus CollectionDynamicCell.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[205/296] Compiling UIKitPlus CollectionView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[206/296] Compiling UIKitPlus CollectionViewAlignedFlowLayout.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[207/296] Compiling UIKitPlus CollectionViewCell.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[208/296] Compiling UIKitPlus CollectionViewFlowLayout.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[209/296] Compiling UIKitPlus ControlView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[210/296] Compiling UIKitPlus DatePickerView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[211/296] Compiling UIKitPlus DynamicPickerView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[212/296] Compiling UIKitPlus ImageView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[213/296] Compiling UIKitPlus InputView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[214/296] Compiling UIKitPlus LayerView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[215/296] Compiling UIKitPlus List.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[216/296] Compiling UIKitPlus ListDynamicCell.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[217/296] Compiling UIKitPlus PickerView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[218/296] Compiling UIKitPlus RefreshControl.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[219/296] Compiling UIKitPlus ScrollView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[220/296] Compiling UIKitPlus SegmentedControl.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[221/296] Compiling UIKitPlus SliderView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[222/296] Compiling UIKitPlus StaticListCell.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[223/296] Compiling UIKitPlus Stepper.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[224/296] Compiling UIKitPlus TableView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[225/296] Compiling UIKitPlus TableViewCell.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[226/296] Compiling UIKitPlus Text.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[227/296] Compiling UIKitPlus TextField.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[228/296] Compiling UIKitPlus TextView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[229/296] Compiling UIKitPlus Toggle.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[230/296] Compiling UIKitPlus VerificationCodeView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[231/296] Compiling UIKitPlus VisualEffectView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[232/296] Compiling UIKitPlus WrappedViewControllerView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[233/296] Compiling UIKitPlus ActivityIndicator.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[234/296] Compiling UIKitPlus BarButtonItemView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[235/296] Compiling UIKitPlus BaseView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[236/296] Compiling UIKitPlus HScrollStack.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[237/296] Compiling UIKitPlus HSpace.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[238/296] Compiling UIKitPlus HStack.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[239/296] Compiling UIKitPlus HUD.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[240/296] Compiling UIKitPlus Space.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[241/296] Compiling UIKitPlus StackView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[242/296] Compiling UIKitPlus VScrollStack.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[243/296] Compiling UIKitPlus VSpace.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[244/296] Compiling UIKitPlus VStack.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[245/296] Compiling UIKitPlus View.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[246/296] Compiling UIKitPlus WrapperView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[247/296] Compiling UIKitPlus DeclarativeProtocol+Bounds.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[248/296] Compiling UIKitPlus DeclarativeProtocol+Click.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[249/296] Compiling UIKitPlus DeclarativeProtocol+CompressionResistance.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[250/296] Compiling UIKitPlus DeclarativeProtocol+ConstraintLinks.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[251/296] Compiling UIKitPlus DeclarativeProtocol+Constraints.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[252/296] Compiling UIKitPlus DeclarativeProtocol+ConstraintsRelative.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[253/296] Compiling UIKitPlus DeclarativeProtocol+ConstraintsSolo.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[254/296] Compiling UIKitPlus DeclarativeProtocol+ConstraintsSuper.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[255/296] Compiling UIKitPlus DeclarativeProtocol+Corners.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[256/296] Compiling UIKitPlus DeclarativeProtocol+DeclarativeView.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[257/296] Compiling UIKitPlus DeclarativeProtocol+Gesture.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[258/296] Compiling UIKitPlus DeclarativeProtocol+Hidden.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[259/296] Compiling UIKitPlus DeclarativeProtocol+Hover.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[260/296] Compiling UIKitPlus DeclarativeProtocol+HuggingPriority.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[261/296] Compiling UIKitPlus DeclarativeProtocol+Itself.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[262/296] Compiling UIKitPlus DeclarativeProtocol+LayoutMargin.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[263/296] Compiling UIKitPlus DeclarativeProtocol+LayoutSubviews.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[264/296] Compiling UIKitPlus DeclarativeProtocol+LongPress.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[265/296] Compiling UIKitPlus DeclarativeProtocol+Magnification.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[266/296] Compiling UIKitPlus DeclarativeProtocol+MovedToSuperview.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[267/296] Compiling UIKitPlus DeclarativeProtocol+NextResponder.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[268/296] Compiling UIKitPlus DeclarativeProtocol+Opacity.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[269/296] Compiling UIKitPlus DeclarativeProtocol+Pan.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[270/296] Compiling UIKitPlus DeclarativeProtocol+Pinch.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[271/296] Compiling UIKitPlus DeclarativeProtocol+Press.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[272/296] Compiling UIKitPlus AlertController.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[273/296] Compiling UIKitPlus BaseApp+MainScene.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[274/296] Compiling UIKitPlus BaseApp+Scene.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[275/296] Compiling UIKitPlus BaseApp+Shortcut.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[276/296] Compiling UIKitPlus BaseApp+Shortcuts.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[277/296] Compiling UIKitPlus BaseApp.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[278/296] Compiling UIKitPlus LifeCycle.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[279/296] Compiling UIKitPlus SceneScreenType.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[280/296] Compiling UIKitPlus _Scene.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[281/296] Compiling UIKitPlus _SceneDelegate.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[282/296] Compiling UIKitPlus Exports.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[283/296] Compiling UIKitPlus FormViewController.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[284/296] Compiling UIKitPlus MacApp.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[285/296] Compiling UIKitPlus MacOS+NavigationController.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[286/296] Compiling UIKitPlus MediaPicker.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[287/296] Compiling UIKitPlus Menu.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[288/296] Compiling UIKitPlus MenuItem.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[289/296] Compiling UIKitPlus NavigationController.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[290/296] Compiling UIKitPlus NotImplementedViewController.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[291/296] Compiling UIKitPlus StatusItem.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[292/296] Compiling UIKitPlus TabViewController.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[293/296] Compiling UIKitPlus ViewController.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[294/296] Compiling UIKitPlus Window.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[295/296] Compiling UIKitPlus ContentInsetAdjustment.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
[296/296] Compiling UIKitPlus DeclarativeConstraintAnySide.swift
/host/spi-builder-workspace/Classes/Controllers/AlertController.swift:2:8: error: no such module 'UIKit'
1 | #if !os(macOS)
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | extension UIAlertController: _Messageable, _UIAlertViewControllerable {
BUILD FAILURE 6.1 linux