The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build VariableBlurImageView, reference main (74d9fc), with Swift 6.1 for Android on 29 May 2025 04:41:54 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Eskils/VariableBlurImageView.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/Eskils/VariableBlurImageView
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 74d9fcb Merge pull request #3 from Eskils/develop
Cloned https://github.com/Eskils/VariableBlurImageView.git
Revision (git rev-parse @):
74d9fcbf9a519c565412e3e6b38b4a2bb356df6c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Eskils/VariableBlurImageView.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Eskils/VariableBlurImageView.git
https://github.com/Eskils/VariableBlurImageView.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "VariableBlurImageView",
  "name" : "VariableBlurImageView",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "VariableBlurImageView",
      "targets" : [
        "VariableBlurImageView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GenerateTestImages",
      "targets" : [
        "GenerateTestImages"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VariableBlurImageViewTests",
      "module_type" : "SwiftTarget",
      "name" : "VariableBlurImageViewTests",
      "path" : "Tests/VariableBlurImageViewTests",
      "sources" : [
        "ImageTilerTests.swift",
        "TestingHelpers.swift",
        "TestsError.swift",
        "VariableBlurImageViewTests.swift"
      ],
      "target_dependencies" : [
        "VariableBlurImageView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VariableBlurImageView",
      "module_type" : "SwiftTarget",
      "name" : "VariableBlurImageView",
      "path" : "Sources/VariableBlurImageView",
      "product_memberships" : [
        "VariableBlurImageView",
        "GenerateTestImages"
      ],
      "sources" : [
        "CrossPlatform.swift",
        "ImageTiler.swift",
        "MetalFunction.swift",
        "SwiftUI/Image+Extension.swift",
        "SwiftUI/VariableBlurImage.swift",
        "SwiftUI/VariableBlurImageImpl.swift",
        "VariableBlurDescription.swift",
        "VariableBlurEngine.swift",
        "VariableBlurImageView.swift",
        "VariableBlurMetal.swift",
        "VariableBlurOperation.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GenerateTestImages",
      "module_type" : "SwiftTarget",
      "name" : "GenerateTestImages",
      "path" : "Sources/GenerateTestImages",
      "product_memberships" : [
        "GenerateTestImages"
      ],
      "sources" : [
        "GenerateImages.swift",
        "GenerateTestImages.swift",
        "OutputImage.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "VariableBlurImageView"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/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 finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/VariableBlurImageView/VariableBlur.metal
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/18] Compiling VariableBlurImageView VariableBlurMetal.swift
/host/spi-builder-workspace/Sources/VariableBlurImageView/ImageTiler.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 | struct ImageTiler {
[5/19] Compiling VariableBlurImageView VariableBlurImageView.swift
/host/spi-builder-workspace/Sources/VariableBlurImageView/ImageTiler.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 | struct ImageTiler {
[6/19] Compiling VariableBlurImageView VariableBlurOperation.swift
/host/spi-builder-workspace/Sources/VariableBlurImageView/ImageTiler.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 | struct ImageTiler {
[7/19] Compiling VariableBlurImageView VariableBlurEngine.swift
/host/spi-builder-workspace/Sources/VariableBlurImageView/ImageTiler.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 | struct ImageTiler {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/19] Emitting module VariableBlurImageView
/host/spi-builder-workspace/Sources/VariableBlurImageView/ImageTiler.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 | struct ImageTiler {
[9/19] Compiling VariableBlurImageView CrossPlatform.swift
/host/spi-builder-workspace/Sources/VariableBlurImageView/ImageTiler.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 | struct ImageTiler {
[10/19] Compiling VariableBlurImageView ImageTiler.swift
/host/spi-builder-workspace/Sources/VariableBlurImageView/ImageTiler.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 | struct ImageTiler {
[11/19] Compiling VariableBlurImageView VariableBlurDescription.swift
/host/spi-builder-workspace/Sources/VariableBlurImageView/ImageTiler.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 | struct ImageTiler {
[12/19] Compiling VariableBlurImageView MetalFunction.swift
/host/spi-builder-workspace/Sources/VariableBlurImageView/ImageTiler.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 | struct ImageTiler {
[13/19] Compiling VariableBlurImageView Image+Extension.swift
/host/spi-builder-workspace/Sources/VariableBlurImageView/ImageTiler.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 | struct ImageTiler {
[14/19] Compiling VariableBlurImageView VariableBlurImage.swift
/host/spi-builder-workspace/Sources/VariableBlurImageView/ImageTiler.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 | struct ImageTiler {
[15/19] Compiling VariableBlurImageView VariableBlurImageImpl.swift
/host/spi-builder-workspace/Sources/VariableBlurImageView/ImageTiler.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 | struct ImageTiler {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 60 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ProducedOutputs/GreenerOnTheOtherSide-MultipleBlurs-WithOverlap.png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/VariableBlurTestImage-MultipleBlurs-20.png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/VariableBlurTestImage-GradientBlur-20.png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ProducedOutputs/VariableBlurTestImage-HorizontalBlur-(90w,20)-to-(50w,0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ProducedOutputs/VariableBlurTestImage-MultipleBlurs-20.png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/TestAlpha-HorizontalBlur-(0,20)-to-(50w,0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/TestAlpha-VerticalBlur-(90h,20)-to-(50h,0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/GreenerOnTheOtherSide-HorizontalBlur-(0,20)-to-(50w,0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/Leaves-GradientBlur-20.png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/GreenerOnTheOtherSide-VerticalBlur-(90h,20)-to-(50h,0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/GreenerOnTheOtherSide-MultipleBlurs-20.png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/TestAlpha-HorizontalBlur-(90w,20)-to-(50w,0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/Leaves-VerticalBlur-(90h,20)-to-(50h,0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/TestAlpha-VariableBlur-((10w,15h),20)-to-((60w,40h),0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/TestAlpha-GradientBlur-20.png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/VariableBlurTestImage-HorizontalBlur-(90w,20)-to-(50w,0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/VariableBlurTestImage-MultipleBlurs-WithOverlap.png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/VariableBlurTestImage-HorizontalBlur-(0,20)-to-(50w,0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/GreenerOnTheOtherSide-GradientBlur-20.png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ProducedOutputs/GreenerOnTheOtherSide-VerticalBlur-(0,20)-to-(50h,0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/VariableBlurTestImage-VerticalBlur-(0,20)-to-(50h,0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/Leaves-VerticalBlur-(0,20)-to-(50h,0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/Leaves-VariableBlur-((10w,15h),20)-to-((60w,40h),0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/tiledImageVertical.png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/TestAlpha-MultipleBlurs-20.png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/Leaves-HorizontalBlur-(0,20)-to-(50w,0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ProducedOutputs/TestAlpha-VariableBlur-((10w,15h),20)-to-((60w,40h),0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ProducedOutputs/TestAlpha-HorizontalBlur-(0,20)-to-(50w,0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ProducedOutputs/GreenerOnTheOtherSide-VerticalBlur-(90h,20)-to-(50h,0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ProducedOutputs/VariableBlurTestImage-VerticalBlur-(90h,20)-to-(50h,0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/Leaves-HorizontalBlur-(90w,20)-to-(50w,0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/GreenerOnTheOtherSide-VerticalBlur-(0,20)-to-(50h,0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ProducedOutputs/VariableBlurTestImage-MultipleBlurs-WithOverlap.png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/VariableBlurTestImage-VariableBlur-((10w,15h),20)-to-((60w,40h),0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ProducedOutputs/GreenerOnTheOtherSide-GradientBlur-20.png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/TestAlpha-VerticalBlur-(0,20)-to-(50h,0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ProducedOutputs/VariableBlurTestImage-VariableBlur-((10w,15h),20)-to-((60w,40h),0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/Leaves-MultipleBlurs-WithOverlap.png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ProducedOutputs/VariableBlurTestImage-VerticalBlur-(0,20)-to-(50h,0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/InputImages/Leaves.png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ProducedOutputs/GreenerOnTheOtherSide-HorizontalBlur-(90w,20)-to-(50w,0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/InputImages/TestAlpha.png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ProducedOutputs/VariableBlurTestImage-GradientBlur-20.png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/VariableBlurTestImageSmall-GradientBlur-20.png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ProducedOutputs/GreenerOnTheOtherSide-HorizontalBlur-(0,20)-to-(50w,0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/TestAlpha-MultipleBlurs-WithOverlap.png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/InputImages/VariableBlurTestImage.png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ProducedOutputs/TestAlpha-VerticalBlur-(0,20)-to-(50h,0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/InputImages/GreenerOnTheOtherSide.png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/GreenerOnTheOtherSide-MultipleBlurs-WithOverlap.png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/VariableBlurTestImage-VerticalBlur-(90h,20)-to-(50h,0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ProducedOutputs/VariableBlurTestImage-HorizontalBlur-(0,20)-to-(50w,0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/InputImages/VariableBlurTestImageSmall.png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/Leaves-MultipleBlurs-20.png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/tiledImageHorizontal.png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ProducedOutputs/GreenerOnTheOtherSide-MultipleBlurs-20.png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/GreenerOnTheOtherSide-HorizontalBlur-(90w,20)-to-(50w,0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ExpectedOutputs/GreenerOnTheOtherSide-VariableBlur-((10w,15h),20)-to-((60w,40h),0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ProducedOutputs/GreenerOnTheOtherSide-VariableBlur-((10w,15h),20)-to-((60w,40h),0).png
    /host/spi-builder-workspace/Tests/VariableBlurImageViewTests/ProducedOutputs/VariableBlurTestImageSmall-GradientBlur-20.png
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/VariableBlurImageView/VariableBlur.metal
[0/1] Planning build
Building for debugging...
[0/5] Write swift-version-24593BA9C3E375BF.txt
[2/16] Compiling VariableBlurImageView VariableBlurImage.swift
/host/spi-builder-workspace/Sources/VariableBlurImageView/ImageTiler.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 | struct ImageTiler {
[3/16] Compiling VariableBlurImageView VariableBlurImageImpl.swift
/host/spi-builder-workspace/Sources/VariableBlurImageView/ImageTiler.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 | struct ImageTiler {
[4/16] Compiling VariableBlurImageView VariableBlurDescription.swift
/host/spi-builder-workspace/Sources/VariableBlurImageView/ImageTiler.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 | struct ImageTiler {
[5/17] Compiling VariableBlurImageView VariableBlurMetal.swift
/host/spi-builder-workspace/Sources/VariableBlurImageView/ImageTiler.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 | struct ImageTiler {
[6/17] Compiling VariableBlurImageView VariableBlurEngine.swift
/host/spi-builder-workspace/Sources/VariableBlurImageView/ImageTiler.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 | struct ImageTiler {
[7/17] Compiling VariableBlurImageView VariableBlurImageView.swift
/host/spi-builder-workspace/Sources/VariableBlurImageView/ImageTiler.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 | struct ImageTiler {
[8/17] Compiling VariableBlurImageView MetalFunction.swift
/host/spi-builder-workspace/Sources/VariableBlurImageView/ImageTiler.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 | struct ImageTiler {
[9/17] Compiling VariableBlurImageView Image+Extension.swift
/host/spi-builder-workspace/Sources/VariableBlurImageView/ImageTiler.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 | struct ImageTiler {
[10/17] Compiling VariableBlurImageView VariableBlurOperation.swift
/host/spi-builder-workspace/Sources/VariableBlurImageView/ImageTiler.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 | struct ImageTiler {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/17] Emitting module VariableBlurImageView
/host/spi-builder-workspace/Sources/VariableBlurImageView/ImageTiler.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 | struct ImageTiler {
[12/17] Compiling VariableBlurImageView CrossPlatform.swift
/host/spi-builder-workspace/Sources/VariableBlurImageView/ImageTiler.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 | struct ImageTiler {
[13/17] Compiling VariableBlurImageView ImageTiler.swift
/host/spi-builder-workspace/Sources/VariableBlurImageView/ImageTiler.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 | struct ImageTiler {
BUILD FAILURE 6.1 android