Build Information
Failed to build TPPDF, reference 2.6.1 (975049
), with Swift 6.0 for Linux on 11 Nov 2024 13:32:43 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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 -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/techprimate/tppdf.git
Reference: 2.6.1
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/techprimate/tppdf
* tag 2.6.1 -> FETCH_HEAD
HEAD is now at 975049c chore(ci): change runs-on to macOS 15 (#401)
Cloned https://github.com/techprimate/tppdf.git
Revision (git rev-parse @):
975049c0e1022922580b7927e030901604024925
SUCCESS checkout https://github.com/techprimate/tppdf.git at 2.6.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/techprimate/tppdf.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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 -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:8:15: warning: 'v9' is deprecated: iOS 11.0 is the oldest supported version
6 | name: "TPPDF",
7 | platforms: [
8 | .iOS(.v9),
| `- warning: 'v9' is deprecated: iOS 11.0 is the oldest supported version
9 | .macOS(.v10_14),
10 | .visionOS(.v1),
/host/spi-builder-workspace/Package.swift:16:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
14 | ],
15 | dependencies: [
16 | .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
17 | .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
18 | ],
/host/spi-builder-workspace/Package.swift:16:58: warning: 'exact' is deprecated
14 | ],
15 | dependencies: [
16 | .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
| `- warning: 'exact' is deprecated
17 | .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
18 | ],
/host/spi-builder-workspace/Package.swift:17:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
15 | dependencies: [
16 | .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
17 | .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
18 | ],
19 | targets: [
/host/spi-builder-workspace/Package.swift:17:59: warning: 'exact' is deprecated
15 | dependencies: [
16 | .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
17 | .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
| `- warning: 'exact' is deprecated
18 | ],
19 | targets: [
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/Quick/Quick
[1/14740] Fetching quick
[14741/34021] Fetching quick, nimble
Fetched https://github.com/Quick/Quick from cache (1.44s)
Fetched https://github.com/Quick/Nimble from cache (1.62s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.2.1 (2.15s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.23s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 3.1.2 (1.65s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.50s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.19s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.74s)
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 3.1.2
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
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/123] Emitting module TPPDF
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[4/140] Compiling TPPDF PDFPaginationClosure.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[5/140] Compiling TPPDF PDFPaginationStyle+Equatable.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[6/140] Compiling TPPDF PDFPaginationStyle.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[7/140] Compiling TPPDF PDFSection.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[8/140] Compiling TPPDF PDFSectionColumn.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[9/140] Compiling TPPDF PDFTableOfContent.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[10/140] Compiling TPPDF NSAttributedString+PDFTableContent.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[11/140] Compiling TPPDF Number+PDFTableContentable.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[12/140] Compiling TPPDF PDFTableContent+ContentType.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[13/140] Compiling TPPDF PDFTableContent.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[14/140] Compiling TPPDF PDFTableContentable.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[15/140] Compiling TPPDF String+PDFTableContent.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[16/140] Compiling TPPDF UIImage+PDFTableContent.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[17/140] Compiling TPPDF PDFTable.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[18/140] Compiling TPPDF PDFTableCell.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[19/140] Compiling TPPDF PDFTableCellAlignment.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[20/140] Compiling TPPDF PDFTableCellPosition.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[21/140] Compiling TPPDF PDFSimpleText+Equatable.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[22/140] Compiling TPPDF PDFSimpleText.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[23/140] Compiling TPPDF PDFText.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[24/140] Compiling TPPDF PDFTextStyle.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[25/140] Compiling TPPDF CrossPlattformGraphics.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[26/140] Compiling TPPDF PDFConstants.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[27/140] Compiling TPPDF PDFCopy.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[28/140] Compiling TPPDF PDFDocumentObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[29/140] Compiling TPPDF PDFError.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[30/140] Compiling TPPDF PDFRenderObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[31/140] Compiling TPPDF PDFTaggableObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[32/140] Compiling TPPDF PDFExternalDocumentObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[33/140] Compiling TPPDF PDFExternalPageObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[34/140] Compiling TPPDF PDFContext.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[35/140] Compiling TPPDF PDFContextGraphics.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[36/140] Compiling TPPDF PDFGraphics.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[37/140] Compiling TPPDF PDFLineObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[38/140] Compiling TPPDF PDFTable+CellSubscripts.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[39/140] Compiling TPPDF PDFTable+ColumnSubscripts.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[40/140] Compiling TPPDF PDFTable+RowSubscripts.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[41/140] Compiling TPPDF PDFTable+SectionSubscripts.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[42/140] Compiling TPPDF PDFTableColumn.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[43/140] Compiling TPPDF PDFTableColumns.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[44/140] Compiling TPPDF PDFTableMergeable.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[45/140] Compiling TPPDF PDFTableRow.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[46/140] Compiling TPPDF PDFTableRows.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[47/140] Compiling TPPDF PDFTableSection.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[48/140] Compiling TPPDF PDFTableCellBorders.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[49/140] Compiling TPPDF PDFTableCellPosition+Equatable-Hashable.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[50/140] Compiling TPPDF PDFTableCellStyle.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[51/140] Compiling TPPDF PDFTableStyle+Defaults.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[52/140] Compiling TPPDF PDFTableStyle+Equatable.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[53/140] Compiling TPPDF PDFTableStyle.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[54/140] Compiling TPPDF PDFAttributedText.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[55/140] Compiling TPPDF PDFLineSeparatorObject+Equatable.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[56/140] Compiling TPPDF PDFLineSeparatorObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[57/140] Compiling TPPDF PDFRectangleObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[58/140] Compiling TPPDF UIColor+CloseToEqual.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[59/140] Compiling TPPDF PDFGroupObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[60/140] Compiling TPPDF PDFImageObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[61/140] Compiling TPPDF PDFImageRowObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[62/140] Compiling TPPDF PDFColumnLayoutState.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[63/140] Compiling TPPDF PDFIndentationObject+Equatable.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[64/140] Compiling TPPDF PDFIndentationObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[65/140] Compiling TPPDF PDFLayout+Equatable.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[66/140] Compiling TPPDF PDFLayout.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[67/140] Compiling TPPDF PDFLayoutHeights+Equatable.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[68/140] Compiling TPPDF PDFLayoutHeights.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[69/140] Compiling TPPDF PDFLayoutIndentations+Equatable.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[70/140] Compiling TPPDF PDFLayoutIndentations.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[71/140] Compiling TPPDF PDFMarginObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[72/140] Compiling TPPDF PDFGeneratorDelegate.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[73/140] Compiling TPPDF PDFGeneratorImageDelegate.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[74/140] Compiling TPPDF PDFDocument.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[75/140] Compiling TPPDF PDFDocumentBackground.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[76/140] Compiling TPPDF PDFExternalDocument.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[77/140] Compiling TPPDF PDFBezierPath+Copying.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[78/140] Compiling TPPDF PDFBezierPath.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[79/140] Compiling TPPDF PDFBezierPathVertex.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[80/140] Compiling TPPDF PDFDynamicGeometryShape.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[81/140] Compiling TPPDF PDFLineStyle.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[82/140] Compiling TPPDF PDFLineType.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[83/140] Compiling TPPDF PDFGroup+Objects.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[84/140] Compiling TPPDF PDFGroup.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[85/140] Compiling TPPDF PDFGroupContainer.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[86/140] Compiling TPPDF PDFMasterGroup.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[87/140] Compiling TPPDF PDFImage.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[88/140] Compiling TPPDF PDFImageOptions.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[89/140] Compiling TPPDF PDFImageSizeFit.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[90/140] Compiling TPPDF PDFOffsetObject+Equatable.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[91/140] Compiling TPPDF PDFOffsetObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[92/140] Compiling TPPDF PDFPageBreakObject+Equatable.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[93/140] Compiling TPPDF PDFPageBreakObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[94/140] Compiling TPPDF PDFPageLayout+Equatable.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[95/140] Compiling TPPDF PDFSectionColumnContainer.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[96/140] Compiling TPPDF PDFSpaceObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[97/140] Compiling TPPDF PDFListObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[98/140] Compiling TPPDF CGPoint+Math.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[99/140] Compiling TPPDF CGPoint+Null.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[100/140] Compiling TPPDF PDFGenerator+Debug.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[101/140] Compiling TPPDF PDFGenerator+Layout.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[102/140] Compiling TPPDF PDFColumnWrapSectionObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[103/140] Compiling TPPDF PDFSectionColumnObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[104/140] Compiling TPPDF PDFSectionObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[105/140] Compiling TPPDF PDFTableOfContentObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[106/140] Compiling TPPDF PDFTableCalculatedCell.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[107/140] Compiling TPPDF PDFContainer.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[108/140] Compiling TPPDF PDFPageLayout.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[109/140] Compiling TPPDF PDFList.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[110/140] Compiling TPPDF PDFListItem.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[111/140] Compiling TPPDF PDFListItemSymbol.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[112/140] Compiling TPPDF PDFInfo+Equatable.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[113/140] Compiling TPPDF PDFInfo.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[114/140] Compiling TPPDF PDFGenerator+Generation.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[115/140] Compiling TPPDF PDFGenerator.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[116/140] Compiling TPPDF PDFGeneratorProtocol.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[117/140] Compiling TPPDF PDFMultiDocumentGenerator.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[118/140] Compiling TPPDF PDFPageFormat+Layout.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[119/140] Compiling TPPDF PDFPageFormat+NameConstants.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[120/140] Compiling TPPDF PDFPageFormat+SizeConstants.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[121/140] Compiling TPPDF PDFPageFormat.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[122/140] Compiling TPPDF PDFPagination+Equatable.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[123/140] Compiling TPPDF PDFPagination.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[124/140] Compiling TPPDF PDFTableMergeUtil.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[125/140] Compiling TPPDF PDFTableNode.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[126/140] Compiling TPPDF PDFTableObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[127/140] Compiling TPPDF PDFTableValidator.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[128/140] Compiling TPPDF PDFAttributedTextObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[129/140] Compiling TPPDF PDFFontObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[130/140] Compiling TPPDF PDFTextColorObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[131/140] Compiling TPPDF PDFAttributableObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[132/140] Compiling TPPDF PDFObjectAttribute.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[133/140] Compiling TPPDF CustomStringConvertible+AutoDescribing.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[134/140] Compiling TPPDF FileManager+TemporaryFiles.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[135/140] Compiling TPPDF Int+RomanNumerals.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[136/140] Compiling TPPDF PDFCalculations.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[137/140] Compiling TPPDF PDFLocatedRenderObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[138/140] Compiling TPPDF PDFSlicedObject.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[139/140] Compiling TPPDF Stack.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
[140/140] Compiling TPPDF WeakRef.swift
/host/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 |
10 | /// Protocol used to delegate drawing of images
BUILD FAILURE 6.0 linux