Build Information
Failed to build DynamicOverlay, reference 1.1.0-beta.2 (84c01f), with Swift 6.2 for Linux on 4 Dec 2025 16:14:56 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/faberNovel/DynamicOverlay.git
Reference: 1.1.0-beta.2
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/faberNovel/DynamicOverlay
* tag 1.1.0-beta.2 -> FETCH_HEAD
HEAD is now at 84c01f9 Bump to 1.1.0-beta.2
Cloned https://github.com/faberNovel/DynamicOverlay.git
Revision (git rev-parse @):
84c01f9b191e59757ee0caadcbdfd6b03d0ca35c
SUCCESS checkout https://github.com/faberNovel/DynamicOverlay.git at 1.1.0-beta.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/faberNovel/DynamicOverlay.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:36dcf51aceebb7518dd97346bbe30fd556b23ffe7a4d72d70473700580e8e541
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/applidium/OverlayContainer.git
[1/3738] Fetching overlaycontainer
Fetched https://github.com/applidium/OverlayContainer.git from cache (0.93s)
Computing version for https://github.com/applidium/OverlayContainer.git
Computed https://github.com/applidium/OverlayContainer.git at 3.5.3 (2.40s)
Fetching https://github.com/Quick/Quick
Fetching https://github.com/Quick/Nimble
[1/14859] Fetching quick
[10106/34663] Fetching quick, nimble
Fetched https://github.com/Quick/Quick from cache (1.56s)
Fetched https://github.com/Quick/Nimble from cache (1.58s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 4.0.0 (2.11s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.2.1 (0.39s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.21s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.61s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.20s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.58s)
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 4.0.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 9.2.1
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/applidium/OverlayContainer.git
Working copy of https://github.com/applidium/OverlayContainer.git resolved at 3.5.3
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/41] Emitting module OverlayContainer
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[5/46] Compiling OverlayContainer OverlayTranslationFunction.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[6/46] Compiling OverlayContainer PassThroughView.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[7/46] Compiling OverlayContainer RubberBandOverlayTranslationFunction.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[8/46] Compiling OverlayContainer RushingForwardTargetNotchPolicy.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[9/46] Compiling OverlayContainer SpringOverlayTranslationAnimationController.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[10/46] Compiling OverlayContainer OverlayContainerSheetPresentationControllerDelegate.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[11/46] Compiling OverlayContainer OverlayContainerTransitionCoordinator.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[12/46] Compiling OverlayContainer OverlayContainerViewController.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[13/46] Compiling OverlayContainer OverlayContainerViewControllerDelegate.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[14/46] Compiling OverlayContainer OverlayTransitioningDelegate.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[15/46] Compiling OverlayContainer UIViewController+Children.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[16/46] Compiling OverlayContainer HeightContraintOverlayTranslationController.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[17/46] Compiling OverlayContainer InterruptibleAnimatorOverlayContainerTransitionCoordinator.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[18/46] Compiling OverlayContainer OverlayContainerConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[19/46] Compiling OverlayContainer OverlayContainerConfigurationImplementation.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[20/46] Compiling OverlayContainer PanGestureOverlayTranslationDriver.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[21/46] Compiling OverlayContainer ScrollViewOverlayTranslationDriver.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[22/46] Compiling OverlayContainer GroundView.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[23/46] Compiling OverlayContainer OverlayContainerView.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[24/46] Compiling OverlayContainer OverlayTranslationContainerView.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[25/46] Compiling OverlayContainer OverlayTranslationView.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[26/46] Compiling OverlayContainer OverlayContainerPresentationController.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[27/46] Compiling OverlayContainer OverlayContainerSheetDimmingView.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[28/46] Compiling OverlayContainer OverlayContainerSheetDismissalPolicy.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[29/46] Compiling OverlayContainer OverlayContainerSheetPresentationController.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[30/46] Compiling OverlayContainer OverlayScrollViewDelegate.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[31/46] Compiling OverlayContainer OverlayScrollViewDelegateProxy.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[32/46] Compiling OverlayContainer OverlayTranslationController.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[33/46] Compiling OverlayContainer OverlayTranslationDriver.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[34/46] Compiling OverlayContainer OverlayTranslationGestureRecognizer.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[35/46] Compiling OverlayContainer CGGeometry+Utils.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[36/46] Compiling OverlayContainer OverlayContainerViewControllerDelegate+Defaults.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[37/46] Compiling OverlayContainer UIPanGesture+Utils.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[38/46] Compiling OverlayContainer UIScrollViiew+Utils.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[39/46] Compiling OverlayContainer UIView+Constraints.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[40/46] Compiling OverlayContainer UIView+Subviews.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[41/46] Compiling OverlayContainer ConcreteOverlayContainerContextTargetNotchPolicy.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[42/46] Compiling OverlayContainer ConcreteOverlayContainerContextTransitioning.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[43/46] Compiling OverlayContainer ConcreteOverlayContainerDimissingPolicyContext.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[44/46] Compiling OverlayContainer ConcreteOverlayTranslationParameters.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[45/46] Compiling OverlayContainer DraggingOverlayContainerTransitionCoordinator.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
[46/46] Compiling OverlayContainer CGFloat+Round.swift
/host/spi-builder-workspace/.build/checkouts/OverlayContainer/Source/OverlayContainer/Internal/ConcreteOverlayContainerContextTargetNotchPolicy.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | struct ConcreteOverlayContainerContextTargetNotchPolicy: OverlayContainerContextTargetNotchPolicy {
BUILD FAILURE 6.2 linux