Build Information
Successful build of Parsley, reference 0.9.1 (ad3509
), with Swift 5.9 for Linux on 18 Feb 2025 04:32:51 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/loopwerk/Parsley.git
Reference: 0.9.1
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/loopwerk/Parsley
* tag 0.9.1 -> FETCH_HEAD
HEAD is now at ad35091 fix: Fix `metadata` code comment
Cloned https://github.com/loopwerk/Parsley.git
Revision (git rev-parse @):
ad35091c7a790f04fc5a912c8bde8963eba753d2
SUCCESS checkout https://github.com/loopwerk/Parsley.git at 0.9.1
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/loopwerk/Parsley.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/stackotter/swift-cmark-gfm
[1/180] Fetching swift-cmark-gfm
Fetched https://github.com/stackotter/swift-cmark-gfm (0.19s)
Computing version for https://github.com/stackotter/swift-cmark-gfm
Computed https://github.com/stackotter/swift-cmark-gfm at 1.0.2 (0.33s)
Creating working copy for https://github.com/stackotter/swift-cmark-gfm
Working copy of https://github.com/stackotter/swift-cmark-gfm resolved at 1.0.2
Building for debugging...
[0/34] Compiling CMarkGFM cmark_ctype.c
[1/34] Compiling CMarkGFM core-extensions.c
[2/34] Compiling CMarkGFM xml.c
[3/34] Compiling CMarkGFM buffer.c
[4/34] Compiling CMarkGFM cmark.c
[5/34] Compiling CMarkGFM commonmark.c
[6/34] Compiling CMarkGFM tasklist.c
[7/34] Compiling CMarkGFM tagfilter.c
[8/34] Compiling CMarkGFM strikethrough.c
[8/34] Compiling CMarkGFM blocks.c
[10/34] Compiling CMarkGFM table.c
[11/34] Compiling CMarkGFM syntax_extension.c
[12/34] Compiling CMarkGFM registry.c
[13/34] Compiling CMarkGFM plugin.c
[14/34] Compiling CMarkGFM render.c
[15/34] Compiling CMarkGFM references.c
[16/34] Compiling CMarkGFM plaintext.c
[17/34] Compiling CMarkGFM utf8.c
[18/34] Compiling CMarkGFM node.c
[19/34] Compiling CMarkGFM linked_list.c
[20/34] Compiling CMarkGFM map.c
[21/34] Compiling CMarkGFM iterator.c
[22/34] Compiling CMarkGFM houdini_html_e.c
[23/34] Compiling CMarkGFM houdini_href_e.c
[24/34] Compiling CMarkGFM man.c
[25/34] Compiling CMarkGFM html.c
[26/34] Compiling CMarkGFM latex.c
[27/34] Compiling CMarkGFM footnotes.c
[28/34] Compiling CMarkGFM ext_scanners.c
[29/34] Compiling CMarkGFM arena.c
[30/34] Compiling CMarkGFM inlines.c
[30/34] Compiling CMarkGFM autolink.c
[32/34] Compiling CMarkGFM houdini_html_u.c
[33/34] Compiling CMarkGFM scanners.c
[35/39] Emitting module Parsley
[36/39] Compiling Parsley Document.swift
[37/39] Compiling Parsley SyntaxExtension.swift
[38/39] Compiling Parsley MarkdownOptions.swift
[39/39] Compiling Parsley Parsley.swift
Build complete! (6.96s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-cmark-gfm",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stackotter/swift-cmark-gfm"
}
],
"manifest_display_name" : "Parsley",
"name" : "Parsley",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Parsley",
"targets" : [
"Parsley"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ParsleyTests",
"module_type" : "SwiftTarget",
"name" : "ParsleyTests",
"path" : "Tests/ParsleyTests",
"sources" : [
"ParsleyTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Parsley"
],
"type" : "test"
},
{
"c99name" : "Parsley",
"module_type" : "SwiftTarget",
"name" : "Parsley",
"path" : "Sources/Parsley",
"product_dependencies" : [
"CMarkGFM"
],
"product_memberships" : [
"Parsley"
],
"sources" : [
"Document.swift",
"MarkdownOptions.swift",
"Parsley.swift",
"SyntaxExtension.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.