The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Down with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/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/johnxnguyen/Down.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/johnxnguyen/Down
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e754ab1 Provide access to the list delimiter (#275)
Cloned https://github.com/johnxnguyen/Down.git
Revision (git rev-parse @):
e754ab1c80920dd51a8e08290c912ac1c2ac8b58
SUCCESS checkout https://github.com/johnxnguyen/Down.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/johnxnguyen/Down.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
warning: 'spi-builder-workspace': found 5 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/DownTests/__Snapshots__/BindingTests/testGroffBindingsWork.1.txt
    /host/spi-builder-workspace/Tests/DownTests/__Snapshots__/BindingTests/testCommonMarkBindngsWork.1.txt
    /host/spi-builder-workspace/Tests/DownTests/__Snapshots__/BindingTests/testHTMLBindingsWork.1.txt
    /host/spi-builder-workspace/Tests/DownTests/__Snapshots__/BindingTests/testLaTeXBindngsWork.1.txt
    /host/spi-builder-workspace/Tests/DownTests/__Snapshots__/BindingTests/testXMLBindingsWork.1.txt
Building for debugging...
[0/23] Compiling libcmark houdini_href_e.c
[1/23] Compiling libcmark xml.c
[2/23] Compiling libcmark houdini_html_e.c
[3/23] Compiling libcmark render.c
[4/23] Compiling libcmark references.c
[5/23] Compiling libcmark man.c
[6/23] Compiling libcmark node.c
[7/23] Compiling libcmark houdini_html_u.c
[8/23] Write swift-version-24593BA9C3E375BF.txt
[9/23] Compiling libcmark latex.c
[10/23] Compiling libcmark iterator.c
[11/23] Compiling libcmark cmark_ctype.c
[12/23] Compiling libcmark cmark.c
[13/23] Copying DownView.bundle
[14/23] Copying DownView (macOS).bundle
[15/23] Write sources
[16/23] Compiling libcmark html.c
[17/23] Compiling libcmark utf8.c
[18/23] Compiling libcmark commonmark.c
[19/23] Compiling libcmark inlines.c
[20/23] Compiling libcmark buffer.c
[21/23] Compiling libcmark blocks.c
[22/23] Compiling libcmark scanners.c
[24/82] Emitting module Down
[25/90] Compiling Down BlockBackgroundColorAttribute.swift
[26/90] Compiling Down QuoteStripeAttribute.swift
[27/90] Compiling Down ThematicBreakAttribute.swift
[28/90] Compiling Down CGPoint+Translate.swift
[29/90] Compiling Down CGRect+Helpers.swift
[30/90] Compiling Down NSAttributedString+Helpers.swift
[31/90] Compiling Down NSMutableAttributedString+Attributes.swift
[32/90] Compiling Down UIFont+Traits.swift
[33/90] Compiling Down DownGroffRenderable.swift
[34/90] Compiling Down DownHTMLRenderable.swift
[35/90] Compiling Down DownLaTeXRenderable.swift
[36/90] Compiling Down DownRenderable.swift
[37/90] Compiling Down DownXMLRenderable.swift
[38/90] Compiling Down BundleHelper.swift
[39/90] Compiling Down DownView.swift
[40/90] Compiling Down resource_bundle_accessor.swift
[41/90] Compiling Down BaseNode.swift
[42/90] Compiling Down BlockQuote.swift
[43/90] Compiling Down ChildSequence.swift
[44/90] Compiling Down Code.swift
[45/90] Compiling Down CodeBlock.swift
[46/90] Compiling Down CustomBlock.swift
[47/90] Compiling Down CustomInline.swift
[48/90] Compiling Down Document.swift
[49/90] Compiling Down Emphasis.swift
[50/90] Compiling Down Down.swift
[51/90] Compiling Down DownErrors.swift
[52/90] Compiling Down DownOptions.swift
[53/90] Compiling Down NSAttributedString+HTML.swift
[54/90] Compiling Down String+ToHTML.swift
[55/90] Compiling Down DownASTRenderable.swift
[56/90] Compiling Down DownAttributedStringRenderable.swift
[57/90] Compiling Down DownCommonMarkRenderable.swift
[58/90] Compiling Down DownStylerConfiguration.swift
[59/90] Compiling Down Styler.swift
[60/90] Compiling Down DownDebugTextView.swift
[61/90] Compiling Down DownTextView.swift
[62/90] Compiling Down AttributedStringVisitor.swift
[63/90] Compiling Down DebugVisitor.swift
[64/90] Compiling Down ListItemPrefixGenerator.swift
[65/90] Compiling Down Visitor.swift
[66/90] Compiling Down Paragraph.swift
[67/90] Compiling Down SoftBreak.swift
[68/90] Compiling Down Strong.swift
[69/90] Compiling Down Text.swift
[70/90] Compiling Down ThematicBreak.swift
[71/90] Compiling Down ColorCollection.swift
[72/90] Compiling Down FontCollection.swift
[73/90] Compiling Down ParagraphStyleCollection.swift
[74/90] Compiling Down Heading.swift
[75/90] Compiling Down HtmlBlock.swift
[76/90] Compiling Down HtmlInline.swift
[77/90] Compiling Down Image.swift
[78/90] Compiling Down Item.swift
[79/90] Compiling Down LineBreak.swift
[80/90] Compiling Down Link.swift
[81/90] Compiling Down List.swift
[82/90] Compiling Down Node.swift
[83/90] Compiling Down ListItemParagraphStyler.swift
[84/90] Compiling Down DownDebugLayoutManager.swift
[85/90] Compiling Down DownLayoutManager.swift
[86/90] Compiling Down CodeBlockOptions.swift
[87/90] Compiling Down ListItemOptions.swift
[88/90] Compiling Down QuoteStripeOptions.swift
[89/90] Compiling Down ThematicBreakOptions.swift
[90/90] Compiling Down DownStyler.swift
Build complete! (10.17s)
Build complete.
Done.

Build Machine: Linux 1