Build Information
Failed to build SwiftMarshal, reference v1.1.0 (d0abae), with Swift 6.1 for Linux on 30 Mar 2026 21:21:14 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ericodx/swift-marshal.git
Reference: v1.1.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/ericodx/swift-marshal
* tag v1.1.0 -> FETCH_HEAD
HEAD is now at d0abae2 Merge pull request #4 from ericodx/update-swift-sintaxe
Cloned https://github.com/ericodx/swift-marshal.git
Revision (git rev-parse @):
d0abae28bc886f4124e7b68a0f15dfbfda877094
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ericodx/swift-marshal.git at v1.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/ericodx/swift-marshal.git
https://github.com/ericodx/swift-marshal.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "603.0.0",
"upper_bound" : "604.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
}
],
"manifest_display_name" : "SwiftMarshal",
"name" : "SwiftMarshal",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "swift-marshal",
"targets" : [
"swift-marshal"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftMarshalPlugin",
"targets" : [
"SwiftMarshalPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SwiftMarshalCommandPlugin",
"targets" : [
"SwiftMarshalCommandPlugin"
],
"type" : {
"plugin" : null
}
}
],
"targets" : [
{
"c99name" : "swift_marshal",
"module_type" : "SwiftTarget",
"name" : "swift-marshal",
"path" : "Sources/SwiftMarshal",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser"
],
"product_memberships" : [
"swift-marshal",
"SwiftMarshalPlugin",
"SwiftMarshalCommandPlugin"
],
"sources" : [
"CLI/ArgumentParsingError.swift",
"CLI/ExitCode.swift",
"CLI/HelpText.swift",
"CLI/ValidationError.swift",
"Commands/CheckCommand.swift",
"Commands/CommandParsing.swift",
"Commands/CommonCommandOptions.swift",
"Commands/FixCommand.swift",
"Commands/InitCommand.swift",
"Commands/InitError.swift",
"Commands/ResolvedCommand.swift",
"Core/Configuration/Configuration.swift",
"Core/Configuration/ConfigurationLoader.swift",
"Core/Configuration/ConfigurationMapper.swift",
"Core/Configuration/ConfigurationService.swift",
"Core/Configuration/ExtensionsStrategy.swift",
"Core/Configuration/MemberOrderingRule.swift",
"Core/Configuration/MethodKind.swift",
"Core/Configuration/RawConfiguration.swift",
"Core/Configuration/RawMemberRule.swift",
"Core/Models/MemberDeclaration.swift",
"Core/Models/MemberDiscoveryInfo.swift",
"Core/Models/MemberKind.swift",
"Core/Models/SyntaxMemberDeclaration.swift",
"Core/Models/SyntaxTypeDeclaration.swift",
"Core/Models/TypeDiscoveryInfo.swift",
"Core/Models/TypeKind.swift",
"Core/Models/Visibility.swift",
"Core/Reordering/ReorderEngine.swift",
"Core/Visitors/Builders/MemberOutputBuilder.swift",
"Core/Visitors/Builders/SyntaxMemberDeclarationBuilder.swift",
"Core/Visitors/Builders/SyntaxTypeDeclarationBuilder.swift",
"Core/Visitors/Builders/TypeOutputBuilder.swift",
"Core/Visitors/UnifiedMemberDiscoveryVisitor.swift",
"Core/Visitors/UnifiedTypeDiscoveryVisitor.swift",
"Core/Visitors/UnifiedVisitorBase.swift",
"Infrastructure/Files/FileIOActor.swift",
"Infrastructure/Files/FileReader.swift",
"Infrastructure/Files/FileReadingError.swift",
"Infrastructure/Files/FileReadingHelper.swift",
"Infrastructure/Files/FileWritingError.swift",
"Infrastructure/Files/SwiftFileResolver.swift",
"Infrastructure/Project/ProjectDetector.swift",
"Infrastructure/Project/ProjectKind.swift",
"Infrastructure/Protocols/FileReading.swift",
"Pipeline/CheckResult.swift",
"Pipeline/FixResult.swift",
"Pipeline/Pipeline.swift",
"Pipeline/PipelineCoordinator.swift",
"Pipeline/Stages/Classify/SyntaxClassifyOutput.swift",
"Pipeline/Stages/Classify/SyntaxClassifyStage.swift",
"Pipeline/Stages/Parse/ParseInput.swift",
"Pipeline/Stages/Parse/ParseOutput.swift",
"Pipeline/Stages/Parse/ParseStage.swift",
"Pipeline/Stages/Protocols/Stage.swift",
"Pipeline/Stages/Reorder/ReorderOutput.swift",
"Pipeline/Stages/Reorder/ReorderReportStage.swift",
"Pipeline/Stages/Reorder/TypeReorderResult.swift",
"Pipeline/Stages/Report/ReportOutput.swift",
"Pipeline/Stages/Rewrite/ApplyRewriteStage.swift",
"Pipeline/Stages/Rewrite/IndexedSyntaxMember.swift",
"Pipeline/Stages/Rewrite/MemberReorderingRewriter.swift",
"Pipeline/Stages/Rewrite/RewriteOutput.swift",
"Pipeline/Stages/Rewrite/RewritePlanOutput.swift",
"Pipeline/Stages/Rewrite/RewritePlanStage.swift",
"Pipeline/Stages/Rewrite/TypeRewritePlan.swift",
"SwiftMarshal.swift",
"Version.swift"
],
"type" : "executable"
},
{
"c99name" : "SwiftMarshalTests",
"module_type" : "SwiftTarget",
"name" : "SwiftMarshalTests",
"path" : "Tests/SwiftMarshalTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/SwiftMarshalTests/Snapshots/Expected",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/SwiftMarshalTests/Snapshots/Fixtures",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Integration/CommandPluginIntegrationTests.swift",
"Integration/EntryPointIntegrationTests.swift",
"Integration/MemberOrderingRuleIntegrationTests.swift",
"Integration/ReorderEngineIntegrationTests.swift",
"Snapshots/SnapshotTests.swift",
"TestSupport/FileHelpers.swift",
"TestSupport/MockFileReader.swift",
"TestSupport/ModelFactories.swift",
"TestSupport/OutputFactories.swift",
"TestSupport/ParsingHelpers.swift",
"TestSupport/ProcessRunner.swift",
"TestSupport/SnapshotHelpers.swift",
"TestSupport/StageStubs.swift",
"TestSupport/SyntaxFactories.swift",
"TestSupport/TestError.swift",
"Unit/CLI/CLITests.swift",
"Unit/Commands/CheckCommandTests.swift",
"Unit/Commands/FixCommandTests.swift",
"Unit/Commands/InitCommandTests.swift",
"Unit/Commands/InitErrorTests.swift",
"Unit/Core/Configuration/ConfigurationLoaderTests.swift",
"Unit/Core/Configuration/ConfigurationMapperTests.swift",
"Unit/Core/Configuration/ConfigurationServiceTests.swift",
"Unit/Core/Configuration/ExtensionsStrategyTests.swift",
"Unit/Core/Configuration/MethodKindTests.swift",
"Unit/Core/Configuration/RawConfigurationTests.swift",
"Unit/Core/Configuration/RawMemberRuleTests.swift",
"Unit/Core/Models/MemberDeclarationTests.swift",
"Unit/Core/Models/MemberDiscoveryInfoTests.swift",
"Unit/Core/Models/MemberKindTests.swift",
"Unit/Core/Models/SyntaxMemberDeclarationTests.swift",
"Unit/Core/Models/SyntaxTypeDeclarationTests.swift",
"Unit/Core/Models/TypeDiscoveryInfoTests.swift",
"Unit/Core/Models/TypeKindTests.swift",
"Unit/Core/Reordering/ReorderEngineTests.swift",
"Unit/Core/Visitors/AnnotationDetectionTests.swift",
"Unit/Core/Visitors/Builders/SyntaxMemberDeclarationBuilderTests.swift",
"Unit/Core/Visitors/Builders/SyntaxTypeDeclarationBuilderTests.swift",
"Unit/Core/Visitors/MemberDiscoveryVisitorTests.swift",
"Unit/Core/Visitors/TypeDiscoveryVisitorTests.swift",
"Unit/Core/Visitors/VisibilityDetectionTests.swift",
"Unit/Infrastructure/Files/FileIOActorTests.swift",
"Unit/Infrastructure/Files/FileReadingErrorTests.swift",
"Unit/Infrastructure/Files/FileReadingTests.swift",
"Unit/Infrastructure/Files/FileWritingErrorTests.swift",
"Unit/Infrastructure/Files/SwiftFileResolverTests.swift",
"Unit/Infrastructure/ProjectDetectorTests.swift",
"Unit/Pipeline/PipelineCoordinatorTests.swift",
"Unit/Pipeline/PipelineTests.swift",
"Unit/Pipeline/Stages/Classify/SyntaxClassifyOutputTests.swift",
"Unit/Pipeline/Stages/Classify/SyntaxClassifyStageTests.swift",
"Unit/Pipeline/Stages/Parse/ParseInputTests.swift",
"Unit/Pipeline/Stages/Parse/ParseOutputTests.swift",
"Unit/Pipeline/Stages/Parse/ParseStageTests.swift",
"Unit/Pipeline/Stages/Reorder/ReorderOutputTests.swift",
"Unit/Pipeline/Stages/Reorder/ReorderReportStageTests.swift",
"Unit/Pipeline/Stages/Reorder/TypeReorderResultTests.swift",
"Unit/Pipeline/Stages/Report/ReportOutputTests.swift",
"Unit/Pipeline/Stages/Rewrite/ApplyRewriteStageTests.swift",
"Unit/Pipeline/Stages/Rewrite/IndexedSyntaxMemberTests.swift",
"Unit/Pipeline/Stages/Rewrite/MemberReorderingRewriterPlanTests.swift",
"Unit/Pipeline/Stages/Rewrite/MemberReorderingRewriterTests.swift",
"Unit/Pipeline/Stages/Rewrite/RewriteOutputTests.swift",
"Unit/Pipeline/Stages/Rewrite/RewritePlanOutputTests.swift",
"Unit/Pipeline/Stages/Rewrite/RewritePlanStageTests.swift",
"Unit/Pipeline/Stages/Rewrite/TypeRewritePlanTests.swift",
"Unit/SwiftMemberLineUpRunTests.swift",
"Unit/VersionTests.swift"
],
"target_dependencies" : [
"swift-marshal"
],
"type" : "test"
},
{
"c99name" : "SwiftMarshalPlugin",
"module_type" : "PluginTarget",
"name" : "SwiftMarshalPlugin",
"path" : "Plugins/SwiftMarshalPlugin",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"SwiftMarshalPlugin"
],
"sources" : [
"Plugin.swift"
],
"target_dependencies" : [
"swift-marshal"
],
"type" : "plugin"
},
{
"c99name" : "SwiftMarshalCommandPlugin",
"module_type" : "PluginTarget",
"name" : "SwiftMarshalCommandPlugin",
"path" : "Plugins/SwiftMarshalCommandPlugin",
"plugin_capability" : {
"intent" : {
"description" : "Reorder Swift type members according to .swift-marshal.yaml",
"type" : "custom",
"verb" : "marshal"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Reorders member declarations in Swift source files",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"SwiftMarshalCommandPlugin"
],
"sources" : [
"Plugin.swift"
],
"target_dependencies" : [
"swift-marshal"
],
"type" : "plugin"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/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.3
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.3
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/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.3
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.3
BUILD FAILURE 6.1 linux