This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build InstaGallery with Swift 5.9 for Linux.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.28.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/manucodin/InstaGallery.git
Reference: 0.4.2
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/manucodin/InstaGallery
 * tag               0.4.2      -> FETCH_HEAD
HEAD is now at c2746f8 Merge branch 'develop'
Cloned https://github.com/manucodin/InstaGallery.git
Revision (git rev-parse @):
c2746f834de102ea34bca86bd4cac739c1f6f9ca
SUCCESS checkout https://github.com/manucodin/InstaGallery.git at 0.4.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/1236] Fetching cwlpreconditiontesting
[817/1668] Fetching cwlpreconditiontesting, cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.21s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.21s)
[1/17129] Fetching nimble
Fetched https://github.com/Quick/Nimble.git (0.99s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.34s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.1.0 (0.34s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.1 (0.34s)
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.1.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.1.1
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Controller/AuthController.xib
    /host/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/Gallery Cell/GalleryCell.xib
    /host/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryController.xib
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/59] Emitting module InstaGallery
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[2/67] Compiling InstaGallery User.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[3/67] Compiling InstaGallery BundleDataSourceBaseInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[4/67] Compiling InstaGallery BundleDataSourceInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[5/67] Compiling InstaGallery AuthenticationDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[6/67] Compiling InstaGallery CursorDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[7/67] Compiling InstaGallery GalleryDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[8/67] Compiling InstaGallery MediaDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[9/67] Compiling InstaGallery MediaTypeDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[10/67] Compiling InstaGallery PagingDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[11/67] Compiling InstaGallery UserDataSourceInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[12/67] Compiling InstaGallery InstaGalleryError.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[13/67] Compiling InstaGallery Data+Extension.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[14/67] Compiling InstaGallery Dictionary+Extension.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[15/67] Compiling InstaGallery String+Extensions.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[16/67] Compiling InstaGallery UIImageView+Extension.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[17/67] Compiling InstaGallery URL+Extension.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[18/67] Compiling InstaGallery InstaGallery.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[19/67] Compiling InstaGallery AuthControllerInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[20/67] Compiling InstaGallery AuthFactory.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[21/67] Compiling InstaGallery AuthInteractor.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[22/67] Compiling InstaGallery AuthInteractorInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[23/67] Compiling InstaGallery AuthPresenter.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[24/67] Compiling InstaGallery AuthPresenterInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[25/67] Compiling InstaGallery AuthRouting.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[26/67] Compiling InstaGallery AuthRoutingInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[27/67] Compiling InstaGallery Constants.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[28/67] Compiling InstaGallery ResponseType.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[29/67] Compiling InstaGallery UserScope.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[30/67] Compiling InstaGallery Notifications.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[31/67] Compiling InstaGallery Cursors.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[32/67] Compiling InstaGallery Gallery.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[33/67] Compiling InstaGallery InstaMediaType.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[34/67] Compiling InstaGallery Media.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[35/67] Compiling InstaGallery Paging.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[36/67] Compiling InstaGallery UserDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[37/67] Compiling InstaGallery InstagramDataSource.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[38/67] Compiling InstaGallery InstagramDataSourceInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[39/67] Compiling InstaGallery GalleryMapper.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[40/67] Compiling InstaGallery MediaMapper.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[41/67] Compiling InstaGallery PagingMapper.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[42/67] Compiling InstaGallery UserMapper.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[43/67] Compiling InstaGallery UserDataSourceImp.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[44/67] Compiling InstaGallery BaseRequest.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[45/67] Compiling InstaGallery Request.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[46/67] Compiling InstaGallery RequestHeaders.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[47/67] Compiling InstaGallery RequestMethods.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[48/67] Compiling InstaGallery APIURLProvider.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[49/67] Compiling InstaGallery AuthURLProvider.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[50/67] Compiling InstaGallery URLBaseProvider.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[51/67] Compiling InstaGallery AuthController.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[52/67] Compiling InstaGallery GalleryCell.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[53/67] Compiling InstaGallery GalleryCellViewModel.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[54/67] Compiling InstaGallery GalleryController.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[55/67] Compiling InstaGallery GalleryControllerInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[56/67] Compiling InstaGallery GalleryDataSource.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[57/67] Compiling InstaGallery GalleryDataSourceImp.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[58/67] Compiling InstaGallery GalleryFactory.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[59/67] Compiling InstaGallery GalleryInteractor.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[60/67] Compiling InstaGallery GalleryInteractorInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[61/67] Compiling InstaGallery GalleryPresenter.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[62/67] Compiling InstaGallery GalleryPresenterInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[63/67] Compiling InstaGallery GalleryRouting.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[64/67] Compiling InstaGallery GalleryRoutingInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[65/67] Compiling InstaGallery UserDefaultsImp.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[66/67] Compiling InstaGallery UserDefaultsInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[67/67] Compiling InstaGallery ManagerUtils.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/Gallery Cell/GalleryCell.xib
    /host/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Gallery/Controller/GalleryController.xib
    /host/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Controller/AuthController.xib
