The Swift Package Index logo.Swift Package Index

Build Information

Failed to build TypographyKit with Swift 5.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.25.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rwbutler/TypographyKit.git
Reference: main
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/rwbutler/TypographyKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b6793d3 test
Cloned https://github.com/rwbutler/TypographyKit.git
Revision (git rev-parse @):
b6793d3842e0ff8ec36bc2b57837aa5eb9486e71
SUCCESS checkout https://github.com/rwbutler/TypographyKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
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.8-latest swift build 2>&1
Fetching https://github.com/rwbutler/LetterCase
[1/231] Fetching lettercase
Fetched https://github.com/rwbutler/LetterCase (0.25s)
Computing version for https://github.com/rwbutler/LetterCase
Computed https://github.com/rwbutler/LetterCase at 1.6.1 (1.44s)
Creating working copy for https://github.com/rwbutler/LetterCase
Working copy of https://github.com/rwbutler/LetterCase resolved at 1.6.1
Building for debugging...
[1/5] Compiling LetterCase LetterCaseOptions.swift
[2/5] Compiling LetterCase StringAdditions.swift
[3/5] Compiling LetterCase KeyDecodingStrategyAdditions.swift
[4/5] Emitting module LetterCase
[5/5] Compiling LetterCase LetterCase.swift
[8/45] Compiling TypographyKit ButtonSettings.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[9/45] Compiling TypographyKit ButtonTitleColorApplyMode.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[10/45] Compiling TypographyKit CloseButtonAlignment.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[11/45] Compiling TypographyKit ColorParser.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[12/45] Compiling TypographyKit ConfigurationKey.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[13/45] Compiling TypographyKit ConfigurationParsingError.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/50] Emitting module TypographyKit
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[15/50] Compiling TypographyKit TypographyColors.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[16/50] Compiling TypographyKit TypographyInterfaceStyle.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[17/50] Compiling TypographyKit TypographyKit.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[18/50] Compiling TypographyKit TypographyKitColorCell.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[19/50] Compiling TypographyKit TypographyKitColorsViewController.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[20/50] Compiling TypographyKit StrategicConfigurationParsingService.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[21/50] Compiling TypographyKit String+RegularExpressionMatchable.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[22/50] Compiling TypographyKit StringAdditions.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[23/50] Compiling TypographyKit Typography.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[24/50] Compiling TypographyKit TypographyColor.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[25/50] Compiling TypographyKit TypographyKitViewControllerDelegate.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[26/50] Compiling TypographyKit TypographyStyles.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[27/50] Compiling TypographyKit UIButtonAdditions.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[28/50] Compiling TypographyKit UIColorAdditions.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[29/50] Compiling TypographyKit UIControlState.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[30/50] Compiling TypographyKit UILabelAdditions.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[31/50] Compiling TypographyKit UITextFieldAdditions.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[32/50] Compiling TypographyKit UITextViewAdditions.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[33/50] Compiling TypographyKit ViewAdditions.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[34/50] Compiling TypographyKit ViewControllerNavigationSettings.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[35/50] Compiling TypographyKit ConfigurationType.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[36/50] Compiling TypographyKit FontTextStyleParser.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[37/50] Compiling TypographyKit JSONParsingService.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[38/50] Compiling TypographyKit LabelSettings.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[39/50] Compiling TypographyKit LoggingService.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[40/50] Compiling TypographyKit NSLineBreakMode.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[41/50] Compiling TypographyKit ParsingError.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[42/50] Compiling TypographyKit ParsingService.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[43/50] Compiling TypographyKit PropertyListParsingService.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[44/50] Compiling TypographyKit RegularExpressionMatchable.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[45/50] Compiling TypographyKit ScalingMode.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[46/50] Compiling TypographyKit TypographyKitConfiguration.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[47/50] Compiling TypographyKit TypographyKitElement.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[48/50] Compiling TypographyKit TypographyKitPropertyAdditionsKey.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[49/50] Compiling TypographyKit TypographyKitSettings.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[50/50] Compiling TypographyKit TypographyKitViewController.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[0/1] Planning build
Building for debugging...
[1/1] Emitting module LetterCase
[4/41] Compiling TypographyKit TypographyKitViewControllerDelegate.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[5/41] Compiling TypographyKit TypographyStyles.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[6/41] Compiling TypographyKit UIButtonAdditions.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[7/41] Compiling TypographyKit UIColorAdditions.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[8/41] Compiling TypographyKit UIControlState.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/46] Emitting module TypographyKit
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[10/46] Compiling TypographyKit ParsingError.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[11/46] Compiling TypographyKit ParsingService.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[12/46] Compiling TypographyKit PropertyListParsingService.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[13/46] Compiling TypographyKit RegularExpressionMatchable.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[14/46] Compiling TypographyKit ScalingMode.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[15/46] Compiling TypographyKit UILabelAdditions.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[16/46] Compiling TypographyKit UITextFieldAdditions.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[17/46] Compiling TypographyKit UITextViewAdditions.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[18/46] Compiling TypographyKit ViewAdditions.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[19/46] Compiling TypographyKit ViewControllerNavigationSettings.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[20/46] Compiling TypographyKit ConfigurationType.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[21/46] Compiling TypographyKit FontTextStyleParser.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[22/46] Compiling TypographyKit JSONParsingService.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[23/46] Compiling TypographyKit LabelSettings.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[24/46] Compiling TypographyKit LoggingService.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[25/46] Compiling TypographyKit NSLineBreakMode.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[26/46] Compiling TypographyKit ButtonSettings.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[27/46] Compiling TypographyKit ButtonTitleColorApplyMode.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[28/46] Compiling TypographyKit CloseButtonAlignment.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[29/46] Compiling TypographyKit ColorParser.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[30/46] Compiling TypographyKit ConfigurationKey.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[31/46] Compiling TypographyKit ConfigurationParsingError.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[32/46] Compiling TypographyKit StrategicConfigurationParsingService.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[33/46] Compiling TypographyKit String+RegularExpressionMatchable.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[34/46] Compiling TypographyKit StringAdditions.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[35/46] Compiling TypographyKit Typography.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[36/46] Compiling TypographyKit TypographyColor.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[37/46] Compiling TypographyKit TypographyColors.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[38/46] Compiling TypographyKit TypographyInterfaceStyle.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[39/46] Compiling TypographyKit TypographyKit.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[40/46] Compiling TypographyKit TypographyKitColorCell.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[41/46] Compiling TypographyKit TypographyKitColorsViewController.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[42/46] Compiling TypographyKit TypographyKitConfiguration.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[43/46] Compiling TypographyKit TypographyKitElement.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[44/46] Compiling TypographyKit TypographyKitPropertyAdditionsKey.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[45/46] Compiling TypographyKit TypographyKitSettings.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[46/46] Compiling TypographyKit TypographyKitViewController.swift
/host/spi-builder-workspace/TypographyKit/Classes/ButtonSettings.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
BUILD FAILURE 5.8 linux

Build Machine: Linux 1