The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build ExyteMediaPicker, reference 3.1.7 (a4d1c6), with Swift 6.1 for Android on 12 Sep 2025 14:40:58 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/exyte/MediaPicker.git
Reference: 3.1.7
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/exyte/MediaPicker
 * tag               3.1.7      -> FETCH_HEAD
HEAD is now at a4d1c69 Small fix
Cloned https://github.com/exyte/MediaPicker.git
Revision (git rev-parse @):
a4d1c69807d80af1350073eac6aa2bc25d5e55fb
SUCCESS checkout https://github.com/exyte/MediaPicker.git at 3.1.7
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/exyte/MediaPicker.git
https://github.com/exyte/MediaPicker.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "anchoredpopup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/exyte/AnchoredPopup.git"
    }
  ],
  "manifest_display_name" : "ExyteMediaPicker",
  "name" : "ExyteMediaPicker",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "ExyteMediaPicker",
      "targets" : [
        "ExyteMediaPicker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MediaPickerTests",
      "module_type" : "SwiftTarget",
      "name" : "MediaPickerTests",
      "path" : "Tests/MediaPickerTests",
      "sources" : [
        "Extensions/TimeInterval+Init.swift",
        "Tests/Extensions/TimeIntervalTests.swift"
      ],
      "target_dependencies" : [
        "ExyteMediaPicker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ExyteMediaPicker",
      "module_type" : "SwiftTarget",
      "name" : "ExyteMediaPicker",
      "path" : "Sources/ExyteMediaPicker",
      "product_dependencies" : [
        "AnchoredPopup"
      ],
      "product_memberships" : [
        "ExyteMediaPicker"
      ],
      "sources" : [
        "Managers/FileManager.swift",
        "Managers/Medias/AlbumMediasProvider.swift",
        "Managers/Medias/AllMediasProvider.swift",
        "Managers/Medias/AllPhotosProvider.swift",
        "Managers/Medias/BaseMediasProvider.swift",
        "Managers/Medias/DefaultAlbumsProvider.swift",
        "Managers/MotionManager.swift",
        "Managers/PermissionsService.swift",
        "Managers/PhotoKit/PHAsset+Utils.swift",
        "Managers/PhotoKit/URL+Utils.swift",
        "Managers/Selection/CameraSelectionService.swift",
        "Managers/Selection/SelectionParamsHolder.swift",
        "Managers/Selection/SelectionService.swift",
        "Model/AlbumModel.swift",
        "Model/AssetMediaModel.swift",
        "Model/Media.swift",
        "Model/MediaModelProtocol.swift",
        "Model/Types.swift",
        "Model/URLMediaModel.swift",
        "Screens/AlbumView/AlbumView.swift",
        "Screens/AlbumView/MediaCell.swift",
        "Screens/AlbumView/MediaViewModel.swift",
        "Screens/AlbumsView/AlbumCell.swift",
        "Screens/AlbumsView/AlbumCellViewModel.swift",
        "Screens/AlbumsView/AlbumsView.swift",
        "Screens/AlbumsView/AlbumsViewModel.swift",
        "Screens/Camera/CameraSelectionContainer.swift",
        "Screens/Camera/CameraView.swift",
        "Screens/Camera/CameraViewModel.swift",
        "Screens/Camera/LiveCameraCell.swift",
        "Screens/Camera/LiveCameraView.swift",
        "Screens/Fullscreen/FullscreenCell.swift",
        "Screens/Fullscreen/FullscreenCellViewModel.swift",
        "Screens/Fullscreen/FullscreenContainer.swift",
        "Screens/MediaPicker/AlbumSelectionView.swift",
        "Screens/MediaPicker/GenenricsTrick.swift",
        "Screens/MediaPicker/MediaPicker.swift",
        "Screens/MediaPicker/MediaPickerMode.swift",
        "Screens/MediaPicker/MediaPickerViewModel.swift",
        "Theme/Bundle+.swift",
        "Theme/MediaPickerTheme.swift",
        "Utils/Errors/PermissionActionView.swift",
        "Utils/Errors/PermissionsErrorView.swift",
        "Utils/Extensions/Collection+.swift",
        "Utils/Extensions/ColumnCalculation.swift",
        "Utils/Extensions/OrientationTransformationExtensions.swift",
        "Utils/Extensions/Sequence+asyncMap.swift",
        "Utils/Extensions/TimeInterval+Duration.swift",
        "Utils/Extensions/View+.swift",
        "Utils/Extensions/View+NotificationCenter.swift",
        "Utils/Extensions/Zoom+ScrollView.swift",
        "Utils/Modifiers/KeyboardHeightHelper.swift",
        "Utils/Modifiers/MediaButtonStyle.swift",
        "Utils/Modifiers/MediaPickerThemeModifier.swift",
        "Utils/Modifiers/SafeAreaEnvironmentValues.swift",
        "Utils/Thumbnail/ThumbnailPlaceholder.swift",
        "Utils/Thumbnail/ThumbnailView.swift",
        "Utils/Widgets/AsyncButton.swift",
        "Utils/Widgets/CameraStubView.swift",
        "Utils/Widgets/LimitedLibraryPickerProxyView.swift",
        "Utils/Widgets/MediasGrid.swift",
        "Utils/Widgets/PlayerUIView.swift",
        "Utils/Widgets/SelectableView.swift",
        "Utils/Widgets/SelectionIndicatorView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/exyte/AnchoredPopup.git
[1/267] Fetching anchoredpopup
Fetched https://github.com/exyte/AnchoredPopup.git from cache (0.32s)
Computing version for https://github.com/exyte/AnchoredPopup.git
Computed https://github.com/exyte/AnchoredPopup.git at 1.0.7 (0.97s)
Creating working copy for https://github.com/exyte/AnchoredPopup.git
Working copy of https://github.com/exyte/AnchoredPopup.git resolved at 1.0.7
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/ExyteMediaPicker/Resources/Media.xcassets
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/10] Compiling AnchoredPopup AnchoredPopup.swift
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
[5/10] Compiling AnchoredPopup Utils.swift
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
[6/10] Compiling AnchoredPopup PublicAPI.swift
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
[7/10] Compiling AnchoredPopup WindowManager.swift
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/10] Emitting module AnchoredPopup
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
[9/10] Compiling AnchoredPopup AnchoredAnimationManager.swift
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
[10/10] Compiling AnchoredPopup BlurBackdropView.swift
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/ExyteMediaPicker/Resources/Media.xcassets
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/8] Compiling AnchoredPopup AnchoredPopup.swift
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
[3/8] Compiling AnchoredPopup Utils.swift
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
[4/8] Compiling AnchoredPopup WindowManager.swift
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
[5/8] Compiling AnchoredPopup BlurBackdropView.swift
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
[6/8] Compiling AnchoredPopup PublicAPI.swift
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/8] Emitting module AnchoredPopup
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
[8/8] Compiling AnchoredPopup AnchoredAnimationManager.swift
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
BUILD FAILURE 6.1 android