Build Information
Failed to build SwiftGodotBuilder, reference v1.2.0 (bdb21b), with Swift 6.1 for Android on 9 Dec 2025 15:37:50 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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnsusek/SwiftGodotBuilder.git
Reference: v1.2.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/johnsusek/SwiftGodotBuilder
* tag v1.2.0 -> FETCH_HEAD
HEAD is now at bdb21b4 Chapter 26
Cloned https://github.com/johnsusek/SwiftGodotBuilder.git
Revision (git rev-parse @):
bdb21b43bc7afb5d9aebfe79b18b0df44de80473
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/johnsusek/SwiftGodotBuilder.git at v1.2.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/johnsusek/SwiftGodotBuilder.git
https://github.com/johnsusek/SwiftGodotBuilder.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" : "SwiftGodotBuilder",
"name" : "SwiftGodotBuilder",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SwiftGodotBuilder",
"targets" : [
"SwiftGodotBuilder"
],
"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" : "SwiftGodotBuilderMacros",
"targets" : [
"SwiftGodotBuilderMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftGodotBuilderTests",
"module_type" : "SwiftTarget",
"name" : "SwiftGodotBuilderTests",
"path" : "Tests/SwiftGodotBuilderTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/SwiftGodotBuilderTests/Test_file_for_API_showing_all_features.ldtk",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Audio/BfxrSynthesizerTests.swift",
"EventBusTests.swift",
"LDBuilderTests.swift",
"LDEntityMappingTests.swift",
"LDEntityTests.swift",
"LDEnumBridgeTests.swift",
"LDFieldTests.swift",
"LDLayerTests.swift",
"LDProjectTests.swift",
"MsgLogTests.swift",
"ServiceLocatorTests.swift",
"StoreTests.swift"
],
"target_dependencies" : [
"SwiftGodotBuilder"
],
"type" : "test"
},
{
"c99name" : "SwiftGodotBuilderMacros",
"module_type" : "SwiftTarget",
"name" : "SwiftGodotBuilderMacros",
"path" : "Sources/SwiftGodotBuilderMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"SwiftGodotBuilder",
"SwiftGodotBuilderMacros"
],
"sources" : [
"Plugin.swift"
],
"type" : "macro"
},
{
"c99name" : "SwiftGodotBuilder",
"module_type" : "SwiftTarget",
"name" : "SwiftGodotBuilder",
"path" : "Sources/SwiftGodotBuilder",
"product_dependencies" : [
"SwiftGodot"
],
"product_memberships" : [
"SwiftGodotBuilder"
],
"sources" : [
"Actions.swift",
"AseSprite.swift",
"Bfxr/BfxrParams.swift",
"Bfxr/BfxrSound+Modifiers.swift",
"Bfxr/BfxrSound.swift",
"Bfxr/BfxrSynthesizer.swift",
"Builder/GNode+SVGSprite.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+Tween.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",
"Builder/State/ObservableState.swift",
"Builder/State/Persistable.swift",
"Combat/AttackPhase.swift",
"Combat/WeaponConfig.swift",
"Components/AudioManager.swift",
"Components/ColorBox.swift",
"Components/FloatingTextSpawner.swift",
"Components/NodeSpawner.swift",
"Components/Palette.swift",
"Components/Scene/SceneRouter.swift",
"Components/Transition/TransitionManager.swift",
"Components/Transition/TransitionOverlays.swift",
"Components/Transition/TransitionState.swift",
"Components/Transition/TransitionTypes.swift",
"Components/UI/CreditsOverlay.swift",
"Components/UI/DialogBox.swift",
"Components/UI/SplashOverlay.swift",
"Components/UI/UIButtons.swift",
"Components/UI/UIComponents.swift",
"Components/UserSettings.swift",
"Dialog/DialogBus.swift",
"Dialog/DialogDSL.swift",
"Dialog/DialogRunner.swift",
"Dialog/DialogState.swift",
"EventBus.swift",
"Extensions/DOM+Color.swift",
"Extensions/SwiftGodot+Color.swift",
"Extensions/SwiftGodot+Engine.swift",
"Extensions/SwiftGodot+Node.swift",
"Extensions/SwiftGodot+Physics.swift",
"Extensions/SwiftGodot+Shapes.swift",
"Extensions/SwiftGodot+Sprite.swift",
"Extensions/SwiftGodot+Theme.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/LDBreakableTerrainView.swift",
"LDtk/LDIntGridZonesView.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",
"Lib/SwiftDraw/DOM+Extensions.swift",
"Lib/SwiftDraw/DOM.Color.swift",
"Lib/SwiftDraw/DOM.Element.swift",
"Lib/SwiftDraw/DOM.Filter.swift",
"Lib/SwiftDraw/DOM.Image.swift",
"Lib/SwiftDraw/DOM.LinearGradient.swift",
"Lib/SwiftDraw/DOM.Path.swift",
"Lib/SwiftDraw/DOM.Pattern.swift",
"Lib/SwiftDraw/DOM.PresentationAttributes.swift",
"Lib/SwiftDraw/DOM.RadialGradient.swift",
"Lib/SwiftDraw/DOM.SVG+Parse.swift",
"Lib/SwiftDraw/DOM.SVG.swift",
"Lib/SwiftDraw/DOM.Switch.swift",
"Lib/SwiftDraw/DOM.Text.swift",
"Lib/SwiftDraw/DOM.Use.swift",
"Lib/SwiftDraw/DOM.swift",
"Lib/SwiftDraw/Parser.XML.Attributes.swift",
"Lib/SwiftDraw/Parser.XML.Color.swift",
"Lib/SwiftDraw/Parser.XML.Element.swift",
"Lib/SwiftDraw/Parser.XML.Filter.swift",
"Lib/SwiftDraw/Parser.XML.Image.swift",
"Lib/SwiftDraw/Parser.XML.LinearGradient.swift",
"Lib/SwiftDraw/Parser.XML.Path.swift",
"Lib/SwiftDraw/Parser.XML.Pattern.swift",
"Lib/SwiftDraw/Parser.XML.RadialGradient.swift",
"Lib/SwiftDraw/Parser.XML.SVG.swift",
"Lib/SwiftDraw/Parser.XML.Scanner.swift",
"Lib/SwiftDraw/Parser.XML.StyleSheet.swift",
"Lib/SwiftDraw/Parser.XML.Text.swift",
"Lib/SwiftDraw/Parser.XML.Transform.swift",
"Lib/SwiftDraw/Parser.XML.Use.swift",
"Lib/SwiftDraw/Parser.XML.swift",
"Lib/SwiftDraw/TextOutputStream+StandardError.swift",
"Lib/SwiftDraw/URL+Data.swift",
"Lib/SwiftDraw/URL+Fragment.swift",
"Lib/SwiftDraw/XML.Element.swift",
"Lib/SwiftDraw/XML.SAXParser.swift",
"MsgLog.swift",
"OnSignalMacro.swift",
"Particles/ParticleConfig.swift",
"Pool/AreaPool.swift",
"Pool/ObjectPool.swift",
"Pool/TypedParticlePool.swift",
"PropertyWrappers.swift",
"Registration.swift",
"SVGSprite+Effects.swift",
"SVGSprite.swift",
"SpriteSheet.swift",
"Store.swift",
"StyleBox.swift",
"SwiftGodot.swift",
"Tween/Node+Tween.swift",
"Tween/TweenHandle.swift",
"Tween/TweenProperty.swift",
"Tween/TweenSequenceBuilder.swift",
"Tween/TweenableProperty.swift"
],
"target_dependencies" : [
"SwiftGodotBuilderMacros",
"GenNodeApi"
],
"type" : "library"
},
{
"c99name" : "NodeApiGen",
"module_type" : "SwiftTarget",
"name" : "NodeApiGen",
"path" : "Sources/NodeApiGen",
"product_memberships" : [
"SwiftGodotBuilder",
"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" : [
"SwiftGodotBuilder",
"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-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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
BUILD FAILURE 6.1 android