Build Information
Successful build of cmark, reference main (9c8096
), with Swift 6.1 for Linux on 28 Apr 2025 04:12:36 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-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftDocOrg/swift-cmark.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/SwiftDocOrg/swift-cmark
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9c8096a Merge pull request #20 from benrimmington/cmark_version
Cloned https://github.com/SwiftDocOrg/swift-cmark.git
Revision (git rev-parse @):
9c8096a23f44794bde297452d87c455fc4f76d42
SUCCESS checkout https://github.com/SwiftDocOrg/swift-cmark.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/SwiftDocOrg/swift-cmark.git
https://github.com/SwiftDocOrg/swift-cmark.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "cmark",
"name" : "cmark",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "cmark",
"targets" : [
"cmark"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "cmark",
"module_type" : "ClangTarget",
"name" : "cmark",
"path" : "src",
"product_memberships" : [
"cmark"
],
"sources" : [
"blocks.c",
"buffer.c",
"cmark.c",
"cmark_ctype.c",
"commonmark.c",
"houdini_href_e.c",
"houdini_html_e.c",
"houdini_html_u.c",
"html.c",
"inlines.c",
"iterator.c",
"latex.c",
"man.c",
"node.c",
"references.c",
"render.c",
"scanners.c",
"utf8.c",
"xml.c"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/19] Compiling cmark commonmark.c
[1/19] Compiling cmark houdini_html_e.c
[2/19] Compiling cmark xml.c
[3/19] Compiling cmark buffer.c
[4/19] Compiling cmark blocks.c
[5/19] Compiling cmark houdini_html_u.c
[6/19] Compiling cmark render.c
[7/19] Compiling cmark references.c
[8/19] Compiling cmark utf8.c
[9/19] Compiling cmark node.c
[10/19] Compiling cmark man.c
[10/19] Compiling cmark latex.c
[12/19] Compiling cmark html.c
[13/19] Compiling cmark iterator.c
[14/19] Compiling cmark cmark_ctype.c
[15/19] Compiling cmark houdini_href_e.c
[16/19] Compiling cmark cmark.c
[17/19] Compiling cmark inlines.c
[18/19] Compiling cmark scanners.c
Build complete! (0.62s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "cmark",
"name" : "cmark",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "cmark",
"targets" : [
"cmark"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "cmark",
"module_type" : "ClangTarget",
"name" : "cmark",
"path" : "src",
"product_memberships" : [
"cmark"
],
"sources" : [
"blocks.c",
"buffer.c",
"cmark.c",
"cmark_ctype.c",
"commonmark.c",
"houdini_href_e.c",
"houdini_html_e.c",
"houdini_html_u.c",
"html.c",
"inlines.c",
"iterator.c",
"latex.c",
"man.c",
"node.c",
"references.c",
"render.c",
"scanners.c",
"utf8.c",
"xml.c"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.