Build Information
Successful build of ReadingTime, reference main (5628a8
), with Swift 6.0 for Linux on 2 Apr 2025 20:06:19 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.0-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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/polpielladev/reading-time.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/polpielladev/reading-time
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5628a8d Finishes release workflow
Cloned https://github.com/polpielladev/reading-time.git
Revision (git rev-parse @):
5628a8d6ef39bb9e9f2c739fa70b684a7e5e4756
SUCCESS checkout https://github.com/polpielladev/reading-time.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/polpielladev/reading-time.git
https://github.com/polpielladev/reading-time.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"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "ReadingTime",
"name" : "ReadingTime",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
}
],
"products" : [
{
"name" : "ReadingTime",
"targets" : [
"ReadingTime"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ReadingTimeCLI",
"targets" : [
"ReadingTimeCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "ReadingTimeTests",
"module_type" : "SwiftTarget",
"name" : "ReadingTimeTests",
"path" : "Tests/ReadingTimeTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/ReadingTimeTests/MockData",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"MarkdownRewriterTests.swift",
"ReadingTimeTests.swift"
],
"target_dependencies" : [
"ReadingTime"
],
"type" : "test"
},
{
"c99name" : "ReadingTimeCLI",
"module_type" : "SwiftTarget",
"name" : "ReadingTimeCLI",
"path" : "Sources/ReadingTimeCLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"ReadingTimeCLI"
],
"sources" : [
"ReadingTimeCLI.swift"
],
"target_dependencies" : [
"ReadingTime"
],
"type" : "executable"
},
{
"c99name" : "ReadingTime",
"module_type" : "SwiftTarget",
"name" : "ReadingTime",
"path" : "Sources/ReadingTime",
"product_dependencies" : [
"Markdown"
],
"product_memberships" : [
"ReadingTime",
"ReadingTimeCLI"
],
"sources" : [
"MarkdownRewriter.swift",
"ReadingTime.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-markdown.git
[1/6451] Fetching swift-markdown
Fetched https://github.com/apple/swift-markdown.git from cache (0.63s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18011] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (0.81s)
Fetching https://github.com/apple/swift-argument-parser
[1/14793] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.86s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.78s)
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)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-markdown.git
Working copy of https://github.com/apple/swift-markdown.git resolved at main (e62a44f)
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/49] Write sources
[6/49] Compiling CAtomic CAtomic.c
[7/49] Compiling cmark-gfm-extensions tagfilter.c
[8/49] Compiling cmark-gfm-extensions tasklist.c
[9/49] Compiling cmark-gfm-extensions strikethrough.c
[10/49] Compiling cmark-gfm-extensions ext_scanners.c
[11/49] Compiling cmark-gfm-extensions core-extensions.c
[12/49] Compiling cmark-gfm-extensions table.c
[13/49] Compiling cmark-gfm xml.c
[14/49] Compiling cmark-gfm-extensions autolink.c
[15/49] Compiling cmark-gfm syntax_extension.c
[16/49] Compiling cmark-gfm registry.c
[17/49] Compiling cmark-gfm plugin.c
[18/49] Compiling cmark-gfm render.c
[19/49] Compiling cmark-gfm references.c
[20/49] Compiling cmark-gfm map.c
[21/49] Compiling cmark-gfm plaintext.c
[22/49] Compiling cmark-gfm man.c
[23/49] Compiling cmark-gfm utf8.c
[24/49] Compiling cmark-gfm linked_list.c
[25/49] Compiling cmark-gfm node.c
[26/49] Compiling cmark-gfm latex.c
[27/49] Compiling cmark-gfm iterator.c
[28/49] Compiling cmark-gfm html.c
[29/49] Compiling cmark-gfm houdini_html_e.c
[30/49] Compiling cmark-gfm houdini_href_e.c
[31/49] Compiling cmark-gfm arena.c
[32/49] Write swift-version-24593BA9C3E375BF.txt
[33/49] Compiling cmark-gfm footnotes.c
[34/49] Compiling cmark-gfm cmark_ctype.c
[35/49] Compiling cmark-gfm inlines.c
[36/49] Compiling cmark-gfm houdini_html_u.c
[37/49] Compiling cmark-gfm commonmark.c
[38/49] Compiling cmark-gfm cmark.c
[39/49] Compiling cmark-gfm scanners.c
[40/49] Compiling cmark-gfm buffer.c
[41/49] Compiling cmark-gfm blocks.c
[43/113] Emitting module Markdown
[44/121] Emitting module ArgumentParserToolInfo
[45/121] Compiling ArgumentParserToolInfo ToolInfo.swift
[46/122] Wrapping AST for ArgumentParserToolInfo for debugging
[48/160] Compiling ArgumentParser Option.swift
[49/160] Compiling Markdown BasicInlineContainer.swift
[50/160] Compiling Markdown BlockContainer.swift
[51/160] Compiling Markdown BlockMarkup.swift
[52/160] Compiling Markdown InlineContainer.swift
[53/160] Compiling Markdown InlineMarkup.swift
[54/160] Compiling Markdown ListItemContainer.swift
[55/160] Compiling Markdown AtomicCounter.swift
[56/160] Emitting module ArgumentParser
[57/160] Compiling ArgumentParser BashCompletionsGenerator.swift
[58/160] Compiling ArgumentParser CompletionsGenerator.swift
[59/160] Compiling ArgumentParser FishCompletionsGenerator.swift
[60/160] Compiling ArgumentParser ZshCompletionsGenerator.swift
[61/160] Compiling ArgumentParser Argument.swift
[62/160] Compiling ArgumentParser ArgumentHelp.swift
[69/165] Compiling ArgumentParser ExpressibleByArgument.swift
[70/165] Compiling ArgumentParser ParsableArguments.swift
[71/165] Compiling ArgumentParser ParsableArgumentsValidation.swift
[72/165] Compiling ArgumentParser ParsedValues.swift
[73/165] Compiling ArgumentParser ParserError.swift
[74/165] Compiling ArgumentParser SplitArguments.swift
[75/165] Compiling ArgumentParser OptionGroup.swift
[76/165] Compiling ArgumentParser AsyncParsableCommand.swift
[77/165] Compiling ArgumentParser CommandConfiguration.swift
[78/165] Compiling ArgumentParser CommandGroup.swift
[79/165] Compiling ArgumentParser EnumerableFlag.swift
[80/165] Compiling ArgumentParser ArgumentDefinition.swift
[81/165] Compiling ArgumentParser ParsableCommand.swift
[82/165] Compiling ArgumentParser ArgumentDecoder.swift
[83/165] Compiling ArgumentParser DumpHelpGenerator.swift
[84/165] Compiling ArgumentParser HelpCommand.swift
[85/165] Compiling ArgumentParser HelpGenerator.swift
[86/165] Compiling ArgumentParser MessageInfo.swift
[87/165] Compiling ArgumentParser UsageGenerator.swift
[88/165] Compiling ArgumentParser Name.swift
[89/165] Compiling ArgumentParser Parsed.swift
[90/165] Compiling Markdown Strikethrough.swift
[91/165] Compiling Markdown Strong.swift
[92/165] Compiling Markdown CustomInline.swift
[93/165] Compiling Markdown InlineCode.swift
[94/165] Compiling Markdown InlineHTML.swift
[95/165] Compiling Markdown LineBreak.swift
[96/165] Compiling Markdown SoftBreak.swift
[97/165] Compiling Markdown SymbolLink.swift
[98/165] Compiling Markdown Text.swift
[99/165] Compiling Markdown Aside.swift
[100/165] Compiling Markdown BlockDirectiveParser.swift
[101/165] Compiling Markdown CommonMarkConverter.swift
[102/165] Compiling Markdown LazySplitLines.swift
[103/165] Compiling Markdown ParseOptions.swift
[104/165] Compiling Markdown RangeAdjuster.swift
[105/165] Compiling Markdown RangerTracker.swift
[106/165] Compiling Markdown MarkupRewriter.swift
[107/165] Compiling ArgumentParser ArgumentSet.swift
[108/165] Compiling ArgumentParser CommandParser.swift
[109/165] Compiling ArgumentParser InputKey.swift
[110/165] Compiling ArgumentParser InputOrigin.swift
[111/165] Compiling ArgumentParser ArgumentVisibility.swift
[112/165] Compiling ArgumentParser CompletionKind.swift
[113/165] Compiling ArgumentParser Errors.swift
[114/165] Compiling ArgumentParser Flag.swift
[115/165] Compiling ArgumentParser NameSpecification.swift
[121/165] Compiling Markdown CharacterExtensions.swift
[122/165] Compiling Markdown CollectionExtensions.swift
[123/165] Compiling Markdown StringExtensions.swift
[124/165] Compiling Markdown MarkupVisitor.swift
[125/165] Compiling Markdown MarkupWalker.swift
[126/165] Compiling Markdown HTMLFormatter.swift
[127/165] Compiling Markdown MarkupFormatter.swift
[128/165] Compiling Markdown MarkupTreeDumper.swift
[129/165] Compiling ArgumentParser CollectionExtensions.swift
[130/165] Compiling ArgumentParser Platform.swift
[131/165] Compiling ArgumentParser SequenceExtensions.swift
[132/165] Compiling ArgumentParser StringExtensions.swift
[133/165] Compiling ArgumentParser Tree.swift
[161/167] Wrapping AST for Markdown for debugging
[162/167] Wrapping AST for ArgumentParser for debugging
[164/170] Emitting module ReadingTime
[165/170] Compiling ReadingTime MarkdownRewriter.swift
[166/170] Compiling ReadingTime ReadingTime.swift
[167/171] Wrapping AST for ReadingTime for debugging
[169/173] Emitting module ReadingTimeCLI
/host/spi-builder-workspace/Sources/ReadingTimeCLI/ReadingTimeCLI.swift:42:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
40 | }
41 |
42 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
43 | public var errorDescription: String? { return self }
44 | }
[170/173] Compiling ReadingTimeCLI ReadingTimeCLI.swift
/host/spi-builder-workspace/Sources/ReadingTimeCLI/ReadingTimeCLI.swift:42:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
40 | }
41 |
42 | extension String: LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
43 | public var errorDescription: String? { return self }
44 | }
[171/174] Wrapping AST for ReadingTimeCLI for debugging
[172/174] Write Objects.LinkFileList
[173/174] Linking ReadingTimeCLI
Build complete! (22.74s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-markdown",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-markdown.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "ReadingTime",
"name" : "ReadingTime",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
}
],
"products" : [
{
"name" : "ReadingTime",
"targets" : [
"ReadingTime"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ReadingTimeCLI",
"targets" : [
"ReadingTimeCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "ReadingTimeTests",
"module_type" : "SwiftTarget",
"name" : "ReadingTimeTests",
"path" : "Tests/ReadingTimeTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/ReadingTimeTests/MockData",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"MarkdownRewriterTests.swift",
"ReadingTimeTests.swift"
],
"target_dependencies" : [
"ReadingTime"
],
"type" : "test"
},
{
"c99name" : "ReadingTimeCLI",
"module_type" : "SwiftTarget",
"name" : "ReadingTimeCLI",
"path" : "Sources/ReadingTimeCLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"ReadingTimeCLI"
],
"sources" : [
"ReadingTimeCLI.swift"
],
"target_dependencies" : [
"ReadingTime"
],
"type" : "executable"
},
{
"c99name" : "ReadingTime",
"module_type" : "SwiftTarget",
"name" : "ReadingTime",
"path" : "Sources/ReadingTime",
"product_dependencies" : [
"Markdown"
],
"product_memberships" : [
"ReadingTime",
"ReadingTimeCLI"
],
"sources" : [
"MarkdownRewriter.swift",
"ReadingTime.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.