The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Maaku with Swift 5.8 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KristopherGBaker/Maaku.git
Reference: 0.9.2
Cloned https://github.com/KristopherGBaker/Maaku.git into spi-builder-workspace
SUCCESS checkout https://github.com/KristopherGBaker/Maaku.git at 0.9.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.8-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/14226] Fetching libcmark_gfm, quick
Fetched https://github.com/KristopherGBaker/libcmark_gfm.git (0.22s)
[1533/13933] Fetching quick
[13934/30040] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git (1.15s)
Fetched https://github.com/Quick/Nimble.git (1.16s)
Computing version for https://github.com/KristopherGBaker/libcmark_gfm.git
Computed https://github.com/KristopherGBaker/libcmark_gfm.git at 0.29.4 (0.29s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (0.31s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.34s)
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
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Building for debugging...
[0/34] Compiling libcmark_gfm xml.c
[1/34] Compiling libcmark_gfm tagfilter.c
[2/34] Compiling libcmark_gfm tasklist.c
[3/34] Compiling libcmark_gfm strikethrough.c
[4/34] Compiling libcmark_gfm syntax_extension.c
[5/34] Compiling libcmark_gfm render.c
[6/34] Compiling libcmark_gfm table.c
[7/34] Compiling libcmark_gfm registry.c
[8/34] Compiling libcmark_gfm references.c
[9/34] Compiling libcmark_gfm plugin.c
[10/34] Compiling libcmark_gfm man.c
[11/34] Compiling libcmark_gfm plaintext.c
[12/34] Compiling libcmark_gfm map.c
[13/34] Compiling libcmark_gfm linked_list.c
[14/34] Compiling libcmark_gfm node.c
[15/34] Compiling libcmark_gfm utf8.c
[16/34] Compiling libcmark_gfm latex.c
[17/34] Compiling libcmark_gfm iterator.c
[18/34] Compiling libcmark_gfm houdini_href_e.c
[19/34] Compiling libcmark_gfm houdini_html_e.c
[20/34] Compiling libcmark_gfm html.c
[21/34] Compiling libcmark_gfm footnotes.c
[22/34] Compiling libcmark_gfm cmark_ctype.c
[22/34] Compiling libcmark_gfm core-extensions.c
[24/34] Compiling libcmark_gfm houdini_html_u.c
[25/34] Compiling libcmark_gfm inlines.c
[26/34] Compiling libcmark_gfm commonmark.c
[27/34] Compiling libcmark_gfm ext_scanners.c
[28/34] Compiling libcmark_gfm arena.c
[29/34] Compiling libcmark_gfm cmark.c
[30/34] Compiling libcmark_gfm buffer.c
[31/34] Compiling libcmark_gfm scanners.c
[32/34] Compiling libcmark_gfm autolink.c
[33/34] Compiling libcmark_gfm blocks.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[35/77] Emitting module Maaku
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[36/83] Compiling Maaku CMDelimiterType.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[37/83] Compiling Maaku CMDocument.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[38/83] Compiling Maaku CMDocumentOption.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[39/83] Compiling Maaku CMExtension.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[40/83] Compiling Maaku CMIterator.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[41/83] Compiling Maaku CMListType.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[42/83] Compiling Maaku Block.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[43/83] Compiling Maaku BlockQuote.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[44/83] Compiling Maaku ContainerBlock.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[45/83] Compiling Maaku FootnoteDefinition.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[46/83] Compiling Maaku ListItem.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[47/83] Compiling Maaku OrderedList.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[48/83] Compiling Maaku HtmlBlock.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[49/83] Compiling Maaku LeafBlock.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[50/83] Compiling Maaku Paragraph.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[51/83] Compiling Maaku Plugin.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[52/83] Compiling Maaku Style.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[53/83] Compiling Maaku YoutubePlugin.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[54/83] Compiling Maaku Image.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[55/83] Compiling Maaku Inline.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[56/83] Compiling Maaku InlineCode.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[57/83] Compiling Maaku InlineHtml.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[58/83] Compiling Maaku LineBreak.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[59/83] Compiling Maaku Link.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[60/83] Compiling Maaku SoftBreak.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[61/83] Compiling Maaku Strong.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[62/83] Compiling Maaku Text.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[63/83] Compiling Maaku CodeBlock.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[64/83] Compiling Maaku Heading.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[65/83] Compiling Maaku HorizontalRule.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[66/83] Compiling Maaku CMNode+ASTManipulation.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[67/83] Compiling Maaku CMNode+Render.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[68/83] Compiling Maaku CMNode+Task.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[69/83] Compiling Maaku CMNode.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[70/83] Compiling Maaku CMNodeType.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[71/83] Compiling Maaku CMParser.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[72/83] Compiling Maaku UnorderedList.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[73/83] Compiling Maaku Document.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[74/83] Compiling Maaku DocumentConverter.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[75/83] Compiling Maaku Strikethrough.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[76/83] Compiling Maaku Table.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[77/83] Compiling Maaku TableCell.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[78/83] Compiling Maaku TableHeader.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[79/83] Compiling Maaku TableRow.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[80/83] Compiling Maaku TasklistItem.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[81/83] Compiling Maaku Font+Maaku.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[82/83] Compiling Maaku Emphasis.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
[83/83] Compiling Maaku FootnoteReference.swift
/host/spi-builder-workspace/Sources/Maaku/Core/Font+Maaku.swift:13:12: error: no such module 'UIKit'
    import UIKit
           ^
BUILD FAILURE 5.8 linux

Build Machine: Linux 1