Build Information
Failed to build KadrUI, reference v0.6.0 (1dc1c6), with Swift 6.1 for Android on 29 Apr 2026 12:17:56 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SteliyanH/kadr-ui.git
Reference: v0.6.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/SteliyanH/kadr-ui
* tag v0.6.0 -> FETCH_HEAD
HEAD is now at 1dc1c63 docs: v0.6.0 release prep — CHANGELOG, README, ROADMAP
Cloned https://github.com/SteliyanH/kadr-ui.git
Revision (git rev-parse @):
1dc1c63b197bc8828761634718faa8e3bbe2d6ca
SUCCESS checkout https://github.com/SteliyanH/kadr-ui.git at v0.6.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/SteliyanH/kadr-ui.git
https://github.com/SteliyanH/kadr-ui.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d37fe7b8fba27dae59fb1d9d7dfa86b38b41ffb3975924aad6f05cb4cc3de131
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/SteliyanH/kadr.git
[1/1168] Fetching kadr
Fetched https://github.com/SteliyanH/kadr.git from cache (2.12s)
Computing version for https://github.com/SteliyanH/kadr.git
Computed https://github.com/SteliyanH/kadr.git at 0.9.0 (3.21s)
Creating working copy for https://github.com/SteliyanH/kadr.git
Working copy of https://github.com/SteliyanH/kadr.git resolved at 0.9.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/52] Emitting module Kadr
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[5/58] Compiling Kadr Animatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[6/58] Compiling Kadr Animation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[7/58] Compiling Kadr TimingFunction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[8/58] Compiling Kadr AudioBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[9/58] Compiling Kadr AudioTrack.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[10/58] Compiling Kadr BackgroundMusic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[11/58] Compiling Kadr Clip.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[12/58] Compiling Kadr Anchor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[13/58] Compiling Kadr ClipID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[14/58] Compiling Kadr CropRegion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[15/58] Compiling Kadr Frame.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[16/58] Compiling Kadr LayerID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[17/58] Compiling Kadr Layout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[18/58] Compiling Kadr Position.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[19/58] Compiling Kadr TextAnimation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[20/58] Compiling Kadr TextOverlay.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[21/58] Compiling Kadr TextStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[22/58] Compiling Kadr Watermark.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[23/58] Compiling Kadr PlatformTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[24/58] Compiling Kadr Timecode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[25/58] Compiling Kadr KadrError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[26/58] Compiling Kadr ExportProgress.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[27/58] Compiling Kadr Exporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[28/58] Compiling Kadr Preset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[29/58] Compiling Kadr ChromaKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[30/58] Compiling Kadr Filter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[31/58] Compiling Kadr LUT.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[32/58] Compiling Kadr ImageClip.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[33/58] Compiling Kadr TitleSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[34/58] Compiling Kadr Track.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[35/58] Compiling Kadr Transition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[36/58] Compiling Kadr Video.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[37/58] Compiling Kadr VideoBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[38/58] Compiling Kadr VideoClip.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[39/58] Compiling Kadr KadrVideoCompositor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[40/58] Compiling Kadr MaskCompositor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[41/58] Compiling Kadr MultiInputCompositor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[42/58] Compiling Kadr OverlayRenderer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[43/58] Compiling Kadr PlaybackComposer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[44/58] Compiling Kadr ReverseProcessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[45/58] Compiling Kadr SpeedCurveSampler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[46/58] Compiling Kadr Size.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[47/58] Compiling Kadr Transform.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[48/58] Compiling Kadr Clip+Speed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[49/58] Compiling Kadr ImageOverlay.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[50/58] Compiling Kadr Overlay.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[51/58] Compiling Kadr StickerOverlay.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[52/58] Compiling Kadr CancellationToken.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[53/58] Compiling Kadr CompositionBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[54/58] Compiling Kadr Compositor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[55/58] Compiling Kadr CropCompositor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[56/58] Compiling Kadr ExportEngine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[57/58] Compiling Kadr FilterProcessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[58/58] Compiling Kadr ImageEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d37fe7b8fba27dae59fb1d9d7dfa86b38b41ffb3975924aad6f05cb4cc3de131
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/50] Compiling Kadr Anchor.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[3/50] Compiling Kadr ClipID.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[4/50] Compiling Kadr CropRegion.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[5/50] Compiling Kadr Frame.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[6/50] Compiling Kadr LayerID.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[7/50] Compiling Kadr Layout.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[8/50] Compiling Kadr Position.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[9/50] Compiling Kadr KadrError.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[10/50] Compiling Kadr ExportProgress.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[11/50] Compiling Kadr Exporter.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[12/50] Compiling Kadr Preset.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[13/50] Compiling Kadr ChromaKey.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[14/50] Compiling Kadr Filter.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[15/50] Compiling Kadr LUT.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[16/56] Compiling Kadr KadrVideoCompositor.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[17/56] Compiling Kadr MaskCompositor.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[18/56] Compiling Kadr MultiInputCompositor.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[19/56] Compiling Kadr OverlayRenderer.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[20/56] Compiling Kadr PlaybackComposer.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[21/56] Compiling Kadr ReverseProcessor.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[22/56] Compiling Kadr SpeedCurveSampler.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[23/56] Compiling Kadr TextAnimation.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[24/56] Compiling Kadr TextOverlay.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[25/56] Compiling Kadr TextStyle.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[26/56] Compiling Kadr Watermark.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[27/56] Compiling Kadr PlatformTypes.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[28/56] Compiling Kadr Timecode.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/56] Emitting module Kadr
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[30/56] Compiling Kadr Animatable.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[31/56] Compiling Kadr Animation.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[32/56] Compiling Kadr TimingFunction.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[33/56] Compiling Kadr AudioBuilder.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[34/56] Compiling Kadr AudioTrack.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[35/56] Compiling Kadr BackgroundMusic.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[36/56] Compiling Kadr Clip.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[37/56] Compiling Kadr ImageClip.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[38/56] Compiling Kadr TitleSequence.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[39/56] Compiling Kadr Track.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[40/56] Compiling Kadr Transition.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[41/56] Compiling Kadr Video.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[42/56] Compiling Kadr VideoBuilder.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[43/56] Compiling Kadr VideoClip.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[44/56] Compiling Kadr Size.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[45/56] Compiling Kadr Transform.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[46/56] Compiling Kadr Clip+Speed.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[47/56] Compiling Kadr ImageOverlay.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[48/56] Compiling Kadr Overlay.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[49/56] Compiling Kadr StickerOverlay.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[50/56] Compiling Kadr CancellationToken.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[51/56] Compiling Kadr CompositionBuilder.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[52/56] Compiling Kadr Compositor.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[53/56] Compiling Kadr CropCompositor.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[54/56] Compiling Kadr ExportEngine.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[55/56] Compiling Kadr FilterProcessor.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
[56/56] Compiling Kadr ImageEncoder.swift
/host/spi-builder-workspace/.build/checkouts/kadr/Sources/Kadr/Animation/Animatable.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// A type whose values can be smoothly interpolated between keyframes.
BUILD FAILURE 6.1 android