Build Information
Failed to build SwiftWidgets, reference main (75e463
), with Swift 6.1 for Linux on 26 Apr 2025 12:58:24 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/omeasraf/SwiftWidgets.git
Reference: main
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/omeasraf/SwiftWidgets
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 75e4633 Update README.md
Cloned https://github.com/omeasraf/SwiftWidgets.git
Revision (git rev-parse @):
75e46333ed78ff708b8bd938cffd44b22326cb26
SUCCESS checkout https://github.com/omeasraf/SwiftWidgets.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/omeasraf/SwiftWidgets.git
https://github.com/omeasraf/SwiftWidgets.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "kingfisher",
"requirement" : {
"range" : [
{
"lower_bound" : "6.3.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Kingfisher.git"
}
],
"manifest_display_name" : "SwiftWidgets",
"name" : "SwiftWidgets",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SwiftWidgets",
"targets" : [
"SwiftWidgets"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftWidgets",
"module_type" : "SwiftTarget",
"name" : "SwiftWidgets",
"path" : "Sources",
"product_dependencies" : [
"Kingfisher"
],
"product_memberships" : [
"SwiftWidgets"
],
"sources" : [
"SwiftWidgets/AsyncImage/AsyncImage.swift",
"SwiftWidgets/AsyncImage/ImageCache.swift",
"SwiftWidgets/AsyncImage/ImageCacheKeys.swift",
"SwiftWidgets/AsyncImage/ImageLoader.swift",
"SwiftWidgets/Card.swift",
"SwiftWidgets/Extensions.swift",
"SwiftWidgets/Icon.swift",
"SwiftWidgets/ImageCard.swift",
"SwiftWidgets/ImageCarousel.swift",
"SwiftWidgets/Models/CarouselModel.swift",
"SwiftWidgets/TextCard.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/onevcat/Kingfisher.git
[1/31400] Fetching kingfisher
Fetched https://github.com/onevcat/Kingfisher.git from cache (4.36s)
Computing version for https://github.com/onevcat/Kingfisher.git
Computed https://github.com/onevcat/Kingfisher.git at 6.3.1 (6.66s)
Creating working copy for https://github.com/onevcat/Kingfisher.git
Working copy of https://github.com/onevcat/Kingfisher.git resolved at 6.3.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/53] Compiling Kingfisher SessionDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[5/53] Compiling Kingfisher ImageBinder.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[6/53] Compiling Kingfisher KFImage.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[7/53] Compiling Kingfisher KFImageOptions.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[8/53] Compiling Kingfisher Box.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[9/53] Compiling Kingfisher CallbackQueue.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[10/53] Compiling Kingfisher Delegate.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/60] Emitting module Kingfisher
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[12/60] Compiling Kingfisher NSButton+Kingfisher.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[13/60] Compiling Kingfisher NSTextAttachment+Kingfisher.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[14/60] Compiling Kingfisher TVMonogramView+Kingfisher.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[15/60] Compiling Kingfisher UIButton+Kingfisher.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[16/60] Compiling Kingfisher WKInterfaceImage+Kingfisher.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[17/60] Compiling Kingfisher AVAssetImageDataProvider.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[18/60] Compiling Kingfisher ImageDataProvider.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[19/60] Compiling Kingfisher ImageProcessor.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[20/60] Compiling Kingfisher ImageProgressive.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[21/60] Compiling Kingfisher ImageTransition.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[22/60] Compiling Kingfisher Placeholder.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[23/60] Compiling Kingfisher AuthenticationChallengeResponsable.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[24/60] Compiling Kingfisher ImageDataProcessor.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[25/60] Compiling Kingfisher ImageDownloader.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[26/60] Compiling Kingfisher ImageDownloaderDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[27/60] Compiling Kingfisher ImageModifier.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[28/60] Compiling Kingfisher ImagePrefetcher.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[29/60] Compiling Kingfisher RedirectHandler.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[30/60] Compiling Kingfisher RequestModifier.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[31/60] Compiling Kingfisher RetryStrategy.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[32/60] Compiling Kingfisher SessionDataTask.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[33/60] Compiling Kingfisher Resource.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[34/60] Compiling Kingfisher Source.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[35/60] Compiling Kingfisher KF.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[36/60] Compiling Kingfisher KFOptionsSetter.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[37/60] Compiling Kingfisher Kingfisher.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[38/60] Compiling Kingfisher KingfisherError.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[39/60] Compiling Kingfisher KingfisherManager.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[40/60] Compiling Kingfisher CacheSerializer.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[41/60] Compiling Kingfisher DiskStorage.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[42/60] Compiling Kingfisher FormatIndicatedCacheSerializer.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[43/60] Compiling Kingfisher ImageCache.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[44/60] Compiling Kingfisher MemoryStorage.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[45/60] Compiling Kingfisher Storage.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[46/60] Compiling Kingfisher ImageView+Kingfisher.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[47/60] Compiling Kingfisher KingfisherOptionsInfo.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[48/60] Compiling Kingfisher Filter.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[49/60] Compiling Kingfisher GIFAnimatedImage.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[50/60] Compiling Kingfisher GraphicsContext.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[51/60] Compiling Kingfisher Image.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[52/60] Compiling Kingfisher ImageDrawing.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[53/60] Compiling Kingfisher ImageFormat.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[54/60] Compiling Kingfisher ExtensionHelpers.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[55/60] Compiling Kingfisher Result.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[56/60] Compiling Kingfisher Runtime.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[57/60] Compiling Kingfisher SizeExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[58/60] Compiling Kingfisher String+MD5.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[59/60] Compiling Kingfisher AnimatedImageView.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[60/60] Compiling Kingfisher Indicator.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/51] Compiling Kingfisher SessionDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[3/51] Compiling Kingfisher ImageBinder.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[4/51] Compiling Kingfisher KFImage.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[5/51] Compiling Kingfisher KFImageOptions.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[6/51] Compiling Kingfisher Box.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[7/51] Compiling Kingfisher CallbackQueue.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[8/51] Compiling Kingfisher Delegate.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[9/51] Compiling Kingfisher ImageDownloaderDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[10/51] Compiling Kingfisher ImageModifier.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[11/51] Compiling Kingfisher ImagePrefetcher.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[12/51] Compiling Kingfisher RedirectHandler.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[13/51] Compiling Kingfisher RequestModifier.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[14/51] Compiling Kingfisher RetryStrategy.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[15/51] Compiling Kingfisher SessionDataTask.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/58] Emitting module Kingfisher
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[17/58] Compiling Kingfisher NSButton+Kingfisher.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[18/58] Compiling Kingfisher NSTextAttachment+Kingfisher.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[19/58] Compiling Kingfisher TVMonogramView+Kingfisher.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[20/58] Compiling Kingfisher UIButton+Kingfisher.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[21/58] Compiling Kingfisher WKInterfaceImage+Kingfisher.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[22/58] Compiling Kingfisher AVAssetImageDataProvider.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[23/58] Compiling Kingfisher ImageDataProvider.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[24/58] Compiling Kingfisher ExtensionHelpers.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[25/58] Compiling Kingfisher Result.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[26/58] Compiling Kingfisher Runtime.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[27/58] Compiling Kingfisher SizeExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[28/58] Compiling Kingfisher String+MD5.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[29/58] Compiling Kingfisher AnimatedImageView.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[30/58] Compiling Kingfisher Indicator.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[31/58] Compiling Kingfisher Resource.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[32/58] Compiling Kingfisher Source.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[33/58] Compiling Kingfisher KF.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[34/58] Compiling Kingfisher KFOptionsSetter.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[35/58] Compiling Kingfisher Kingfisher.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[36/58] Compiling Kingfisher KingfisherError.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[37/58] Compiling Kingfisher KingfisherManager.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[38/58] Compiling Kingfisher ImageProcessor.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[39/58] Compiling Kingfisher ImageProgressive.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[40/58] Compiling Kingfisher ImageTransition.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[41/58] Compiling Kingfisher Placeholder.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[42/58] Compiling Kingfisher AuthenticationChallengeResponsable.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[43/58] Compiling Kingfisher ImageDataProcessor.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[44/58] Compiling Kingfisher ImageDownloader.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[45/58] Compiling Kingfisher KingfisherOptionsInfo.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[46/58] Compiling Kingfisher Filter.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[47/58] Compiling Kingfisher GIFAnimatedImage.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[48/58] Compiling Kingfisher GraphicsContext.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[49/58] Compiling Kingfisher Image.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[50/58] Compiling Kingfisher ImageDrawing.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[51/58] Compiling Kingfisher ImageFormat.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[52/58] Compiling Kingfisher CacheSerializer.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[53/58] Compiling Kingfisher DiskStorage.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[54/58] Compiling Kingfisher FormatIndicatedCacheSerializer.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[55/58] Compiling Kingfisher ImageCache.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[56/58] Compiling Kingfisher MemoryStorage.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[57/58] Compiling Kingfisher Storage.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
[58/58] Compiling Kingfisher ImageView+Kingfisher.swift
/host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift:28:8: error: no such module 'CoreGraphics'
26 |
27 | import Foundation
28 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
29 |
30 | /// An `CacheSerializer` is used to convert some data to an image object after
BUILD FAILURE 6.1 linux