Build Information
Failed to build FloatingPanel, reference master (7efcc7), with Swift 6.1 for Android on 14 Feb 2026 04:07:12 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SCENEE/FloatingPanel.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/SCENEE/FloatingPanel
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 7efcc76 ci: update Xcode 26.0.1 to 26.2
Cloned https://github.com/SCENEE/FloatingPanel.git
Revision (git rev-parse @):
7efcc769e0ffe62f530e9276ab26309f758b7cc3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SCENEE/FloatingPanel.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/SCENEE/FloatingPanel.git
https://github.com/SCENEE/FloatingPanel.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "FloatingPanel",
"name" : "FloatingPanel",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "FloatingPanel",
"targets" : [
"FloatingPanel"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "FloatingPanel",
"module_type" : "SwiftTarget",
"name" : "FloatingPanel",
"path" : "Sources",
"product_memberships" : [
"FloatingPanel"
],
"sources" : [
"BackdropView.swift",
"Behavior.swift",
"Controller.swift",
"Core.swift",
"Extensions.swift",
"GrabberView.swift",
"Layout.swift",
"LayoutAnchoring.swift",
"LayoutProperties.swift",
"Logging.swift",
"PassthroughView.swift",
"Position.swift",
"State.swift",
"SurfaceView.swift",
"SwiftUI/FloatingPanelCoordinator.swift",
"SwiftUI/FloatingPanelProxy.swift",
"SwiftUI/FloatingPanelView.swift",
"SwiftUI/SurfaceAppearance+.swift",
"SwiftUI/View+floatingPanel.swift",
"SwiftUI/View+floatingPanelBehavior.swift",
"SwiftUI/View+floatingPanelConfiguration.swift",
"SwiftUI/View+floatingPanelLayout.swift",
"SwiftUI/View+floatingPanelScrollTracking.swift",
"SwiftUI/View+floatingPanelState.swift",
"SwiftUI/View+floatingPanelSurface.swift",
"Transitioning.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/26] Emitting module FloatingPanel
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[4/29] Compiling FloatingPanel View+floatingPanelState.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[5/29] Compiling FloatingPanel View+floatingPanelSurface.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[6/29] Compiling FloatingPanel Transitioning.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[7/29] Compiling FloatingPanel SurfaceAppearance+.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[8/29] Compiling FloatingPanel View+floatingPanel.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[9/29] Compiling FloatingPanel View+floatingPanelBehavior.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[10/29] Compiling FloatingPanel Extensions.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[11/29] Compiling FloatingPanel GrabberView.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[12/29] Compiling FloatingPanel Layout.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[13/29] Compiling FloatingPanel LayoutAnchoring.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[14/29] Compiling FloatingPanel Position.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[15/29] Compiling FloatingPanel State.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[16/29] Compiling FloatingPanel SurfaceView.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[17/29] Compiling FloatingPanel LayoutProperties.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[18/29] Compiling FloatingPanel Logging.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[19/29] Compiling FloatingPanel PassthroughView.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[20/29] Compiling FloatingPanel FloatingPanelCoordinator.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[21/29] Compiling FloatingPanel FloatingPanelProxy.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[22/29] Compiling FloatingPanel FloatingPanelView.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[23/29] Compiling FloatingPanel View+floatingPanelConfiguration.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[24/29] Compiling FloatingPanel View+floatingPanelLayout.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[25/29] Compiling FloatingPanel View+floatingPanelScrollTracking.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[26/29] Compiling FloatingPanel BackdropView.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[27/29] Compiling FloatingPanel Behavior.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[28/29] Compiling FloatingPanel Controller.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[29/29] Compiling FloatingPanel Core.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/25] Compiling FloatingPanel FloatingPanelCoordinator.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[3/25] Compiling FloatingPanel FloatingPanelProxy.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[4/25] Compiling FloatingPanel FloatingPanelView.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[5/28] Compiling FloatingPanel SurfaceAppearance+.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[6/28] Compiling FloatingPanel View+floatingPanel.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[7/28] Compiling FloatingPanel View+floatingPanelBehavior.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[8/28] Compiling FloatingPanel View+floatingPanelConfiguration.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[9/28] Compiling FloatingPanel View+floatingPanelLayout.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[10/28] Compiling FloatingPanel View+floatingPanelScrollTracking.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/28] Emitting module FloatingPanel
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[12/28] Compiling FloatingPanel View+floatingPanelState.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[13/28] Compiling FloatingPanel View+floatingPanelSurface.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[14/28] Compiling FloatingPanel Transitioning.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[15/28] Compiling FloatingPanel Extensions.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[16/28] Compiling FloatingPanel GrabberView.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[17/28] Compiling FloatingPanel Layout.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[18/28] Compiling FloatingPanel LayoutAnchoring.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[19/28] Compiling FloatingPanel LayoutProperties.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[20/28] Compiling FloatingPanel Logging.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[21/28] Compiling FloatingPanel PassthroughView.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[22/28] Compiling FloatingPanel Position.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[23/28] Compiling FloatingPanel State.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[24/28] Compiling FloatingPanel SurfaceView.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[25/28] Compiling FloatingPanel BackdropView.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[26/28] Compiling FloatingPanel Behavior.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[27/28] Compiling FloatingPanel Controller.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
[28/28] Compiling FloatingPanel Core.swift
/host/spi-builder-workspace/Sources/BackdropView.swift:3:8: error: no such module 'UIKit'
1 | // Copyright 2018-Present Shin Yamamoto. All rights reserved. MIT license.
2 |
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | /// A view that presents a backdrop interface behind a panel.
BUILD FAILURE 6.1 android