The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Maaku with Swift 5.10 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KristopherGBaker/Maaku.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/KristopherGBaker/Maaku
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7d2360b Add deployment targets to swift pm manifest (#55)
Cloned https://github.com/KristopherGBaker/Maaku.git
Revision (git rev-parse @):
7d2360b31b6b81bb37e45f1d1c14531ab033ce88
SUCCESS checkout https://github.com/KristopherGBaker/Maaku.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/KristopherGBaker/Maaku.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/KristopherGBaker/libcmark_gfm.git
Fetching https://github.com/Quick/Nimble.git
[1/293] Fetching libcmark_gfm
[294/14502] Fetching libcmark_gfm, quick
Fetched https://github.com/KristopherGBaker/libcmark_gfm.git from cache (0.34s)
[2274/14209] Fetching quick
[14210/31500] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (0.79s)
[11758/17291] Fetching nimble
Fetched https://github.com/Quick/Nimble.git from cache (1.47s)
Computing version for https://github.com/KristopherGBaker/libcmark_gfm.git
Computed https://github.com/KristopherGBaker/libcmark_gfm.git at 0.29.4 (0.38s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (0.44s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.41s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.1
Creating working copy for https://github.com/KristopherGBaker/libcmark_gfm.git
Working copy of https://github.com/KristopherGBaker/libcmark_gfm.git resolved at 0.29.4
Building for debugging...
[0/36] Compiling libcmark_gfm syntax_extension.c
/host/spi-builder-workspace/.build/checkouts/libcmark_gfm/Sources/libcmark_gfm/tasklist.c:40:7: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
  if ((int)node->as.opaque == CMARK_TASKLIST_CHECKED) {
      ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/libcmark_gfm/Sources/libcmark_gfm/tasklist.c:113:9: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
    if ((int)node->as.opaque == CMARK_TASKLIST_CHECKED) {
        ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/libcmark_gfm/Sources/libcmark_gfm/tasklist.c:134:9: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
    if ((int)node->as.opaque == CMARK_TASKLIST_CHECKED) {
        ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/libcmark_gfm/Sources/libcmark_gfm/tasklist.c:146:7: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
  if ((int)node->as.opaque == CMARK_TASKLIST_CHECKED) {
      ^~~~~~~~~~~~~~~~~~~~
4 warnings generated.
[1/36] Compiling libcmark_gfm tasklist.c
[2/36] Compiling libcmark_gfm tagfilter.c
[3/36] Compiling libcmark_gfm xml.c
[4/36] Compiling libcmark_gfm strikethrough.c
[5/36] Write swift-version-24593BA9C3E375BF.txt
[6/36] Compiling libcmark_gfm references.c
[7/36] Compiling libcmark_gfm table.c
[8/36] Compiling libcmark_gfm render.c
[9/36] Compiling libcmark_gfm registry.c
[10/36] Compiling libcmark_gfm plugin.c
[11/36] Compiling libcmark_gfm map.c
[12/36] Compiling libcmark_gfm man.c
[13/36] Compiling libcmark_gfm plaintext.c
[14/36] Compiling libcmark_gfm linked_list.c
[15/36] Compiling libcmark_gfm node.c
[16/36] Compiling libcmark_gfm iterator.c
[17/36] Compiling libcmark_gfm utf8.c
[18/36] Compiling libcmark_gfm latex.c
[19/36] Compiling libcmark_gfm houdini_html_e.c
[20/36] Compiling libcmark_gfm houdini_href_e.c
[21/36] Compiling libcmark_gfm html.c
[22/36] Compiling libcmark_gfm core-extensions.c
[23/36] Compiling libcmark_gfm houdini_html_u.c
[24/36] Compiling libcmark_gfm ext_scanners.c
[25/36] Compiling libcmark_gfm scanners.c
[26/36] Compiling libcmark_gfm footnotes.c
[27/36] Compiling libcmark_gfm cmark_ctype.c
[27/36] Compiling libcmark_gfm inlines.c
[28/36] Write sources
[30/36] Compiling libcmark_gfm cmark.c
[31/36] Compiling libcmark_gfm buffer.c
[32/36] Compiling libcmark_gfm commonmark.c
[33/36] Compiling libcmark_gfm arena.c
[34/36] Compiling libcmark_gfm autolink.c
[35/36] Compiling libcmark_gfm blocks.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/79] Emitting module Maaku
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[38/85] Compiling Maaku HtmlBlock.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[39/85] Compiling Maaku LeafBlock.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[40/85] Compiling Maaku Paragraph.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[41/85] Compiling Maaku Plugin.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[42/85] Compiling Maaku Style.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[43/85] Compiling Maaku YoutubePlugin.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[44/85] Compiling Maaku UnorderedList.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[45/85] Compiling Maaku Document.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[46/85] Compiling Maaku DocumentConverter.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[47/85] Compiling Maaku Strikethrough.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[48/85] Compiling Maaku Table.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[49/85] Compiling Maaku TableCell.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[50/85] Compiling Maaku CMDelimiterType.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[51/85] Compiling Maaku CMDocument.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[52/85] Compiling Maaku CMDocumentOption.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[53/85] Compiling Maaku CMExtension.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[54/85] Compiling Maaku CMIterator.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[55/85] Compiling Maaku CMListType.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[56/85] Compiling Maaku Block.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[57/85] Compiling Maaku BlockQuote.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[58/85] Compiling Maaku ContainerBlock.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[59/85] Compiling Maaku FootnoteDefinition.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[60/85] Compiling Maaku ListItem.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[61/85] Compiling Maaku OrderedList.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[62/85] Compiling Maaku SoftBreak.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[63/85] Compiling Maaku Strong.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[64/85] Compiling Maaku Text.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[65/85] Compiling Maaku CodeBlock.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[66/85] Compiling Maaku Heading.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[67/85] Compiling Maaku HorizontalRule.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[68/85] Compiling Maaku Image.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[69/85] Compiling Maaku Inline.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[70/85] Compiling Maaku InlineCode.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[71/85] Compiling Maaku InlineHtml.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[72/85] Compiling Maaku LineBreak.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[73/85] Compiling Maaku Link.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[74/85] Compiling Maaku TableHeader.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[75/85] Compiling Maaku TableRow.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[76/85] Compiling Maaku TasklistItem.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[77/85] Compiling Maaku Font+Maaku.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[78/85] Compiling Maaku Emphasis.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[79/85] Compiling Maaku FootnoteReference.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[80/85] Compiling Maaku CMNode+ASTManipulation.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[81/85] Compiling Maaku CMNode+Render.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[82/85] Compiling Maaku CMNode+Task.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[83/85] Compiling Maaku CMNode.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[84/85] Compiling Maaku CMNodeType.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[85/85] Compiling Maaku CMParser.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/44] Compiling Maaku Block.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[3/44] Compiling Maaku BlockQuote.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[4/44] Compiling Maaku ContainerBlock.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[5/44] Compiling Maaku FootnoteDefinition.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[6/44] Compiling Maaku ListItem.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[7/44] Compiling Maaku OrderedList.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/50] Emitting module Maaku
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[9/50] Compiling Maaku TableHeader.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[10/50] Compiling Maaku TableRow.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[11/50] Compiling Maaku TasklistItem.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[12/50] Compiling Maaku Font+Maaku.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[13/50] Compiling Maaku Emphasis.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[14/50] Compiling Maaku FootnoteReference.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[15/50] Compiling Maaku SoftBreak.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[16/50] Compiling Maaku Strong.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[17/50] Compiling Maaku Text.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[18/50] Compiling Maaku CodeBlock.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[19/50] Compiling Maaku Heading.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[20/50] Compiling Maaku HorizontalRule.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[21/50] Compiling Maaku CMDelimiterType.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[22/50] Compiling Maaku CMDocument.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[23/50] Compiling Maaku CMDocumentOption.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[24/50] Compiling Maaku CMExtension.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[25/50] Compiling Maaku CMIterator.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[26/50] Compiling Maaku CMListType.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[27/50] Compiling Maaku UnorderedList.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[28/50] Compiling Maaku Document.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[29/50] Compiling Maaku DocumentConverter.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[30/50] Compiling Maaku Strikethrough.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[31/50] Compiling Maaku Table.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[32/50] Compiling Maaku TableCell.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[33/50] Compiling Maaku Image.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[34/50] Compiling Maaku Inline.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[35/50] Compiling Maaku InlineCode.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[36/50] Compiling Maaku InlineHtml.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[37/50] Compiling Maaku LineBreak.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[38/50] Compiling Maaku Link.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[39/50] Compiling Maaku HtmlBlock.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[40/50] Compiling Maaku LeafBlock.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[41/50] Compiling Maaku Paragraph.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[42/50] Compiling Maaku Plugin.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[43/50] Compiling Maaku Style.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[44/50] Compiling Maaku YoutubePlugin.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[45/50] Compiling Maaku CMNode+ASTManipulation.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[46/50] Compiling Maaku CMNode+Render.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[47/50] Compiling Maaku CMNode+Task.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[48/50] Compiling Maaku CMNode.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[49/50] Compiling Maaku CMNodeType.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[50/50] Compiling Maaku CMParser.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 1