Build Information
Failed to build Publish, reference master (58e943
), with Swift 6.1 for Wasm on 28 May 2025 06:13:29 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JohnSundell/Publish.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/JohnSundell/Publish
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 58e9430 Foundation theme: Add margin to tags (#133)
Cloned https://github.com/JohnSundell/Publish.git
Revision (git rev-parse @):
58e943047882a5a6d8135ae2711be8ba7fba57c4
SUCCESS checkout https://github.com/JohnSundell/Publish.git at master
========================================
Build
========================================
Selected platform: wasm
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/johnsundell/collectionConcurrencyKit.git
Fetching https://github.com/johnsundell/files.git
Fetching https://github.com/johnsundell/shellout.git
Fetching https://github.com/johnsundell/plot.git
Fetching https://github.com/johnsundell/sweep.git
Fetching https://github.com/johnsundell/codextended.git
[1/84] Fetching collectionconcurrencykit
[85/265] Fetching collectionconcurrencykit, codextended
[102/1501] Fetching collectionconcurrencykit, codextended, files
[1502/3587] Fetching collectionconcurrencykit, codextended, files, plot
[2817/4547] Fetching collectionconcurrencykit, codextended, files, plot, shellout
[3985/4663] Fetching collectionconcurrencykit, codextended, files, plot, shellout, sweep
Fetched https://github.com/johnsundell/collectionConcurrencyKit.git from cache (0.35s)
Fetched https://github.com/johnsundell/codextended.git from cache (0.35s)
Fetching https://github.com/johnsundell/ink.git
Fetched https://github.com/johnsundell/files.git from cache (0.35s)
Fetched https://github.com/johnsundell/shellout.git from cache (0.35s)
Fetched https://github.com/johnsundell/plot.git from cache (0.35s)
Fetched https://github.com/johnsundell/sweep.git from cache (0.35s)
[1/1905] Fetching ink
Fetched https://github.com/johnsundell/ink.git from cache (0.86s)
Computing version for https://github.com/johnsundell/sweep.git
Computed https://github.com/johnsundell/sweep.git at 0.4.0 (1.79s)
Computing version for https://github.com/johnsundell/shellout.git
Computed https://github.com/johnsundell/shellout.git at 2.3.0 (2.09s)
Computing version for https://github.com/johnsundell/collectionConcurrencyKit.git
Computed https://github.com/johnsundell/collectionConcurrencyKit.git at 0.2.0 (0.71s)
Computing version for https://github.com/johnsundell/codextended.git
Computed https://github.com/johnsundell/codextended.git at 0.3.0 (0.54s)
Computing version for https://github.com/johnsundell/files.git
Computed https://github.com/johnsundell/files.git at 4.2.0 (0.62s)
Computing version for https://github.com/johnsundell/ink.git
Computed https://github.com/johnsundell/ink.git at 0.6.0 (0.57s)
Computing version for https://github.com/johnsundell/plot.git
Computed https://github.com/johnsundell/plot.git at 0.14.0 (0.52s)
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/sweep.git
Working copy of https://github.com/johnsundell/sweep.git resolved at 0.4.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/files.git
Working copy of https://github.com/johnsundell/files.git resolved at 4.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
Building for debugging...
[0/23] Write sources
[10/23] Write swift-version-24593BA9C3E375BF.txt
[12/124] Emitting module Sweep
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/124] Emitting module ShellOut
/host/spi-builder-workspace/.build/checkouts/shellout/Sources/ShellOut.swift:8:8: error: no such module 'Dispatch'
6 |
7 | import Foundation
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | // MARK: - API
[14/124] Emitting module Plot
[15/132] Compiling CollectionConcurrencyKit CollectionConcurrencyKit.swift
[16/132] Emitting module CollectionConcurrencyKit
[17/133] Compiling Plot DocumentEncoding.swift
[18/133] Compiling Plot Element.swift
[19/133] Compiling Plot ElementClosingMode.swift
[20/133] Compiling Plot ElementComponent.swift
[21/137] Compiling Plot ComponentGroup.swift
[22/137] Compiling Plot ControlFlow.swift
[23/137] Compiling Plot Directionality.swift
[24/137] Compiling Plot Document.swift
[25/137] Compiling Plot HTMLAudioFormat.swift
[26/137] Compiling Plot HTMLButtonType.swift
[27/137] Compiling Plot HTMLComponents.swift
[28/137] Compiling Plot HTMLElements.swift
[29/137] Compiling Plot HTMLFormContentType.swift
[30/137] Compiling Plot HTML.swift
[31/137] Compiling Plot HTMLAnchorRelationship.swift
[32/137] Compiling Plot HTMLAnchorTarget.swift
[33/137] Compiling Plot HTMLAttributes.swift
[34/137] Compiling Plot ElementDefinition.swift
[35/137] Compiling Plot EmptyComponent.swift
[36/137] Compiling Plot EnvironmentKey.swift
[37/137] Compiling Plot EnvironmentValue.swift
[38/137] Emitting module Ink
[40/137] Compiling Plot Attribute.swift
[41/137] Compiling Plot Component.swift
[42/137] Compiling Plot ComponentAttributes.swift
[43/137] Compiling Plot ComponentBuilder.swift
[44/137] Compiling Plot ComponentContainer.swift
[44/137] Wrapping AST for CollectionConcurrencyKit for debugging
[46/137] Compiling Ink TextStyle.swift
[47/137] Compiling Ink TextStyleMarker.swift
[48/137] Compiling Ink URL.swift
[49/137] Compiling Ink URLDeclaration.swift
[50/137] Compiling ShellOut ShellOut.swift
/host/spi-builder-workspace/.build/checkouts/shellout/Sources/ShellOut.swift:8:8: error: no such module 'Dispatch'
6 |
7 | import Foundation
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | // MARK: - API
[51/137] Compiling Sweep Sweep.swift
[52/138] Compiling Plot AnyEnvironmentValue.swift
[53/138] Compiling Plot AnyNode.swift
[54/138] Compiling Plot ElementRenderingBuffer.swift
[55/138] Compiling Plot ElementWrapper.swift
[56/138] Compiling Plot Environment.swift
[57/138] Compiling Plot ModifiedComponent.swift
[58/138] Compiling Plot Renderer.swift
[59/138] Compiling Plot String+Escaping.swift
[60/138] Compiling Ink Reader.swift
[61/138] Compiling Ink Require.swift
[62/138] Compiling Ink Substring+Trimming.swift
[63/138] Compiling Ink Table.swift
[64/139] Emitting module Codextended
[65/139] Compiling Codextended Codextended.swift
[66/140] Compiling Plot SiteMapElements.swift
[67/140] Compiling Plot TwitterCardType.swift
[68/140] Compiling Plot URLRepresentable.swift
[69/140] Compiling Plot XML.swift
[70/140] Compiling Plot XMLAttributes.swift
[71/140] Compiling Plot XMLElements.swift
[72/140] Compiling Plot AnyAttribute.swift
[73/140] Compiling Plot AnyElement.swift
[74/140] Compiling Plot Node.swift
[75/140] Compiling Plot NodeConvertible.swift
[76/140] Compiling Plot Optional+Component.swift
[77/140] Compiling Plot PodcastAttributes.swift
[78/140] Compiling Plot PodcastComponents.swift
[79/140] Compiling Plot PodcastElements.swift
[80/140] Compiling Plot PodcastEpisodeType.swift
[81/140] Compiling Plot PodcastFeed.swift
[82/140] Compiling Plot PodcastMediaType.swift
[83/140] Compiling Plot PodcastType.swift
[84/140] Compiling Plot RSS.swift
[85/140] Compiling Plot RSSAttributes.swift
[86/140] Compiling Plot RSSElements.swift
[87/140] Compiling Plot Renderable.swift
[88/140] Compiling Plot SiteMap.swift
[89/140] Compiling Plot SiteMapChangeFrequency.swift
[97/140] Compiling Plot Language.swift
[98/140] Emitting module Files
[99/140] Compiling Files Files.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/13] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/114] Emitting module ShellOut
/host/spi-builder-workspace/.build/checkouts/shellout/Sources/ShellOut.swift:8:8: error: no such module 'Dispatch'
6 |
7 | import Foundation
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | // MARK: - API
[3/114] Compiling ShellOut ShellOut.swift
/host/spi-builder-workspace/.build/checkouts/shellout/Sources/ShellOut.swift:8:8: error: no such module 'Dispatch'
6 |
7 | import Foundation
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | // MARK: - API
[4/114] Emitting module Sweep
[5/114] Compiling Sweep Sweep.swift
[6/115] Emitting module Codextended
[7/115] Emitting module Files
[8/115] Emitting module CollectionConcurrencyKit
BUILD FAILURE 6.1 wasm