Build Information
Successful build of Genesis, reference main (c9102b
), with Swift 6.1 for Linux on 29 Apr 2025 16:14:02 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexito4/Genesis.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/alexito4/Genesis
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c9102bb selectDirectories support binary execution
Cloned https://github.com/alexito4/Genesis.git
Revision (git rev-parse @):
c9102bb5b4c11c7d9be287f8a1343a86300da340
SUCCESS checkout https://github.com/alexito4/Genesis.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/alexito4/Genesis.git
https://github.com/alexito4/Genesis.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-markdown",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-markdown.git"
}
],
"manifest_display_name" : "Genesis",
"name" : "Genesis",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Genesis",
"targets" : [
"Genesis"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GenesisMarkdown",
"targets" : [
"GenesisMarkdown"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GenesisTests",
"module_type" : "SwiftTarget",
"name" : "GenesisTests",
"path" : "Tests/GenesisTests",
"sources" : [
"GenesisTests.swift"
],
"target_dependencies" : [
"Genesis"
],
"type" : "test"
},
{
"c99name" : "GenesisMarkdown",
"module_type" : "SwiftTarget",
"name" : "GenesisMarkdown",
"path" : "Sources/GenesisMarkdown",
"product_dependencies" : [
"Markdown"
],
"product_memberships" : [
"GenesisMarkdown"
],
"sources" : [
"MarkdownToHTML.swift"
],
"type" : "library"
},
{
"c99name" : "Genesis",
"module_type" : "SwiftTarget",
"name" : "Genesis",
"path" : "Sources/Genesis",
"product_memberships" : [
"Genesis"
],
"sources" : [
"Batteries/ContentBundle.swift",
"Batteries/EstimatedReadingTime.swift",
"Core/Content.swift",
"Core/Context.swift",
"Core/Page.swift",
"Core/Site.swift",
"Extensions/Date-RFC822.swift",
"Extensions/String-AbsoluteLinks.swift",
"Extensions/String-Slug.swift",
"Extensions/String-StrippingTags.swift",
"Extensions/URL+Date.swift",
"Extensions/URL-Relative.swift",
"Extensions/URL-SelectDirectories.swift",
"SecondaryCore/Language.swift",
"SecondaryCore/Location.swift",
"SecondaryCore/PublishingError.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 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
Fetching https://github.com/apple/swift-markdown.git
[1/6559] Fetching swift-markdown
Fetched https://github.com/apple/swift-markdown.git from cache (0.49s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18036] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (0.92s)
Creating working copy for https://github.com/apple/swift-markdown.git
Working copy of https://github.com/apple/swift-markdown.git resolved at main (b57dd89)
Creating working copy for https://github.com/swiftlang/swift-cmark.git
Working copy of https://github.com/swiftlang/swift-cmark.git resolved at gfm (b97d094)
Building for debugging...
[0/39] Write sources
[3/39] Compiling CAtomic CAtomic.c
[4/39] Compiling cmark-gfm arena.c
[5/39] Compiling cmark-gfm-extensions tagfilter.c
[6/39] Compiling cmark-gfm-extensions tasklist.c
[7/39] Compiling cmark-gfm-extensions strikethrough.c
[8/39] Compiling cmark-gfm-extensions table.c
[9/39] Compiling cmark-gfm blocks.c
[10/39] Compiling cmark-gfm-extensions core-extensions.c
[11/39] Compiling cmark-gfm xml.c
[12/39] Compiling cmark-gfm-extensions ext_scanners.c
[13/39] Compiling cmark-gfm-extensions autolink.c
[14/39] Compiling cmark-gfm syntax_extension.c
[15/39] Compiling cmark-gfm render.c
[16/39] Compiling cmark-gfm plugin.c
[17/39] Compiling cmark-gfm references.c
[17/39] Compiling cmark-gfm registry.c
[19/39] Write swift-version-24593BA9C3E375BF.txt
[20/39] Compiling cmark-gfm buffer.c
[21/39] Compiling cmark-gfm plaintext.c
[22/39] Compiling cmark-gfm linked_list.c
[23/39] Compiling cmark-gfm man.c
[24/39] Compiling cmark-gfm map.c
[25/39] Compiling cmark-gfm utf8.c
[26/39] Compiling cmark-gfm latex.c
[27/39] Compiling cmark-gfm node.c
[28/39] Compiling cmark-gfm iterator.c
[29/39] Compiling cmark-gfm html.c
[30/39] Compiling cmark-gfm houdini_html_e.c
[30/39] Compiling cmark-gfm houdini_href_e.c
[32/44] Compiling cmark-gfm inlines.c
[33/46] Compiling cmark-gfm cmark_ctype.c
[34/46] Compiling cmark-gfm footnotes.c
[35/48] Compiling cmark-gfm commonmark.c
[36/54] Compiling cmark-gfm houdini_html_u.c
[37/54] Compiling cmark-gfm cmark.c
[38/54] Compiling cmark-gfm scanners.c
[40/116] Emitting module Genesis
[41/118] Emitting module Markdown
[42/126] Compiling Markdown BasicBlockContainer.swift
[43/126] Compiling Markdown BasicInlineContainer.swift
[44/126] Compiling Markdown BlockContainer.swift
[45/126] Compiling Markdown BlockMarkup.swift
[46/126] Compiling Markdown InlineContainer.swift
[47/126] Compiling Markdown InlineMarkup.swift
[48/126] Compiling Markdown ListItemContainer.swift
[49/126] Compiling Markdown AtomicCounter.swift
[50/126] Compiling Markdown DoxygenReturns.swift
[51/126] Compiling Markdown ListItem.swift
[52/126] Compiling Genesis Location.swift
[53/126] Compiling Genesis PublishingError.swift
[54/126] Compiling Markdown BlockDirective.swift
[55/126] Compiling Markdown BlockQuote.swift
[56/126] Compiling Markdown CustomBlock.swift
[57/126] Compiling Markdown DoxygenDiscussion.swift
[58/126] Compiling Markdown DoxygenNote.swift
[59/126] Compiling Markdown DoxygenParameter.swift
[62/126] Compiling Markdown OrderedList.swift
[67/126] Compiling Markdown CharacterExtensions.swift
[68/126] Compiling Markdown CollectionExtensions.swift
[69/126] Compiling Markdown StringExtensions.swift
[70/126] Compiling Markdown MarkupVisitor.swift
[71/126] Compiling Markdown MarkupWalker.swift
[72/126] Compiling Markdown HTMLFormatter.swift
[73/126] Compiling Markdown MarkupFormatter.swift
[74/126] Compiling Markdown MarkupTreeDumper.swift
[76/126] Compiling Markdown Strikethrough.swift
[77/126] Compiling Markdown Strong.swift
[78/126] Compiling Markdown CustomInline.swift
[81/126] Compiling Markdown InlineCode.swift
[82/126] Compiling Markdown InlineHTML.swift
[84/127] Compiling Markdown TableCellContainer.swift
[85/127] Compiling Markdown TableHead.swift
[86/127] Compiling Markdown TableRow.swift
[87/127] Compiling Markdown Replacement.swift
[88/127] Compiling Markdown SourceLocation.swift
[89/127] Compiling Markdown Emphasis.swift
[90/127] Compiling Markdown Image.swift
[91/127] Compiling Markdown InlineAttributes.swift
[92/127] Compiling Markdown Link.swift
[100/127] Compiling Markdown SymbolLink.swift
[101/127] Compiling Markdown Text.swift
[102/127] Compiling Markdown UnorderedList.swift
[103/127] Compiling Markdown Paragraph.swift
[104/127] Compiling Markdown CodeBlock.swift
[105/127] Compiling Markdown HTMLBlock.swift
[106/127] Compiling Markdown Heading.swift
[107/127] Compiling Markdown ThematicBreak.swift
[108/127] Compiling Markdown Table.swift
[109/127] Compiling Markdown TableBody.swift
[110/127] Compiling Markdown TableCell.swift
[111/127] Compiling Markdown Aside.swift
[112/127] Compiling Markdown BlockDirectiveParser.swift
[113/127] Compiling Markdown CommonMarkConverter.swift
[114/127] Compiling Markdown LazySplitLines.swift
[115/127] Compiling Markdown ParseOptions.swift
[116/127] Compiling Markdown RangeAdjuster.swift
[117/127] Compiling Markdown RangerTracker.swift
[118/127] Compiling Markdown MarkupRewriter.swift
[119/127] Compiling Markdown ChildIndexPath.swift
[120/127] Compiling Markdown DirectiveArgument.swift
[121/127] Compiling Markdown Document.swift
[122/127] Compiling Markdown LiteralMarkup.swift
[123/127] Compiling Markdown Markup.swift
[124/127] Compiling Markdown MarkupChildren.swift
[125/127] Compiling Markdown MarkupData.swift
[126/127] Compiling Markdown PlainTextConvertibleMarkup.swift
[127/127] Compiling Markdown RawMarkup.swift
[129/130] Compiling GenesisMarkdown MarkdownToHTML.swift
/host/spi-builder-workspace/Sources/GenesisMarkdown/MarkdownToHTML.swift:41:28: warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
39 | var markdown: String
40 | do {
41 | markdown = try String(contentsOf: fileURL)
| `- warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
42 | } catch {
43 | throw .unopenableFile(error.localizedDescription)
[130/130] Emitting module GenesisMarkdown
Build complete! (19.05s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-markdown",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-markdown.git"
}
],
"manifest_display_name" : "Genesis",
"name" : "Genesis",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Genesis",
"targets" : [
"Genesis"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GenesisMarkdown",
"targets" : [
"GenesisMarkdown"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GenesisTests",
"module_type" : "SwiftTarget",
"name" : "GenesisTests",
"path" : "Tests/GenesisTests",
"sources" : [
"GenesisTests.swift"
],
"target_dependencies" : [
"Genesis"
],
"type" : "test"
},
{
"c99name" : "GenesisMarkdown",
"module_type" : "SwiftTarget",
"name" : "GenesisMarkdown",
"path" : "Sources/GenesisMarkdown",
"product_dependencies" : [
"Markdown"
],
"product_memberships" : [
"GenesisMarkdown"
],
"sources" : [
"MarkdownToHTML.swift"
],
"type" : "library"
},
{
"c99name" : "Genesis",
"module_type" : "SwiftTarget",
"name" : "Genesis",
"path" : "Sources/Genesis",
"product_memberships" : [
"Genesis"
],
"sources" : [
"Batteries/ContentBundle.swift",
"Batteries/EstimatedReadingTime.swift",
"Core/Content.swift",
"Core/Context.swift",
"Core/Page.swift",
"Core/Site.swift",
"Extensions/Date-RFC822.swift",
"Extensions/String-AbsoluteLinks.swift",
"Extensions/String-Slug.swift",
"Extensions/String-StrippingTags.swift",
"Extensions/URL+Date.swift",
"Extensions/URL-Relative.swift",
"Extensions/URL-SelectDirectories.swift",
"SecondaryCore/Language.swift",
"SecondaryCore/Location.swift",
"SecondaryCore/PublishingError.swift"
],
"type" : "library"
}
],
"tools_version" : "6.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.