The Swift Package Index logo.Swift Package Index

Build Information

Failed to build MMBAlertsPickers, reference 1.1.94 (f49fff), with Swift 6.2 for macOS (Xcode) using Xcode 26.3 on 19 Jun 2025 12:32:10 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MMBAlertsPickers -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sprzenus/MMBAlertsPickers.git
Reference: 1.1.94
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sprzenus/MMBAlertsPickers
 * tag               1.1.94     -> FETCH_HEAD
HEAD is now at f49fff6 Merge pull request #1 from sprzenus/add_spm_support
Cloned https://github.com/sprzenus/MMBAlertsPickers.git
Revision (git rev-parse @):
f49fff69607f19b0cc896bb4b2ffcad743c29a95
SUCCESS checkout https://github.com/sprzenus/MMBAlertsPickers.git at 1.1.94
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sprzenus/MMBAlertsPickers.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  MMBAlertsPickers: /Users/admin/builder/spi-builder-workspace
resolved source packages: MMBAlertsPickers
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "MMBAlertsPickers",
  "name" : "MMBAlertsPickers",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "MMBAlertsPickers",
      "targets" : [
        "MMBAlertsPickers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MMBAlertsPickers",
      "module_type" : "SwiftTarget",
      "name" : "MMBAlertsPickers",
      "path" : "Sources/MMBAlertsPickers",
      "product_memberships" : [
        "MMBAlertsPickers"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/ar.lproj/MMBAlertsPickersLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ar"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/en.lproj/MMBAlertsPickersLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        }
      ],
      "sources" : [
        "Extensions/AVCaptureSession+Extensions.swift",
        "Extensions/Array+Extensions.swift",
        "Extensions/Bundle+Extensions.swift",
        "Extensions/CLPlacemark+Extensions.swift",
        "Extensions/Common+Extensions.swift",
        "Extensions/Date+Extension.swift",
        "Extensions/Locale+Extensions.swift",
        "Extensions/Optional+Extensions.swift",
        "Extensions/PHFetchResult+Extensions.swift",
        "Extensions/String+Extensions.swift",
        "Extensions/UIAlertController+Extensions.swift",
        "Extensions/UIApplication+Extensions.swift",
        "Extensions/UIColor+Extensions.swift",
        "Extensions/UIImage+Extensions.swift",
        "Extensions/UIImageView+Extensions.swift",
        "Extensions/UISearchBar+Extensions.swift",
        "Extensions/UISegmentedControl+Extensions.swift",
        "Extensions/UITextField+Extensions.swift",
        "Extensions/UITextView+Extensions.swift",
        "Extensions/UIView+Extensions.swift",
        "Extensions/UIViewController+Extensions.swift",
        "Pickers/Color/ColorPickerViewController.swift",
        "Pickers/Contacts/ContactsPickerViewController.swift",
        "Pickers/Contacts/Managers/Contacts.swift",
        "Pickers/Contacts/Models/Contact.swift",
        "Pickers/Contacts/Views/ContactCell.swift",
        "Pickers/Date/DatePickerViewController.swift",
        "Pickers/Image/ImagePickerViewController.swift",
        "Pickers/Image/Views/ItemWithImage.swift",
        "Pickers/Locale/LocalePickerViewController.swift",
        "Pickers/Locale/Managers/LocaleStore.swift",
        "Pickers/Locale/Models/LocaleInfo.swift",
        "Pickers/Locale/Views/CountryCell.swift",
        "Pickers/Locale/Views/CurrencyCell.swift",
        "Pickers/Locale/Views/PhoneCodeCell.swift",
        "Pickers/Location/LocationPickerViewController.swift",
        "Pickers/Location/LocationSearchResultsViewController.swift",
        "Pickers/Location/Managers/SearchHistoryManager.swift",
        "Pickers/Location/Models/Address.swift",
        "Pickers/Location/Models/Location.swift",
        "Pickers/PhotoLibrary/Managers/Assets.swift",
        "Pickers/PhotoLibrary/PhotoLibraryPickerViewController.swift",
        "Pickers/PickerView/PickerViewViewController.swift",
        "Pickers/Telegram/Layouts/PhotoLayout.swift",
        "Pickers/Telegram/Managers/AssetsCollection+ChangesObserver.swift",
        "Pickers/Telegram/Managers/AssetsCollection.swift",
        "Pickers/Telegram/Managers/Camera.swift",
        "Pickers/Telegram/TelegramPickerConfigurator.swift",
        "Pickers/Telegram/TelegramPickerGalleryItemsDataSource.swift",
        "Pickers/Telegram/TelegramPickerResourceProvider.swift",
        "Pickers/Telegram/TelegramPickerViewController.swift",
        "Pickers/Telegram/Views/CollectionViewCameraCell.swift",
        "Pickers/Telegram/Views/CollectionViewCustomContentCell.swift",
        "Pickers/Telegram/Views/CollectionViewPhotoCell.swift",
        "Pickers/Telegram/Views/CollectionViewVideoCell.swift",
        "Pickers/Telegram/Views/LikeButtonCell.swift",
        "Pickers/TextFields/OneTextFieldViewController.swift",
        "Pickers/TextFields/TwoTextFieldsViewController.swift",
        "Viewers/ImageViewer/Source/BlurView.swift",
        "Viewers/ImageViewer/Source/Extensions/AVPlayer.swift",
        "Viewers/ImageViewer/Source/Extensions/Bool.swift",
        "Viewers/ImageViewer/Source/Extensions/CALayer.swift",
        "Viewers/ImageViewer/Source/Extensions/CAShapeLayer.swift",
        "Viewers/ImageViewer/Source/Extensions/CGPoint.swift",
        "Viewers/ImageViewer/Source/Extensions/CGRect.swift",
        "Viewers/ImageViewer/Source/Extensions/CGSize.swift",
        "Viewers/ImageViewer/Source/Extensions/PickerCustomizableButton.swift",
        "Viewers/ImageViewer/Source/Extensions/UIApplication.swift",
        "Viewers/ImageViewer/Source/Extensions/UIBezierPath.swift",
        "Viewers/ImageViewer/Source/Extensions/UIButton.swift",
        "Viewers/ImageViewer/Source/Extensions/UIColor.swift",
        "Viewers/ImageViewer/Source/Extensions/UIImageView.swift",
        "Viewers/ImageViewer/Source/Extensions/UIScreen.swift",
        "Viewers/ImageViewer/Source/Extensions/UISlider.swift",
        "Viewers/ImageViewer/Source/Extensions/UIView.swift",
        "Viewers/ImageViewer/Source/Extensions/UIViewController.swift",
        "Viewers/ImageViewer/Source/GalleryConfiguration.swift",
        "Viewers/ImageViewer/Source/GalleryDisplacedViewsDataSource.swift",
        "Viewers/ImageViewer/Source/GalleryItem.swift",
        "Viewers/ImageViewer/Source/GalleryItemsDataSource.swift",
        "Viewers/ImageViewer/Source/GalleryItemsDelegate.swift",
        "Viewers/ImageViewer/Source/GalleryPagingDataSource.swift",
        "Viewers/ImageViewer/Source/GallerySwipeToDismissTransition.swift",
        "Viewers/ImageViewer/Source/GalleryViewController.swift",
        "Viewers/ImageViewer/Source/ImageFadeInHandler.swift",
        "Viewers/ImageViewer/Source/ImageViewController.swift",
        "Viewers/ImageViewer/Source/ItemBaseController.swift",
        "Viewers/ImageViewer/Source/ItemController.swift",
        "Viewers/ImageViewer/Source/ItemControllerDelegate.swift",
        "Viewers/ImageViewer/Source/LayoutEnums.swift",
        "Viewers/ImageViewer/Source/Slider.swift",
        "Viewers/ImageViewer/Source/Thumbnails Controller/ThumbnailCell.swift",
        "Viewers/ImageViewer/Source/Thumbnails Controller/ThumbnailsViewController.swift",
        "Viewers/ImageViewer/Source/UtilityFunctions.swift",
        "Viewers/ImageViewer/Source/VideoScrubber.swift",
        "Viewers/ImageViewer/Source/VideoView.swift",
        "Viewers/ImageViewer/Source/VideoViewController.swift",
        "Viewers/Models/AttributedTextBlock.swift",
        "Viewers/TextViewController.swift",
        "Views/Button.swift",
        "Views/GradientSlider.swift",
        "Views/Label.swift",
        "Views/PickerStyle.swift",
        "Views/SegmentedControl.swift",
        "Views/TextField.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "MMBAlertsPickers"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MMBAlertsPickers -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme MMBAlertsPickers -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  MMBAlertsPickers: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'MMBAlertsPickers' in project 'MMBAlertsPickers'
        ➜ Explicit dependency on target 'MMBAlertsPickers' in project 'MMBAlertsPickers'
        ➜ Explicit dependency on target 'MMBAlertsPickers_MMBAlertsPickers' in project 'MMBAlertsPickers'
    Target 'MMBAlertsPickers' in project 'MMBAlertsPickers'
        ➜ Explicit dependency on target 'MMBAlertsPickers_MMBAlertsPickers' in project 'MMBAlertsPickers'
    Target 'MMBAlertsPickers_MMBAlertsPickers' in project 'MMBAlertsPickers' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 47cfeb37fa272d4eef6d4bf7386229c6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/47cfeb37fa272d4eef6d4bf7386229c6.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MMBAlertsPickers_MMBAlertsPickers.bundle (in target 'MMBAlertsPickers_MMBAlertsPickers' from project 'MMBAlertsPickers')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MMBAlertsPickers_MMBAlertsPickers.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MMBAlertsPickers_MMBAlertsPickers.bundle/Contents (in target 'MMBAlertsPickers_MMBAlertsPickers' from project 'MMBAlertsPickers')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MMBAlertsPickers_MMBAlertsPickers.bundle/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MMBAlertsPickers_MMBAlertsPickers.bundle/Contents/Resources (in target 'MMBAlertsPickers_MMBAlertsPickers' from project 'MMBAlertsPickers')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MMBAlertsPickers_MMBAlertsPickers.bundle/Contents/Resources
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers_MMBAlertsPickers.build/MMBAlertsPickers_MMBAlertsPickers.DependencyMetadataFileList (in target 'MMBAlertsPickers_MMBAlertsPickers' from project 'MMBAlertsPickers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers_MMBAlertsPickers.build/MMBAlertsPickers_MMBAlertsPickers.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers_MMBAlertsPickers.build/MMBAlertsPickers_MMBAlertsPickers.DependencyStaticMetadataFileList (in target 'MMBAlertsPickers_MMBAlertsPickers' from project 'MMBAlertsPickers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers_MMBAlertsPickers.build/MMBAlertsPickers_MMBAlertsPickers.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers_MMBAlertsPickers.build/empty-MMBAlertsPickers_MMBAlertsPickers.plist (in target 'MMBAlertsPickers_MMBAlertsPickers' from project 'MMBAlertsPickers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers_MMBAlertsPickers.build/empty-MMBAlertsPickers_MMBAlertsPickers.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/Objects-normal/arm64/MMBAlertsPickers.SwiftConstValuesFileList (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/Objects-normal/arm64/MMBAlertsPickers.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/Objects-normal/arm64/MMBAlertsPickers_const_extract_protocols.json (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/Objects-normal/arm64/MMBAlertsPickers_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/Objects-normal/arm64/MMBAlertsPickers.SwiftFileList (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/Objects-normal/arm64/MMBAlertsPickers.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/Objects-normal/arm64/MMBAlertsPickers.LinkFileList (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/Objects-normal/arm64/MMBAlertsPickers.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/Objects-normal/arm64/MMBAlertsPickers-OutputFileMap.json (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/Objects-normal/arm64/MMBAlertsPickers-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/MMBAlertsPickers.modulemap (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/MMBAlertsPickers.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/MMBAlertsPickers.DependencyStaticMetadataFileList (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/MMBAlertsPickers.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/MMBAlertsPickers.DependencyMetadataFileList (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/MMBAlertsPickers.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/DerivedSources/resource_bundle_accessor.swift (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/DerivedSources/resource_bundle_accessor.swift
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/MMBAlertsPickers.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/MMBAlertsPickers.modulemap (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/MMBAlertsPickers.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MMBAlertsPickers_MMBAlertsPickers.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers_MMBAlertsPickers.build/empty-MMBAlertsPickers_MMBAlertsPickers.plist (in target 'MMBAlertsPickers_MMBAlertsPickers' from project 'MMBAlertsPickers')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers_MMBAlertsPickers.build/empty-MMBAlertsPickers_MMBAlertsPickers.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MMBAlertsPickers_MMBAlertsPickers.bundle/Contents/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MMBAlertsPickers_MMBAlertsPickers.bundle/Contents/Resources/en.lproj/MMBAlertsPickersLocalizable.strings /Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/en.lproj/MMBAlertsPickersLocalizable.strings (in target 'MMBAlertsPickers_MMBAlertsPickers' from project 'MMBAlertsPickers')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/en.lproj/MMBAlertsPickersLocalizable.strings /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MMBAlertsPickers_MMBAlertsPickers.bundle/Contents/Resources/en.lproj
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MMBAlertsPickers_MMBAlertsPickers.bundle/Contents/Resources/ar.lproj/MMBAlertsPickersLocalizable.strings /Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/ar.lproj/MMBAlertsPickersLocalizable.strings (in target 'MMBAlertsPickers_MMBAlertsPickers' from project 'MMBAlertsPickers')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/ar.lproj/MMBAlertsPickersLocalizable.strings /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MMBAlertsPickers_MMBAlertsPickers.bundle/Contents/Resources/ar.lproj
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MMBAlertsPickers_MMBAlertsPickers.bundle (in target 'MMBAlertsPickers_MMBAlertsPickers' from project 'MMBAlertsPickers')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MMBAlertsPickers_MMBAlertsPickers.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MMBAlertsPickers_MMBAlertsPickers.bundle (in target 'MMBAlertsPickers_MMBAlertsPickers' from project 'MMBAlertsPickers')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MMBAlertsPickers_MMBAlertsPickers.bundle
SwiftDriver MMBAlertsPickers normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MMBAlertsPickers -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/Objects-normal/arm64/MMBAlertsPickers.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/Objects-normal/arm64/MMBAlertsPickers-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/Objects-normal/arm64/MMBAlertsPickers.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/Objects-normal/arm64/MMBAlertsPickers_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/Objects-normal/arm64/MMBAlertsPickers-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/BlurView.swift:54:15: warning: Extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
    @available (iOS, unavailable)
              ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/ItemBaseController.swift:115:15: warning: Extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
    @available (*, unavailable)
              ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/String+Extensions.swift:1:8: error: Unable to find module dependency: 'UIKit'
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/String+Extensions.swift:1:8: note: A dependency of main module 'MMBAlertsPickers'
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIAlertController+Extensions.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIApplication+Extensions.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIColor+Extensions.swift:2:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIImage+Extensions.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIImageView+Extensions.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UISearchBar+Extensions.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UISegmentedControl+Extensions.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UITextField+Extensions.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UITextView+Extensions.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIView+Extensions.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIViewController+Extensions.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Color/ColorPickerViewController.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Contacts/ContactsPickerViewController.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Contacts/Managers/Contacts.swift:3:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Contacts/Models/Contact.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Contacts/Views/ContactCell.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Date/DatePickerViewController.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Image/ImagePickerViewController.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Image/Views/ItemWithImage.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Locale/LocalePickerViewController.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Locale/Models/LocaleInfo.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Locale/Views/CountryCell.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Locale/Views/CurrencyCell.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Locale/Views/PhoneCodeCell.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Location/LocationPickerViewController.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Location/LocationSearchResultsViewController.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Location/Managers/SearchHistoryManager.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Location/Models/Address.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/PhotoLibrary/Managers/Assets.swift:2:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/PhotoLibrary/PhotoLibraryPickerViewController.swift:2:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/PickerView/PickerViewViewController.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/Layouts/PhotoLayout.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/TelegramPickerGalleryItemsDataSource.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/TelegramPickerResourceProvider.swift:10:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/TelegramPickerViewController.swift:2:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/Views/CollectionViewCameraCell.swift:2:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/Views/CollectionViewCustomContentCell.swift:3:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/Views/CollectionViewPhotoCell.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/Views/CollectionViewVideoCell.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/Views/LikeButtonCell.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/TextFields/OneTextFieldViewController.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/TextFields/TwoTextFieldsViewController.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/BlurView.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/CALayer.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/CAShapeLayer.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/CGRect.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/PickerCustomizableButton.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIApplication.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIBezierPath.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIButton.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIColor.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIImageView.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIScreen.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UISlider.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIView.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIViewController.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GalleryConfiguration.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GalleryDisplacedViewsDataSource.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GalleryItem.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GalleryItemsDataSource.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GalleryPagingDataSource.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GallerySwipeToDismissTransition.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GalleryViewController.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/ImageViewController.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/ItemBaseController.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/ItemController.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/ItemControllerDelegate.swift:12:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/LayoutEnums.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Slider.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Thumbnails Controller/ThumbnailCell.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Thumbnails Controller/ThumbnailsViewController.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/UtilityFunctions.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/VideoScrubber.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/VideoView.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/VideoViewController.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/Models/AttributedTextBlock.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/TextViewController.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/Button.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/GradientSlider.swift:11:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/Label.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/PickerStyle.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/SegmentedControl.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/TextField.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:e7c2bc33d5da50a0f409c4e88ac9b1948acc06fa, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:e7c2bc33d5da50a0f409c4e88ac9b1948acc06fa, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:e7c2bc33d5da50a0f409c4e88ac9b1948acc06fa, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:e7c2bc33d5da50a0f409c4e88ac9b1948acc06fa, name:My Mac }
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/BlurView.swift:54:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
    @available (iOS, unavailable)
              ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/ItemBaseController.swift:115:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
    @available (*, unavailable)
              ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/String+Extensions.swift:1:8: error: Unable to find module dependency: 'UIKit'
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/String+Extensions.swift:1:8: note: a dependency of main module 'MMBAlertsPickers'
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIAlertController+Extensions.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIApplication+Extensions.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIColor+Extensions.swift:2:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIImage+Extensions.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIImageView+Extensions.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UISearchBar+Extensions.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UISegmentedControl+Extensions.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UITextField+Extensions.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UITextView+Extensions.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIView+Extensions.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIViewController+Extensions.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Color/ColorPickerViewController.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Contacts/ContactsPickerViewController.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Contacts/Managers/Contacts.swift:3:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Contacts/Models/Contact.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Contacts/Views/ContactCell.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Date/DatePickerViewController.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Image/ImagePickerViewController.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Image/Views/ItemWithImage.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Locale/LocalePickerViewController.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Locale/Models/LocaleInfo.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Locale/Views/CountryCell.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Locale/Views/CurrencyCell.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Locale/Views/PhoneCodeCell.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Location/LocationPickerViewController.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Location/LocationSearchResultsViewController.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Location/Managers/SearchHistoryManager.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Location/Models/Address.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/PhotoLibrary/Managers/Assets.swift:2:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/PhotoLibrary/PhotoLibraryPickerViewController.swift:2:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/PickerView/PickerViewViewController.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/Layouts/PhotoLayout.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/TelegramPickerGalleryItemsDataSource.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/TelegramPickerResourceProvider.swift:10:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/TelegramPickerViewController.swift:2:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/Views/CollectionViewCameraCell.swift:2:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/Views/CollectionViewCustomContentCell.swift:3:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/Views/CollectionViewPhotoCell.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/Views/CollectionViewVideoCell.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/Views/LikeButtonCell.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/TextFields/OneTextFieldViewController.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/TextFields/TwoTextFieldsViewController.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/BlurView.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/CALayer.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/CAShapeLayer.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/CGRect.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/PickerCustomizableButton.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIApplication.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIBezierPath.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIButton.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIColor.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIImageView.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIScreen.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UISlider.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIView.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIViewController.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GalleryConfiguration.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GalleryDisplacedViewsDataSource.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GalleryItem.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GalleryItemsDataSource.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GalleryPagingDataSource.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GallerySwipeToDismissTransition.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GalleryViewController.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/ImageViewController.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/ItemBaseController.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/ItemController.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/ItemControllerDelegate.swift:12:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/LayoutEnums.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Slider.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Thumbnails Controller/ThumbnailCell.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Thumbnails Controller/ThumbnailsViewController.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/UtilityFunctions.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/VideoScrubber.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/VideoView.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/VideoViewController.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/Models/AttributedTextBlock.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/TextViewController.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/Button.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/GradientSlider.swift:11:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/Label.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/PickerStyle.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/SegmentedControl.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/TextField.swift:1:8: note: also imported here
import UIKit
       ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver MMBAlertsPickers normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
	Building workspace spi-builder-workspace with scheme MMBAlertsPickers
(2 failures)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  MMBAlertsPickers: /Users/admin/builder/spi-builder-workspace
resolved source packages: MMBAlertsPickers
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "MMBAlertsPickers",
  "name" : "MMBAlertsPickers",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "MMBAlertsPickers",
      "targets" : [
        "MMBAlertsPickers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MMBAlertsPickers",
      "module_type" : "SwiftTarget",
      "name" : "MMBAlertsPickers",
      "path" : "Sources/MMBAlertsPickers",
      "product_memberships" : [
        "MMBAlertsPickers"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/ar.lproj/MMBAlertsPickersLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ar"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/en.lproj/MMBAlertsPickersLocalizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        }
      ],
      "sources" : [
        "Extensions/AVCaptureSession+Extensions.swift",
        "Extensions/Array+Extensions.swift",
        "Extensions/Bundle+Extensions.swift",
        "Extensions/CLPlacemark+Extensions.swift",
        "Extensions/Common+Extensions.swift",
        "Extensions/Date+Extension.swift",
        "Extensions/Locale+Extensions.swift",
        "Extensions/Optional+Extensions.swift",
        "Extensions/PHFetchResult+Extensions.swift",
        "Extensions/String+Extensions.swift",
        "Extensions/UIAlertController+Extensions.swift",
        "Extensions/UIApplication+Extensions.swift",
        "Extensions/UIColor+Extensions.swift",
        "Extensions/UIImage+Extensions.swift",
        "Extensions/UIImageView+Extensions.swift",
        "Extensions/UISearchBar+Extensions.swift",
        "Extensions/UISegmentedControl+Extensions.swift",
        "Extensions/UITextField+Extensions.swift",
        "Extensions/UITextView+Extensions.swift",
        "Extensions/UIView+Extensions.swift",
        "Extensions/UIViewController+Extensions.swift",
        "Pickers/Color/ColorPickerViewController.swift",
        "Pickers/Contacts/ContactsPickerViewController.swift",
        "Pickers/Contacts/Managers/Contacts.swift",
        "Pickers/Contacts/Models/Contact.swift",
        "Pickers/Contacts/Views/ContactCell.swift",
        "Pickers/Date/DatePickerViewController.swift",
        "Pickers/Image/ImagePickerViewController.swift",
        "Pickers/Image/Views/ItemWithImage.swift",
        "Pickers/Locale/LocalePickerViewController.swift",
        "Pickers/Locale/Managers/LocaleStore.swift",
        "Pickers/Locale/Models/LocaleInfo.swift",
        "Pickers/Locale/Views/CountryCell.swift",
        "Pickers/Locale/Views/CurrencyCell.swift",
        "Pickers/Locale/Views/PhoneCodeCell.swift",
        "Pickers/Location/LocationPickerViewController.swift",
        "Pickers/Location/LocationSearchResultsViewController.swift",
        "Pickers/Location/Managers/SearchHistoryManager.swift",
        "Pickers/Location/Models/Address.swift",
        "Pickers/Location/Models/Location.swift",
        "Pickers/PhotoLibrary/Managers/Assets.swift",
        "Pickers/PhotoLibrary/PhotoLibraryPickerViewController.swift",
        "Pickers/PickerView/PickerViewViewController.swift",
        "Pickers/Telegram/Layouts/PhotoLayout.swift",
        "Pickers/Telegram/Managers/AssetsCollection+ChangesObserver.swift",
        "Pickers/Telegram/Managers/AssetsCollection.swift",
        "Pickers/Telegram/Managers/Camera.swift",
        "Pickers/Telegram/TelegramPickerConfigurator.swift",
        "Pickers/Telegram/TelegramPickerGalleryItemsDataSource.swift",
        "Pickers/Telegram/TelegramPickerResourceProvider.swift",
        "Pickers/Telegram/TelegramPickerViewController.swift",
        "Pickers/Telegram/Views/CollectionViewCameraCell.swift",
        "Pickers/Telegram/Views/CollectionViewCustomContentCell.swift",
        "Pickers/Telegram/Views/CollectionViewPhotoCell.swift",
        "Pickers/Telegram/Views/CollectionViewVideoCell.swift",
        "Pickers/Telegram/Views/LikeButtonCell.swift",
        "Pickers/TextFields/OneTextFieldViewController.swift",
        "Pickers/TextFields/TwoTextFieldsViewController.swift",
        "Viewers/ImageViewer/Source/BlurView.swift",
        "Viewers/ImageViewer/Source/Extensions/AVPlayer.swift",
        "Viewers/ImageViewer/Source/Extensions/Bool.swift",
        "Viewers/ImageViewer/Source/Extensions/CALayer.swift",
        "Viewers/ImageViewer/Source/Extensions/CAShapeLayer.swift",
        "Viewers/ImageViewer/Source/Extensions/CGPoint.swift",
        "Viewers/ImageViewer/Source/Extensions/CGRect.swift",
        "Viewers/ImageViewer/Source/Extensions/CGSize.swift",
        "Viewers/ImageViewer/Source/Extensions/PickerCustomizableButton.swift",
        "Viewers/ImageViewer/Source/Extensions/UIApplication.swift",
        "Viewers/ImageViewer/Source/Extensions/UIBezierPath.swift",
        "Viewers/ImageViewer/Source/Extensions/UIButton.swift",
        "Viewers/ImageViewer/Source/Extensions/UIColor.swift",
        "Viewers/ImageViewer/Source/Extensions/UIImageView.swift",
        "Viewers/ImageViewer/Source/Extensions/UIScreen.swift",
        "Viewers/ImageViewer/Source/Extensions/UISlider.swift",
        "Viewers/ImageViewer/Source/Extensions/UIView.swift",
        "Viewers/ImageViewer/Source/Extensions/UIViewController.swift",
        "Viewers/ImageViewer/Source/GalleryConfiguration.swift",
        "Viewers/ImageViewer/Source/GalleryDisplacedViewsDataSource.swift",
        "Viewers/ImageViewer/Source/GalleryItem.swift",
        "Viewers/ImageViewer/Source/GalleryItemsDataSource.swift",
        "Viewers/ImageViewer/Source/GalleryItemsDelegate.swift",
        "Viewers/ImageViewer/Source/GalleryPagingDataSource.swift",
        "Viewers/ImageViewer/Source/GallerySwipeToDismissTransition.swift",
        "Viewers/ImageViewer/Source/GalleryViewController.swift",
        "Viewers/ImageViewer/Source/ImageFadeInHandler.swift",
        "Viewers/ImageViewer/Source/ImageViewController.swift",
        "Viewers/ImageViewer/Source/ItemBaseController.swift",
        "Viewers/ImageViewer/Source/ItemController.swift",
        "Viewers/ImageViewer/Source/ItemControllerDelegate.swift",
        "Viewers/ImageViewer/Source/LayoutEnums.swift",
        "Viewers/ImageViewer/Source/Slider.swift",
        "Viewers/ImageViewer/Source/Thumbnails Controller/ThumbnailCell.swift",
        "Viewers/ImageViewer/Source/Thumbnails Controller/ThumbnailsViewController.swift",
        "Viewers/ImageViewer/Source/UtilityFunctions.swift",
        "Viewers/ImageViewer/Source/VideoScrubber.swift",
        "Viewers/ImageViewer/Source/VideoView.swift",
        "Viewers/ImageViewer/Source/VideoViewController.swift",
        "Viewers/Models/AttributedTextBlock.swift",
        "Viewers/TextViewController.swift",
        "Views/Button.swift",
        "Views/GradientSlider.swift",
        "Views/Label.swift",
        "Views/PickerStyle.swift",
        "Views/SegmentedControl.swift",
        "Views/TextField.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "MMBAlertsPickers"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MMBAlertsPickers -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme MMBAlertsPickers -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  MMBAlertsPickers: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'MMBAlertsPickers' in project 'MMBAlertsPickers'
        ➜ Explicit dependency on target 'MMBAlertsPickers' in project 'MMBAlertsPickers'
        ➜ Explicit dependency on target 'MMBAlertsPickers_MMBAlertsPickers' in project 'MMBAlertsPickers'
    Target 'MMBAlertsPickers' in project 'MMBAlertsPickers'
        ➜ Explicit dependency on target 'MMBAlertsPickers_MMBAlertsPickers' in project 'MMBAlertsPickers'
    Target 'MMBAlertsPickers_MMBAlertsPickers' in project 'MMBAlertsPickers' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
SwiftDriver MMBAlertsPickers normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MMBAlertsPickers -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/Objects-normal/arm64/MMBAlertsPickers.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/Objects-normal/arm64/MMBAlertsPickers-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/Objects-normal/arm64/MMBAlertsPickers.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/Objects-normal/arm64/MMBAlertsPickers_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MMBAlertsPickers.build/Debug/MMBAlertsPickers.build/Objects-normal/arm64/MMBAlertsPickers-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/BlurView.swift:54:15: warning: Extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
    @available (iOS, unavailable)
              ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/ItemBaseController.swift:115:15: warning: Extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
    @available (*, unavailable)
              ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/String+Extensions.swift:1:8: error: Unable to find module dependency: 'UIKit'
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/String+Extensions.swift:1:8: note: A dependency of main module 'MMBAlertsPickers'
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIAlertController+Extensions.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIApplication+Extensions.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIColor+Extensions.swift:2:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIImage+Extensions.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIImageView+Extensions.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UISearchBar+Extensions.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UISegmentedControl+Extensions.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UITextField+Extensions.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UITextView+Extensions.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIView+Extensions.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIViewController+Extensions.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Color/ColorPickerViewController.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Contacts/ContactsPickerViewController.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Contacts/Managers/Contacts.swift:3:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Contacts/Models/Contact.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Contacts/Views/ContactCell.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Date/DatePickerViewController.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Image/ImagePickerViewController.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Image/Views/ItemWithImage.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Locale/LocalePickerViewController.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Locale/Models/LocaleInfo.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Locale/Views/CountryCell.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Locale/Views/CurrencyCell.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Locale/Views/PhoneCodeCell.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Location/LocationPickerViewController.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Location/LocationSearchResultsViewController.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Location/Managers/SearchHistoryManager.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Location/Models/Address.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/PhotoLibrary/Managers/Assets.swift:2:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/PhotoLibrary/PhotoLibraryPickerViewController.swift:2:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/PickerView/PickerViewViewController.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/Layouts/PhotoLayout.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/TelegramPickerGalleryItemsDataSource.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/TelegramPickerResourceProvider.swift:10:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/TelegramPickerViewController.swift:2:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/Views/CollectionViewCameraCell.swift:2:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/Views/CollectionViewCustomContentCell.swift:3:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/Views/CollectionViewPhotoCell.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/Views/CollectionViewVideoCell.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/Views/LikeButtonCell.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/TextFields/OneTextFieldViewController.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/TextFields/TwoTextFieldsViewController.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/BlurView.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/CALayer.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/CAShapeLayer.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/CGRect.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/PickerCustomizableButton.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIApplication.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIBezierPath.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIButton.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIColor.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIImageView.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIScreen.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UISlider.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIView.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIViewController.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GalleryConfiguration.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GalleryDisplacedViewsDataSource.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GalleryItem.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GalleryItemsDataSource.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GalleryPagingDataSource.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GallerySwipeToDismissTransition.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GalleryViewController.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/ImageViewController.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/ItemBaseController.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/ItemController.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/ItemControllerDelegate.swift:12:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/LayoutEnums.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Slider.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Thumbnails Controller/ThumbnailCell.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Thumbnails Controller/ThumbnailsViewController.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/UtilityFunctions.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/VideoScrubber.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/VideoView.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/VideoViewController.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/Models/AttributedTextBlock.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/TextViewController.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/Button.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/GradientSlider.swift:11:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/Label.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/PickerStyle.swift:9:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/SegmentedControl.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/TextField.swift:1:8: note: Also imported here
import UIKit
       ^ (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:e7c2bc33d5da50a0f409c4e88ac9b1948acc06fa, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:e7c2bc33d5da50a0f409c4e88ac9b1948acc06fa, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:e7c2bc33d5da50a0f409c4e88ac9b1948acc06fa, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:e7c2bc33d5da50a0f409c4e88ac9b1948acc06fa, name:My Mac }
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/BlurView.swift:54:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
    @available (iOS, unavailable)
              ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/ItemBaseController.swift:115:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
    @available (*, unavailable)
              ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/String+Extensions.swift:1:8: error: Unable to find module dependency: 'UIKit'
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/String+Extensions.swift:1:8: note: a dependency of main module 'MMBAlertsPickers'
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIAlertController+Extensions.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIApplication+Extensions.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIColor+Extensions.swift:2:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIImage+Extensions.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIImageView+Extensions.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UISearchBar+Extensions.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UISegmentedControl+Extensions.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UITextField+Extensions.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UITextView+Extensions.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIView+Extensions.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Extensions/UIViewController+Extensions.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Color/ColorPickerViewController.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Contacts/ContactsPickerViewController.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Contacts/Managers/Contacts.swift:3:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Contacts/Models/Contact.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Contacts/Views/ContactCell.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Date/DatePickerViewController.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Image/ImagePickerViewController.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Image/Views/ItemWithImage.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Locale/LocalePickerViewController.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Locale/Models/LocaleInfo.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Locale/Views/CountryCell.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Locale/Views/CurrencyCell.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Locale/Views/PhoneCodeCell.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Location/LocationPickerViewController.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Location/LocationSearchResultsViewController.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Location/Managers/SearchHistoryManager.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Location/Models/Address.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/PhotoLibrary/Managers/Assets.swift:2:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/PhotoLibrary/PhotoLibraryPickerViewController.swift:2:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/PickerView/PickerViewViewController.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/Layouts/PhotoLayout.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/TelegramPickerGalleryItemsDataSource.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/TelegramPickerResourceProvider.swift:10:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/TelegramPickerViewController.swift:2:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/Views/CollectionViewCameraCell.swift:2:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/Views/CollectionViewCustomContentCell.swift:3:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/Views/CollectionViewPhotoCell.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/Views/CollectionViewVideoCell.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/Telegram/Views/LikeButtonCell.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/TextFields/OneTextFieldViewController.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Pickers/TextFields/TwoTextFieldsViewController.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/BlurView.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/CALayer.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/CAShapeLayer.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/CGRect.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/PickerCustomizableButton.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIApplication.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIBezierPath.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIButton.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIColor.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIImageView.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIScreen.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UISlider.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIView.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Extensions/UIViewController.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GalleryConfiguration.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GalleryDisplacedViewsDataSource.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GalleryItem.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GalleryItemsDataSource.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GalleryPagingDataSource.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GallerySwipeToDismissTransition.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/GalleryViewController.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/ImageViewController.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/ItemBaseController.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/ItemController.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/ItemControllerDelegate.swift:12:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/LayoutEnums.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Slider.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Thumbnails Controller/ThumbnailCell.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/Thumbnails Controller/ThumbnailsViewController.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/UtilityFunctions.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/VideoScrubber.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/VideoView.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/ImageViewer/Source/VideoViewController.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/Models/AttributedTextBlock.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Viewers/TextViewController.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/Button.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/GradientSlider.swift:11:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/Label.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/PickerStyle.swift:9:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/SegmentedControl.swift:1:8: note: also imported here
import UIKit
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MMBAlertsPickers/Views/TextField.swift:1:8: note: also imported here
import UIKit
       ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver MMBAlertsPickers normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MMBAlertsPickers' from project 'MMBAlertsPickers')
	Building workspace spi-builder-workspace with scheme MMBAlertsPickers
(2 failures)
BUILD FAILURE 6.2 macosXcodebuild