Build Information
Failed to build elementary-ui, reference main (91fc64), with Swift 6.1 for Android on 13 Dec 2025 13:02:45 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/elementary-swift/elementary-ui.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/elementary-swift/elementary-ui
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 91fc64c Update README.md
Cloned https://github.com/elementary-swift/elementary-ui.git
Revision (git rev-parse @):
91fc64cc501058599721dd4328fa59aa06674092
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/elementary-swift/elementary-ui.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/elementary-swift/elementary-ui.git
https://github.com/elementary-swift/elementary-ui.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "javascriptkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.37.0",
"upper_bound" : "0.38.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftwasm/JavaScriptKit"
},
{
"identity" : "elementary",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elementary-swift/elementary"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
}
],
"manifest_display_name" : "elementary-ui",
"name" : "elementary-ui",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "ElementaryUI",
"targets" : [
"ElementaryUI",
"Reactivity"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ReactivityMacros",
"targets" : [
"ReactivityMacros"
],
"type" : {
"macro" : null
}
},
{
"name" : "ElementaryUIMacros",
"targets" : [
"ElementaryUIMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "_ElementaryMath",
"module_type" : "SwiftTarget",
"name" : "_ElementaryMath",
"path" : "Sources/_ElementaryMath",
"product_memberships" : [
"ElementaryUI"
],
"sources" : [
"exports.swift"
],
"type" : "library"
},
{
"c99name" : "ReactivityTests",
"module_type" : "SwiftTarget",
"name" : "ReactivityTests",
"path" : "Tests/ReactivityTests",
"sources" : [
"ReactiveClassesTests.swift"
],
"target_dependencies" : [
"Reactivity"
],
"type" : "test"
},
{
"c99name" : "ReactivityMacros",
"module_type" : "SwiftTarget",
"name" : "ReactivityMacros",
"path" : "Sources/ReactivityMacros",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxBuilder",
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"ElementaryUI",
"ReactivityMacros"
],
"sources" : [
"Availability.swift",
"Extensions.swift",
"Plugin.swift",
"ReactivityMacros.swift"
],
"type" : "macro"
},
{
"c99name" : "Reactivity",
"module_type" : "SwiftTarget",
"name" : "Reactivity",
"path" : "Sources/Reactivity",
"product_memberships" : [
"ElementaryUI"
],
"sources" : [
"Macros.swift",
"PropertyID.swift",
"ReactivityRegistrar.swift",
"ReactivityTracker.swift",
"WithTracking.swift",
"_MutexBox.swift",
"_ThreadLocal.swift"
],
"target_dependencies" : [
"ReactivityMacros"
],
"type" : "library"
},
{
"c99name" : "ElementaryUITests",
"module_type" : "SwiftTarget",
"name" : "ElementaryUITests",
"path" : "Tests/ElementaryUITests",
"sources" : [
"Animation/AnimatedValueTests.swift",
"Animation/AnimationTrackerTests.swift",
"BindingTests.swift",
"EnvironmentTests.swift",
"Reconciler/DOMMountingTests.swift",
"Reconciler/DOMPatchingTest.swift",
"Reconciler/DeinitSniffer.swift",
"Reconciler/LifecycleTests.swift",
"Reconciler/OnChangeTests.swift",
"Reconciler/ReconcilerUpdateTests.swift",
"Reconciler/RenderTracker.swift",
"Reconciler/TestDOM.swift",
"StateTests.swift",
"ViewEquatingTests.swift",
"ViewMacroTests.swift"
],
"target_dependencies" : [
"ElementaryUI"
],
"type" : "test"
},
{
"c99name" : "ElementaryUIMacros",
"module_type" : "SwiftTarget",
"name" : "ElementaryUIMacros",
"path" : "Sources/ElementaryUIMacros",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxBuilder",
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"ElementaryUI",
"ElementaryUIMacros"
],
"sources" : [
"BindingMacro.swift",
"Plugin.swift",
"StorageKeyMacros.swift",
"ViewMacro.swift"
],
"type" : "macro"
},
{
"c99name" : "ElementaryUI",
"module_type" : "SwiftTarget",
"name" : "ElementaryUI",
"path" : "Sources/ElementaryUI",
"product_dependencies" : [
"Elementary",
"JavaScriptKit"
],
"product_memberships" : [
"ElementaryUI"
],
"sources" : [
"Animation/Animatable.swift",
"Animation/AnimatableVector+BuiltIn.swift",
"Animation/AnimatableVector.swift",
"Animation/AnimatedValue.swift",
"Animation/Animation+defaults.swift",
"Animation/Animation.swift",
"Animation/Spring.swift",
"Animation/TimingFunction.swift",
"Animation/Transaction.swift",
"Animation/View+Animation.swift",
"Application.swift",
"DOM/DOM+Animation.swift",
"DOM/DOM+Types.swift",
"DOM/DOMElementSelector.swift",
"DOM/DOMInteractor.swift",
"Data/Environment/Environment+ReactiveObject.swift",
"Data/Environment/Environment.swift",
"Data/Environment/View+Envionment.swift",
"Data/Lifecycle/View+LifecycleEvents.swift",
"Data/Lifecycle/View+OnChange.swift",
"Data/Lifecycle/_StatefulNode.swift",
"Data/State/Binding.swift",
"Data/State/State.swift",
"Data/State/ViewStateStorage.swift",
"Data/StoredValue.swift",
"Data/ValueStorage.swift",
"FLIP/FLIPAnimation.swift",
"FLIP/FLIPLayoutObserver.swift",
"FLIP/FLIPScheduler.swift",
"HTMLViews/ElementModifiers/AnimateChildrenView.swift",
"HTMLViews/ElementModifiers/AttributeModifier.swift",
"HTMLViews/ElementModifiers/BindingModifiers.swift",
"HTMLViews/ElementModifiers/DOMElementModifier.swift",
"HTMLViews/ElementModifiers/EventModifier.swift",
"HTMLViews/ElementModifiers/LayoutObserver.swift",
"HTMLViews/HTMLElement+Mountable.swift",
"HTMLViews/HTMLText+Mountable.swift",
"HTMLViews/HTMLVoidElement+Mountable.swift",
"HTMLViews/StyleModifiers/CSSAnimatable.swift",
"HTMLViews/StyleModifiers/EffectValues.swift",
"HTMLViews/StyleModifiers/MountedStyleModifier.swift",
"HTMLViews/StyleModifiers/OpacityModifer.swift",
"HTMLViews/StyleModifiers/TransformModifier.swift",
"HTMLViews/View+Binding.swift",
"HTMLViews/View+DOMEvents.swift",
"HTMLViews/View+Styles.swift",
"HTMLViews/_AttributedElement+Mountable.swift",
"HTMLViews/_ElementNode.swift",
"HTMLViews/_TextNode.swift",
"JSInterop/Elementary+JavaScriptKit.swift",
"JSInterop/EventHandlers.swift",
"JSInterop/GlobalEvents.swift",
"Macros.swift",
"Reconciling/ApplicationRuntime.swift",
"Reconciling/PendingFunctionQueue.swift",
"Reconciling/Scheduler.swift",
"Reconciling/_CommitContext.swift",
"Reconciling/_ContainerLayoutPass.swift",
"Reconciling/_Reconcilable.swift",
"Reconciling/_TransactionContext.swift",
"Reconciling/_ViewContext.swift",
"String+utf8Equals.swift",
"StructureViews/EmptyHTML+Mountable.swift",
"StructureViews/ForEach+Mountable.swift",
"StructureViews/KeyedView.swift",
"StructureViews/Optional+Mountable.swift",
"StructureViews/PlaceholderContentView.swift",
"StructureViews/Tuples+Mountable.swift",
"StructureViews/ViewKey.swift",
"StructureViews/_ConditionalNode.swift",
"StructureViews/_EmptyNode.swift",
"StructureViews/_HTMLArray+Mountable.swift",
"StructureViews/_HTMLConditional+Mountable.swift",
"StructureViews/_KeyedNode.swift",
"StructureViews/_TupleNode.swift",
"Transition/Transition+builtin.swift",
"Transition/Transition.swift",
"Transition/_TransitionNode.swift",
"Transition/_TransitionView.swift",
"Views/Function/_FunctionNode.swift",
"Views/Function/_FunctionView.swift",
"Views/Function/_ViewEquatable.swift",
"Views/View+Mountable.swift",
"_embeddedTricks.swift",
"exports.swift",
"logging.swift"
],
"target_dependencies" : [
"ElementaryUIMacros",
"Reactivity",
"_ElementaryMath"
],
"type" : "library"
}
],
"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:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
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:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
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