Build Information
Failed to build SwiftGodotPatterns, reference main (26958c), with Swift 6.1 for Linux on 14 Nov 2025 22:45:43 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/johnsusek/SwiftGodotPatterns.git
Reference: main
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/johnsusek/SwiftGodotPatterns
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 26958c1 Doc tweaks
Cloned https://github.com/johnsusek/SwiftGodotPatterns.git
Revision (git rev-parse @):
26958c15aea06addc6124ae92aaeb35addc6e2fc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/johnsusek/SwiftGodotPatterns.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/johnsusek/SwiftGodotPatterns.git
https://github.com/johnsusek/SwiftGodotPatterns.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "601.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "swiftgodot",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/migueldeicaza/SwiftGodot"
}
],
"manifest_display_name" : "SwiftGodotPatterns",
"name" : "SwiftGodotPatterns",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SwiftGodotPatterns",
"targets" : [
"SwiftGodotPatterns"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "GenNodeApi",
"targets" : [
"GenNodeApi"
],
"type" : {
"plugin" : null
}
},
{
"name" : "GenLDEnums",
"targets" : [
"GenLDEnums"
],
"type" : {
"plugin" : null
}
},
{
"name" : "NodeApiGen",
"targets" : [
"NodeApiGen"
],
"type" : {
"executable" : null
}
},
{
"name" : "LDEnumGen",
"targets" : [
"LDEnumGen"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftGodotPatternsMacros",
"targets" : [
"SwiftGodotPatternsMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftGodotPatternsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftGodotPatternsTests",
"path" : "Tests/SwiftGodotPatternsTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/SwiftGodotPatternsTests/Test_file_for_API_showing_all_features.ldtk",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"EventBusTests.swift",
"LDBuilderTests.swift",
"LDEntityMappingTests.swift",
"LDEntityTests.swift",
"LDEnumBridgeTests.swift",
"LDFieldTests.swift",
"LDLayerTests.swift",
"LDProjectTests.swift",
"MsgLogTests.swift",
"ServiceLocatorTests.swift",
"StoreTests.swift"
],
"target_dependencies" : [
"SwiftGodotPatterns"
],
"type" : "test"
},
{
"c99name" : "SwiftGodotPatternsMacros",
"module_type" : "SwiftTarget",
"name" : "SwiftGodotPatternsMacros",
"path" : "Sources/SwiftGodotPatternsMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"SwiftGodotPatterns",
"SwiftGodotPatternsMacros"
],
"sources" : [
"Plugin.swift"
],
"type" : "macro"
},
{
"c99name" : "SwiftGodotPatterns",
"module_type" : "SwiftTarget",
"name" : "SwiftGodotPatterns",
"path" : "Sources/SwiftGodotPatterns",
"product_dependencies" : [
"SwiftGodot"
],
"product_memberships" : [
"SwiftGodotPatterns"
],
"sources" : [
"Actions.swift",
"AseSprite.swift",
"Builder/GNode/GEventRelay.swift",
"Builder/GNode/GNode+AseSprite.swift",
"Builder/GNode/GNode+CollisionObject2D.swift",
"Builder/GNode/GNode+Control.swift",
"Builder/GNode/GNode+Events.swift",
"Builder/GNode/GNode+Groups.swift",
"Builder/GNode/GNode+ProcessRelay.swift",
"Builder/GNode/GNode+Res.swift",
"Builder/GNode/GNode+Signals.swift",
"Builder/GNode/GNode+Theme.swift",
"Builder/GNode/GNode.swift",
"Builder/GNode/GProcessRelay.swift",
"Builder/GNode/GView.swift",
"Builder/State/GConditional.swift",
"Builder/State/GForEach.swift",
"Builder/State/GNode+Bindings.swift",
"Builder/State/GNode+State.swift",
"Builder/State/GState.swift",
"Builder/State/GSwitch.swift",
"EventBus.swift",
"Extensions/SwiftGodot+Engine.swift",
"Extensions/SwiftGodot+Node.swift",
"Extensions/SwiftGodot+Shapes.swift",
"Extensions/SwiftGodot+Sprite.swift",
"Extensions/SwiftGodot+Vector2.swift",
"LDtk/Builder/LDEntityBuilder.swift",
"LDtk/Builder/LDEntityMapping.swift",
"LDtk/Builder/LDLevelBuilder.swift",
"LDtk/Builder/LDTileMapBuilder.swift",
"LDtk/Builder/LDTileSetBuilder.swift",
"LDtk/LDLevelView.swift",
"LDtk/Model/LDDefinitions.swift",
"LDtk/Model/LDEntity.swift",
"LDtk/Model/LDEnumBridge.swift",
"LDtk/Model/LDEnums.swift",
"LDtk/Model/LDField.swift",
"LDtk/Model/LDLayer.swift",
"LDtk/Model/LDLevel.swift",
"LDtk/Model/LDMacros.swift",
"LDtk/Model/LDProject.swift",
"LDtk/Model/LDTileset.swift",
"MsgLog.swift",
"OnSignalMacro.swift",
"PropertyWrappers.swift",
"Registration.swift",
"Store.swift",
"SwiftGodot.swift"
],
"target_dependencies" : [
"SwiftGodotPatternsMacros",
"GenNodeApi"
],
"type" : "library"
},
{
"c99name" : "NodeApiGen",
"module_type" : "SwiftTarget",
"name" : "NodeApiGen",
"path" : "Sources/NodeApiGen",
"product_memberships" : [
"SwiftGodotPatterns",
"GenNodeApi",
"NodeApiGen"
],
"sources" : [
"main.swift"
],
"type" : "executable"
},
{
"c99name" : "LDEnumGen",
"module_type" : "SwiftTarget",
"name" : "LDEnumGen",
"path" : "Sources/LDEnumGen",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser"
],
"product_memberships" : [
"GenLDEnums",
"LDEnumGen"
],
"sources" : [
"main.swift"
],
"type" : "executable"
},
{
"c99name" : "GenNodeApi",
"module_type" : "PluginTarget",
"name" : "GenNodeApi",
"path" : "Plugins/GenNodeApi",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"SwiftGodotPatterns",
"GenNodeApi"
],
"sources" : [
"Plugin.swift"
],
"target_dependencies" : [
"NodeApiGen"
],
"type" : "plugin"
},
{
"c99name" : "GenLDEnums",
"module_type" : "PluginTarget",
"name" : "GenLDEnums",
"path" : "Plugins/GenLDEnums",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"GenLDEnums"
],
"sources" : [
"Plugin.swift"
],
"target_dependencies" : [
"LDEnumGen"
],
"type" : "plugin"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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-3":/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