The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LWPhotoEditor, reference 0.2.0 (2cff93), with Swift 6.1 for Android on 6 Apr 2026 09:11:30 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/logicwind/LWPhotoEditor.git
Reference: 0.2.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/logicwind/LWPhotoEditor
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 2cff935 Merge pull request #2 from logicwind/photo_editor_improvements
Cloned https://github.com/logicwind/LWPhotoEditor.git
Revision (git rev-parse @):
2cff935a867412b41654ab3672986b276428d278
SUCCESS checkout https://github.com/logicwind/LWPhotoEditor.git at 0.2.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/logicwind/LWPhotoEditor.git
https://github.com/logicwind/LWPhotoEditor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LWPhotoEditor",
  "name" : "LWPhotoEditor",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "LWPhotoEditor",
      "targets" : [
        "LWPhotoEditor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LWPhotoEditor",
      "module_type" : "SwiftTarget",
      "name" : "LWPhotoEditor",
      "path" : "Sources",
      "product_memberships" : [
        "LWPhotoEditor"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/ZLImageEditor.bundle",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Extensions/Bundle+LWPhotoEditor.swift",
        "Extensions/CGFloat+LWPhotoEditor.swift",
        "Extensions/Cell+LWPhotoEditor.swift",
        "Extensions/String+LWPhotoEditor.swift",
        "Extensions/UIColor+LWPhotoEditor.swift",
        "Extensions/UIGraphicsImageRenderer+LWPhotoEditor.swift",
        "Extensions/UIImage+LWPhotoEditor.swift",
        "Extensions/UIView+LWPhotoEditor.swift",
        "General/ZLAdjustSlider.swift",
        "General/ZLAnimationUtils.swift",
        "General/ZLBaseStickerView.swift",
        "General/ZLBaseStickertState.swift",
        "General/ZLClipImageDismissAnimatedTransition.swift",
        "General/ZLClipImageViewController.swift",
        "General/ZLClipOverlayView.swift",
        "General/ZLEditImageViewController.swift",
        "General/ZLEditToolCells.swift",
        "General/ZLEditorManager.swift",
        "General/ZLEnlargeButton.swift",
        "General/ZLFilter.swift",
        "General/ZLImageEditor.swift",
        "General/ZLImageEditorConfiguration+Chaining.swift",
        "General/ZLImageEditorConfiguration.swift",
        "General/ZLImageEditorDefine.swift",
        "General/ZLImageEditorLanguageDefine.swift",
        "General/ZLImageEditorUIConfiguration+Chaining.swift",
        "General/ZLImageEditorUIConfiguration.swift",
        "General/ZLImageStickerView.swift",
        "General/ZLInputTextViewController.swift",
        "General/ZLPaths.swift",
        "General/ZLProgressHUD.swift",
        "General/ZLTextStickerView.swift",
        "General/ZLWeakProxy.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Building for debugging...
[0/3] Write sources
[1/3] Copying ZLImageEditor.bundle
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/34] Compiling LWPhotoEditor UIGraphicsImageRenderer+LWPhotoEditor.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[5/34] Compiling LWPhotoEditor UIImage+LWPhotoEditor.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[6/34] Compiling LWPhotoEditor UIView+LWPhotoEditor.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[7/34] Compiling LWPhotoEditor ZLAdjustSlider.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[8/34] Compiling LWPhotoEditor ZLAnimationUtils.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[9/34] Compiling LWPhotoEditor ZLBaseStickerView.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[10/34] Compiling LWPhotoEditor ZLBaseStickertState.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[11/34] Compiling LWPhotoEditor ZLClipImageDismissAnimatedTransition.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[12/34] Compiling LWPhotoEditor ZLClipImageViewController.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[13/38] Compiling LWPhotoEditor ZLImageEditorUIConfiguration.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[14/38] Compiling LWPhotoEditor ZLImageStickerView.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[15/38] Compiling LWPhotoEditor ZLInputTextViewController.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[16/38] Compiling LWPhotoEditor ZLPaths.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[17/38] Compiling LWPhotoEditor ZLProgressHUD.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[18/38] Compiling LWPhotoEditor ZLTextStickerView.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[19/38] Compiling LWPhotoEditor ZLWeakProxy.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[20/38] Compiling LWPhotoEditor resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/38] Emitting module LWPhotoEditor
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[22/38] Compiling LWPhotoEditor Bundle+LWPhotoEditor.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[23/38] Compiling LWPhotoEditor CGFloat+LWPhotoEditor.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[24/38] Compiling LWPhotoEditor Cell+LWPhotoEditor.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[25/38] Compiling LWPhotoEditor String+LWPhotoEditor.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[26/38] Compiling LWPhotoEditor UIColor+LWPhotoEditor.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[27/38] Compiling LWPhotoEditor ZLClipOverlayView.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[28/38] Compiling LWPhotoEditor ZLEditImageViewController.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[29/38] Compiling LWPhotoEditor ZLEditToolCells.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[30/38] Compiling LWPhotoEditor ZLEditorManager.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[31/38] Compiling LWPhotoEditor ZLEnlargeButton.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[32/38] Compiling LWPhotoEditor ZLFilter.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[33/38] Compiling LWPhotoEditor ZLImageEditor.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[34/38] Compiling LWPhotoEditor ZLImageEditorConfiguration+Chaining.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[35/38] Compiling LWPhotoEditor ZLImageEditorConfiguration.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[36/38] Compiling LWPhotoEditor ZLImageEditorDefine.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[37/38] Compiling LWPhotoEditor ZLImageEditorLanguageDefine.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[38/38] Compiling LWPhotoEditor ZLImageEditorUIConfiguration+Chaining.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
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/32] Compiling LWPhotoEditor UIGraphicsImageRenderer+LWPhotoEditor.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[3/32] Compiling LWPhotoEditor UIImage+LWPhotoEditor.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[4/32] Compiling LWPhotoEditor UIView+LWPhotoEditor.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[5/32] Compiling LWPhotoEditor ZLAdjustSlider.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[6/32] Compiling LWPhotoEditor ZLAnimationUtils.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[7/36] Compiling LWPhotoEditor ZLImageEditorConfiguration.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[8/36] Compiling LWPhotoEditor ZLImageEditorDefine.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[9/36] Compiling LWPhotoEditor ZLImageEditorLanguageDefine.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[10/36] Compiling LWPhotoEditor ZLImageEditorUIConfiguration+Chaining.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[11/36] Compiling LWPhotoEditor ZLImageEditorUIConfiguration.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[12/36] Compiling LWPhotoEditor ZLImageStickerView.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[13/36] Compiling LWPhotoEditor ZLInputTextViewController.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[14/36] Compiling LWPhotoEditor ZLPaths.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/36] Emitting module LWPhotoEditor
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[16/36] Compiling LWPhotoEditor ZLEnlargeButton.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[17/36] Compiling LWPhotoEditor ZLFilter.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[18/36] Compiling LWPhotoEditor ZLImageEditor.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[19/36] Compiling LWPhotoEditor ZLImageEditorConfiguration+Chaining.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[20/36] Compiling LWPhotoEditor ZLClipOverlayView.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[21/36] Compiling LWPhotoEditor ZLEditImageViewController.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[22/36] Compiling LWPhotoEditor ZLEditToolCells.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[23/36] Compiling LWPhotoEditor ZLEditorManager.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[24/36] Compiling LWPhotoEditor Bundle+LWPhotoEditor.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[25/36] Compiling LWPhotoEditor CGFloat+LWPhotoEditor.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[26/36] Compiling LWPhotoEditor Cell+LWPhotoEditor.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[27/36] Compiling LWPhotoEditor String+LWPhotoEditor.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[28/36] Compiling LWPhotoEditor UIColor+LWPhotoEditor.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[29/36] Compiling LWPhotoEditor ZLBaseStickerView.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[30/36] Compiling LWPhotoEditor ZLBaseStickertState.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[31/36] Compiling LWPhotoEditor ZLClipImageDismissAnimatedTransition.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[32/36] Compiling LWPhotoEditor ZLClipImageViewController.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[33/36] Compiling LWPhotoEditor ZLProgressHUD.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[34/36] Compiling LWPhotoEditor ZLTextStickerView.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[35/36] Compiling LWPhotoEditor ZLWeakProxy.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
[36/36] Compiling LWPhotoEditor resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Extensions/CGFloat+LWPhotoEditor.swift:27:8: error: no such module 'AVKit'
25 | //  THE SOFTWARE.
26 |
27 | import AVKit
   |        `- error: no such module 'AVKit'
28 |
29 | #if canImport(UIKit)
BUILD FAILURE 6.1 android