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 6.0 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/manucodin/InstaGallery.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/manucodin/InstaGallery
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9c9b5ae Create LICENSE
Cloned https://github.com/manucodin/InstaGallery.git
Revision (git rev-parse @):
9c9b5ae6f7dfcb68815dd574aa7adf2a8b8c76d1
SUCCESS checkout https://github.com/manucodin/InstaGallery.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/manucodin/InstaGallery.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/mattgallagher/CwlCatchException.git
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/Quick/Nimble.git
[1/439] Fetching cwlcatchexception
[440/1686] Fetching cwlcatchexception, cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.21s)
[1/18640] Fetching nimble
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (1.95s)
Fetched https://github.com/Quick/Nimble.git from cache (1.97s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.44s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.1.0 (0.46s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.1 (0.45s)
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/Gallery/Controller/GalleryController.xib
    /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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/61] Emitting module InstaGallery
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[4/69] Compiling InstaGallery UserDataSourceInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[5/69] Compiling InstaGallery InstaGalleryError.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[6/69] Compiling InstaGallery Data+Extension.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[7/69] Compiling InstaGallery Dictionary+Extension.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[8/69] Compiling InstaGallery String+Extensions.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[9/69] Compiling InstaGallery UIImageView+Extension.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[10/69] Compiling InstaGallery URL+Extension.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[11/69] Compiling InstaGallery InstaGallery.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[12/69] Compiling InstaGallery GalleryInteractorInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[13/69] Compiling InstaGallery GalleryPresenter.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[14/69] Compiling InstaGallery GalleryPresenterInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[15/69] Compiling InstaGallery GalleryRouting.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[16/69] Compiling InstaGallery GalleryRoutingInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[17/69] Compiling InstaGallery UserDefaultsImp.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[18/69] Compiling InstaGallery UserDefaultsInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[19/69] Compiling InstaGallery ManagerUtils.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[20/69] Compiling InstaGallery BaseRequest.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[21/69] Compiling InstaGallery Request.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[22/69] Compiling InstaGallery RequestHeaders.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[23/69] Compiling InstaGallery RequestMethods.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[24/69] Compiling InstaGallery APIURLProvider.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[25/69] Compiling InstaGallery AuthURLProvider.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[26/69] Compiling InstaGallery URLBaseProvider.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[27/69] Compiling InstaGallery AuthController.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[28/69] Compiling InstaGallery AuthControllerInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[29/69] Compiling InstaGallery AuthFactory.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[30/69] Compiling InstaGallery AuthInteractor.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[31/69] Compiling InstaGallery AuthInteractorInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[32/69] Compiling InstaGallery AuthPresenter.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[33/69] Compiling InstaGallery AuthPresenterInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[34/69] Compiling InstaGallery AuthRouting.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[35/69] Compiling InstaGallery AuthRoutingInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[36/69] Compiling InstaGallery GalleryCell.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[37/69] Compiling InstaGallery GalleryCellViewModel.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[38/69] Compiling InstaGallery GalleryController.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[39/69] Compiling InstaGallery GalleryControllerInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[40/69] Compiling InstaGallery GalleryDataSource.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[41/69] Compiling InstaGallery GalleryDataSourceImp.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[42/69] Compiling InstaGallery GalleryFactory.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[43/69] Compiling InstaGallery GalleryInteractor.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[44/69] Compiling InstaGallery UserDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[45/69] Compiling InstaGallery InstagramDataSource.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[46/69] Compiling InstaGallery InstagramDataSourceInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[47/69] Compiling InstaGallery GalleryMapper.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[48/69] Compiling InstaGallery MediaMapper.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[49/69] Compiling InstaGallery PagingMapper.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[50/69] Compiling InstaGallery UserMapper.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[51/69] Compiling InstaGallery UserDataSourceImp.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[52/69] Compiling InstaGallery Constants.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[53/69] Compiling InstaGallery ResponseType.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[54/69] Compiling InstaGallery UserScope.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[55/69] Compiling InstaGallery Notifications.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[56/69] Compiling InstaGallery Cursors.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[57/69] Compiling InstaGallery Gallery.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[58/69] Compiling InstaGallery InstaMediaType.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[59/69] Compiling InstaGallery Media.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[60/69] Compiling InstaGallery Paging.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[61/69] Compiling InstaGallery User.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[62/69] Compiling InstaGallery BundleDataSourceBaseInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[63/69] Compiling InstaGallery BundleDataSourceInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[64/69] Compiling InstaGallery AuthenticationDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[65/69] Compiling InstaGallery CursorDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[66/69] Compiling InstaGallery GalleryDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[67/69] Compiling InstaGallery MediaDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[68/69] Compiling InstaGallery MediaTypeDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
[69/69] Compiling InstaGallery PagingDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | @objc public class Media :NSObject {
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.