Build Information
Failed to build tuzuru, reference 0.5.0 (c122c4), with Swift 6.1 for Linux on 9 Nov 2025 22:12:10 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ainame/tuzuru.git
Reference: 0.5.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/ainame/tuzuru
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at c122c4a chore: release 0.5.0 (#73)
Cloned https://github.com/ainame/tuzuru.git
Revision (git rev-parse @):
c122c4a628391fe912d139100c6116b7c62c3eab
SUCCESS checkout https://github.com/ainame/tuzuru.git at 0.5.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/ainame/tuzuru.git
https://github.com/ainame/tuzuru.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-mustache",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/swift-mustache.git"
},
{
"identity" : "swift-markdown",
"requirement" : {
"exact" : [
"0.7.3"
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-markdown.git"
},
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system.git"
},
{
"identity" : "swift-subprocess",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-subprocess.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "6.2.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "swift-displaywidth",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ainame/swift-displaywidth.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "tuzuru",
"name" : "tuzuru",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "tuzuru",
"targets" : [
"Command"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TuzuruLibTests",
"module_type" : "SwiftTarget",
"name" : "TuzuruLibTests",
"path" : "Tests/TuzuruLibTests",
"product_dependencies" : [
"Markdown"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/TuzuruLibTests/Fixtures",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BlogConfigurationLoaderTests.swift",
"CategoryResolverTests.swift",
"CustomHTMLFormatterTests.swift",
"DateUtilsTests.swift",
"FileAmenderTests.swift",
"GenerateManifestTests.swift",
"GitCommitterTests.swift",
"GitLogReaderTests.swift",
"IntegrityManagerTests.swift",
"MarkdownDestructorTests.swift",
"MarkdownExcerptWalkerTests.swift",
"MarkdownProcessorTests.swift",
"MarkdownTransformerTests.swift",
"PathGeneratorTests.swift",
"SitemapGeneratorTests.swift",
"Traits/GitRepositoryFixture.swift",
"Traits/GitRepositoryFixtureTrait.swift",
"TuzuruIntegrationTests.swift",
"URLLinkerTests.swift",
"YAMLFrontMatterParserTests.swift"
],
"target_dependencies" : [
"TuzuruLib"
],
"type" : "test"
},
{
"c99name" : "TuzuruLib",
"module_type" : "SwiftTarget",
"name" : "TuzuruLib",
"path" : "Sources/TuzuruLib",
"product_dependencies" : [
"Logging",
"Markdown",
"Mustache",
"Subprocess",
"SystemPackage",
"Yams"
],
"product_memberships" : [
"tuzuru"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/TuzuruLib/Resources/assets",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/TuzuruLib/Resources/templates",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Amender/FileAmender.swift",
"Configuration/BlogConfiguration+DefaultValues.swift",
"Configuration/BlogConfiguration.swift",
"Configuration/BlogConfigurationLoader.swift",
"Configuration/BlogMetadata.swift",
"Configuration/BlogOutputOptions.swift",
"Configuration/BlogSourceLayout.swift",
"Configuration/BlogTemplates.swift",
"Generator/BlogGenerator.swift",
"Generator/GenerateManifest.swift",
"Generator/IntegrityManager.swift",
"Generator/PathGenerator.swift",
"Generator/Renderer/LayoutData.swift",
"Generator/Renderer/ListData.swift",
"Generator/Renderer/LiteItemData.swift",
"Generator/Renderer/PageRenderer.swift",
"Generator/Renderer/PageRendererable.swift",
"Generator/Renderer/PostData.swift",
"Generator/SitemapGenerator.swift",
"Generator/SourceDirectoryProvider.swift",
"Importer/BlogImporter.swift",
"Importer/GitCommitter.swift",
"Importer/HugoShortcodeProcessor.swift",
"Importer/MarkdownTransformer.swift",
"Importer/YAMLFrontMatterParser.swift",
"Initializer/BlogInitializer.swift",
"Initializer/TuzuruResources.swift",
"SourceLoader/CodeBlockHTMLEscaper.swift",
"SourceLoader/CustomHTMLFormatter.swift",
"SourceLoader/GitLog.swift",
"SourceLoader/GitLogReader.swift",
"SourceLoader/MarkdownDestructor.swift",
"SourceLoader/MarkdownExcerptWalker.swift",
"SourceLoader/MarkdownProcessor.swift",
"SourceLoader/Post.swift",
"SourceLoader/RawPost.swift",
"SourceLoader/RawSource.swift",
"SourceLoader/Source.swift",
"SourceLoader/SourceLoader.swift",
"SourceLoader/URLLinker.swift",
"SourceLoader/XPostLinkConverter.swift",
"SystemPackageCompat.swift",
"Tuzuru.swift",
"TuzuruError.swift",
"Utils/CategoryResolver.swift",
"Utils/ChangeDetector.swift",
"Utils/DateUtils.swift",
"Utils/FileManagerWrapper.swift",
"Utils/GitWrapper.swift"
],
"type" : "library"
},
{
"c99name" : "ToyHttpServer",
"module_type" : "SwiftTarget",
"name" : "ToyHttpServer",
"path" : "Sources/ToyHttpServer",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"tuzuru"
],
"sources" : [
"HttpModels.swift",
"HttpParser.swift",
"SocketAPI.swift",
"ToyHttpServer.swift"
],
"type" : "library"
},
{
"c99name" : "Command",
"module_type" : "SwiftTarget",
"name" : "Command",
"path" : "Sources/Command",
"product_dependencies" : [
"ArgumentParser",
"Yams",
"DisplayWidth"
],
"product_memberships" : [
"tuzuru"
],
"sources" : [
"AmendCommand.swift",
"Command.swift",
"GenerateCommand.swift",
"ImportCommand.swift",
"InitCommand.swift",
"ListCommand.swift",
"PreviewCommand.swift",
"SimpleLogHandler.swift"
],
"target_dependencies" : [
"TuzuruLib",
"ToyHttpServer"
],
"type" : "executable"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
BUILD FAILURE 6.1 linux