Build Information
Successful build of TidyHTMLPublishStep, reference master (35621b
), with Swift 6.1 for Linux on 25 Apr 2025 15:22:06 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/john-mueller/TidyHTMLPublishStep.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/john-mueller/TidyHTMLPublishStep
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 35621b3 Merge pull request #2 from john-mueller/documentation
Cloned https://github.com/john-mueller/TidyHTMLPublishStep.git
Revision (git rev-parse @):
35621b3f047200abf9789f21174626c15ea9c66a
SUCCESS checkout https://github.com/john-mueller/TidyHTMLPublishStep.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/john-mueller/TidyHTMLPublishStep.git
https://github.com/john-mueller/TidyHTMLPublishStep.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "publish",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/JohnSundell/Publish.git"
},
{
"identity" : "swiftsoup",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/scinfu/SwiftSoup.git"
}
],
"manifest_display_name" : "TidyHTMLPublishStep",
"name" : "TidyHTMLPublishStep",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "TidyHTMLPublishStep",
"targets" : [
"TidyHTMLPublishStep"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TidyHTMLPublishStepTests",
"module_type" : "SwiftTarget",
"name" : "TidyHTMLPublishStepTests",
"path" : "Tests/TidyHTMLPublishStepTests",
"sources" : [
"Helpers/HTMLFactoryMock.swift",
"Helpers/TidyHTMLTestCase.swift",
"Helpers/TidyHTMLWebsite.swift",
"TidyHTMLPublishStepTests.swift"
],
"target_dependencies" : [
"TidyHTMLPublishStep"
],
"type" : "test"
},
{
"c99name" : "TidyHTMLPublishStep",
"module_type" : "SwiftTarget",
"name" : "TidyHTMLPublishStep",
"path" : "Sources/TidyHTMLPublishStep",
"product_dependencies" : [
"Publish",
"SwiftSoup"
],
"product_memberships" : [
"TidyHTMLPublishStep"
],
"sources" : [
"TidyHTMLPublishStep.swift",
"Website+PostGenerationSteps.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
Fetching https://github.com/JohnSundell/Publish.git
Fetching https://github.com/scinfu/SwiftSoup.git
[1/2898] Fetching publish
[2899/6806] Fetching publish, swiftsoup
Fetched https://github.com/JohnSundell/Publish.git from cache (0.28s)
[2619/3908] Fetching swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.40s)
Computing version for https://github.com/JohnSundell/Publish.git
Computed https://github.com/JohnSundell/Publish.git at 0.9.0 (0.89s)
Fetching https://github.com/johnsundell/shellout.git
Fetching https://github.com/johnsundell/plot.git
Fetching https://github.com/johnsundell/collectionConcurrencyKit.git
Fetching https://github.com/johnsundell/codextended.git
Fetching https://github.com/johnsundell/files.git
Fetching https://github.com/johnsundell/sweep.git
[1/84] Fetching collectionconcurrencykit
[85/1320] Fetching collectionconcurrencykit, files
[1321/1501] Fetching collectionconcurrencykit, files, codextended
[1329/1617] Fetching collectionconcurrencykit, files, codextended, sweep
[1363/2577] Fetching collectionconcurrencykit, files, codextended, sweep, shellout
[2578/4663] Fetching collectionconcurrencykit, files, codextended, sweep, shellout, plot
Fetched https://github.com/johnsundell/codextended.git from cache (0.28s)
Fetched https://github.com/johnsundell/sweep.git from cache (0.28s)
Fetched https://github.com/johnsundell/collectionConcurrencyKit.git from cache (0.28s)
Fetched https://github.com/johnsundell/files.git from cache (0.28s)
Fetched https://github.com/johnsundell/shellout.git from cache (0.29s)
Fetching https://github.com/johnsundell/ink.git
Fetched https://github.com/johnsundell/plot.git from cache (0.33s)
[1/1905] Fetching ink
Fetched https://github.com/johnsundell/ink.git from cache (0.21s)
Computing version for https://github.com/johnsundell/sweep.git
Computed https://github.com/johnsundell/sweep.git at 0.4.0 (1.01s)
Computing version for https://github.com/johnsundell/shellout.git
Computed https://github.com/johnsundell/shellout.git at 2.3.0 (2.43s)
Computing version for https://github.com/johnsundell/collectionConcurrencyKit.git
Computed https://github.com/johnsundell/collectionConcurrencyKit.git at 0.2.0 (0.50s)
Computing version for https://github.com/johnsundell/codextended.git
Computed https://github.com/johnsundell/codextended.git at 0.3.0 (0.48s)
Computing version for https://github.com/johnsundell/files.git
Computed https://github.com/johnsundell/files.git at 4.2.0 (1.43s)
Computing version for https://github.com/johnsundell/ink.git
Computed https://github.com/johnsundell/ink.git at 0.6.0 (0.54s)
Computing version for https://github.com/johnsundell/plot.git
Computed https://github.com/johnsundell/plot.git at 0.14.0 (0.57s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.8.7 (0.43s)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.8.7
Creating working copy for https://github.com/johnsundell/files.git
Working copy of https://github.com/johnsundell/files.git resolved at 4.2.0
Creating working copy for https://github.com/johnsundell/collectionConcurrencyKit.git
Working copy of https://github.com/johnsundell/collectionConcurrencyKit.git resolved at 0.2.0
Creating working copy for https://github.com/johnsundell/ink.git
Working copy of https://github.com/johnsundell/ink.git resolved at 0.6.0
Creating working copy for https://github.com/johnsundell/shellout.git
Working copy of https://github.com/johnsundell/shellout.git resolved at 2.3.0
Creating working copy for https://github.com/JohnSundell/Publish.git
Working copy of https://github.com/JohnSundell/Publish.git resolved at 0.9.0
Creating working copy for https://github.com/johnsundell/codextended.git
Working copy of https://github.com/johnsundell/codextended.git resolved at 0.3.0
Creating working copy for https://github.com/johnsundell/sweep.git
Working copy of https://github.com/johnsundell/sweep.git resolved at 0.4.0
Creating working copy for https://github.com/johnsundell/plot.git
Working copy of https://github.com/johnsundell/plot.git resolved at 0.14.0
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/166] Emitting module CollectionConcurrencyKit
[13/166] Compiling CollectionConcurrencyKit CollectionConcurrencyKit.swift
[14/167] Compiling SwiftSoup Elements.swift
[15/167] Compiling SwiftSoup Entities.swift
[16/167] Compiling SwiftSoup Evaluator.swift
[17/167] Compiling SwiftSoup Exception.swift
[19/171] Compiling SwiftSoup Mutex.swift
[20/171] Compiling SwiftSoup Node.swift
[21/171] Compiling SwiftSoup NodeTraversor.swift
[22/171] Compiling SwiftSoup NodeVisitor.swift
[23/171] Compiling SwiftSoup CharacterReader.swift
[24/171] Compiling SwiftSoup Cleaner.swift
[25/171] Compiling SwiftSoup DocumentType.swift
[26/171] Compiling SwiftSoup Element.swift
[27/171] Compiling SwiftSoup Attributes.swift
[28/171] Compiling SwiftSoup BinarySearch.swift
[29/171] Compiling SwiftSoup BooleanAttribute.swift
[30/171] Compiling SwiftSoup CharacterExt.swift
[31/171] Compiling SwiftSoup DataNode.swift
[32/171] Compiling SwiftSoup DataUtil.swift
[33/171] Compiling SwiftSoup Document.swift
[34/171] Compiling SwiftSoup ArrayExt.swift
[35/171] Compiling SwiftSoup Attribute.swift
[36/171] Emitting module Ink
[37/171] Compiling SwiftSoup Collector.swift
[38/171] Compiling SwiftSoup CombiningEvaluator.swift
[39/171] Compiling SwiftSoup Comment.swift
[40/171] Compiling SwiftSoup Connection.swift
[41/171] Compiling SwiftSoup CssSelector.swift
[42/171] Compiling Ink TextStyle.swift
[43/171] Compiling Ink TextStyleMarker.swift
[44/171] Compiling Ink URL.swift
[45/171] Compiling Ink URLDeclaration.swift
[46/171] Emitting module Files
[47/171] Compiling Files Files.swift
[48/171] Emitting module Codextended
[49/171] Compiling Codextended Codextended.swift
[50/172] Compiling SwiftSoup ParsingStrings.swift
[51/172] Compiling SwiftSoup Pattern.swift
[52/172] Compiling SwiftSoup QueryParser.swift
[53/172] Compiling SwiftSoup SerializationException.swift
[54/172] Compiling SwiftSoup SimpleDictionary.swift
[55/172] Compiling SwiftSoup StreamReader.swift
[56/172] Compiling SwiftSoup String.swift
[57/172] Compiling SwiftSoup StringBuilder.swift
[65/180] Compiling SwiftSoup Parser.swift
[66/181] Compiling SwiftSoup FormElement.swift
[67/181] Compiling SwiftSoup HtmlTreeBuilder.swift
[68/181] Compiling SwiftSoup HtmlTreeBuilderState.swift
[69/181] Compiling SwiftSoup HttpStatusException.swift
[70/182] Compiling SwiftSoup StringUtil.swift
[71/182] Compiling SwiftSoup StructuralEvaluator.swift
[72/182] Compiling SwiftSoup SwiftSoup.swift
[73/182] Compiling SwiftSoup Tag.swift
[74/182] Compiling SwiftSoup TextNode.swift
[75/182] Compiling SwiftSoup Token.swift
[76/182] Compiling SwiftSoup TokenQueue.swift
[77/182] Compiling SwiftSoup Tokeniser.swift
[86/187] Compiling Sweep Sweep.swift
[87/187] Emitting module Sweep
[107/190] Emitting module Plot
[117/190] Compiling SwiftSoup TokeniserState.swift
[118/190] Compiling SwiftSoup TreeBuilder.swift
[119/190] Compiling SwiftSoup UTF8Arrays.swift
[120/190] Compiling SwiftSoup UnfairLock.swift
[121/190] Compiling SwiftSoup UnicodeScalar.swift
[122/190] Compiling SwiftSoup Validate.swift
[123/190] Compiling SwiftSoup Whitelist.swift
[124/190] Compiling SwiftSoup XmlDeclaration.swift
[127/190] Compiling ShellOut ShellOut.swift
[128/190] Emitting module ShellOut
[129/191] Emitting module SwiftSoup
[169/191] Compiling SwiftSoup XmlTreeBuilder.swift
[170/191] Compiling Plot AnyNode.swift
[171/191] Compiling Plot ElementRenderingBuffer.swift
[172/191] Compiling Plot ElementWrapper.swift
[173/191] Compiling Plot Environment.swift
[174/191] Compiling Plot ModifiedComponent.swift
[175/191] Compiling Plot Renderer.swift
[176/191] Compiling Plot String+Escaping.swift
[178/221] Compiling Publish HTMLFileMode.swift
[179/221] Compiling Publish Index.swift
[180/221] Compiling Publish Item.swift
[181/221] Compiling Publish ItemRSSProperties.swift
[182/221] Compiling Publish Location.swift
[183/221] Compiling Publish Mutations.swift
[184/221] Compiling Publish Page.swift
[185/221] Compiling Publish Path.swift
[193/245] Compiling Publish AnyItem.swift
[194/245] Compiling Publish Audio.swift
[195/245] Compiling Publish Content.swift
[196/245] Compiling Publish ContentProtocol.swift
[197/245] Compiling Publish DeploymentMethod.swift
[198/245] Compiling Publish Favicon.swift
[199/245] Compiling Publish FeedConfiguration.swift
[200/245] Compiling Publish HTMLFactory.swift
[202/253] Compiling Publish PlotComponents.swift
[203/253] Compiling Publish PlotEnvironmentKeys.swift
[204/253] Compiling Publish PlotModifiers.swift
[205/253] Compiling Publish Plugin.swift
[206/253] Compiling Publish PodcastAuthor.swift
[207/253] Compiling Publish PodcastCompatibleWebsiteItemMetadata.swift
[208/253] Compiling Publish PodcastEpisodeMetadata.swift
[209/253] Compiling Publish PodcastFeedConfiguration.swift
[210/253] Compiling Publish SectionMap.swift
[211/253] Compiling Publish SortOrder.swift
[212/253] Compiling Publish StringWrapper.swift
[213/253] Compiling Publish Tag.swift
[214/253] Compiling Publish TagDetailsPage.swift
[215/253] Compiling Publish TagHTMLConfiguration.swift
[216/253] Compiling Publish TagListPage.swift
[217/253] Emitting module Publish
[218/253] Compiling Publish PodcastError.swift
[219/253] Compiling Publish PodcastFeedGenerator.swift
[220/253] Compiling Publish PublishingPipeline.swift
[221/253] Compiling Publish RSSFeedGenerator.swift
[222/253] Compiling Publish ShellOutError+PublishingErrorConvertible.swift
[223/253] Compiling Publish SiteMapGenerator.swift
[224/253] Compiling Publish String+Normalized.swift
[225/253] Compiling Publish File+SwiftPackageFolder.swift
[226/253] Compiling Publish FileIOError.swift
[227/253] Compiling Publish Folder+Group.swift
[228/253] Compiling Publish HTMLGenerator.swift
[229/253] Compiling Publish MarkdownContentFactory.swift
[230/253] Compiling Publish MarkdownFileHandler.swift
[231/253] Compiling Publish MarkdownMetadataDecoder.swift
[232/253] Compiling Publish Theme+Foundation.swift
[233/253] Compiling Publish Theme.swift
[234/253] Compiling Publish Video.swift
[235/253] Compiling Publish Website.swift
[236/253] Compiling Publish Array+Appending.swift
[237/253] Compiling Publish CommandLine+Output.swift
[238/253] Compiling Publish ContentError.swift
[247/253] Compiling Publish Predicate.swift
[248/253] Compiling Publish PublishedWebsite.swift
[249/253] Compiling Publish PublishingContext.swift
[250/253] Compiling Publish PublishingError.swift
[251/253] Compiling Publish PublishingStep.swift
[252/253] Compiling Publish RSSFeedConfiguration.swift
[253/253] Compiling Publish Section.swift
[255/257] Compiling TidyHTMLPublishStep Website+PostGenerationSteps.swift
[256/257] Emitting module TidyHTMLPublishStep
[257/257] Compiling TidyHTMLPublishStep TidyHTMLPublishStep.swift
Build complete! (28.51s)
Build complete.
{
"dependencies" : [
{
"identity" : "publish",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/JohnSundell/Publish.git"
},
{
"identity" : "swiftsoup",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/scinfu/SwiftSoup.git"
}
],
"manifest_display_name" : "TidyHTMLPublishStep",
"name" : "TidyHTMLPublishStep",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "TidyHTMLPublishStep",
"targets" : [
"TidyHTMLPublishStep"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TidyHTMLPublishStepTests",
"module_type" : "SwiftTarget",
"name" : "TidyHTMLPublishStepTests",
"path" : "Tests/TidyHTMLPublishStepTests",
"sources" : [
"Helpers/HTMLFactoryMock.swift",
"Helpers/TidyHTMLTestCase.swift",
"Helpers/TidyHTMLWebsite.swift",
"TidyHTMLPublishStepTests.swift"
],
"target_dependencies" : [
"TidyHTMLPublishStep"
],
"type" : "test"
},
{
"c99name" : "TidyHTMLPublishStep",
"module_type" : "SwiftTarget",
"name" : "TidyHTMLPublishStep",
"path" : "Sources/TidyHTMLPublishStep",
"product_dependencies" : [
"Publish",
"SwiftSoup"
],
"product_memberships" : [
"TidyHTMLPublishStep"
],
"sources" : [
"TidyHTMLPublishStep.swift",
"Website+PostGenerationSteps.swift"
],
"type" : "library"
}
],
"tools_version" : "5.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
Done.