Build Information
Successful build of Publish, reference master (58e943
), with Swift 6.1 for Linux on 26 Apr 2025 22:40:36 UTC.
Swift 6 data race errors: 5
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/JohnSundell/Publish.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/JohnSundell/Publish
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 58e9430 Foundation theme: Add margin to tags (#133)
Cloned https://github.com/JohnSundell/Publish.git
Revision (git rev-parse @):
58e943047882a5a6d8135ae2711be8ba7fba57c4
SUCCESS checkout https://github.com/JohnSundell/Publish.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/JohnSundell/Publish.git
https://github.com/JohnSundell/Publish.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "ink",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnsundell/ink.git"
},
{
"identity" : "plot",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnsundell/plot.git"
},
{
"identity" : "files",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnsundell/files.git"
},
{
"identity" : "codextended",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnsundell/codextended.git"
},
{
"identity" : "shellout",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnsundell/shellout.git"
},
{
"identity" : "sweep",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnsundell/sweep.git"
},
{
"identity" : "collectionconcurrencykit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnsundell/collectionConcurrencyKit.git"
}
],
"manifest_display_name" : "Publish",
"name" : "Publish",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Publish",
"targets" : [
"Publish"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "publish-cli",
"targets" : [
"PublishCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "PublishTests",
"module_type" : "SwiftTarget",
"name" : "PublishTests",
"path" : "Tests/PublishTests",
"sources" : [
"Infrastructure/AnyError.swift",
"Infrastructure/Assertions.swift",
"Infrastructure/Files+Temporary.swift",
"Infrastructure/HTMLFactoryMock.swift",
"Infrastructure/Item+Stubbable.swift",
"Infrastructure/Page+Stubbable.swift",
"Infrastructure/PublishTestCase.swift",
"Infrastructure/Require.swift",
"Infrastructure/String+Unique.swift",
"Infrastructure/Stubbable.swift",
"Infrastructure/WebsiteStub.swift",
"Tests/CLITests.swift",
"Tests/ContentMutationTests.swift",
"Tests/DeploymentTests.swift",
"Tests/ErrorTests.swift",
"Tests/FileIOTests.swift",
"Tests/HTMLGenerationTests.swift",
"Tests/MarkdownTests.swift",
"Tests/PathTests.swift",
"Tests/PlotComponentTests.swift",
"Tests/PluginTests.swift",
"Tests/PodcastFeedGenerationTests.swift",
"Tests/PublishingContextTests.swift",
"Tests/RSSFeedGenerationTests.swift",
"Tests/SiteMapGenerationTests.swift",
"Tests/WebsiteTests.swift"
],
"target_dependencies" : [
"Publish",
"PublishCLICore"
],
"type" : "test"
},
{
"c99name" : "PublishCLICore",
"module_type" : "SwiftTarget",
"name" : "PublishCLICore",
"path" : "Sources/PublishCLICore",
"product_memberships" : [
"publish-cli"
],
"sources" : [
"CLI.swift",
"CLIError.swift",
"Folder+SwiftPackage.swift",
"ProjectGenerator.swift",
"ProjectKind.swift",
"WebsiteDeployer.swift",
"WebsiteGenerator.swift",
"WebsiteRunner.swift"
],
"target_dependencies" : [
"Publish"
],
"type" : "library"
},
{
"c99name" : "PublishCLI",
"module_type" : "SwiftTarget",
"name" : "PublishCLI",
"path" : "Sources/PublishCLI",
"product_memberships" : [
"publish-cli"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"PublishCLICore"
],
"type" : "executable"
},
{
"c99name" : "Publish",
"module_type" : "SwiftTarget",
"name" : "Publish",
"path" : "Sources/Publish",
"product_dependencies" : [
"Ink",
"Plot",
"Files",
"Codextended",
"ShellOut",
"Sweep",
"CollectionConcurrencyKit"
],
"product_memberships" : [
"Publish",
"publish-cli"
],
"sources" : [
"API/AnyItem.swift",
"API/Audio.swift",
"API/Content.swift",
"API/ContentProtocol.swift",
"API/DeploymentMethod.swift",
"API/Favicon.swift",
"API/FeedConfiguration.swift",
"API/HTMLFactory.swift",
"API/HTMLFileMode.swift",
"API/Index.swift",
"API/Item.swift",
"API/ItemRSSProperties.swift",
"API/Location.swift",
"API/Mutations.swift",
"API/Page.swift",
"API/Path.swift",
"API/PlotComponents.swift",
"API/PlotEnvironmentKeys.swift",
"API/PlotModifiers.swift",
"API/Plugin.swift",
"API/PodcastAuthor.swift",
"API/PodcastCompatibleWebsiteItemMetadata.swift",
"API/PodcastEpisodeMetadata.swift",
"API/PodcastFeedConfiguration.swift",
"API/Predicate.swift",
"API/PublishedWebsite.swift",
"API/PublishingContext.swift",
"API/PublishingError.swift",
"API/PublishingStep.swift",
"API/RSSFeedConfiguration.swift",
"API/Section.swift",
"API/SectionMap.swift",
"API/SortOrder.swift",
"API/StringWrapper.swift",
"API/Tag.swift",
"API/TagDetailsPage.swift",
"API/TagHTMLConfiguration.swift",
"API/TagListPage.swift",
"API/Theme+Foundation.swift",
"API/Theme.swift",
"API/Video.swift",
"API/Website.swift",
"Internal/Array+Appending.swift",
"Internal/CommandLine+Output.swift",
"Internal/ContentError.swift",
"Internal/File+SwiftPackageFolder.swift",
"Internal/FileIOError.swift",
"Internal/Folder+Group.swift",
"Internal/HTMLGenerator.swift",
"Internal/MarkdownContentFactory.swift",
"Internal/MarkdownFileHandler.swift",
"Internal/MarkdownMetadataDecoder.swift",
"Internal/PodcastError.swift",
"Internal/PodcastFeedGenerator.swift",
"Internal/PublishingPipeline.swift",
"Internal/RSSFeedGenerator.swift",
"Internal/ShellOutError+PublishingErrorConvertible.swift",
"Internal/SiteMapGenerator.swift",
"Internal/String+Normalized.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
Fetching https://github.com/johnsundell/sweep.git
Fetching https://github.com/johnsundell/codextended.git
Fetching https://github.com/johnsundell/collectionConcurrencyKit.git
Fetching https://github.com/johnsundell/shellout.git
Fetching https://github.com/johnsundell/files.git
Fetching https://github.com/johnsundell/plot.git
[1/84] Fetching collectionconcurrencykit
[85/200] Fetching collectionconcurrencykit, sweep
[201/1436] Fetching collectionconcurrencykit, sweep, files
[1437/2396] Fetching collectionconcurrencykit, sweep, files, shellout
[2397/4482] Fetching collectionconcurrencykit, sweep, files, shellout, plot
[2542/4398] Fetching sweep, files, shellout, plot
Fetched https://github.com/johnsundell/collectionConcurrencyKit.git from cache (0.30s)
Fetching https://github.com/johnsundell/ink.git
Fetched https://github.com/johnsundell/files.git from cache (0.31s)
[2370/3162] Fetching sweep, shellout, plot
Fetched https://github.com/johnsundell/sweep.git from cache (0.32s)
[3046/3046] Fetching shellout, plot
Fetched https://github.com/johnsundell/shellout.git from cache (0.39s)
Fetched https://github.com/johnsundell/plot.git from cache (0.38s)
[1/1905] Fetching ink
[1906/2086] Fetching ink, codextended
Fetched https://github.com/johnsundell/ink.git from cache (0.26s)
Fetched https://github.com/johnsundell/codextended.git from cache (0.56s)
Computing version for https://github.com/johnsundell/sweep.git
Computed https://github.com/johnsundell/sweep.git at 0.4.0 (1.17s)
Computing version for https://github.com/johnsundell/shellout.git
Computed https://github.com/johnsundell/shellout.git at 2.3.0 (2.38s)
Computing version for https://github.com/johnsundell/collectionConcurrencyKit.git
Computed https://github.com/johnsundell/collectionConcurrencyKit.git at 0.2.0 (0.59s)
Computing version for https://github.com/johnsundell/codextended.git
Computed https://github.com/johnsundell/codextended.git at 0.3.0 (0.69s)
Computing version for https://github.com/johnsundell/files.git
Computed https://github.com/johnsundell/files.git at 4.2.0 (0.69s)
Computing version for https://github.com/johnsundell/ink.git
Computed https://github.com/johnsundell/ink.git at 0.6.0 (0.75s)
Computing version for https://github.com/johnsundell/plot.git
Computed https://github.com/johnsundell/plot.git at 0.14.0 (4.02s)
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/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/files.git
Working copy of https://github.com/johnsundell/files.git resolved at 4.2.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
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/collectionConcurrencyKit.git
Working copy of https://github.com/johnsundell/collectionConcurrencyKit.git resolved at 0.2.0
Building for debugging...
[0/23] Write sources
[10/23] Write swift-version-24593BA9C3E375BF.txt
[12/124] Compiling CollectionConcurrencyKit CollectionConcurrencyKit.swift
[13/124] Emitting module CollectionConcurrencyKit
[15/125] Compiling Plot HTMLComponents.swift
[16/125] Compiling Plot HTMLElements.swift
[17/125] Compiling Plot HTMLFormContentType.swift
[18/125] Compiling Plot HTMLFormMethod.swift
[19/125] Emitting module Ink
[19/129] Wrapping AST for CollectionConcurrencyKit for debugging
[21/129] Compiling Plot HTMLAnchorRelationship.swift
[22/129] Compiling Plot HTMLAnchorTarget.swift
[23/129] Compiling Plot HTMLAttributes.swift
[24/129] Compiling Plot HTMLAudioFormat.swift
[25/129] Compiling Plot HTMLButtonType.swift
[26/129] Compiling Plot Attribute.swift
[27/129] Compiling Plot Component.swift
[28/129] Compiling Plot ComponentAttributes.swift
[29/129] Compiling Plot ComponentBuilder.swift
[30/129] Compiling Plot ComponentContainer.swift
[31/129] Compiling Plot ComponentGroup.swift
[32/129] Compiling Plot ControlFlow.swift
[33/129] Compiling Plot Directionality.swift
[34/129] Compiling Plot Document.swift
[35/129] Compiling Ink TextStyle.swift
[36/129] Compiling Ink TextStyleMarker.swift
[37/129] Compiling Ink URL.swift
[38/129] Compiling Ink URLDeclaration.swift
[39/129] Emitting module Codextended
[40/129] Compiling Codextended Codextended.swift
[41/130] Emitting module Sweep
[42/130] Compiling Sweep Sweep.swift
[43/131] Emitting module ShellOut
[44/131] Compiling ShellOut ShellOut.swift
[45/132] Compiling Plot PodcastMediaType.swift
[46/132] Compiling Plot PodcastType.swift
[47/132] Compiling Plot RSS.swift
[48/132] Compiling Plot RSSAttributes.swift
[49/132] Compiling Plot RSSElements.swift
[50/132] Compiling Plot Renderable.swift
[51/132] Compiling Plot SiteMap.swift
[52/132] Compiling Plot SiteMapChangeFrequency.swift
[53/132] Emitting module Files
[54/132] Compiling Files Files.swift
[64/141] Compiling Plot SiteMapElements.swift
[65/141] Compiling Plot TwitterCardType.swift
[66/141] Compiling Plot URLRepresentable.swift
[67/141] Compiling Plot XML.swift
[68/141] Compiling Plot XMLAttributes.swift
[69/141] Compiling Plot XMLElements.swift
[70/141] Compiling Plot AnyAttribute.swift
[71/141] Compiling Plot AnyElement.swift
[72/141] Compiling Plot HTMLViewportFitMode.swift
[73/141] Compiling Plot HTMLViewportWidthMode.swift
[74/141] Compiling Plot Indentation.swift
[75/141] Compiling Plot Language.swift
[76/141] Compiling Plot Node.swift
[77/141] Compiling Plot NodeConvertible.swift
[78/141] Compiling Plot Optional+Component.swift
[79/141] Compiling Plot PodcastAttributes.swift
[80/141] Compiling Plot HTMLInputType.swift
[81/141] Compiling Plot HTMLLinkRelationship.swift
[82/141] Compiling Plot HTMLListStyle.swift
[83/141] Compiling Plot HTMLVideoFormat.swift
[86/142] Emitting module Plot
[96/142] Compiling Plot DocumentEncoding.swift
[97/142] Compiling Plot Element.swift
[98/142] Compiling Plot ElementClosingMode.swift
[99/142] Compiling Plot ElementComponent.swift
[100/142] Compiling Plot ElementDefinition.swift
[101/142] Compiling Plot EmptyComponent.swift
[102/142] Compiling Plot EnvironmentKey.swift
[103/142] Compiling Plot EnvironmentValue.swift
[104/142] Compiling Plot HTML.swift
[123/142] Wrapping AST for Codextended for debugging
[124/142] Wrapping AST for Sweep for debugging
[125/142] Wrapping AST for ShellOut for debugging
[126/142] Wrapping AST for Files for debugging
[127/142] Wrapping AST for Ink for debugging
[129/142] Compiling Plot AnyEnvironmentValue.swift
[130/142] Compiling Plot AnyNode.swift
[131/142] Compiling Plot ElementRenderingBuffer.swift
[132/142] Compiling Plot ElementWrapper.swift
[133/142] Compiling Plot Environment.swift
[134/142] Compiling Plot ModifiedComponent.swift
[135/142] Compiling Plot Renderer.swift
[136/142] Compiling Plot String+Escaping.swift
[137/143] Wrapping AST for Plot for debugging
[139/196] Emitting module Publish
/host/spi-builder-workspace/Sources/Publish/API/PublishingError.swift:14:16: warning: stored property 'path' of 'Sendable'-conforming struct 'PublishingError' has non-sendable type 'Path?'; this is an error in the Swift 6 language mode
12 | public var stepName: String?
13 | /// Any path that the error was encountered at.
14 | public var path: Path?
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'PublishingError' has non-sendable type 'Path?'; this is an error in the Swift 6 language mode
15 | /// An info message that gives more context about the error.
16 | public let infoMessage: String
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
/host/spi-builder-workspace/Sources/Publish/Internal/ContentError.swift:8:9: warning: stored property 'path' of 'Sendable'-conforming struct 'ContentError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
6 |
7 | internal struct ContentError: Error {
8 | var path: Path
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'ContentError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
9 | var reason: Reason
10 | }
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
/host/spi-builder-workspace/Sources/Publish/Internal/FileIOError.swift:8:9: warning: stored property 'path' of 'Sendable'-conforming struct 'FileIOError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
6 |
7 | internal struct FileIOError: Error {
8 | var path: Path
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'FileIOError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
9 | var reason: Reason
10 | }
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
/host/spi-builder-workspace/Sources/Publish/Internal/PodcastError.swift:8:9: warning: stored property 'path' of 'Sendable'-conforming struct 'PodcastError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
6 |
7 | internal struct PodcastError: Error {
8 | var path: Path
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'PodcastError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
9 | var reason: Reason
10 | }
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
[140/203] Compiling Publish AnyItem.swift
[141/203] Compiling Publish Audio.swift
[142/203] Compiling Publish Content.swift
[143/203] Compiling Publish ContentProtocol.swift
[144/203] Compiling Publish DeploymentMethod.swift
[145/203] Compiling Publish Favicon.swift
[146/203] Compiling Publish FeedConfiguration.swift
[147/203] Compiling Publish HTMLFactory.swift
[148/203] Compiling Publish SectionMap.swift
[149/203] Compiling Publish SortOrder.swift
[150/203] Compiling Publish StringWrapper.swift
[151/203] Compiling Publish Tag.swift
[152/203] Compiling Publish TagDetailsPage.swift
[153/203] Compiling Publish TagHTMLConfiguration.swift
[154/203] Compiling Publish TagListPage.swift
[155/203] Compiling Publish Theme+Foundation.swift
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:45:20: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
43 | switch self {
44 | case .info, .warning, .success:
45 | return stdout
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
46 | case .error:
47 | return stdout
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:47:20: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
45 | return stdout
46 | case .error:
47 | return stdout
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
48 | }
49 | }
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/Sources/Publish/Internal/ContentError.swift:8:9: warning: stored property 'path' of 'Sendable'-conforming struct 'ContentError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
6 |
7 | internal struct ContentError: Error {
8 | var path: Path
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'ContentError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
9 | var reason: Reason
10 | }
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
/host/spi-builder-workspace/Sources/Publish/API/Website.swift:119:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
117 | let completionHandler = { result = $0 }
118 |
119 | Task {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
120 | do {
121 | let website = try await pipeline.execute(for: self, at: path)
| | | `- note: closure captures non-Sendable 'path'
| | `- note: closure captures non-Sendable 'self'
| `- note: closure captures non-Sendable 'pipeline'
122 | completionHandler(.success(website))
| `- note: closure captures non-Sendable 'completionHandler'
123 | } catch {
124 | completionHandler(.failure(error))
[156/203] Compiling Publish Theme.swift
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:45:20: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
43 | switch self {
44 | case .info, .warning, .success:
45 | return stdout
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
46 | case .error:
47 | return stdout
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:47:20: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
45 | return stdout
46 | case .error:
47 | return stdout
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
48 | }
49 | }
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/Sources/Publish/Internal/ContentError.swift:8:9: warning: stored property 'path' of 'Sendable'-conforming struct 'ContentError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
6 |
7 | internal struct ContentError: Error {
8 | var path: Path
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'ContentError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
9 | var reason: Reason
10 | }
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
/host/spi-builder-workspace/Sources/Publish/API/Website.swift:119:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
117 | let completionHandler = { result = $0 }
118 |
119 | Task {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
120 | do {
121 | let website = try await pipeline.execute(for: self, at: path)
| | | `- note: closure captures non-Sendable 'path'
| | `- note: closure captures non-Sendable 'self'
| `- note: closure captures non-Sendable 'pipeline'
122 | completionHandler(.success(website))
| `- note: closure captures non-Sendable 'completionHandler'
123 | } catch {
124 | completionHandler(.failure(error))
[157/203] Compiling Publish Video.swift
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:45:20: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
43 | switch self {
44 | case .info, .warning, .success:
45 | return stdout
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
46 | case .error:
47 | return stdout
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:47:20: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
45 | return stdout
46 | case .error:
47 | return stdout
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
48 | }
49 | }
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/Sources/Publish/Internal/ContentError.swift:8:9: warning: stored property 'path' of 'Sendable'-conforming struct 'ContentError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
6 |
7 | internal struct ContentError: Error {
8 | var path: Path
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'ContentError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
9 | var reason: Reason
10 | }
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
/host/spi-builder-workspace/Sources/Publish/API/Website.swift:119:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
117 | let completionHandler = { result = $0 }
118 |
119 | Task {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
120 | do {
121 | let website = try await pipeline.execute(for: self, at: path)
| | | `- note: closure captures non-Sendable 'path'
| | `- note: closure captures non-Sendable 'self'
| `- note: closure captures non-Sendable 'pipeline'
122 | completionHandler(.success(website))
| `- note: closure captures non-Sendable 'completionHandler'
123 | } catch {
124 | completionHandler(.failure(error))
[158/203] Compiling Publish Website.swift
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:45:20: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
43 | switch self {
44 | case .info, .warning, .success:
45 | return stdout
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
46 | case .error:
47 | return stdout
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:47:20: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
45 | return stdout
46 | case .error:
47 | return stdout
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
48 | }
49 | }
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/Sources/Publish/Internal/ContentError.swift:8:9: warning: stored property 'path' of 'Sendable'-conforming struct 'ContentError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
6 |
7 | internal struct ContentError: Error {
8 | var path: Path
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'ContentError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
9 | var reason: Reason
10 | }
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
/host/spi-builder-workspace/Sources/Publish/API/Website.swift:119:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
117 | let completionHandler = { result = $0 }
118 |
119 | Task {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
120 | do {
121 | let website = try await pipeline.execute(for: self, at: path)
| | | `- note: closure captures non-Sendable 'path'
| | `- note: closure captures non-Sendable 'self'
| `- note: closure captures non-Sendable 'pipeline'
122 | completionHandler(.success(website))
| `- note: closure captures non-Sendable 'completionHandler'
123 | } catch {
124 | completionHandler(.failure(error))
[159/203] Compiling Publish Array+Appending.swift
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:45:20: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
43 | switch self {
44 | case .info, .warning, .success:
45 | return stdout
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
46 | case .error:
47 | return stdout
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:47:20: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
45 | return stdout
46 | case .error:
47 | return stdout
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
48 | }
49 | }
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/Sources/Publish/Internal/ContentError.swift:8:9: warning: stored property 'path' of 'Sendable'-conforming struct 'ContentError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
6 |
7 | internal struct ContentError: Error {
8 | var path: Path
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'ContentError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
9 | var reason: Reason
10 | }
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
/host/spi-builder-workspace/Sources/Publish/API/Website.swift:119:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
117 | let completionHandler = { result = $0 }
118 |
119 | Task {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
120 | do {
121 | let website = try await pipeline.execute(for: self, at: path)
| | | `- note: closure captures non-Sendable 'path'
| | `- note: closure captures non-Sendable 'self'
| `- note: closure captures non-Sendable 'pipeline'
122 | completionHandler(.success(website))
| `- note: closure captures non-Sendable 'completionHandler'
123 | } catch {
124 | completionHandler(.failure(error))
[160/203] Compiling Publish CommandLine+Output.swift
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:45:20: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
43 | switch self {
44 | case .info, .warning, .success:
45 | return stdout
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
46 | case .error:
47 | return stdout
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:47:20: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
45 | return stdout
46 | case .error:
47 | return stdout
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
48 | }
49 | }
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/Sources/Publish/Internal/ContentError.swift:8:9: warning: stored property 'path' of 'Sendable'-conforming struct 'ContentError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
6 |
7 | internal struct ContentError: Error {
8 | var path: Path
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'ContentError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
9 | var reason: Reason
10 | }
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
/host/spi-builder-workspace/Sources/Publish/API/Website.swift:119:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
117 | let completionHandler = { result = $0 }
118 |
119 | Task {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
120 | do {
121 | let website = try await pipeline.execute(for: self, at: path)
| | | `- note: closure captures non-Sendable 'path'
| | `- note: closure captures non-Sendable 'self'
| `- note: closure captures non-Sendable 'pipeline'
122 | completionHandler(.success(website))
| `- note: closure captures non-Sendable 'completionHandler'
123 | } catch {
124 | completionHandler(.failure(error))
[161/203] Compiling Publish ContentError.swift
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:45:20: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
43 | switch self {
44 | case .info, .warning, .success:
45 | return stdout
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
46 | case .error:
47 | return stdout
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:47:20: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
45 | return stdout
46 | case .error:
47 | return stdout
| `- warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
48 | }
49 | }
/usr/include/stdio.h:144:14: note: var declared here
142 | /* Standard streams. */
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
| `- note: var declared here
145 | extern FILE *stderr; /* Standard error output stream. */
146 | /* C89/C99 say they're macros. Make them happy. */
/host/spi-builder-workspace/Sources/Publish/Internal/ContentError.swift:8:9: warning: stored property 'path' of 'Sendable'-conforming struct 'ContentError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
6 |
7 | internal struct ContentError: Error {
8 | var path: Path
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'ContentError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
9 | var reason: Reason
10 | }
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
/host/spi-builder-workspace/Sources/Publish/API/Website.swift:119:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
117 | let completionHandler = { result = $0 }
118 |
119 | Task {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
120 | do {
121 | let website = try await pipeline.execute(for: self, at: path)
| | | `- note: closure captures non-Sendable 'path'
| | `- note: closure captures non-Sendable 'self'
| `- note: closure captures non-Sendable 'pipeline'
122 | completionHandler(.success(website))
| `- note: closure captures non-Sendable 'completionHandler'
123 | } catch {
124 | completionHandler(.failure(error))
[162/203] Compiling Publish PlotComponents.swift
[163/203] Compiling Publish PlotEnvironmentKeys.swift
[164/203] Compiling Publish PlotModifiers.swift
[165/203] Compiling Publish Plugin.swift
[166/203] Compiling Publish PodcastAuthor.swift
[167/203] Compiling Publish PodcastCompatibleWebsiteItemMetadata.swift
[168/203] Compiling Publish PodcastEpisodeMetadata.swift
[169/203] Compiling Publish PodcastFeedConfiguration.swift
[170/203] Compiling Publish HTMLFileMode.swift
[171/203] Compiling Publish Index.swift
[172/203] Compiling Publish Item.swift
[173/203] Compiling Publish ItemRSSProperties.swift
[174/203] Compiling Publish Location.swift
[175/203] Compiling Publish Mutations.swift
[176/203] Compiling Publish Page.swift
[177/203] Compiling Publish Path.swift
[178/203] Compiling Publish File+SwiftPackageFolder.swift
/host/spi-builder-workspace/Sources/Publish/Internal/FileIOError.swift:8:9: warning: stored property 'path' of 'Sendable'-conforming struct 'FileIOError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
6 |
7 | internal struct FileIOError: Error {
8 | var path: Path
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'FileIOError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
9 | var reason: Reason
10 | }
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:19:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
17 | func generate() async throws {
18 | try await withThrowingTaskGroup(of: Void.self) { group in
19 | group.addTask { try await copyThemeResources() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
20 | group.addTask { try generateIndexHTML() }
21 | group.addTask { try await generateSectionHTML() }
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:20:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
18 | try await withThrowingTaskGroup(of: Void.self) { group in
19 | group.addTask { try await copyThemeResources() }
20 | group.addTask { try generateIndexHTML() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
21 | group.addTask { try await generateSectionHTML() }
22 | group.addTask { try await generatePageHTML() }
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:21:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
19 | group.addTask { try await copyThemeResources() }
20 | group.addTask { try generateIndexHTML() }
21 | group.addTask { try await generateSectionHTML() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
22 | group.addTask { try await generatePageHTML() }
23 | group.addTask { try await generateTagHTMLIfNeeded() }
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:22:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
20 | group.addTask { try generateIndexHTML() }
21 | group.addTask { try await generateSectionHTML() }
22 | group.addTask { try await generatePageHTML() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
23 | group.addTask { try await generateTagHTMLIfNeeded() }
24 |
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:23:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
21 | group.addTask { try await generateSectionHTML() }
22 | group.addTask { try await generatePageHTML() }
23 | group.addTask { try await generateTagHTMLIfNeeded() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
24 |
25 | // Throw any errors generated by the above set of operations:
[179/203] Compiling Publish FileIOError.swift
/host/spi-builder-workspace/Sources/Publish/Internal/FileIOError.swift:8:9: warning: stored property 'path' of 'Sendable'-conforming struct 'FileIOError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
6 |
7 | internal struct FileIOError: Error {
8 | var path: Path
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'FileIOError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
9 | var reason: Reason
10 | }
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:19:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
17 | func generate() async throws {
18 | try await withThrowingTaskGroup(of: Void.self) { group in
19 | group.addTask { try await copyThemeResources() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
20 | group.addTask { try generateIndexHTML() }
21 | group.addTask { try await generateSectionHTML() }
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:20:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
18 | try await withThrowingTaskGroup(of: Void.self) { group in
19 | group.addTask { try await copyThemeResources() }
20 | group.addTask { try generateIndexHTML() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
21 | group.addTask { try await generateSectionHTML() }
22 | group.addTask { try await generatePageHTML() }
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:21:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
19 | group.addTask { try await copyThemeResources() }
20 | group.addTask { try generateIndexHTML() }
21 | group.addTask { try await generateSectionHTML() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
22 | group.addTask { try await generatePageHTML() }
23 | group.addTask { try await generateTagHTMLIfNeeded() }
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:22:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
20 | group.addTask { try generateIndexHTML() }
21 | group.addTask { try await generateSectionHTML() }
22 | group.addTask { try await generatePageHTML() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
23 | group.addTask { try await generateTagHTMLIfNeeded() }
24 |
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:23:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
21 | group.addTask { try await generateSectionHTML() }
22 | group.addTask { try await generatePageHTML() }
23 | group.addTask { try await generateTagHTMLIfNeeded() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
24 |
25 | // Throw any errors generated by the above set of operations:
[180/203] Compiling Publish Folder+Group.swift
/host/spi-builder-workspace/Sources/Publish/Internal/FileIOError.swift:8:9: warning: stored property 'path' of 'Sendable'-conforming struct 'FileIOError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
6 |
7 | internal struct FileIOError: Error {
8 | var path: Path
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'FileIOError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
9 | var reason: Reason
10 | }
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:19:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
17 | func generate() async throws {
18 | try await withThrowingTaskGroup(of: Void.self) { group in
19 | group.addTask { try await copyThemeResources() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
20 | group.addTask { try generateIndexHTML() }
21 | group.addTask { try await generateSectionHTML() }
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:20:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
18 | try await withThrowingTaskGroup(of: Void.self) { group in
19 | group.addTask { try await copyThemeResources() }
20 | group.addTask { try generateIndexHTML() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
21 | group.addTask { try await generateSectionHTML() }
22 | group.addTask { try await generatePageHTML() }
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:21:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
19 | group.addTask { try await copyThemeResources() }
20 | group.addTask { try generateIndexHTML() }
21 | group.addTask { try await generateSectionHTML() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
22 | group.addTask { try await generatePageHTML() }
23 | group.addTask { try await generateTagHTMLIfNeeded() }
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:22:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
20 | group.addTask { try generateIndexHTML() }
21 | group.addTask { try await generateSectionHTML() }
22 | group.addTask { try await generatePageHTML() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
23 | group.addTask { try await generateTagHTMLIfNeeded() }
24 |
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:23:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
21 | group.addTask { try await generateSectionHTML() }
22 | group.addTask { try await generatePageHTML() }
23 | group.addTask { try await generateTagHTMLIfNeeded() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
24 |
25 | // Throw any errors generated by the above set of operations:
[181/203] Compiling Publish HTMLGenerator.swift
/host/spi-builder-workspace/Sources/Publish/Internal/FileIOError.swift:8:9: warning: stored property 'path' of 'Sendable'-conforming struct 'FileIOError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
6 |
7 | internal struct FileIOError: Error {
8 | var path: Path
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'FileIOError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
9 | var reason: Reason
10 | }
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:19:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
17 | func generate() async throws {
18 | try await withThrowingTaskGroup(of: Void.self) { group in
19 | group.addTask { try await copyThemeResources() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
20 | group.addTask { try generateIndexHTML() }
21 | group.addTask { try await generateSectionHTML() }
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:20:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
18 | try await withThrowingTaskGroup(of: Void.self) { group in
19 | group.addTask { try await copyThemeResources() }
20 | group.addTask { try generateIndexHTML() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
21 | group.addTask { try await generateSectionHTML() }
22 | group.addTask { try await generatePageHTML() }
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:21:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
19 | group.addTask { try await copyThemeResources() }
20 | group.addTask { try generateIndexHTML() }
21 | group.addTask { try await generateSectionHTML() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
22 | group.addTask { try await generatePageHTML() }
23 | group.addTask { try await generateTagHTMLIfNeeded() }
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:22:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
20 | group.addTask { try generateIndexHTML() }
21 | group.addTask { try await generateSectionHTML() }
22 | group.addTask { try await generatePageHTML() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
23 | group.addTask { try await generateTagHTMLIfNeeded() }
24 |
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:23:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
21 | group.addTask { try await generateSectionHTML() }
22 | group.addTask { try await generatePageHTML() }
23 | group.addTask { try await generateTagHTMLIfNeeded() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
24 |
25 | // Throw any errors generated by the above set of operations:
[182/203] Compiling Publish MarkdownContentFactory.swift
/host/spi-builder-workspace/Sources/Publish/Internal/FileIOError.swift:8:9: warning: stored property 'path' of 'Sendable'-conforming struct 'FileIOError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
6 |
7 | internal struct FileIOError: Error {
8 | var path: Path
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'FileIOError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
9 | var reason: Reason
10 | }
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:19:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
17 | func generate() async throws {
18 | try await withThrowingTaskGroup(of: Void.self) { group in
19 | group.addTask { try await copyThemeResources() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
20 | group.addTask { try generateIndexHTML() }
21 | group.addTask { try await generateSectionHTML() }
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:20:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
18 | try await withThrowingTaskGroup(of: Void.self) { group in
19 | group.addTask { try await copyThemeResources() }
20 | group.addTask { try generateIndexHTML() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
21 | group.addTask { try await generateSectionHTML() }
22 | group.addTask { try await generatePageHTML() }
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:21:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
19 | group.addTask { try await copyThemeResources() }
20 | group.addTask { try generateIndexHTML() }
21 | group.addTask { try await generateSectionHTML() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
22 | group.addTask { try await generatePageHTML() }
23 | group.addTask { try await generateTagHTMLIfNeeded() }
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:22:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
20 | group.addTask { try generateIndexHTML() }
21 | group.addTask { try await generateSectionHTML() }
22 | group.addTask { try await generatePageHTML() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
23 | group.addTask { try await generateTagHTMLIfNeeded() }
24 |
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:23:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
21 | group.addTask { try await generateSectionHTML() }
22 | group.addTask { try await generatePageHTML() }
23 | group.addTask { try await generateTagHTMLIfNeeded() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
24 |
25 | // Throw any errors generated by the above set of operations:
[183/203] Compiling Publish MarkdownFileHandler.swift
/host/spi-builder-workspace/Sources/Publish/Internal/FileIOError.swift:8:9: warning: stored property 'path' of 'Sendable'-conforming struct 'FileIOError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
6 |
7 | internal struct FileIOError: Error {
8 | var path: Path
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'FileIOError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
9 | var reason: Reason
10 | }
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:19:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
17 | func generate() async throws {
18 | try await withThrowingTaskGroup(of: Void.self) { group in
19 | group.addTask { try await copyThemeResources() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
20 | group.addTask { try generateIndexHTML() }
21 | group.addTask { try await generateSectionHTML() }
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:20:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
18 | try await withThrowingTaskGroup(of: Void.self) { group in
19 | group.addTask { try await copyThemeResources() }
20 | group.addTask { try generateIndexHTML() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
21 | group.addTask { try await generateSectionHTML() }
22 | group.addTask { try await generatePageHTML() }
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:21:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
19 | group.addTask { try await copyThemeResources() }
20 | group.addTask { try generateIndexHTML() }
21 | group.addTask { try await generateSectionHTML() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
22 | group.addTask { try await generatePageHTML() }
23 | group.addTask { try await generateTagHTMLIfNeeded() }
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:22:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
20 | group.addTask { try generateIndexHTML() }
21 | group.addTask { try await generateSectionHTML() }
22 | group.addTask { try await generatePageHTML() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
23 | group.addTask { try await generateTagHTMLIfNeeded() }
24 |
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:23:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
21 | group.addTask { try await generateSectionHTML() }
22 | group.addTask { try await generatePageHTML() }
23 | group.addTask { try await generateTagHTMLIfNeeded() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
24 |
25 | // Throw any errors generated by the above set of operations:
[184/203] Compiling Publish MarkdownMetadataDecoder.swift
/host/spi-builder-workspace/Sources/Publish/Internal/FileIOError.swift:8:9: warning: stored property 'path' of 'Sendable'-conforming struct 'FileIOError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
6 |
7 | internal struct FileIOError: Error {
8 | var path: Path
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'FileIOError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
9 | var reason: Reason
10 | }
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:19:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
17 | func generate() async throws {
18 | try await withThrowingTaskGroup(of: Void.self) { group in
19 | group.addTask { try await copyThemeResources() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
20 | group.addTask { try generateIndexHTML() }
21 | group.addTask { try await generateSectionHTML() }
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:20:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
18 | try await withThrowingTaskGroup(of: Void.self) { group in
19 | group.addTask { try await copyThemeResources() }
20 | group.addTask { try generateIndexHTML() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
21 | group.addTask { try await generateSectionHTML() }
22 | group.addTask { try await generatePageHTML() }
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:21:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
19 | group.addTask { try await copyThemeResources() }
20 | group.addTask { try generateIndexHTML() }
21 | group.addTask { try await generateSectionHTML() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
22 | group.addTask { try await generatePageHTML() }
23 | group.addTask { try await generateTagHTMLIfNeeded() }
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:22:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
20 | group.addTask { try generateIndexHTML() }
21 | group.addTask { try await generateSectionHTML() }
22 | group.addTask { try await generatePageHTML() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
23 | group.addTask { try await generateTagHTMLIfNeeded() }
24 |
/host/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:23:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
21 | group.addTask { try await generateSectionHTML() }
22 | group.addTask { try await generatePageHTML() }
23 | group.addTask { try await generateTagHTMLIfNeeded() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
24 |
25 | // Throw any errors generated by the above set of operations:
[185/203] Compiling Publish Predicate.swift
/host/spi-builder-workspace/Sources/Publish/API/PublishingError.swift:14:16: warning: stored property 'path' of 'Sendable'-conforming struct 'PublishingError' has non-sendable type 'Path?'; this is an error in the Swift 6 language mode
12 | public var stepName: String?
13 | /// Any path that the error was encountered at.
14 | public var path: Path?
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'PublishingError' has non-sendable type 'Path?'; this is an error in the Swift 6 language mode
15 | /// An info message that gives more context about the error.
16 | public let infoMessage: String
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
[186/203] Compiling Publish PublishedWebsite.swift
/host/spi-builder-workspace/Sources/Publish/API/PublishingError.swift:14:16: warning: stored property 'path' of 'Sendable'-conforming struct 'PublishingError' has non-sendable type 'Path?'; this is an error in the Swift 6 language mode
12 | public var stepName: String?
13 | /// Any path that the error was encountered at.
14 | public var path: Path?
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'PublishingError' has non-sendable type 'Path?'; this is an error in the Swift 6 language mode
15 | /// An info message that gives more context about the error.
16 | public let infoMessage: String
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
[187/203] Compiling Publish PublishingContext.swift
/host/spi-builder-workspace/Sources/Publish/API/PublishingError.swift:14:16: warning: stored property 'path' of 'Sendable'-conforming struct 'PublishingError' has non-sendable type 'Path?'; this is an error in the Swift 6 language mode
12 | public var stepName: String?
13 | /// Any path that the error was encountered at.
14 | public var path: Path?
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'PublishingError' has non-sendable type 'Path?'; this is an error in the Swift 6 language mode
15 | /// An info message that gives more context about the error.
16 | public let infoMessage: String
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
[188/203] Compiling Publish PublishingError.swift
/host/spi-builder-workspace/Sources/Publish/API/PublishingError.swift:14:16: warning: stored property 'path' of 'Sendable'-conforming struct 'PublishingError' has non-sendable type 'Path?'; this is an error in the Swift 6 language mode
12 | public var stepName: String?
13 | /// Any path that the error was encountered at.
14 | public var path: Path?
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'PublishingError' has non-sendable type 'Path?'; this is an error in the Swift 6 language mode
15 | /// An info message that gives more context about the error.
16 | public let infoMessage: String
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
[189/203] Compiling Publish PublishingStep.swift
/host/spi-builder-workspace/Sources/Publish/API/PublishingError.swift:14:16: warning: stored property 'path' of 'Sendable'-conforming struct 'PublishingError' has non-sendable type 'Path?'; this is an error in the Swift 6 language mode
12 | public var stepName: String?
13 | /// Any path that the error was encountered at.
14 | public var path: Path?
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'PublishingError' has non-sendable type 'Path?'; this is an error in the Swift 6 language mode
15 | /// An info message that gives more context about the error.
16 | public let infoMessage: String
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
[190/203] Compiling Publish RSSFeedConfiguration.swift
/host/spi-builder-workspace/Sources/Publish/API/PublishingError.swift:14:16: warning: stored property 'path' of 'Sendable'-conforming struct 'PublishingError' has non-sendable type 'Path?'; this is an error in the Swift 6 language mode
12 | public var stepName: String?
13 | /// Any path that the error was encountered at.
14 | public var path: Path?
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'PublishingError' has non-sendable type 'Path?'; this is an error in the Swift 6 language mode
15 | /// An info message that gives more context about the error.
16 | public let infoMessage: String
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
[191/203] Compiling Publish Section.swift
/host/spi-builder-workspace/Sources/Publish/API/PublishingError.swift:14:16: warning: stored property 'path' of 'Sendable'-conforming struct 'PublishingError' has non-sendable type 'Path?'; this is an error in the Swift 6 language mode
12 | public var stepName: String?
13 | /// Any path that the error was encountered at.
14 | public var path: Path?
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'PublishingError' has non-sendable type 'Path?'; this is an error in the Swift 6 language mode
15 | /// An info message that gives more context about the error.
16 | public let infoMessage: String
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
[192/203] Compiling Publish PodcastError.swift
/host/spi-builder-workspace/Sources/Publish/Internal/PodcastError.swift:8:9: warning: stored property 'path' of 'Sendable'-conforming struct 'PodcastError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
6 |
7 | internal struct PodcastError: Error {
8 | var path: Path
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'PodcastError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
9 | var reason: Reason
10 | }
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
[193/203] Compiling Publish PodcastFeedGenerator.swift
/host/spi-builder-workspace/Sources/Publish/Internal/PodcastError.swift:8:9: warning: stored property 'path' of 'Sendable'-conforming struct 'PodcastError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
6 |
7 | internal struct PodcastError: Error {
8 | var path: Path
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'PodcastError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
9 | var reason: Reason
10 | }
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
[194/203] Compiling Publish PublishingPipeline.swift
/host/spi-builder-workspace/Sources/Publish/Internal/PodcastError.swift:8:9: warning: stored property 'path' of 'Sendable'-conforming struct 'PodcastError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
6 |
7 | internal struct PodcastError: Error {
8 | var path: Path
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'PodcastError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
9 | var reason: Reason
10 | }
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
[195/203] Compiling Publish RSSFeedGenerator.swift
/host/spi-builder-workspace/Sources/Publish/Internal/PodcastError.swift:8:9: warning: stored property 'path' of 'Sendable'-conforming struct 'PodcastError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
6 |
7 | internal struct PodcastError: Error {
8 | var path: Path
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'PodcastError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
9 | var reason: Reason
10 | }
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
[196/203] Compiling Publish ShellOutError+PublishingErrorConvertible.swift
/host/spi-builder-workspace/Sources/Publish/Internal/PodcastError.swift:8:9: warning: stored property 'path' of 'Sendable'-conforming struct 'PodcastError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
6 |
7 | internal struct PodcastError: Error {
8 | var path: Path
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'PodcastError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
9 | var reason: Reason
10 | }
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
[197/203] Compiling Publish SiteMapGenerator.swift
/host/spi-builder-workspace/Sources/Publish/Internal/PodcastError.swift:8:9: warning: stored property 'path' of 'Sendable'-conforming struct 'PodcastError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
6 |
7 | internal struct PodcastError: Error {
8 | var path: Path
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'PodcastError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
9 | var reason: Reason
10 | }
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
[198/203] Compiling Publish String+Normalized.swift
/host/spi-builder-workspace/Sources/Publish/Internal/PodcastError.swift:8:9: warning: stored property 'path' of 'Sendable'-conforming struct 'PodcastError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
6 |
7 | internal struct PodcastError: Error {
8 | var path: Path
| `- warning: stored property 'path' of 'Sendable'-conforming struct 'PodcastError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
9 | var reason: Reason
10 | }
/host/spi-builder-workspace/Sources/Publish/API/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
9 | /// Type used to express a path within a website, either to a
10 | /// location or to a resource, such as a file or image.
11 | public struct Path: StringWrapper {
| `- note: consider making struct 'Path' conform to the 'Sendable' protocol
12 | public var string: String
13 |
[199/204] Wrapping AST for Publish for debugging
[201/212] Compiling PublishCLICore WebsiteGenerator.swift
[202/213] Compiling PublishCLICore ProjectKind.swift
[203/213] Compiling PublishCLICore WebsiteDeployer.swift
[204/213] Compiling PublishCLICore Folder+SwiftPackage.swift
[205/213] Emitting module PublishCLICore
[206/213] Compiling PublishCLICore CLI.swift
[207/213] Compiling PublishCLICore CLIError.swift
[208/213] Compiling PublishCLICore ProjectGenerator.swift
[209/213] Compiling PublishCLICore WebsiteRunner.swift
/host/spi-builder-workspace/Sources/PublishCLICore/WebsiteRunner.swift:33:51: warning: capture of 'self' with non-sendable type 'WebsiteRunner' in a '@Sendable' closure; this is an error in the Swift 6 language mode
9 | import ShellOut
10 |
11 | internal struct WebsiteRunner {
| `- note: consider making struct 'WebsiteRunner' conform to the 'Sendable' protocol
12 | let folder: Folder
13 | var portNumber: Int
:
31 | do {
32 | _ = try shellOut(
33 | to: "python3 -m http.server \(self.portNumber)",
| `- warning: capture of 'self' with non-sendable type 'WebsiteRunner' in a '@Sendable' closure; this is an error in the Swift 6 language mode
34 | at: outputFolder.path,
35 | process: serverProcess
/host/spi-builder-workspace/Sources/PublishCLICore/WebsiteRunner.swift:34:25: warning: capture of 'outputFolder' with non-sendable type 'Folder' in a '@Sendable' closure; this is an error in the Swift 6 language mode
32 | _ = try shellOut(
33 | to: "python3 -m http.server \(self.portNumber)",
34 | at: outputFolder.path,
| `- warning: capture of 'outputFolder' with non-sendable type 'Folder' in a '@Sendable' closure; this is an error in the Swift 6 language mode
35 | process: serverProcess
36 | )
/host/spi-builder-workspace/.build/checkouts/files/Sources/Files.swift:478:15: note: struct 'Folder' does not conform to the 'Sendable' protocol
476 | /// folder by initializing an instance with a `path`, or you can create new
477 | /// subfolders using this type's various `createSubfolder...` APIs.
478 | public struct Folder: Location {
| `- note: struct 'Folder' does not conform to the 'Sendable' protocol
479 | public let storage: Storage<Folder>
480 |
/host/spi-builder-workspace/Sources/PublishCLICore/WebsiteRunner.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Files'
6 |
7 | import Foundation
8 | import Files
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Files'
9 | import ShellOut
10 |
/host/spi-builder-workspace/Sources/PublishCLICore/WebsiteRunner.swift:73:72: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
71 | }
72 |
73 | fputs("\n❌ Failed to start local web server:\n\(message)\n", stderr)
| `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
74 | }
75 | }
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
| `- note: var declared here
146 | /* C89/C99 say they're macros. Make them happy. */
147 | #define stdin stdin
[210/214] Wrapping AST for PublishCLICore for debugging
[212/216] Compiling PublishCLI main.swift
/host/spi-builder-workspace/Sources/PublishCLI/main.swift:24:29: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
22 | try cli.run()
23 | } catch {
24 | fputs("❌ \(error)\n", stderr)
| `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
25 | exit(1)
26 | }
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
| `- note: var declared here
146 | /* C89/C99 say they're macros. Make them happy. */
147 | #define stdin stdin
[213/216] Emitting module PublishCLI
/host/spi-builder-workspace/Sources/PublishCLI/main.swift:24:29: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
22 | try cli.run()
23 | } catch {
24 | fputs("❌ \(error)\n", stderr)
| `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
25 | exit(1)
26 | }
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
| `- note: var declared here
146 | /* C89/C99 say they're macros. Make them happy. */
147 | #define stdin stdin
[214/217] Wrapping AST for PublishCLI for debugging
[215/217] Write Objects.LinkFileList
[216/217] Linking publish-cli
Build complete! (32.71s)
Build complete.
{
"dependencies" : [
{
"identity" : "ink",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnsundell/ink.git"
},
{
"identity" : "plot",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnsundell/plot.git"
},
{
"identity" : "files",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnsundell/files.git"
},
{
"identity" : "codextended",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnsundell/codextended.git"
},
{
"identity" : "shellout",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnsundell/shellout.git"
},
{
"identity" : "sweep",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnsundell/sweep.git"
},
{
"identity" : "collectionconcurrencykit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnsundell/collectionConcurrencyKit.git"
}
],
"manifest_display_name" : "Publish",
"name" : "Publish",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Publish",
"targets" : [
"Publish"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "publish-cli",
"targets" : [
"PublishCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "PublishTests",
"module_type" : "SwiftTarget",
"name" : "PublishTests",
"path" : "Tests/PublishTests",
"sources" : [
"Infrastructure/AnyError.swift",
"Infrastructure/Assertions.swift",
"Infrastructure/Files+Temporary.swift",
"Infrastructure/HTMLFactoryMock.swift",
"Infrastructure/Item+Stubbable.swift",
"Infrastructure/Page+Stubbable.swift",
"Infrastructure/PublishTestCase.swift",
"Infrastructure/Require.swift",
"Infrastructure/String+Unique.swift",
"Infrastructure/Stubbable.swift",
"Infrastructure/WebsiteStub.swift",
"Tests/CLITests.swift",
"Tests/ContentMutationTests.swift",
"Tests/DeploymentTests.swift",
"Tests/ErrorTests.swift",
"Tests/FileIOTests.swift",
"Tests/HTMLGenerationTests.swift",
"Tests/MarkdownTests.swift",
"Tests/PathTests.swift",
"Tests/PlotComponentTests.swift",
"Tests/PluginTests.swift",
"Tests/PodcastFeedGenerationTests.swift",
"Tests/PublishingContextTests.swift",
"Tests/RSSFeedGenerationTests.swift",
"Tests/SiteMapGenerationTests.swift",
"Tests/WebsiteTests.swift"
],
"target_dependencies" : [
"Publish",
"PublishCLICore"
],
"type" : "test"
},
{
"c99name" : "PublishCLICore",
"module_type" : "SwiftTarget",
"name" : "PublishCLICore",
"path" : "Sources/PublishCLICore",
"product_memberships" : [
"publish-cli"
],
"sources" : [
"CLI.swift",
"CLIError.swift",
"Folder+SwiftPackage.swift",
"ProjectGenerator.swift",
"ProjectKind.swift",
"WebsiteDeployer.swift",
"WebsiteGenerator.swift",
"WebsiteRunner.swift"
],
"target_dependencies" : [
"Publish"
],
"type" : "library"
},
{
"c99name" : "PublishCLI",
"module_type" : "SwiftTarget",
"name" : "PublishCLI",
"path" : "Sources/PublishCLI",
"product_memberships" : [
"publish-cli"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"PublishCLICore"
],
"type" : "executable"
},
{
"c99name" : "Publish",
"module_type" : "SwiftTarget",
"name" : "Publish",
"path" : "Sources/Publish",
"product_dependencies" : [
"Ink",
"Plot",
"Files",
"Codextended",
"ShellOut",
"Sweep",
"CollectionConcurrencyKit"
],
"product_memberships" : [
"Publish",
"publish-cli"
],
"sources" : [
"API/AnyItem.swift",
"API/Audio.swift",
"API/Content.swift",
"API/ContentProtocol.swift",
"API/DeploymentMethod.swift",
"API/Favicon.swift",
"API/FeedConfiguration.swift",
"API/HTMLFactory.swift",
"API/HTMLFileMode.swift",
"API/Index.swift",
"API/Item.swift",
"API/ItemRSSProperties.swift",
"API/Location.swift",
"API/Mutations.swift",
"API/Page.swift",
"API/Path.swift",
"API/PlotComponents.swift",
"API/PlotEnvironmentKeys.swift",
"API/PlotModifiers.swift",
"API/Plugin.swift",
"API/PodcastAuthor.swift",
"API/PodcastCompatibleWebsiteItemMetadata.swift",
"API/PodcastEpisodeMetadata.swift",
"API/PodcastFeedConfiguration.swift",
"API/Predicate.swift",
"API/PublishedWebsite.swift",
"API/PublishingContext.swift",
"API/PublishingError.swift",
"API/PublishingStep.swift",
"API/RSSFeedConfiguration.swift",
"API/Section.swift",
"API/SectionMap.swift",
"API/SortOrder.swift",
"API/StringWrapper.swift",
"API/Tag.swift",
"API/TagDetailsPage.swift",
"API/TagHTMLConfiguration.swift",
"API/TagListPage.swift",
"API/Theme+Foundation.swift",
"API/Theme.swift",
"API/Video.swift",
"API/Website.swift",
"Internal/Array+Appending.swift",
"Internal/CommandLine+Output.swift",
"Internal/ContentError.swift",
"Internal/File+SwiftPackageFolder.swift",
"Internal/FileIOError.swift",
"Internal/Folder+Group.swift",
"Internal/HTMLGenerator.swift",
"Internal/MarkdownContentFactory.swift",
"Internal/MarkdownFileHandler.swift",
"Internal/MarkdownMetadataDecoder.swift",
"Internal/PodcastError.swift",
"Internal/PodcastFeedGenerator.swift",
"Internal/PublishingPipeline.swift",
"Internal/RSSFeedGenerator.swift",
"Internal/ShellOutError+PublishingErrorConvertible.swift",
"Internal/SiteMapGenerator.swift",
"Internal/String+Normalized.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
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.