The Swift Package Index logo.Swift Package Index

Build Information

Failed to build InstaGallery with Swift 5.7 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/manucodin/InstaGallery.git
Reference: 0.4.2
Cloned https://github.com/manucodin/InstaGallery.git into spi-builder-workspace
SUCCESS checkout https://github.com/manucodin/InstaGallery.git at 0.4.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.7
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build 2>&1
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/432] Fetching cwlcatchexception
[433/1625] Fetching cwlcatchexception, cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.21s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.21s)
[1/16109] Fetching nimble
Fetched https://github.com/Quick/Nimble.git (1.46s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.29s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.1.0 (0.29s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.1 (0.30s)
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.1.0
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/Gallery/Controller/Gallery Cell/GalleryCell.xib
    /host/spi-builder-workspace/Sources/InstaGallery/UI/Controllers/Authorization/Controller/AuthController.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 BaseRequest.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[3/67] Compiling InstaGallery Request.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[4/67] Compiling InstaGallery RequestHeaders.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[5/67] Compiling InstaGallery RequestMethods.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[6/67] Compiling InstaGallery APIURLProvider.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[7/67] Compiling InstaGallery AuthURLProvider.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[8/67] Compiling InstaGallery URLBaseProvider.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[9/67] Compiling InstaGallery AuthController.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[10/67] Compiling InstaGallery Constants.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[11/67] Compiling InstaGallery ResponseType.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[12/67] Compiling InstaGallery UserScope.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[13/67] Compiling InstaGallery Notifications.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[14/67] Compiling InstaGallery Cursors.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[15/67] Compiling InstaGallery Gallery.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[16/67] Compiling InstaGallery InstaMediaType.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[17/67] Compiling InstaGallery Media.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[18/67] Compiling InstaGallery Paging.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[19/67] Compiling InstaGallery UserDataSourceInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[20/67] Compiling InstaGallery InstaGalleryError.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[21/67] Compiling InstaGallery Data+Extension.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[22/67] Compiling InstaGallery Dictionary+Extension.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[23/67] Compiling InstaGallery String+Extensions.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[24/67] Compiling InstaGallery UIImageView+Extension.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[25/67] Compiling InstaGallery URL+Extension.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[26/67] Compiling InstaGallery InstaGallery.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[27/67] Compiling InstaGallery GalleryCell.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[28/67] Compiling InstaGallery GalleryCellViewModel.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[29/67] Compiling InstaGallery GalleryController.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[30/67] Compiling InstaGallery GalleryControllerInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[31/67] Compiling InstaGallery GalleryDataSource.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[32/67] Compiling InstaGallery GalleryDataSourceImp.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[33/67] Compiling InstaGallery GalleryFactory.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[34/67] Compiling InstaGallery GalleryInteractor.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[35/67] Compiling InstaGallery User.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[36/67] Compiling InstaGallery BundleDataSourceBaseInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[37/67] Compiling InstaGallery BundleDataSourceInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[38/67] Compiling InstaGallery AuthenticationDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[39/67] Compiling InstaGallery CursorDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[40/67] Compiling InstaGallery GalleryDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[41/67] Compiling InstaGallery MediaDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[42/67] Compiling InstaGallery MediaTypeDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[43/67] Compiling InstaGallery PagingDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[44/67] Compiling InstaGallery AuthControllerInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[45/67] Compiling InstaGallery AuthFactory.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[46/67] Compiling InstaGallery AuthInteractor.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[47/67] Compiling InstaGallery AuthInteractorInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[48/67] Compiling InstaGallery AuthPresenter.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[49/67] Compiling InstaGallery AuthPresenterInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[50/67] Compiling InstaGallery AuthRouting.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[51/67] Compiling InstaGallery AuthRoutingInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[52/67] Compiling InstaGallery UserDTO.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[53/67] Compiling InstaGallery InstagramDataSource.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[54/67] Compiling InstaGallery InstagramDataSourceInterface.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[55/67] Compiling InstaGallery GalleryMapper.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[56/67] Compiling InstaGallery MediaMapper.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[57/67] Compiling InstaGallery PagingMapper.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[58/67] Compiling InstaGallery UserMapper.swift
/host/spi-builder-workspace/Sources/InstaGallery/DataModel/Media.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[59/67] Compiling InstaGallery UserDataSourceImp.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
       ^
BUILD FAILURE 5.7 linux

Build Machine: Linux 2