Build Information
Failed to build PDFPreviewer, reference 0.1.2 (207faf
), with Swift 6.0 for Linux on 20 Feb 2025 20:12:59 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mc-public/PDFPreviewer.git
Reference: 0.1.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/mc-public/PDFPreviewer
* tag 0.1.2 -> FETCH_HEAD
HEAD is now at 207faf8 Fixed some problems.
Cloned https://github.com/mc-public/PDFPreviewer.git
Revision (git rev-parse @):
207faf8f5a89b025bbcf4f39d10904d2380b7030
SUCCESS checkout https://github.com/mc-public/PDFPreviewer.git at 0.1.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/mc-public/PDFPreviewer.git
https://github.com/mc-public/PDFPreviewer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "PDFPreviewer",
"name" : "PDFPreviewer",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "PDFPreviewer",
"targets" : [
"PDFPreviewer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "PDFPreviewer",
"module_type" : "SwiftTarget",
"name" : "PDFPreviewer",
"path" : "Sources/PDFPreviewer",
"product_memberships" : [
"PDFPreviewer"
],
"sources" : [
"Model/PDFDocumentModel+ColorTheme.swift",
"Model/PDFDocumentModel+TrimLevel.swift",
"Model/PDFDocumentModel.swift",
"Model/PDFPageBounds.swift",
"Model/PDFPageMargin.swift",
"Model/PDFPageModel.swift",
"SwiftUI/PDFPreviewer+ConstraintView.swift",
"SwiftUI/PDFPreviewer.swift",
"SwiftUI/PDFPreviewerModel+Border.swift",
"SwiftUI/PDFPreviewerModel+InteractionDelegate.swift",
"SwiftUI/PDFPreviewerModel+Navigation.swift",
"SwiftUI/PDFPreviewerModel+ScrollViewDelegate.swift",
"SwiftUI/PDFPreviewerModel.swift",
"Utilities/Foundation/ApproximateEquality.swift",
"Utilities/Foundation/AsyncOperation.swift",
"Utilities/Foundation/AtomicValue.swift",
"Utilities/Foundation/URL+path.swift",
"Utilities/UIKit/CALayer.swift",
"Utilities/UIKit/Geometry.swift",
"Utilities/UIKit/HoledView.swift",
"Utilities/UIKit/UIMenu+Identifier+Cases.swift",
"Utilities/UIKit/UIScrollView+Geometry.swift",
"Utilities/UIKit/UIView+ResignKeyboard.swift",
"View/PDFDocumentScrollView+Delegate.swift",
"View/PDFDocumentScrollView+MenuItem.swift",
"View/PDFDocumentScrollView+ScrollDelegate.swift",
"View/PDFDocumentScrollView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-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/27] Emitting module PDFPreviewer
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[4/30] Compiling PDFPreviewer PDFDocumentModel+ColorTheme.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[5/30] Compiling PDFPreviewer PDFDocumentModel+TrimLevel.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[6/30] Compiling PDFPreviewer PDFDocumentModel.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[7/30] Compiling PDFPreviewer PDFPageBounds.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[8/30] Compiling PDFPreviewer PDFPreviewerModel+Border.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[9/30] Compiling PDFPreviewer PDFPreviewerModel+InteractionDelegate.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[10/30] Compiling PDFPreviewer PDFPreviewerModel+Navigation.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[11/30] Compiling PDFPreviewer PDFPreviewerModel+ScrollViewDelegate.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[12/30] Compiling PDFPreviewer PDFDocumentScrollView+MenuItem.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[13/30] Compiling PDFPreviewer PDFDocumentScrollView+ScrollDelegate.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[14/30] Compiling PDFPreviewer PDFDocumentScrollView.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[15/30] Compiling PDFPreviewer PDFPageMargin.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[16/30] Compiling PDFPreviewer PDFPageModel.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[17/30] Compiling PDFPreviewer PDFPreviewer+ConstraintView.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[18/30] Compiling PDFPreviewer PDFPreviewer.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[19/30] Compiling PDFPreviewer PDFPreviewerModel.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[20/30] Compiling PDFPreviewer ApproximateEquality.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[21/30] Compiling PDFPreviewer AsyncOperation.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[22/30] Compiling PDFPreviewer AtomicValue.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[23/30] Compiling PDFPreviewer URL+path.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[24/30] Compiling PDFPreviewer CALayer.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[25/30] Compiling PDFPreviewer UIScrollView+Geometry.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[26/30] Compiling PDFPreviewer UIView+ResignKeyboard.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[27/30] Compiling PDFPreviewer PDFDocumentScrollView+Delegate.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[28/30] Compiling PDFPreviewer Geometry.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[29/30] Compiling PDFPreviewer HoledView.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[30/30] Compiling PDFPreviewer UIMenu+Identifier+Cases.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/26] Compiling PDFPreviewer UIScrollView+Geometry.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[3/26] Compiling PDFPreviewer UIView+ResignKeyboard.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[4/26] Compiling PDFPreviewer PDFDocumentScrollView+Delegate.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[5/29] Compiling PDFPreviewer PDFDocumentModel+ColorTheme.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[6/29] Compiling PDFPreviewer PDFDocumentModel+TrimLevel.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[7/29] Compiling PDFPreviewer PDFDocumentModel.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[8/29] Compiling PDFPreviewer PDFPageBounds.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[9/29] Compiling PDFPreviewer PDFPreviewerModel+Border.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[10/29] Compiling PDFPreviewer PDFPreviewerModel+InteractionDelegate.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[11/29] Compiling PDFPreviewer PDFPreviewerModel+Navigation.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[12/29] Compiling PDFPreviewer PDFPreviewerModel+ScrollViewDelegate.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/29] Emitting module PDFPreviewer
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[14/29] Compiling PDFPreviewer PDFPageMargin.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[15/29] Compiling PDFPreviewer PDFPageModel.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[16/29] Compiling PDFPreviewer PDFPreviewer+ConstraintView.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[17/29] Compiling PDFPreviewer PDFPreviewer.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[18/29] Compiling PDFPreviewer PDFPreviewerModel.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[19/29] Compiling PDFPreviewer ApproximateEquality.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[20/29] Compiling PDFPreviewer AsyncOperation.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[21/29] Compiling PDFPreviewer AtomicValue.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[22/29] Compiling PDFPreviewer URL+path.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[23/29] Compiling PDFPreviewer CALayer.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[24/29] Compiling PDFPreviewer Geometry.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[25/29] Compiling PDFPreviewer HoledView.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[26/29] Compiling PDFPreviewer UIMenu+Identifier+Cases.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[27/29] Compiling PDFPreviewer PDFDocumentScrollView+MenuItem.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[28/29] Compiling PDFPreviewer PDFDocumentScrollView+ScrollDelegate.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
[29/29] Compiling PDFPreviewer PDFDocumentScrollView.swift
/host/spi-builder-workspace/Sources/PDFPreviewer/Model/PDFDocumentModel+TrimLevel.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | #if os(iOS)
BUILD FAILURE 6.0 linux