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, reference 0.4.2 (c2746f), with Swift 6.0 for Linux on 2 Nov 2024 16:57:59 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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.56.0
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:             6.0
Building package at path:  $PWD
https://github.com/manucodin/InstaGallery.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/Quick/Nimble.git
[1/19218] Fetching nimble
Fetched https://github.com/Quick/Nimble.git from cache (1.70s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.51s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.21s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.52s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.17s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.48s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
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/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
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
[3/61] 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 {
[4/61] 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 {
[5/61] 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 {
[6/61] 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 {
[7/61] 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 {
[8/61] 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 {
[9/61] 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 {
[10/61] 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 {
[11/61] 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 {
[12/61] 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 {
[13/61] 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 {
[14/61] 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 {
[15/61] 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 {
[16/61] 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 {
[17/61] 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 {
[18/61] 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 {
[19/61] 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 {
[20/61] 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 {
[21/61] 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 {
[22/61] 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 {
[23/61] 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 {
[24/61] 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 {
[25/61] 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 {
[26/61] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/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 {
[28/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 {
[29/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 {
[30/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 {
[31/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 {
[32/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 {
[33/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 {
[34/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 {
[35/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 {
[36/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 {
[37/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 {
[38/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 {
[39/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 {
[40/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 {
[41/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 {
[42/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 {
[43/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 {
[44/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 {
[45/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 {
[46/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 {
[47/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 {
[48/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 {
[49/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 {
[50/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 {
[51/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 {
[52/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 {
[53/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 {
[54/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 {
[55/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 {
[56/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 {
[57/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 {
[58/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 {
[59/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 {
[60/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 {
[61/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 {
[62/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 {
[63/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 {
[64/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 {
[65/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 {
[66/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 {
[67/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 {
[68/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 {
[69/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 {
BUILD FAILURE 6.0 linux