The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Publish, reference 0.9.0 (1c8ad0), with Swift 6.1 for Android on 28 May 2025 06:13:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JohnSundell/Publish.git
Reference: 0.9.0
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
 * tag               0.9.0      -> FETCH_HEAD
HEAD is now at 1c8ad00 README: Update Swift version badge to 5.5
Cloned https://github.com/JohnSundell/Publish.git
Revision (git rev-parse @):
1c8ad00d39c985cb5d497153241a2f1b654e0d40
SUCCESS checkout https://github.com/JohnSundell/Publish.git at 0.9.0
========================================
Build
========================================
Selected platform:         android
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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/johnsundell/shellout.git
Fetching https://github.com/johnsundell/codextended.git
Fetching https://github.com/johnsundell/sweep.git
Fetching https://github.com/johnsundell/files.git
Fetching https://github.com/johnsundell/collectionConcurrencyKit.git
Fetching https://github.com/johnsundell/plot.git
[1/181] Fetching codextended
[182/265] Fetching codextended, collectionconcurrencykit
[266/2351] Fetching codextended, collectionconcurrencykit, plot
[1080/3587] Fetching codextended, collectionconcurrencykit, plot, files
[2189/3703] Fetching codextended, collectionconcurrencykit, plot, files, sweep
[3704/4663] Fetching codextended, collectionconcurrencykit, plot, files, sweep, shellout
Fetched https://github.com/johnsundell/collectionConcurrencyKit.git from cache (0.31s)
Fetching https://github.com/johnsundell/ink.git
Fetched https://github.com/johnsundell/codextended.git from cache (0.33s)
Fetched https://github.com/johnsundell/sweep.git from cache (0.33s)
Fetched https://github.com/johnsundell/plot.git from cache (0.33s)
Fetched https://github.com/johnsundell/files.git from cache (0.33s)
Fetched https://github.com/johnsundell/shellout.git from cache (0.35s)
[1/1905] Fetching ink
Fetched https://github.com/johnsundell/ink.git from cache (0.25s)
Computing version for https://github.com/johnsundell/sweep.git
Computed https://github.com/johnsundell/sweep.git at 0.4.0 (1.07s)
Computing version for https://github.com/johnsundell/shellout.git
Computed https://github.com/johnsundell/shellout.git at 2.3.0 (2.86s)
Computing version for https://github.com/johnsundell/collectionConcurrencyKit.git
Computed https://github.com/johnsundell/collectionConcurrencyKit.git at 0.2.0 (1.93s)
Computing version for https://github.com/johnsundell/codextended.git
Computed https://github.com/johnsundell/codextended.git at 0.3.0 (0.88s)
Computing version for https://github.com/johnsundell/files.git
Computed https://github.com/johnsundell/files.git at 4.2.0 (1.16s)
Computing version for https://github.com/johnsundell/ink.git
Computed https://github.com/johnsundell/ink.git at 0.6.0 (0.54s)
Computing version for https://github.com/johnsundell/plot.git
Computed https://github.com/johnsundell/plot.git at 0.14.0 (0.60s)
Creating working copy for https://github.com/johnsundell/collectionConcurrencyKit.git
Working copy of https://github.com/johnsundell/collectionConcurrencyKit.git resolved at 0.2.0
Creating working copy for https://github.com/johnsundell/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/ink.git
Working copy of https://github.com/johnsundell/ink.git resolved at 0.6.0
Creating working copy for https://github.com/johnsundell/shellout.git
Working copy of https://github.com/johnsundell/shellout.git resolved at 2.3.0
Building for debugging...
[0/23] Write sources
[10/23] Write swift-version-24593BA9C3E375BF.txt
[12/124] Emitting module CollectionConcurrencyKit
[13/124] Compiling CollectionConcurrencyKit CollectionConcurrencyKit.swift
[15/125] Compiling Ink NamedURLCollection.swift
[16/125] Compiling Ink Paragraph.swift
[17/125] Compiling Ink PlainTextConvertible.swift
[18/125] Compiling Ink Readable.swift
[18/126] Wrapping AST for CollectionConcurrencyKit for debugging
[20/129] Compiling Ink HTMLConvertible.swift
[21/129] Compiling Ink Hashable+AnyOf.swift
[22/129] Compiling Ink Heading.swift
[23/129] Compiling Ink HorizontalLine.swift
[24/129] Compiling Ink Image.swift
[25/129] Compiling Ink InlineCode.swift
[26/129] Compiling Ink KeyPathPatterns.swift
[27/129] Compiling Ink Link.swift
[28/129] Compiling Ink List.swift
[29/129] Compiling Ink Metadata.swift
[30/129] Compiling Ink Modifiable.swift
[31/129] Compiling Ink ModifierCollection.swift
[32/129] Compiling Ink Markdown.swift
[33/129] Compiling Ink MarkdownParser.swift
[34/129] Compiling Ink Modifier.swift
[35/129] Compiling Ink Blockquote.swift
[36/129] Compiling Ink Character+Classification.swift
[37/129] Emitting module Ink
[38/129] Compiling Ink Character+Escaping.swift
[39/129] Compiling Ink CodeBlock.swift
[40/129] Compiling Ink FormattedText.swift
[41/129] Compiling Ink Fragment.swift
[42/129] Compiling Ink HTML.swift
[43/129] Emitting module Plot
[44/137] Compiling Ink TextStyle.swift
[45/137] Compiling Ink TextStyleMarker.swift
[46/137] Compiling Ink URL.swift
[47/137] Compiling Ink URLDeclaration.swift
[48/137] Compiling Files Files.swift
[49/137] Emitting module Files
[50/138] Emitting module Sweep
[51/138] Compiling Sweep Sweep.swift
[52/138] Emitting module ShellOut
[53/138] Compiling ShellOut ShellOut.swift
[54/140] Compiling Plot SiteMapElements.swift
[55/140] Compiling Plot TwitterCardType.swift
[56/140] Compiling Plot URLRepresentable.swift
[57/140] Compiling Plot XML.swift
[58/140] Compiling Plot XMLAttributes.swift
[59/140] Compiling Plot XMLElements.swift
[60/140] Compiling Plot AnyAttribute.swift
[61/140] Compiling Plot AnyElement.swift
[62/140] Compiling Plot PodcastMediaType.swift
[63/140] Compiling Plot PodcastType.swift
[64/140] Compiling Plot RSS.swift
[65/140] Compiling Plot RSSAttributes.swift
[66/140] Compiling Plot RSSElements.swift
[67/140] Compiling Plot Renderable.swift
[68/140] Compiling Plot SiteMap.swift
[69/140] Compiling Plot SiteMapChangeFrequency.swift
[78/140] Compiling Ink Reader.swift
[79/140] Compiling Ink Require.swift
[80/140] Compiling Ink Substring+Trimming.swift
[81/140] Compiling Ink Table.swift
[92/141] Compiling Plot AnyEnvironmentValue.swift
[93/141] Compiling Plot AnyNode.swift
[94/141] Compiling Plot ElementRenderingBuffer.swift
[95/141] Compiling Plot ElementWrapper.swift
[96/141] Compiling Plot Environment.swift
[97/141] Compiling Plot ModifiedComponent.swift
[98/141] Compiling Plot Renderer.swift
[99/141] Compiling Plot String+Escaping.swift
[100/141] Emitting module Codextended
[101/141] Compiling Codextended Codextended.swift
[112/142] Compiling Plot Document.swift
[122/142] Compiling Plot Node.swift
[123/142] Compiling Plot NodeConvertible.swift
[124/142] Compiling Plot Optional+Component.swift
[125/142] Compiling Plot PodcastAttributes.swift
[126/142] Compiling Plot PodcastComponents.swift
[127/142] Compiling Plot PodcastElements.swift
[128/142] Compiling Plot PodcastEpisodeType.swift
[129/142] Compiling Plot PodcastFeed.swift
[131/143] Wrapping AST for Sweep for debugging
[132/143] Wrapping AST for ShellOut for debugging
[133/143] Wrapping AST for Files for debugging
[135/143] Wrapping AST for Plot for debugging
[136/143] Wrapping AST for Ink for debugging
[137/143] Wrapping AST for Codextended for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[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/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
/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 SectionMap.swift
[141/203] Compiling Publish SortOrder.swift
[142/203] Compiling Publish StringWrapper.swift
[143/203] Compiling Publish Tag.swift
[144/203] Compiling Publish TagDetailsPage.swift
[145/203] Compiling Publish TagHTMLConfiguration.swift
[146/203] Compiling Publish TagListPage.swift
[147/203] Compiling Publish AnyItem.swift
[148/203] Compiling Publish Audio.swift
[149/203] Compiling Publish Content.swift
[150/203] Compiling Publish ContentProtocol.swift
[151/203] Compiling Publish DeploymentMethod.swift
[152/203] Compiling Publish Favicon.swift
[153/203] Compiling Publish FeedConfiguration.swift
[154/203] Compiling Publish HTMLFactory.swift
[155/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:
[156/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:
[157/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:
[158/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:
[159/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:
[160/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:
[161/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:
[162/203] Compiling Publish Theme+Foundation.swift
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
/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 |
[163/203] Compiling Publish Theme.swift
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
/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 |
[164/203] Compiling Publish Video.swift
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
/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 |
[165/203] Compiling Publish Website.swift
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
/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 |
[166/203] Compiling Publish Array+Appending.swift
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
/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 |
[167/203] Compiling Publish CommandLine+Output.swift
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
/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 |
[168/203] Compiling Publish ContentError.swift
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
/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 |
[169/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 |
[170/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 |
[171/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 |
[172/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 |
[173/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 |
[174/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 |
[175/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 |
[176/203] Compiling Publish HTMLFileMode.swift
[177/203] Compiling Publish Index.swift
[178/203] Compiling Publish Item.swift
[179/203] Compiling Publish ItemRSSProperties.swift
[180/203] Compiling Publish Location.swift
[181/203] Compiling Publish Mutations.swift
[182/203] Compiling Publish Page.swift
[183/203] Compiling Publish Path.swift
[184/203] Compiling Publish PlotComponents.swift
[185/203] Compiling Publish PlotEnvironmentKeys.swift
[186/203] Compiling Publish PlotModifiers.swift
[187/203] Compiling Publish Plugin.swift
[188/203] Compiling Publish PodcastAuthor.swift
[189/203] Compiling Publish PodcastCompatibleWebsiteItemMetadata.swift
[190/203] Compiling Publish PodcastEpisodeMetadata.swift
[191/203] Compiling Publish PodcastFeedConfiguration.swift
[192/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 |
[193/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 |
[194/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 |
[195/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 |
[196/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 |
[197/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 |
[198/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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/13] Write swift-version-24593BA9C3E375BF.txt
[2/83] Emitting module Codextended
[3/83] Emitting module ShellOut
[4/88] Emitting module Sweep
[5/114] Compiling Codextended Codextended.swift
[6/115] Compiling Plot SiteMapElements.swift
[7/115] Compiling Plot TwitterCardType.swift
[8/115] Compiling Plot URLRepresentable.swift
[9/115] Compiling Plot XML.swift
[10/115] Compiling Plot XMLAttributes.swift
[11/115] Compiling Plot XMLElements.swift
[12/115] Compiling Plot AnyAttribute.swift
[13/115] Compiling Plot AnyElement.swift
[15/115] Emitting module CollectionConcurrencyKit
[16/115] Compiling CollectionConcurrencyKit CollectionConcurrencyKit.swift
[17/124] Emitting module Ink
[18/127] Compiling Ink NamedURLCollection.swift
[19/127] Compiling Ink Paragraph.swift
[20/127] Compiling Ink PlainTextConvertible.swift
[21/127] Compiling Ink Readable.swift
[22/127] Compiling Sweep Sweep.swift
[24/127] Compiling ShellOut ShellOut.swift
[25/128] Compiling Ink Reader.swift
[26/128] Compiling Ink Require.swift
[27/128] Compiling Ink Substring+Trimming.swift
[28/128] Compiling Ink Table.swift
[29/128] Compiling Ink Image.swift
[30/128] Compiling Ink InlineCode.swift
[31/128] Compiling Ink KeyPathPatterns.swift
[32/128] Compiling Ink Link.swift
[33/128] Compiling Ink HTMLConvertible.swift
[34/128] Compiling Ink Hashable+AnyOf.swift
[35/128] Compiling Ink Heading.swift
[36/128] Compiling Ink HorizontalLine.swift
[37/128] Compiling Ink List.swift
[38/128] Compiling Ink Metadata.swift
[39/128] Compiling Ink Modifiable.swift
[40/128] Compiling Ink ModifierCollection.swift
[42/128] Emitting module Plot
[44/128] Compiling Plot Node.swift
[45/128] Compiling Plot NodeConvertible.swift
[46/128] Compiling Plot Optional+Component.swift
[47/128] Compiling Plot PodcastAttributes.swift
[48/128] Compiling Plot PodcastComponents.swift
[49/128] Compiling Plot PodcastElements.swift
[50/128] Compiling Plot PodcastEpisodeType.swift
[51/128] Compiling Plot PodcastFeed.swift
[52/128] Compiling Plot PodcastMediaType.swift
[53/128] Compiling Plot PodcastType.swift
[54/128] Compiling Plot RSS.swift
[55/128] Compiling Plot RSSAttributes.swift
[56/128] Compiling Plot RSSElements.swift
[57/128] Compiling Plot Renderable.swift
[58/128] Compiling Plot SiteMap.swift
[59/128] Compiling Plot SiteMapChangeFrequency.swift
[60/128] Compiling Ink Markdown.swift
[61/128] Compiling Ink MarkdownParser.swift
[62/128] Compiling Ink Modifier.swift
[63/128] Compiling Ink Blockquote.swift
[64/128] Compiling Ink Character+Classification.swift
[65/128] Compiling Ink Character+Escaping.swift
[66/128] Compiling Ink CodeBlock.swift
[67/128] Compiling Ink FormattedText.swift
[68/128] Compiling Ink Fragment.swift
[69/128] Compiling Ink HTML.swift
[88/127] Emitting module Files
[89/127] Compiling Files Files.swift
[90/128] Compiling Ink TextStyle.swift
[91/128] Compiling Ink TextStyleMarker.swift
[92/128] Compiling Ink URL.swift
[93/128] Compiling Ink URLDeclaration.swift
[102/128] Compiling Plot Language.swift
[104/128] Compiling Plot AnyEnvironmentValue.swift
[105/128] Compiling Plot AnyNode.swift
[106/128] Compiling Plot ElementRenderingBuffer.swift
[107/128] Compiling Plot ElementWrapper.swift
[108/128] Compiling Plot Environment.swift
[109/128] Compiling Plot ModifiedComponent.swift
[110/128] Compiling Plot Renderer.swift
[111/128] Compiling Plot String+Escaping.swift
[111/127] Wrapping AST for Ink for debugging
[122/128] Wrapping AST for Plot for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[124/181] Emitting module Publish
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
[125/188] Compiling Publish AnyItem.swift
[126/188] Compiling Publish Audio.swift
[127/188] Compiling Publish Content.swift
[128/188] Compiling Publish ContentProtocol.swift
[129/188] Compiling Publish DeploymentMethod.swift
[130/188] Compiling Publish Favicon.swift
[131/188] Compiling Publish FeedConfiguration.swift
[132/188] Compiling Publish HTMLFactory.swift
[133/188] Compiling Publish SectionMap.swift
[134/188] Compiling Publish SortOrder.swift
[135/188] Compiling Publish StringWrapper.swift
[136/188] Compiling Publish Tag.swift
[137/188] Compiling Publish TagDetailsPage.swift
[138/188] Compiling Publish TagHTMLConfiguration.swift
[139/188] Compiling Publish TagListPage.swift
[140/188] Compiling Publish HTMLFileMode.swift
[141/188] Compiling Publish Index.swift
[142/188] Compiling Publish Item.swift
[143/188] Compiling Publish ItemRSSProperties.swift
[144/188] Compiling Publish Location.swift
[145/188] Compiling Publish Mutations.swift
[146/188] Compiling Publish Page.swift
[147/188] Compiling Publish Path.swift
[148/188] Compiling Publish Predicate.swift
[149/188] Compiling Publish PublishedWebsite.swift
[150/188] Compiling Publish PublishingContext.swift
[151/188] Compiling Publish PublishingError.swift
[152/188] Compiling Publish PublishingStep.swift
[153/188] Compiling Publish RSSFeedConfiguration.swift
[154/188] Compiling Publish Section.swift
[155/188] Compiling Publish PlotComponents.swift
[156/188] Compiling Publish PlotEnvironmentKeys.swift
[157/188] Compiling Publish PlotModifiers.swift
[158/188] Compiling Publish Plugin.swift
[159/188] Compiling Publish PodcastAuthor.swift
[160/188] Compiling Publish PodcastCompatibleWebsiteItemMetadata.swift
[161/188] Compiling Publish PodcastEpisodeMetadata.swift
[162/188] Compiling Publish PodcastFeedConfiguration.swift
[163/188] Compiling Publish File+SwiftPackageFolder.swift
[164/188] Compiling Publish FileIOError.swift
[165/188] Compiling Publish Folder+Group.swift
[166/188] Compiling Publish HTMLGenerator.swift
[167/188] Compiling Publish MarkdownContentFactory.swift
[168/188] Compiling Publish MarkdownFileHandler.swift
[169/188] Compiling Publish MarkdownMetadataDecoder.swift
[170/188] Compiling Publish Theme+Foundation.swift
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
[171/188] Compiling Publish Theme.swift
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
[172/188] Compiling Publish Video.swift
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
[173/188] Compiling Publish Website.swift
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
[174/188] Compiling Publish Array+Appending.swift
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
[175/188] Compiling Publish CommandLine+Output.swift
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
[176/188] Compiling Publish ContentError.swift
/host/spi-builder-workspace/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
[177/188] Compiling Publish PodcastError.swift
[178/188] Compiling Publish PodcastFeedGenerator.swift
[179/188] Compiling Publish PublishingPipeline.swift
[180/188] Compiling Publish RSSFeedGenerator.swift
[181/188] Compiling Publish ShellOutError+PublishingErrorConvertible.swift
[182/188] Compiling Publish SiteMapGenerator.swift
[183/188] Compiling Publish String+Normalized.swift
BUILD FAILURE 6.1 android