[0/1] Planning build
Building for debugging...
[1/59] Compiling InstaGallery Constants.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[2/59] Compiling InstaGallery ResponseType.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[3/59] Compiling InstaGallery UserScope.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[4/59] Compiling InstaGallery Notifications.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[5/59] Compiling InstaGallery Cursors.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[6/59] Compiling InstaGallery Gallery.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[7/59] Compiling InstaGallery InstaMediaType.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[8/59] Compiling InstaGallery Media.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[9/59] Compiling InstaGallery Paging.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[10/67] Compiling InstaGallery GalleryCell.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[11/67] Compiling InstaGallery GalleryCellViewModel.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[12/67] Compiling InstaGallery GalleryController.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[13/67] Compiling InstaGallery GalleryControllerInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[14/67] Compiling InstaGallery GalleryDataSource.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[15/67] Compiling InstaGallery GalleryDataSourceImp.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[16/67] Compiling InstaGallery GalleryFactory.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[17/67] Compiling InstaGallery GalleryInteractor.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[18/67] Compiling InstaGallery User.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[19/67] Compiling InstaGallery BundleDataSourceBaseInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[20/67] Compiling InstaGallery BundleDataSourceInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[21/67] Compiling InstaGallery AuthenticationDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[22/67] Compiling InstaGallery CursorDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[23/67] Compiling InstaGallery GalleryDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[24/67] Compiling InstaGallery MediaDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[25/67] Compiling InstaGallery MediaTypeDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[26/67] Compiling InstaGallery PagingDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[27/67] Compiling InstaGallery UserDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[28/67] Compiling InstaGallery InstagramDataSource.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[29/67] Compiling InstaGallery InstagramDataSourceInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[30/67] Compiling InstaGallery GalleryMapper.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[31/67] Compiling InstaGallery MediaMapper.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[32/67] Compiling InstaGallery PagingMapper.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[33/67] Compiling InstaGallery UserMapper.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[34/67] Compiling InstaGallery UserDataSourceImp.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[35/67] Compiling InstaGallery AuthControllerInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[36/67] Compiling InstaGallery AuthFactory.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[37/67] Compiling InstaGallery AuthInteractor.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[38/67] Compiling InstaGallery AuthInteractorInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[39/67] Compiling InstaGallery AuthPresenter.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[40/67] Compiling InstaGallery AuthPresenterInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[41/67] Compiling InstaGallery AuthRouting.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[42/67] Compiling InstaGallery AuthRoutingInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[43/67] Compiling InstaGallery UserDataSourceInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[44/67] Compiling InstaGallery InstaGalleryError.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[45/67] Compiling InstaGallery Data+Extension.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[46/67] Compiling InstaGallery Dictionary+Extension.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[47/67] Compiling InstaGallery String+Extensions.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[48/67] Compiling InstaGallery UIImageView+Extension.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[49/67] Compiling InstaGallery URL+Extension.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[50/67] Compiling InstaGallery InstaGallery.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[51/67] Compiling InstaGallery BaseRequest.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[52/67] Compiling InstaGallery Request.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[53/67] Compiling InstaGallery RequestHeaders.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[54/67] Compiling InstaGallery RequestMethods.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[55/67] Compiling InstaGallery APIURLProvider.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[56/67] Compiling InstaGallery AuthURLProvider.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[57/67] Compiling InstaGallery URLBaseProvider.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[58/67] Compiling InstaGallery AuthController.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[59/67] Emitting module InstaGallery
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[60/67] Compiling InstaGallery GalleryInteractorInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[61/67] Compiling InstaGallery GalleryPresenter.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[62/67] Compiling InstaGallery GalleryPresenterInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[63/67] Compiling InstaGallery GalleryRouting.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[64/67] Compiling InstaGallery GalleryRoutingInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[65/67] Compiling InstaGallery UserDefaultsImp.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[66/67] Compiling InstaGallery UserDefaultsInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[67/67] Compiling InstaGallery ManagerUtils.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.9 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.