Build Information
Successful build of Publish, reference master (58e943
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 11:23:57 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JohnSundell/Publish.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JohnSundell/Publish
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 58e9430 Foundation theme: Add margin to tags (#133)
Cloned https://github.com/JohnSundell/Publish.git
Revision (git rev-parse @):
58e943047882a5a6d8135ae2711be8ba7fba57c4
SUCCESS checkout https://github.com/JohnSundell/Publish.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/JohnSundell/Publish.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/15] Write sources
[5/15] Write publish-cli-entitlement.plist
[5/15] Write sources
[11/15] Write swift-version-1EA4D86E10B52AF.txt
[13/119] Compiling CollectionConcurrencyKit CollectionConcurrencyKit.swift
[14/119] Emitting module CollectionConcurrencyKit
[15/119] Compiling Plot XMLAttributes.swift
[16/119] Compiling Plot XMLElements.swift
[17/119] Compiling Plot AnyAttribute.swift
[18/119] Compiling Plot AnyElement.swift
[19/119] Compiling Plot AnyEnvironmentValue.swift
[20/119] Compiling Plot AnyNode.swift
[21/125] Compiling Plot HTMLButtonType.swift
[22/125] Compiling Plot HTMLComponents.swift
[23/125] Compiling Plot HTMLElements.swift
[24/125] Compiling Plot EnvironmentKey.swift
[25/125] Compiling Plot EnvironmentValue.swift
[26/125] Compiling Plot HTML.swift
[27/128] Compiling Plot Document.swift
[28/128] Compiling Plot DocumentEncoding.swift
[29/128] Compiling Plot Element.swift
[30/128] Compiling Plot ElementClosingMode.swift
[31/128] Compiling Plot HTMLAnchorRelationship.swift
[32/128] Compiling Plot HTMLAnchorTarget.swift
[33/128] Compiling Plot HTMLAttributes.swift
[34/128] Compiling Plot HTMLAudioFormat.swift
[35/128] Compiling Plot ElementComponent.swift
[36/128] Compiling Plot ElementDefinition.swift
[37/128] Compiling Plot EmptyComponent.swift
[38/128] Emitting module Ink
[39/128] Compiling Plot Attribute.swift
[40/128] Compiling Plot Component.swift
[41/128] Compiling Plot ComponentAttributes.swift
[42/128] Compiling Plot ComponentBuilder.swift
[43/128] Compiling Plot ComponentContainer.swift
[44/128] Compiling Plot ComponentGroup.swift
[45/128] Compiling Plot ControlFlow.swift
[46/128] Compiling Plot Directionality.swift
[47/128] Compiling Ink TextStyleMarker.swift
[48/128] Compiling Ink URL.swift
[49/128] Compiling Ink URLDeclaration.swift
[50/128] Compiling Plot SiteMap.swift
[51/128] Compiling Plot SiteMapChangeFrequency.swift
[52/128] Compiling Plot SiteMapElements.swift
[53/128] Compiling Plot TwitterCardType.swift
[54/128] Compiling Plot URLRepresentable.swift
[55/128] Compiling Plot XML.swift
[56/128] Compiling Plot HTMLFormContentType.swift
[57/128] Compiling Plot HTMLFormMethod.swift
[58/128] Compiling Plot HTMLInputType.swift
[59/128] Compiling Plot Node.swift
[60/128] Compiling Plot NodeConvertible.swift
[61/128] Compiling Plot Optional+Component.swift
[62/128] Emitting module Plot
[63/128] Compiling Codextended Codextended.swift
[68/128] Emitting module Codextended
[79/128] Compiling Plot ElementRenderingBuffer.swift
[80/128] Compiling Plot ElementWrapper.swift
[81/128] Compiling Plot Environment.swift
[82/128] Compiling Plot ModifiedComponent.swift
[83/128] Compiling Plot Renderer.swift
[84/128] Compiling Plot String+Escaping.swift
[91/128] Compiling Plot PodcastEpisodeType.swift
[92/128] Compiling Plot HTMLLinkRelationship.swift
[93/128] Compiling Plot HTMLListStyle.swift
[94/128] Compiling Plot HTMLVideoFormat.swift
[95/128] Compiling Plot HTMLViewportFitMode.swift
[96/128] Compiling Plot HTMLViewportWidthMode.swift
[97/128] Compiling Plot Indentation.swift
[98/128] Compiling Plot Language.swift
[99/128] Compiling Plot PodcastFeed.swift
[100/128] Compiling Plot PodcastMediaType.swift
[101/128] Compiling Plot PodcastType.swift
[102/128] Compiling Plot RSS.swift
[103/128] Compiling Plot RSSAttributes.swift
[104/128] Compiling Plot RSSElements.swift
[105/128] Compiling Plot Renderable.swift
[106/128] Emitting module Sweep
[107/128] Compiling Sweep Sweep.swift
[122/128] Compiling ShellOut ShellOut.swift
[123/128] Emitting module ShellOut
[124/128] Emitting module Files
[125/128] Compiling Files Files.swift
[126/183] Compiling Publish AnyItem.swift
[127/183] Compiling Publish Audio.swift
[128/183] Compiling Publish Content.swift
[129/183] Compiling Publish ContentProtocol.swift
[130/183] Compiling Publish DeploymentMethod.swift
[131/183] Compiling Publish Favicon.swift
[132/188] Compiling Publish Array+Appending.swift
[133/188] Compiling Publish CommandLine+Output.swift
[134/188] Compiling Publish ContentError.swift
[135/188] Compiling Publish File+SwiftPackageFolder.swift
[136/188] Compiling Publish FileIOError.swift
[137/188] Compiling Publish Folder+Group.swift
[138/188] Compiling Publish TagHTMLConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Publish/API/Website.swift:121:35: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
119 | Task {
120 | do {
121 | let website = try await pipeline.execute(for: self, at: path)
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
122 | completionHandler(.success(website))
123 | } catch {
/Users/admin/builder/spi-builder-workspace/Sources/Publish/API/Website.swift:110:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
108 | using steps: [PublishingStep<Self>],
109 | file: StaticString = #file) throws -> PublishedWebsite<Self> {
110 | let pipeline = PublishingPipeline(
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
111 | steps: steps,
112 | originFilePath: Path("\(file)")
[139/188] Compiling Publish TagListPage.swift
/Users/admin/builder/spi-builder-workspace/Sources/Publish/API/Website.swift:121:35: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
119 | Task {
120 | do {
121 | let website = try await pipeline.execute(for: self, at: path)
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
122 | completionHandler(.success(website))
123 | } catch {
/Users/admin/builder/spi-builder-workspace/Sources/Publish/API/Website.swift:110:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
108 | using steps: [PublishingStep<Self>],
109 | file: StaticString = #file) throws -> PublishedWebsite<Self> {
110 | let pipeline = PublishingPipeline(
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
111 | steps: steps,
112 | originFilePath: Path("\(file)")
[140/188] Compiling Publish Theme+Foundation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Publish/API/Website.swift:121:35: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
119 | Task {
120 | do {
121 | let website = try await pipeline.execute(for: self, at: path)
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
122 | completionHandler(.success(website))
123 | } catch {
/Users/admin/builder/spi-builder-workspace/Sources/Publish/API/Website.swift:110:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
108 | using steps: [PublishingStep<Self>],
109 | file: StaticString = #file) throws -> PublishedWebsite<Self> {
110 | let pipeline = PublishingPipeline(
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
111 | steps: steps,
112 | originFilePath: Path("\(file)")
[141/188] Compiling Publish Theme.swift
/Users/admin/builder/spi-builder-workspace/Sources/Publish/API/Website.swift:121:35: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
119 | Task {
120 | do {
121 | let website = try await pipeline.execute(for: self, at: path)
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
122 | completionHandler(.success(website))
123 | } catch {
/Users/admin/builder/spi-builder-workspace/Sources/Publish/API/Website.swift:110:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
108 | using steps: [PublishingStep<Self>],
109 | file: StaticString = #file) throws -> PublishedWebsite<Self> {
110 | let pipeline = PublishingPipeline(
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
111 | steps: steps,
112 | originFilePath: Path("\(file)")
[142/188] Compiling Publish Video.swift
/Users/admin/builder/spi-builder-workspace/Sources/Publish/API/Website.swift:121:35: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
119 | Task {
120 | do {
121 | let website = try await pipeline.execute(for: self, at: path)
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
122 | completionHandler(.success(website))
123 | } catch {
/Users/admin/builder/spi-builder-workspace/Sources/Publish/API/Website.swift:110:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
108 | using steps: [PublishingStep<Self>],
109 | file: StaticString = #file) throws -> PublishedWebsite<Self> {
110 | let pipeline = PublishingPipeline(
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
111 | steps: steps,
112 | originFilePath: Path("\(file)")
[143/188] Compiling Publish Website.swift
/Users/admin/builder/spi-builder-workspace/Sources/Publish/API/Website.swift:121:35: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
119 | Task {
120 | do {
121 | let website = try await pipeline.execute(for: self, at: path)
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
122 | completionHandler(.success(website))
123 | } catch {
/Users/admin/builder/spi-builder-workspace/Sources/Publish/API/Website.swift:110:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
108 | using steps: [PublishingStep<Self>],
109 | file: StaticString = #file) throws -> PublishedWebsite<Self> {
110 | let pipeline = PublishingPipeline(
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
111 | steps: steps,
112 | originFilePath: Path("\(file)")
[144/188] Compiling Publish Section.swift
[145/188] Compiling Publish SectionMap.swift
[146/188] Compiling Publish SortOrder.swift
[147/188] Compiling Publish StringWrapper.swift
[148/188] Compiling Publish Tag.swift
[149/188] Compiling Publish TagDetailsPage.swift
[150/188] Compiling Publish PlotModifiers.swift
[151/188] Compiling Publish Plugin.swift
[152/188] Compiling Publish PodcastAuthor.swift
[153/188] Compiling Publish PodcastCompatibleWebsiteItemMetadata.swift
[154/188] Compiling Publish PodcastEpisodeMetadata.swift
[155/188] Compiling Publish PodcastFeedConfiguration.swift
[156/188] Emitting module Publish
[157/188] Compiling Publish Predicate.swift
[158/188] Compiling Publish PublishedWebsite.swift
[159/188] Compiling Publish PublishingContext.swift
[160/188] Compiling Publish PublishingError.swift
[161/188] Compiling Publish PublishingStep.swift
[162/188] Compiling Publish RSSFeedConfiguration.swift
[163/188] Compiling Publish FeedConfiguration.swift
[164/188] Compiling Publish HTMLFactory.swift
[165/188] Compiling Publish HTMLFileMode.swift
[166/188] Compiling Publish Index.swift
[167/188] Compiling Publish Item.swift
[168/188] Compiling Publish ItemRSSProperties.swift
[169/188] Compiling Publish Location.swift
[170/188] Compiling Publish Mutations.swift
[171/188] Compiling Publish Page.swift
[172/188] Compiling Publish Path.swift
[173/188] Compiling Publish PlotComponents.swift
[174/188] Compiling Publish PlotEnvironmentKeys.swift
[175/188] Compiling Publish HTMLGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:19:39: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 | group.addTask { try generateIndexHTML() }
21 | group.addTask { try await generateSectionHTML() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:20:33: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
21 | group.addTask { try await generateSectionHTML() }
22 | group.addTask { try await generatePageHTML() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:21:39: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
22 | group.addTask { try await generatePageHTML() }
23 | group.addTask { try await generateTagHTMLIfNeeded() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:22:39: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 | group.addTask { try await generateTagHTMLIfNeeded() }
24 |
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:23:39: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
24 |
25 | // Throw any errors generated by the above set of operations:
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
[176/188] Compiling Publish MarkdownContentFactory.swift
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:19:39: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 | group.addTask { try generateIndexHTML() }
21 | group.addTask { try await generateSectionHTML() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:20:33: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
21 | group.addTask { try await generateSectionHTML() }
22 | group.addTask { try await generatePageHTML() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:21:39: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
22 | group.addTask { try await generatePageHTML() }
23 | group.addTask { try await generateTagHTMLIfNeeded() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:22:39: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 | group.addTask { try await generateTagHTMLIfNeeded() }
24 |
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:23:39: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
24 |
25 | // Throw any errors generated by the above set of operations:
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
[177/188] Compiling Publish MarkdownFileHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:19:39: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 | group.addTask { try generateIndexHTML() }
21 | group.addTask { try await generateSectionHTML() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:20:33: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
21 | group.addTask { try await generateSectionHTML() }
22 | group.addTask { try await generatePageHTML() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:21:39: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
22 | group.addTask { try await generatePageHTML() }
23 | group.addTask { try await generateTagHTMLIfNeeded() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:22:39: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 | group.addTask { try await generateTagHTMLIfNeeded() }
24 |
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:23:39: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
24 |
25 | // Throw any errors generated by the above set of operations:
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
[178/188] Compiling Publish MarkdownMetadataDecoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:19:39: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 | group.addTask { try generateIndexHTML() }
21 | group.addTask { try await generateSectionHTML() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:20:33: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
21 | group.addTask { try await generateSectionHTML() }
22 | group.addTask { try await generatePageHTML() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:21:39: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
22 | group.addTask { try await generatePageHTML() }
23 | group.addTask { try await generateTagHTMLIfNeeded() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:22:39: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 | group.addTask { try await generateTagHTMLIfNeeded() }
24 |
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:23:39: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
24 |
25 | // Throw any errors generated by the above set of operations:
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
[179/188] Compiling Publish PodcastError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:19:39: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 | group.addTask { try generateIndexHTML() }
21 | group.addTask { try await generateSectionHTML() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:20:33: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
21 | group.addTask { try await generateSectionHTML() }
22 | group.addTask { try await generatePageHTML() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:21:39: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
22 | group.addTask { try await generatePageHTML() }
23 | group.addTask { try await generateTagHTMLIfNeeded() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:22:39: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 | group.addTask { try await generateTagHTMLIfNeeded() }
24 |
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:23:39: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
24 |
25 | // Throw any errors generated by the above set of operations:
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
[180/188] Compiling Publish PodcastFeedGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:19:39: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
20 | group.addTask { try generateIndexHTML() }
21 | group.addTask { try await generateSectionHTML() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:20:33: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
21 | group.addTask { try await generateSectionHTML() }
22 | group.addTask { try await generatePageHTML() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:21:39: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
22 | group.addTask { try await generatePageHTML() }
23 | group.addTask { try await generateTagHTMLIfNeeded() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:22:39: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
23 | group.addTask { try await generateTagHTMLIfNeeded() }
24 |
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:23:39: warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
| `- warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
24 |
25 | // Throw any errors generated by the above set of operations:
/Users/admin/builder/spi-builder-workspace/Sources/Publish/Internal/HTMLGenerator.swift:17:10: warning: capture of non-sendable type 'Site.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 | let context: PublishingContext<Site>
16 |
17 | func generate() async throws {
| `- warning: capture of non-sendable type 'Site.Type' in an isolated 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() }
[181/188] Compiling Publish PublishingPipeline.swift
[182/188] Compiling Publish RSSFeedGenerator.swift
[183/188] Compiling Publish ShellOutError+PublishingErrorConvertible.swift
[184/188] Compiling Publish SiteMapGenerator.swift
[185/188] Compiling Publish String+Normalized.swift
[186/197] Compiling PublishCLICore WebsiteGenerator.swift
[187/197] Compiling PublishCLICore WebsiteDeployer.swift
[188/197] Compiling PublishCLICore ProjectKind.swift
[189/197] Compiling PublishCLICore WebsiteRunner.swift
[190/197] Compiling PublishCLICore Folder+SwiftPackage.swift
[191/197] Compiling PublishCLICore CLIError.swift
[192/197] Compiling PublishCLICore CLI.swift
[193/197] Emitting module PublishCLICore
[194/197] Compiling PublishCLICore ProjectGenerator.swift
[195/199] Compiling PublishCLI main.swift
[196/199] Emitting module PublishCLI
[196/199] Write Objects.LinkFileList
[197/199] Linking publish-cli
[198/199] Applying publish-cli
Build complete! (24.08s)
Fetching https://github.com/johnsundell/codextended.git
Fetching https://github.com/johnsundell/ink.git
Fetching https://github.com/johnsundell/files.git
Fetching https://github.com/johnsundell/collectionConcurrencyKit.git
Fetching https://github.com/johnsundell/shellout.git
Fetching https://github.com/johnsundell/plot.git
Fetching https://github.com/johnsundell/sweep.git
[1/116] Fetching sweep
[26/1364] Fetching sweep, files
[39/1545] Fetching sweep, files, codextended
[65/3641] Fetching sweep, files, codextended, plot
[275/5546] Fetching sweep, files, codextended, plot, ink
[394/6526] Fetching sweep, files, codextended, plot, ink, shellout
[635/6626] Fetching sweep, files, codextended, plot, ink, shellout, collectionconcurrencykit
Fetched https://github.com/johnsundell/codextended.git from cache (0.78s)
[2724/6445] Fetching sweep, files, plot, ink, shellout, collectionconcurrencykit
Fetched https://github.com/johnsundell/collectionConcurrencyKit.git from cache (0.83s)
Fetched https://github.com/johnsundell/files.git from cache (0.83s)
[2802/5097] Fetching sweep, plot, ink, shellout
Fetched https://github.com/johnsundell/sweep.git from cache (0.90s)
Fetched https://github.com/johnsundell/plot.git from cache (0.90s)
Fetched https://github.com/johnsundell/ink.git from cache (0.90s)
Fetched https://github.com/johnsundell/shellout.git from cache (0.90s)
Computing version for https://github.com/johnsundell/sweep.git
Computed https://github.com/johnsundell/sweep.git at 0.4.0 (1.46s)
Computing version for https://github.com/johnsundell/shellout.git
Computed https://github.com/johnsundell/shellout.git at 2.3.0 (1.81s)
Computing version for https://github.com/johnsundell/collectionConcurrencyKit.git
Computed https://github.com/johnsundell/collectionConcurrencyKit.git at 0.2.0 (0.49s)
Computing version for https://github.com/johnsundell/codextended.git
Computed https://github.com/johnsundell/codextended.git at 0.3.0 (0.51s)
Computing version for https://github.com/johnsundell/ink.git
Computed https://github.com/johnsundell/ink.git at 0.6.0 (0.50s)
Computing version for https://github.com/johnsundell/files.git
Computed https://github.com/johnsundell/files.git at 4.3.0 (0.50s)
Computing version for https://github.com/johnsundell/plot.git
Computed https://github.com/johnsundell/plot.git at 0.14.0 (0.51s)
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/ink.git
Working copy of https://github.com/johnsundell/ink.git resolved at 0.6.0
Creating working copy for https://github.com/johnsundell/files.git
Working copy of https://github.com/johnsundell/files.git resolved at 4.3.0
Creating working copy for https://github.com/johnsundell/plot.git
Working copy of https://github.com/johnsundell/plot.git resolved at 0.14.0
Creating working copy for https://github.com/johnsundell/shellout.git
Working copy of https://github.com/johnsundell/shellout.git resolved at 2.3.0
Creating working copy for https://github.com/johnsundell/collectionConcurrencyKit.git
Working copy of https://github.com/johnsundell/collectionConcurrencyKit.git resolved at 0.2.0
Creating working copy for https://github.com/johnsundell/sweep.git
Working copy of https://github.com/johnsundell/sweep.git resolved at 0.4.0
Build complete.
{
"dependencies" : [
{
"identity" : "ink",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnsundell/ink.git"
},
{
"identity" : "plot",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnsundell/plot.git"
},
{
"identity" : "files",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnsundell/files.git"
},
{
"identity" : "codextended",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnsundell/codextended.git"
},
{
"identity" : "shellout",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnsundell/shellout.git"
},
{
"identity" : "sweep",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnsundell/sweep.git"
},
{
"identity" : "collectionconcurrencykit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnsundell/collectionConcurrencyKit.git"
}
],
"manifest_display_name" : "Publish",
"name" : "Publish",
"path" : "/Users/admin/builder/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"
}
Done.