Build Information
Failed to build DivKitBinaryCompatibilityFacade, reference 5.3.0 (147655), with Swift 6.3 for Wasm on 19 Apr 2026 11:20:36 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/divkit/divkit-ios-facade.git
Reference: 5.3.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/divkit/divkit-ios-facade
* tag 5.3.0 -> FETCH_HEAD
HEAD is now at 1476553 Public enum made frozen commit_hash:275f7b924fde34bafce8d0c4e25dd7f35ee729e4
Cloned https://github.com/divkit/divkit-ios-facade.git
Revision (git rev-parse @):
14765531578bd575b6b99ac0d068e6d1378a8520
SUCCESS checkout https://github.com/divkit/divkit-ios-facade.git at 5.3.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/divkit/divkit-ios-facade.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/divkit/divkit-ios.git
[1/15237] Fetching divkit-ios
Fetched https://github.com/divkit/divkit-ios.git from cache (1.21s)
Computing version for https://github.com/divkit/divkit-ios.git
Computed https://github.com/divkit/divkit-ios.git at 32.45.0 (1.74s)
Fetching https://github.com/apple/swift-markdown.git
Fetching https://github.com/yandex/vgsl.git
[1/4815] Fetching vgsl
[4816/12121] Fetching vgsl, swift-markdown
Fetched https://github.com/yandex/vgsl.git from cache (0.65s)
Fetched https://github.com/apple/swift-markdown.git from cache (0.65s)
Computing version for https://github.com/apple/swift-markdown.git
Computed https://github.com/apple/swift-markdown.git at 0.6.0 (4.16s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18374] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.45s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.7.1 (2.04s)
Computing version for https://github.com/yandex/vgsl.git
Computed https://github.com/yandex/vgsl.git at 7.21.0 (1.14s)
Creating working copy for https://github.com/apple/swift-markdown.git
Working copy of https://github.com/apple/swift-markdown.git resolved at 0.6.0
Creating working copy for https://github.com/swiftlang/swift-cmark.git
Working copy of https://github.com/swiftlang/swift-cmark.git resolved at 0.7.1
Creating working copy for https://github.com/divkit/divkit-ios.git
Working copy of https://github.com/divkit/divkit-ios.git resolved at 32.45.0
Creating working copy for https://github.com/yandex/vgsl.git
Working copy of https://github.com/yandex/vgsl.git resolved at 7.21.0
warning: 'vgsl': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/vgsl/VGSLFundamentals/PrivacyInfo.xcprivacy
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/103] Emitting module VGSLFundamentals
/host/spi-builder-workspace/.build/checkouts/vgsl/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? {
[12/116] Compiling VGSLFundamentals SequenceExtensions.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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? {
[13/116] Compiling VGSLFundamentals SetExtensions.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals StringExtensions+Foundation.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals StringExtensions.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals TupleExtensions.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals URLExtensions.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals UnsignedIntegerExtensions.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals LocalResourceURLProviding.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals URLResourceRequesting.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals NonEmpty+Array.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals NonEmpty+Set.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals NonEmpty+String.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals NonEmpty.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals LoginWithSourcePerformer.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals Memoization.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals Modifier.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals NSTimerExtensions.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals OAuthToken.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals OSInfo.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals OSVersion.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals ObjectsReusability.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals PersistentStorage.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals Property+Storage.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals Radix.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals Resetting.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals Tagged.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals FileManaging.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals Cancellable.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals DebugInfo.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals Lazy.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals Property.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals ResettableLazy.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals Result.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals Signal+CombineLatest.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals Signal.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals SignalPipe.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals Variable.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals AutodisposePool.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals Disposable.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals Action.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals Archivable.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals ArrayBuilder.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals CFCasting.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals Clamp.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals Combine.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals CompletionAccumulating.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals CompletionAccumulator.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals EqualByReference.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals FloatingPointComparison.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals Functions.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals InvalidArgumentError.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals JSONDictionaryExtensions.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals JSONObject.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals ObservableProperty.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals ObservableVariable.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals ObservableVariableConnection.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals Observer.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals Either.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals Future.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals FutureExtensions.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals Promise.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals KeyValueDirectStoringSupporting.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals KeyValueStorage.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals SettingProperty.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals SingleValueCoder.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals weakify.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals LinkedListOrderedDictionary.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals OrderedDictionary.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals ParameterizedDiskCache.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals SafeDecodable.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals SizedItem.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals AllocatedUnfairLock.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals AnyAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals Atomic.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals GCD.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals RWLock.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals ThreadExtensions.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals AsyncOperation.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals MainQueue.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals OperationQueue.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals ArrayExtensions.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals CollectionExtensions.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals DictionaryExtensions.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals EncodableExtensions.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals HTTPURLResponse+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals IndexSetExtensions.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals LazyExtensions.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals NSArrayExtensions.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals NotificationCenter+Signal.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals OptionalExtensions.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals RangeExtensions.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals ResultExtensions.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals Time.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals UrlOpener.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals WeakCollection.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals Zip3.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals Cache.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals CacheContent.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals CacheFactory.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals CacheKey.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals CacheRecord.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals CacheStorage.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals DiskCache.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals LRUCacheStorage.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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/116] Compiling VGSLFundamentals LRUMemoization.swift
/host/spi-builder-workspace/.build/checkouts/vgsl/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.3 wasm