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 FMPhotoPicker, reference master (3086de), with Swift 6.1 for Wasm on 27 May 2025 21:52:26 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/congnd/FMPhotoPicker.git
Reference: master
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/congnd/FMPhotoPicker
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3086dee Update build.yml
Cloned https://github.com/congnd/FMPhotoPicker.git
Revision (git rev-parse @):
3086dee89138da826f551155745cf08768a28965
SUCCESS checkout https://github.com/congnd/FMPhotoPicker.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/congnd/FMPhotoPicker.git
https://github.com/congnd/FMPhotoPicker.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "FMPhotoPicker",
  "name" : "FMPhotoPicker",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "FMPhotoPicker",
      "targets" : [
        "FMPhotoPicker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "FMPhotoPicker",
      "module_type" : "SwiftTarget",
      "name" : "FMPhotoPicker",
      "path" : "FMPhotoPicker/FMPhotoPicker",
      "product_memberships" : [
        "FMPhotoPicker"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "source/Animated Trasitioning/FMZoomInAnimationController.swift",
        "source/Animated Trasitioning/FMZoomOutAnimationController.swift",
        "source/Data/FMPhotoAsset.swift",
        "source/Data/FMPhotosDataSource.swift",
        "source/ImageEditor/Crop/FMCrop.swift",
        "source/ImageEditor/Crop/FMCroppable.swift",
        "source/ImageEditor/FMImageEditor.swift",
        "source/ImageEditor/Filter/FMFilter.swift",
        "source/ImageEditor/Filter/FMFilterable.swift",
        "source/Interaction Animator/FMPhotoInteractionAnimator.swift",
        "source/Scene/Picker/FMPhotoPickerBatchSelector.swift",
        "source/Scene/Picker/FMPhotoPickerImageCollectionViewCell.swift",
        "source/Scene/Picker/FMPhotoPickerImageCollectionViewLayout.swift",
        "source/Scene/Picker/FMPhotoPickerViewController.swift",
        "source/Scene/Presenter/Editor/FMImageEditorViewController.swift",
        "source/Scene/Presenter/Editor/Views/Crop/FMCropBackgroundView.swift",
        "source/Scene/Presenter/Editor/Views/Crop/FMCropCropBoxCornersView.swift",
        "source/Scene/Presenter/Editor/Views/Crop/FMCropCropBoxView.swift",
        "source/Scene/Presenter/Editor/Views/Crop/FMCropForegroundView.swift",
        "source/Scene/Presenter/Editor/Views/Crop/FMCropScrollView.swift",
        "source/Scene/Presenter/Editor/Views/Crop/FMCropTranslucencyView.swift",
        "source/Scene/Presenter/Editor/Views/Crop/FMCropView.swift",
        "source/Scene/Presenter/Editor/Views/FMCropCell.swift",
        "source/Scene/Presenter/Editor/Views/FMCropMenuView.swift",
        "source/Scene/Presenter/Editor/Views/FMFilterCell.swift",
        "source/Scene/Presenter/Editor/Views/FMFiltersMenuView.swift",
        "source/Scene/Presenter/FMPhotoPresenterViewController.swift",
        "source/Scene/Presenter/Viewer/FMImageViewController.swift",
        "source/Scene/Presenter/Viewer/FMPhotoViewController.swift",
        "source/Scene/Presenter/Viewer/FMScalingImageView.swift",
        "source/Scene/Presenter/Viewer/FMVideoViewController.swift",
        "source/Scene/Presenter/Views/FMPlaybackControlView.swift",
        "source/Scene/Presenter/Views/FMPresenterBottomView.swift",
        "source/Scene/Presenter/Views/FMPresenterEditMenuView.swift",
        "source/Scene/Presenter/Views/FMPresenterTopView.swift",
        "source/Scene/Presenter/Views/Progress/FMPlaybackProgressThumbLayer.swift",
        "source/Scene/Presenter/Views/Progress/FMPlaybackProgressTrackLayer.swift",
        "source/Scene/Presenter/Views/Progress/FMPlaybackProgressView.swift",
        "source/Utilities/AVPlayer+Extension.swift",
        "source/Utilities/Bundle+Extension.swift",
        "source/Utilities/Const.swift",
        "source/Utilities/FMAlertable.swift",
        "source/Utilities/FMLoadingView.swift",
        "source/Utilities/FMPhotoPickerConfig.swift",
        "source/Utilities/FMWarningView.swift",
        "source/Utilities/Helper.swift",
        "source/Utilities/InsertableUIView.swift",
        "source/Utilities/TimeInterval+Extension.swift",
        "source/Utilities/UIImage+Extension.swift",
        "source/Utilities/UIImage+Extensions.swift",
        "source/Utilities/UIView+FMPhotoView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/4] Write sources
[1/4] Copying Info.plist
[2/4] Copying Assets.xcassets
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/51] Compiling FMPhotoPicker FMPhotoViewController.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[6/51] Compiling FMPhotoPicker FMScalingImageView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[7/51] Compiling FMPhotoPicker FMVideoViewController.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[8/51] Compiling FMPhotoPicker FMPlaybackControlView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[9/51] Compiling FMPhotoPicker FMPresenterBottomView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[10/51] Compiling FMPhotoPicker FMPresenterEditMenuView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[11/57] Compiling FMPhotoPicker Const.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[12/57] Compiling FMPhotoPicker FMAlertable.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[13/57] Compiling FMPhotoPicker FMLoadingView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[14/57] Compiling FMPhotoPicker FMPhotoPickerConfig.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[15/57] Compiling FMPhotoPicker FMWarningView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[16/57] Compiling FMPhotoPicker Helper.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[17/57] Compiling FMPhotoPicker FMPresenterTopView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[18/57] Compiling FMPhotoPicker FMPlaybackProgressThumbLayer.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[19/57] Compiling FMPhotoPicker FMPlaybackProgressTrackLayer.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[20/57] Compiling FMPhotoPicker FMPlaybackProgressView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[21/57] Compiling FMPhotoPicker AVPlayer+Extension.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[22/57] Compiling FMPhotoPicker Bundle+Extension.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[23/57] Compiling FMPhotoPicker InsertableUIView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[24/57] Compiling FMPhotoPicker TimeInterval+Extension.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[25/57] Compiling FMPhotoPicker UIImage+Extension.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[26/57] Compiling FMPhotoPicker UIImage+Extensions.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[27/57] Compiling FMPhotoPicker UIView+FMPhotoView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[28/57] Compiling FMPhotoPicker resource_bundle_accessor.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/57] Emitting module FMPhotoPicker
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[30/57] Compiling FMPhotoPicker FMZoomInAnimationController.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[31/57] Compiling FMPhotoPicker FMZoomOutAnimationController.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[32/57] Compiling FMPhotoPicker FMPhotoAsset.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[33/57] Compiling FMPhotoPicker FMPhotosDataSource.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[34/57] Compiling FMPhotoPicker FMCrop.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[35/57] Compiling FMPhotoPicker FMCroppable.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[36/57] Compiling FMPhotoPicker FMImageEditor.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[37/57] Compiling FMPhotoPicker FMImageEditorViewController.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[38/57] Compiling FMPhotoPicker FMCropBackgroundView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[39/57] Compiling FMPhotoPicker FMCropCropBoxCornersView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[40/57] Compiling FMPhotoPicker FMCropCropBoxView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[41/57] Compiling FMPhotoPicker FMCropForegroundView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[42/57] Compiling FMPhotoPicker FMCropScrollView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[43/57] Compiling FMPhotoPicker FMCropTranslucencyView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[44/57] Compiling FMPhotoPicker FMFilter.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[45/57] Compiling FMPhotoPicker FMFilterable.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[46/57] Compiling FMPhotoPicker FMPhotoInteractionAnimator.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[47/57] Compiling FMPhotoPicker FMPhotoPickerBatchSelector.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[48/57] Compiling FMPhotoPicker FMPhotoPickerImageCollectionViewCell.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[49/57] Compiling FMPhotoPicker FMPhotoPickerImageCollectionViewLayout.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[50/57] Compiling FMPhotoPicker FMPhotoPickerViewController.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[51/57] Compiling FMPhotoPicker FMCropView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[52/57] Compiling FMPhotoPicker FMCropCell.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[53/57] Compiling FMPhotoPicker FMCropMenuView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[54/57] Compiling FMPhotoPicker FMFilterCell.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[55/57] Compiling FMPhotoPicker FMFiltersMenuView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[56/57] Compiling FMPhotoPicker FMPhotoPresenterViewController.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[57/57] Compiling FMPhotoPicker FMImageViewController.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/48] Emitting module FMPhotoPicker
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[3/54] Compiling FMPhotoPicker InsertableUIView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[4/54] Compiling FMPhotoPicker TimeInterval+Extension.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[5/54] Compiling FMPhotoPicker UIImage+Extension.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[6/54] Compiling FMPhotoPicker UIImage+Extensions.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[7/54] Compiling FMPhotoPicker UIView+FMPhotoView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[8/54] Compiling FMPhotoPicker resource_bundle_accessor.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[9/54] Compiling FMPhotoPicker FMFilter.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[10/54] Compiling FMPhotoPicker FMFilterable.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[11/54] Compiling FMPhotoPicker FMPhotoInteractionAnimator.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[12/54] Compiling FMPhotoPicker FMPhotoPickerBatchSelector.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[13/54] Compiling FMPhotoPicker FMPhotoPickerImageCollectionViewCell.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[14/54] Compiling FMPhotoPicker FMPhotoPickerImageCollectionViewLayout.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[15/54] Compiling FMPhotoPicker FMPhotoPickerViewController.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[16/54] Compiling FMPhotoPicker FMPresenterTopView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[17/54] Compiling FMPhotoPicker FMPlaybackProgressThumbLayer.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[18/54] Compiling FMPhotoPicker FMPlaybackProgressTrackLayer.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[19/54] Compiling FMPhotoPicker FMPlaybackProgressView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[20/54] Compiling FMPhotoPicker AVPlayer+Extension.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[21/54] Compiling FMPhotoPicker Bundle+Extension.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[22/54] Compiling FMPhotoPicker Const.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[23/54] Compiling FMPhotoPicker FMAlertable.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[24/54] Compiling FMPhotoPicker FMLoadingView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[25/54] Compiling FMPhotoPicker FMPhotoPickerConfig.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[26/54] Compiling FMPhotoPicker FMWarningView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[27/54] Compiling FMPhotoPicker Helper.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[28/54] Compiling FMPhotoPicker FMPhotoViewController.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[29/54] Compiling FMPhotoPicker FMScalingImageView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[30/54] Compiling FMPhotoPicker FMVideoViewController.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[31/54] Compiling FMPhotoPicker FMPlaybackControlView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[32/54] Compiling FMPhotoPicker FMPresenterBottomView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[33/54] Compiling FMPhotoPicker FMPresenterEditMenuView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[34/54] Compiling FMPhotoPicker FMImageEditorViewController.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[35/54] Compiling FMPhotoPicker FMCropBackgroundView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[36/54] Compiling FMPhotoPicker FMCropCropBoxCornersView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[37/54] Compiling FMPhotoPicker FMCropCropBoxView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[38/54] Compiling FMPhotoPicker FMCropForegroundView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[39/54] Compiling FMPhotoPicker FMCropScrollView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[40/54] Compiling FMPhotoPicker FMCropTranslucencyView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[41/54] Compiling FMPhotoPicker FMCropView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[42/54] Compiling FMPhotoPicker FMCropCell.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[43/54] Compiling FMPhotoPicker FMCropMenuView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[44/54] Compiling FMPhotoPicker FMFilterCell.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[45/54] Compiling FMPhotoPicker FMFiltersMenuView.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[46/54] Compiling FMPhotoPicker FMPhotoPresenterViewController.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[47/54] Compiling FMPhotoPicker FMImageViewController.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[48/54] Compiling FMPhotoPicker FMZoomInAnimationController.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[49/54] Compiling FMPhotoPicker FMZoomOutAnimationController.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[50/54] Compiling FMPhotoPicker FMPhotoAsset.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[51/54] Compiling FMPhotoPicker FMPhotosDataSource.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[52/54] Compiling FMPhotoPicker FMCrop.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[53/54] Compiling FMPhotoPicker FMCroppable.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
[54/54] Compiling FMPhotoPicker FMImageEditor.swift
/host/spi-builder-workspace/FMPhotoPicker/FMPhotoPicker/source/Animated Trasitioning/FMZoomInAnimationController.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | class FMZoomInAnimationController: NSObject, UIViewControllerAnimatedTransitioning {
BUILD FAILURE 6.1 wasm