The Swift Package Index logo.Swift Package Index

Build Information

Failed to build vgsl, reference 7.21.0 (110871), with Swift 6.2 for Android on 6 Apr 2026 18:15:22 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yandex/vgsl.git
Reference: 7.21.0
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/yandex/vgsl
 * tag               7.21.0     -> FETCH_HEAD
HEAD is now at 110871b Update podspecs 7.21.0 commit_hash:e4367e6e691002be44ff0a93c92cb1f9c2d23608
Cloned https://github.com/yandex/vgsl.git
Revision (git rev-parse @):
110871bc05644ad57f8454a01c5152ab4934a79e
SUCCESS checkout https://github.com/yandex/vgsl.git at 7.21.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/yandex/vgsl.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:ddd4edb33d5d885e17caac0b97dcd74ed916c6d1fa6d49f38e53038953d2cc51
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/VGSLFundamentals/PrivacyInfo.xcprivacy
Building for debugging...
[0/12] Write sources
[11/12] Write swift-version--11D90AFD9DD3AB2.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/105] Emitting module VGSLFundamentals
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[14/118] Compiling VGSLFundamentals ObservableProperty.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[15/118] Compiling VGSLFundamentals ObservableVariable.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[16/118] Compiling VGSLFundamentals ObservableVariableConnection.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[17/118] Compiling VGSLFundamentals Observer.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[18/118] Compiling VGSLFundamentals Either.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[19/118] Compiling VGSLFundamentals Future.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[20/118] Compiling VGSLFundamentals FutureExtensions.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[21/118] Compiling VGSLFundamentals Promise.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[22/118] Compiling VGSLFundamentals KeyValueDirectStoringSupporting.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[23/118] Compiling VGSLFundamentals KeyValueStorage.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[24/118] Compiling VGSLFundamentals SettingProperty.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[25/118] Compiling VGSLFundamentals SingleValueCoder.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[26/118] Compiling VGSLFundamentals weakify.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[27/118] Compiling VGSLFundamentals LoginWithSourcePerformer.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[28/118] Compiling VGSLFundamentals Memoization.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[29/118] Compiling VGSLFundamentals Modifier.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[30/118] Compiling VGSLFundamentals NSTimerExtensions.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[31/118] Compiling VGSLFundamentals OAuthToken.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[32/118] Compiling VGSLFundamentals OSInfo.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[33/118] Compiling VGSLFundamentals OSVersion.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[34/118] Compiling VGSLFundamentals ObjectsReusability.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[35/118] Compiling VGSLFundamentals PersistentStorage.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[36/118] Compiling VGSLFundamentals Property+Storage.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[37/118] Compiling VGSLFundamentals Radix.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[38/118] Compiling VGSLFundamentals Resetting.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[39/118] Compiling VGSLFundamentals Tagged.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[40/118] Compiling VGSLFundamentals LinkedListOrderedDictionary.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[41/118] Compiling VGSLFundamentals OrderedDictionary.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[42/118] Compiling VGSLFundamentals ParameterizedDiskCache.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[43/118] Compiling VGSLFundamentals SafeDecodable.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[44/118] Compiling VGSLFundamentals SizedItem.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[45/118] Compiling VGSLFundamentals AllocatedUnfairLock.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[46/118] Compiling VGSLFundamentals AnyAsyncSequence.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[47/118] Compiling VGSLFundamentals Atomic.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[48/118] Compiling VGSLFundamentals GCD.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[49/118] Compiling VGSLFundamentals RWLock.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[50/118] Compiling VGSLFundamentals ThreadExtensions.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[51/118] Compiling VGSLFundamentals AsyncOperation.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[52/118] Compiling VGSLFundamentals MainQueue.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[53/118] Compiling VGSLFundamentals OperationQueue.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[54/118] Compiling VGSLFundamentals ArrayExtensions.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[55/118] Compiling VGSLFundamentals CollectionExtensions.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[56/118] Compiling VGSLFundamentals DictionaryExtensions.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[57/118] Compiling VGSLFundamentals EncodableExtensions.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[58/118] Compiling VGSLFundamentals HTTPURLResponse+Extensions.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[59/118] Compiling VGSLFundamentals IndexSetExtensions.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[60/118] Compiling VGSLFundamentals LazyExtensions.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[61/118] Compiling VGSLFundamentals NSArrayExtensions.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[62/118] Compiling VGSLFundamentals NotificationCenter+Signal.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[63/118] Compiling VGSLFundamentals OptionalExtensions.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[64/118] Compiling VGSLFundamentals RangeExtensions.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[65/118] Compiling VGSLFundamentals ResultExtensions.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[66/118] Compiling VGSLFundamentals Time.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[67/118] Compiling VGSLFundamentals UrlOpener.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[68/118] Compiling VGSLFundamentals WeakCollection.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[69/118] Compiling VGSLFundamentals Zip3.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[70/118] Compiling VGSLFundamentals Cache.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[71/118] Compiling VGSLFundamentals CacheContent.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[72/118] Compiling VGSLFundamentals CacheFactory.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[73/118] Compiling VGSLFundamentals CacheKey.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[74/118] Compiling VGSLFundamentals CacheRecord.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[75/118] Compiling VGSLFundamentals CacheStorage.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[76/118] Compiling VGSLFundamentals DiskCache.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[77/118] Compiling VGSLFundamentals LRUCacheStorage.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[78/118] Compiling VGSLFundamentals LRUMemoization.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[79/118] Compiling VGSLFundamentals Action.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[80/118] Compiling VGSLFundamentals Archivable.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[81/118] Compiling VGSLFundamentals ArrayBuilder.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[82/118] Compiling VGSLFundamentals CFCasting.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[83/118] Compiling VGSLFundamentals Clamp.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[84/118] Compiling VGSLFundamentals Combine.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[85/118] Compiling VGSLFundamentals CompletionAccumulating.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[86/118] Compiling VGSLFundamentals CompletionAccumulator.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[87/118] Compiling VGSLFundamentals EqualByReference.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[88/118] Compiling VGSLFundamentals FloatingPointComparison.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[89/118] Compiling VGSLFundamentals Functions.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[90/118] Compiling VGSLFundamentals InvalidArgumentError.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[91/118] Compiling VGSLFundamentals JSONDictionaryExtensions.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[92/118] Compiling VGSLFundamentals JSONObject.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[93/118] Compiling VGSLFundamentals SequenceExtensions.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[94/118] Compiling VGSLFundamentals SetExtensions.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[95/118] Compiling VGSLFundamentals StringExtensions+Foundation.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[96/118] Compiling VGSLFundamentals StringExtensions.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[97/118] Compiling VGSLFundamentals TupleExtensions.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[98/118] Compiling VGSLFundamentals URLExtensions.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[99/118] Compiling VGSLFundamentals UnsignedIntegerExtensions.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[100/118] Compiling VGSLFundamentals LocalResourceURLProviding.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[101/118] Compiling VGSLFundamentals URLResourceRequesting.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[102/118] Compiling VGSLFundamentals NonEmpty+Array.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[103/118] Compiling VGSLFundamentals NonEmpty+Set.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[104/118] Compiling VGSLFundamentals NonEmpty+String.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[105/118] Compiling VGSLFundamentals NonEmpty.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[106/118] Compiling VGSLFundamentals FileManaging.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[107/118] Compiling VGSLFundamentals Cancellable.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[108/118] Compiling VGSLFundamentals DebugInfo.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[109/118] Compiling VGSLFundamentals Lazy.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[110/118] Compiling VGSLFundamentals Property.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[111/118] Compiling VGSLFundamentals ResettableLazy.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[112/118] Compiling VGSLFundamentals Result.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[113/118] Compiling VGSLFundamentals Signal+CombineLatest.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[114/118] Compiling VGSLFundamentals Signal.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[115/118] Compiling VGSLFundamentals SignalPipe.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[116/118] Compiling VGSLFundamentals Variable.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[117/118] Compiling VGSLFundamentals AutodisposePool.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
[118/118] Compiling VGSLFundamentals Disposable.swift
/host/spi-builder-workspace/VGSLFundamentals/CFCasting.swift:3:8: error: no such module 'CoreGraphics'
 1 | // Copyright 2019 Yandex LLC. All rights reserved.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | public func safeCFCast(_ value: CFTypeRef) -> CFString? {
BUILD FAILURE 6.2 android