Build Information
Failed to build VertexGUI, reference master (bd1a4b), with Swift 6.1 for Wasm on 28 May 2025 17:36:12 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/VertexUI/VertexGUI.git
Reference: master
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/VertexUI/VertexGUI
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at bd1a4b1 remove unnecessary print
Cloned https://github.com/VertexUI/VertexGUI.git
Revision (git rev-parse @):
bd1a4b124ebef002524deb66200053bb7b2035e1
SUCCESS checkout https://github.com/VertexUI/VertexGUI.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/VertexUI/VertexGUI.git
https://github.com/VertexUI/VertexGUI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-opengl",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/UnGast/swift-opengl"
},
{
"identity" : "swim",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/UnGast/swim.git"
},
{
"identity" : "swift-gfx-math",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/UnGast/swift-gfx-math.git"
},
{
"identity" : "opencombine",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/OpenCombine/OpenCombine.git"
},
{
"identity" : "colorizeswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mtynior/ColorizeSwift.git"
},
{
"identity" : "skiakit",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/UnGast/SkiaKit"
},
{
"identity" : "pal",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/fireblade-engine/pal.git"
}
],
"manifest_display_name" : "VertexGUI",
"name" : "VertexGUI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "VertexGUI",
"targets" : [
"VertexGUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MinimalDemo",
"targets" : [
"MinimalDemo"
],
"type" : {
"executable" : null
}
},
{
"name" : "DevApp",
"targets" : [
"DevApp"
],
"type" : {
"executable" : null
}
},
{
"name" : "TaskOrganizerDemo",
"targets" : [
"TaskOrganizerDemo"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "WidgetGUI",
"module_type" : "SwiftTarget",
"name" : "WidgetGUI",
"path" : "Sources/WidgetGUI",
"product_dependencies" : [
"OpenCombine",
"OpenCombineDispatch",
"GfxMath",
"ColorizeSwift",
"SkiaKit"
],
"product_memberships" : [
"VertexGUI",
"MinimalDemo",
"DevApp",
"TaskOrganizerDemo"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/WidgetGUI/Resources/LICENSE.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/WidgetGUI/Resources/materialdesignicons-webfont.ttf",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Base/Child.swift",
"Base/Parent.swift",
"Base/PseudoElement.swift",
"Base/Root.swift",
"Base/Widget/Lifecycle/Widget+LifecycleFlag.swift",
"Base/Widget/Lifecycle/Widget+LifecycleManager.swift",
"Base/Widget/Lifecycle/Widget+LifecycleMethod.swift",
"Base/Widget/Lifecycle/Widget+LifecycleMethodInvocationAbortionReason.swift",
"Base/Widget/Lifecycle/Widget+LifecycleMethodInvocationQueue.swift",
"Base/Widget/Lifecycle/Widget+LifecycleMethodInvocationReason.swift",
"Base/Widget/Lifecycle/Widget+LifecycleMethodInvocationSignal.swift",
"Base/Widget/Lifecycle/Widget+LifecycleMethodInvocationSignalGroup.swift",
"Base/Widget/Signaling/Signal.swift",
"Base/Widget/Signaling/Widget+signaling.swift",
"Base/Widget/Widget+CallCounter.swift",
"Base/Widget/Widget+Debugging.swift",
"Base/Widget/Widget+PostInitConfigurableWidget.swift",
"Base/Widget/Widget+ScrollBar.swift",
"Base/Widget/Widget+TreeOperations.swift",
"Base/Widget/Widget+inputEventHandlerRegistration.swift",
"Base/Widget/Widget+invalidateRootSizeDependentThings.swift",
"Base/Widget/Widget+otherEventHandlerRegistration.swift",
"Base/Widget/Widget+resolveWidgetDimensionSize.swift",
"Base/Widget/Widget+with.swift",
"Base/Widget/Widget.swift",
"Base/WidgetBus.swift",
"Base/WidgetContext.swift",
"Base/WidgetTreeManager.swift",
"Composition/ComposeBuilder.swift",
"Composition/ComposedContent.swift",
"Composition/ComposedWidget.swift",
"Composition/Content.swift",
"Composition/DirectContent.swift",
"Composition/DirectContentBuilder.swift",
"Composition/Dynamic.swift",
"Composition/Slot.swift",
"Composition/SlotAcceptingWidgetProtocol.swift",
"Composition/SlotContent.swift",
"Composition/SlotContentBuilder.swift",
"Composition/SlotContentDefinition.swift",
"Composition/SlotContentManager.swift",
"ContextMenu/ContextMenu+Item.swift",
"ContextMenu/ContextMenu.swift",
"CumulatedValues/CumulatedValuesProcessor.swift",
"CumulatedValues/Widget+invalidateCumulatedValues.swift",
"DeveloperTools/DeveloperTools+InspectorView.swift",
"DeveloperTools/DeveloperTools+MainRoute.swift",
"DeveloperTools/DeveloperTools+MainView.swift",
"DeveloperTools/DeveloperTools+MessagesView.swift",
"DeveloperTools/DeveloperTools+PerformanceView.swift",
"DeveloperTools/DeveloperTools+Store.swift",
"DeveloperTools/DeveloperTools+Theme.swift",
"DeveloperTools/DeveloperTools+WidgetNestingView.swift",
"DeveloperTools/DeveloperTools.swift",
"DeveloperTools/WidgetPropertiesView.swift",
"Drawing/DrawingManager.swift",
"Drawing/LeafWidget.swift",
"Drawing/SkiaKitExtensions/Canvas.swift",
"Drawing/SkiaKitExtensions/Color.swift",
"Drawing/SkiaKitExtensions/Font.swift",
"Drawing/SkiaKitExtensions/Image+initFromSwimImage.swift",
"Drawing/SkiaKitExtensions/Paint.swift",
"Drawing/SkiaKitExtensions/Path.swift",
"Drawing/SkiaKitExtensions/Point.swift",
"Drawing/SkiaKitExtensions/Rect.swift",
"Focus/FocusManager.swift",
"Focus/Widget+Focusable.swift",
"Helpers/BurstLimiter.swift",
"Helpers/DefinitiveDict.swift",
"Helpers/Logger.swift",
"Helpers/Reference.swift",
"Helpers/Tree/Mirror+allChildren.swift",
"Helpers/Tree/Tree.swift",
"Helpers/Tree/TreeMask.swift",
"Helpers/Tree/TreePath.swift",
"Helpers/Tree/TreeRange.swift",
"Helpers/WeakBox.swift",
"Helpers/WidgetBuilder.swift",
"Helpers/WidgetEventHandlerManager.swift",
"Input/Cursor.swift",
"Input/Key.swift",
"Input/KeyStatesContainer.swift",
"Input/MouseButton.swift",
"Input/RawEvents/RawKeyboardEvent.swift",
"Input/RawEvents/RawMouseEvent.swift",
"Input/RawEvents/RawTextInputEvent.swift",
"Input/Root+KeyboardEventManager.swift",
"Input/Root+TextInputEventManager.swift",
"Input/Widget+internalProcessInputEvents.swift",
"Input/WidgetEvents/GUIKeyboardEvent.swift",
"Input/WidgetEvents/GUIMouseEvent.swift",
"Input/WidgetEvents/GUITextEvent.swift",
"Input/WidgetTreeMouseEventManager.swift",
"Layouts/AbsoluteLayout.swift",
"Layouts/FlexLayout.swift",
"Layouts/Layout.swift",
"Layouts/LayoutProperty.swift",
"Layouts/SimpleLinearLayout.swift",
"Platform/Screen.swift",
"Platform/Window.swift",
"Primitives/Axis.swift",
"Primitives/BorderWidth.swift",
"Primitives/Bounded.swift",
"Primitives/BoxConstraints.swift",
"Primitives/CornerRadii.swift",
"Primitives/Insets.swift",
"Primitives/Margins.swift",
"Primitives/Overflow.swift",
"Primitives/TextTransform.swift",
"Primitives/Tick.swift",
"Primitives/Visibility.swift",
"Primitives/WidgetDimensionSize.swift",
"State/Dependencies/Dependency.swift",
"State/Dependencies/DependencyManager.swift",
"State/Dependencies/Inject.swift",
"State/Dependencies/Widget+provideDependencies.swift",
"State/ImmutableBinding.swift",
"State/MutableBinding.swift",
"State/MutableReactiveProperty.swift",
"State/ObservableDictionary.swift",
"State/PropertyPublisher.swift",
"State/ReactiveProperty.swift",
"State/ReactivePropertyProjection.swift",
"State/State.swift",
"State/Store.swift",
"Style/PseudoClass.swift",
"Style/Style.swift",
"Style/StyleManager.swift",
"Style/StyleParser.swift",
"Style/StyleProperty.swift",
"Style/StylePropertyValue.swift",
"Style/StylePropertyValueDefinition.swift",
"Style/StylePropertyValueDefinitionsBuilder.swift",
"Style/StyleSelector.swift",
"Style/StyleSelectorPart.swift",
"Style/Theme/FlatTheme.swift",
"Style/Theme/Theme.swift",
"Style/Widget+PseudoClass.swift",
"Style/Widget+StylePropertiesContainer.swift",
"Style/Widget+inStyleScope.swift",
"Style/Widget+internalPseudoClassManagement.swift",
"Style/Widget+invalidateMatchedStyles.swift",
"Style/Widget+invalidateResolvedStyleProperties.swift",
"Style/Widget+notifySelectorChanged.swift",
"Style/Widget+resolveStyleProperties.swift",
"Widgets/Standard/Charting/BarChart.swift",
"Widgets/Standard/Container.swift",
"Widgets/Standard/Controls/Button.swift",
"Widgets/Standard/Controls/Checkbox.swift",
"Widgets/Standard/Controls/ColorPicker.swift",
"Widgets/Standard/Controls/RadioButton.swift",
"Widgets/Standard/Controls/Select.swift",
"Widgets/Standard/Controls/TextInput.swift",
"Widgets/Standard/Controls/ToggleButton.swift",
"Widgets/Standard/Drawing.swift",
"Widgets/Standard/Icons/MaterialDesignIcon+Identifier.swift",
"Widgets/Standard/Icons/MaterialDesignIcon.swift",
"Widgets/Standard/ImageView.swift",
"Widgets/Standard/Layout/Flex+TwoItemStrategy.swift",
"Widgets/Standard/Layout/Flex+UniversalStrategy.swift",
"Widgets/Standard/Layout/Flex.swift",
"Widgets/Standard/List.swift",
"Widgets/Standard/Space.swift",
"Widgets/Standard/Text.swift"
],
"target_dependencies" : [
"Events",
"Drawing"
],
"type" : "library"
},
{
"c99name" : "VertexGUI",
"module_type" : "SwiftTarget",
"name" : "VertexGUI",
"path" : "Sources/VertexGUI",
"product_dependencies" : [
"GfxMath"
],
"product_memberships" : [
"VertexGUI",
"MinimalDemo",
"DevApp",
"TaskOrganizerDemo"
],
"sources" : [
"lib.swift"
],
"target_dependencies" : [
"WidgetGUI",
"Events",
"Application",
"Drawing"
],
"type" : "library"
},
{
"c99name" : "TaskOrganizerDemo",
"module_type" : "SwiftTarget",
"name" : "TaskOrganizerDemo",
"path" : "Sources/TaskOrganizerDemo",
"product_dependencies" : [
"Swim",
"OpenCombine"
],
"product_memberships" : [
"TaskOrganizerDemo"
],
"sources" : [
"Data/MainViewRoute.swift",
"Data/TodoItem.swift",
"Data/TodoList.swift",
"Data/TodoSearchResult.swift",
"Data/TodoSearcher.swift",
"Data/TodoStore.swift",
"UI/AppTheme.swift",
"UI/SearchResultsView.swift",
"UI/TaskCompletionButton.swift",
"UI/TodoAppView.swift",
"UI/TodoListItemView.swift",
"UI/TodoListView.swift",
"main.swift"
],
"target_dependencies" : [
"VertexGUI"
],
"type" : "executable"
},
{
"c99name" : "MinimalDemo",
"module_type" : "SwiftTarget",
"name" : "MinimalDemo",
"path" : "Sources/MinimalDemo",
"product_memberships" : [
"MinimalDemo"
],
"sources" : [
"MainView.swift",
"main.swift"
],
"target_dependencies" : [
"VertexGUI"
],
"type" : "executable"
},
{
"c99name" : "Events",
"module_type" : "SwiftTarget",
"name" : "Events",
"path" : "Sources/Events",
"product_dependencies" : [
"OpenCombine"
],
"product_memberships" : [
"VertexGUI",
"MinimalDemo",
"DevApp",
"TaskOrganizerDemo"
],
"sources" : [
"EventHandlerManager.swift",
"EventfulObject.swift",
"PublishingEventManager.swift"
],
"type" : "library"
},
{
"c99name" : "Drawing",
"module_type" : "SwiftTarget",
"name" : "Drawing",
"path" : "Sources/Drawing",
"product_dependencies" : [
"GfxMath",
"FirebladePAL",
"Swim"
],
"product_memberships" : [
"VertexGUI",
"MinimalDemo",
"DevApp",
"TaskOrganizerDemo"
],
"sources" : [
"DrawingBackend.swift",
"DrawingContext.swift",
"Image.swift",
"MockDrawingBackend.swift",
"Paint.swift",
"TextPaint.swift"
],
"type" : "library"
},
{
"c99name" : "DevApp",
"module_type" : "SwiftTarget",
"name" : "DevApp",
"path" : "Sources/DevApp",
"product_dependencies" : [
"Swim"
],
"product_memberships" : [
"DevApp"
],
"sources" : [
"MainView.swift",
"TestWidget.swift",
"main.swift"
],
"target_dependencies" : [
"VertexGUI"
],
"type" : "executable"
},
{
"c99name" : "Application",
"module_type" : "SwiftTarget",
"name" : "Application",
"path" : "Sources/Application",
"product_dependencies" : [
"FirebladePAL",
"GfxMath",
"GL"
],
"product_memberships" : [
"VertexGUI",
"MinimalDemo",
"DevApp",
"TaskOrganizerDemo"
],
"sources" : [
"Application.swift"
],
"target_dependencies" : [
"WidgetGUI",
"Drawing"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
warning: 'spi-builder-workspace': Invalid Resource 'Resources': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Resources': File not found.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/UnGast/swift-opengl
[1/102] Fetching swift-opengl
Fetched https://github.com/UnGast/swift-opengl from cache (0.67s)
Fetching https://github.com/UnGast/swim.git
[1/9376] Fetching swim
Fetched https://github.com/UnGast/swim.git from cache (0.41s)
Fetching https://github.com/UnGast/swift-gfx-math.git
[1/435] Fetching swift-gfx-math
Fetched https://github.com/UnGast/swift-gfx-math.git from cache (0.24s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8280] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.69s)
Fetching https://github.com/UnGast/SkiaKit
[1/1816] Fetching skiakit
Fetched https://github.com/UnGast/SkiaKit from cache (2.07s)
Fetching https://github.com/fireblade-engine/pal.git
[1/898] Fetching pal
Fetched https://github.com/fireblade-engine/pal.git from cache (0.32s)
Fetching https://github.com/kelvin13/swiftxml
[1/246] Fetching swiftxml
Fetched https://github.com/kelvin13/swiftxml from cache (0.93s)
Fetching https://github.com/ctreffs/SwiftVulkan
Fetching https://github.com/ctreffs/SwiftNFD.git
Fetching https://github.com/fireblade-engine/time.git
Fetching https://github.com/fireblade-engine/math.git
Fetching https://github.com/mtynior/ColorizeSwift.git
Fetching https://github.com/ctreffs/SwiftSDL2.git
[1/406] Fetching time
[407/700] Fetching time, swiftvulkan
[701/1092] Fetching time, swiftvulkan, swiftnfd
[1093/2444] Fetching time, swiftvulkan, swiftnfd, swiftsdl2
[1107/5096] Fetching time, swiftvulkan, swiftnfd, swiftsdl2, math
[4516/5387] Fetching time, swiftvulkan, swiftnfd, swiftsdl2, math, colorizeswift
Fetched https://github.com/fireblade-engine/math.git from cache (0.84s)
Fetched https://github.com/fireblade-engine/time.git from cache (0.85s)
Fetched https://github.com/ctreffs/SwiftVulkan from cache (0.85s)
Fetched https://github.com/ctreffs/SwiftNFD.git from cache (0.85s)
Fetched https://github.com/mtynior/ColorizeSwift.git from cache (0.86s)
Fetched https://github.com/ctreffs/SwiftSDL2.git from cache (0.87s)
Computing version for https://github.com/ctreffs/SwiftNFD.git
Computed https://github.com/ctreffs/SwiftNFD.git at 1.0.2 (1.72s)
Computing version for https://github.com/ctreffs/SwiftVulkan
Computed https://github.com/ctreffs/SwiftVulkan at 0.2.1 (0.69s)
Computing version for https://github.com/ctreffs/SwiftSDL2.git
Computed https://github.com/ctreffs/SwiftSDL2.git at 1.4.1 (0.73s)
Computing version for https://github.com/fireblade-engine/time.git
Computed https://github.com/fireblade-engine/time.git at 0.2.0 (0.65s)
Computing version for https://github.com/fireblade-engine/math.git
Computed https://github.com/fireblade-engine/math.git at 0.13.0 (0.56s)
Computing version for https://github.com/mtynior/ColorizeSwift.git
Computed https://github.com/mtynior/ColorizeSwift.git at 1.7.0 (0.55s)
Creating working copy for https://github.com/ctreffs/SwiftSDL2.git
Working copy of https://github.com/ctreffs/SwiftSDL2.git resolved at 1.4.1
Creating working copy for https://github.com/UnGast/swift-opengl
Working copy of https://github.com/UnGast/swift-opengl resolved at master (8dfcb2e)
Creating working copy for https://github.com/UnGast/SkiaKit
Working copy of https://github.com/UnGast/SkiaKit resolved at main (1924d72)
Creating working copy for https://github.com/UnGast/swim.git
Working copy of https://github.com/UnGast/swim.git resolved at master (571022a)
Creating working copy for https://github.com/fireblade-engine/time.git
Working copy of https://github.com/fireblade-engine/time.git resolved at 0.2.0
Creating working copy for https://github.com/fireblade-engine/pal.git
Working copy of https://github.com/fireblade-engine/pal.git resolved at main (d54ec84)
Creating working copy for https://github.com/mtynior/ColorizeSwift.git
Working copy of https://github.com/mtynior/ColorizeSwift.git resolved at 1.7.0
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at master (1c6f02c)
Creating working copy for https://github.com/ctreffs/SwiftNFD.git
Working copy of https://github.com/ctreffs/SwiftNFD.git resolved at 1.0.2
Creating working copy for https://github.com/kelvin13/swiftxml
Working copy of https://github.com/kelvin13/swiftxml resolved at master (91ae89c)
Creating working copy for https://github.com/fireblade-engine/math.git
Working copy of https://github.com/fireblade-engine/math.git resolved at 0.13.0
Creating working copy for https://github.com/ctreffs/SwiftVulkan
Working copy of https://github.com/ctreffs/SwiftVulkan resolved at 0.2.1
Creating working copy for https://github.com/UnGast/swift-gfx-math.git
Working copy of https://github.com/UnGast/swift-gfx-math.git resolved at master (2491615)
warning: 'spi-builder-workspace': Invalid Resource 'Resources': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Resources': File not found.
warning: you may be able to install vulkan using your system-packager:
apt-get install libvulkan-dev libvulkan1
warning: you may be able to install vulkan using your system-packager:
apt-get install libvulkan-dev libvulkan1
Building for debugging...
[0/61] Write sources
[5/61] Copying LICENSE.txt
[5/61] Write sources
[5/61] Copying materialdesignicons-webfont.ttf
[21/61] Compiling CSkia CSkia.cpp
[22/61] Compiling CNFD nfd_win.cpp
[23/61] Write sources
[24/61] Compiling CNFD nfd_gtk.c
[25/61] Compiling CNFD nfd_cocoa.m
[26/61] Compiling CNFD nfd_default.c
[27/61] Compiling CNFD nfd_common.c
[28/61] Write swift-version-24593BA9C3E375BF.txt
[29/61] Compiling CStbImage truetype.c
[30/107] Compiling CStbImage image_io.c
[32/322] Emitting module SkiaKit
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/327] Emitting module FirebladeMath
/host/spi-builder-workspace/.build/checkouts/math/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
error: compile command failed due to signal 6 (use -v to see invocation)
<unknown>:0: error: fatal error encountered during compilation; please submit a bug report (https://swift.org/contributing/#reporting-bugs)
<unknown>:0: note: Functions with 'no-prototype' attribute must take varargs: sk_get_binary_c_api_version
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0. Program arguments: /usr/bin/swift-frontend -frontend -c /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/Bitmap.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/Canvas.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/Color.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/ColorFilter.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/ColorSpace.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/Colors.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/Data.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/Definitions.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/Font.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/FontManager.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/FontStyle.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/FontStyleSet.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/GLInterface.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/GrBackendRenderTarget.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/GrContext.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/GrGLFramebufferInfo.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/Helpers.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/Image.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/ImageFilter.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/ImageInfo.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/MaskFilter.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/MathTypes.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/Matrix.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/Paint.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/Path.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/PathEffect.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/Picture.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/PictureRecorder.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/Pixmap.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/Region.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/RoundRect.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/SKObject.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/SKStream.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/SKString.swift /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/Shader.swift -primary-file /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/SkiaCApiVersion.swift -primary-file /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/Surface.swift -primary-file /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/SurfaceProperties.swift -primary-file /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/TextBlob.swift -primary-file /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/SkiaKit/Typeface.swift -supplementary-output-file-map /tmp/TemporaryDirectory.NVGyoX/supplementaryOutputs-8 -target wasm32-unknown-wasi -disable-objc-interop -sdk /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk -I /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Modules -enable-testing -g -debug-info-format=dwarf -dwarf-version=4 -module-cache-path /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/ModuleCache -suppress-warnings -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -stats-output-dir .stats -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency=complete -empty-abi-descriptor -resource-dir /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static -use-static-resource-dir -enable-anonymous-context-mangled-names -file-compilation-dir /host/spi-builder-workspace -Xcc -fmodule-map-file=/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/CSkia.build/module.modulemap -Xcc -I -Xcc /host/spi-builder-workspace/.build/checkouts/SkiaKit/Sources/CSkia/include -Xcc --sysroot -Xcc /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk -Xcc -g -module-name SkiaKit -in-process-plugin-server-path /usr/lib/swift/host/libSwiftInProcPluginServer.so -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins -parse-as-library -o /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SkiaKit.build/SkiaCApiVersion.swift.o -o /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SkiaKit.build/Surface.swift.o -o /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SkiaKit.build/SurfaceProperties.swift.o -o /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SkiaKit.build/TextBlob.swift.o -o /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SkiaKit.build/Typeface.swift.o -index-store-path /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/index/store -index-system-modules
1. Swift version 6.1 (swift-6.1-RELEASE)
2. Compiling with effective version 5.10
3. Running pass 'Add prototypes to prototypes-less functions' on module '/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SkiaKit.build/SkiaCApiVersion.swift.o'.
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0 swift-frontend 0x0000563fa804e808
1 swift-frontend 0x0000563fa804c5ee
2 swift-frontend 0x0000563fa804eea8
3 libc.so.6 0x00007fad0b430520
4 libc.so.6 0x00007fad0b4849fc pthread_kill + 300
5 libc.so.6 0x00007fad0b430476 raise + 22
6 libc.so.6 0x00007fad0b4167f3 abort + 211
7 swift-frontend 0x0000563fa20ad11e
8 swift-frontend 0x0000563fa7fae149
9 swift-frontend 0x0000563fa45afeec
10 swift-frontend 0x0000563fa7e70b25
11 swift-frontend 0x0000563fa21ebf56
12 swift-frontend 0x0000563fa21eb794
13 swift-frontend 0x0000563fa1e16142
14 swift-frontend 0x0000563fa1e11c88
15 swift-frontend 0x0000563fa1e10997
16 swift-frontend 0x0000563fa1e132ba
17 swift-frontend 0x0000563fa1e12713
18 swift-frontend 0x0000563fa1bef86a
19 libc.so.6 0x00007fad0b417d90
20 libc.so.6 0x00007fad0b417e40 __libc_start_main + 128
21 swift-frontend 0x0000563fa1beecc5
[34/339] Compiling SDL SDL2.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDL2/Sources/SDL2/SDL2.swift:11:23: error: no such module 'SDL2'
9 | @_exported import CSDL2
10 | #else
11 | @_exported import SDL2
| `- error: no such module 'SDL2'
12 | #endif
13 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[35/339] Emitting module SDL
/host/spi-builder-workspace/.build/checkouts/SwiftSDL2/Sources/SDL2/SDL2.swift:11:23: error: no such module 'SDL2'
9 | @_exported import CSDL2
10 | #else
11 | @_exported import SDL2
| `- error: no such module 'SDL2'
12 | #endif
13 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': Invalid Resource 'Resources': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Resources': File not found.
warning: you may be able to install vulkan using your system-packager:
apt-get install libvulkan-dev libvulkan1
warning: you may be able to install vulkan using your system-packager:
apt-get install libvulkan-dev libvulkan1
[0/1] Planning build
Building for debugging...
[0/31] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/375] Emitting module SDL
/host/spi-builder-workspace/.build/checkouts/SwiftSDL2/Sources/SDL2/SDL2.swift:11:23: error: no such module 'SDL2'
9 | @_exported import CSDL2
10 | #else
11 | @_exported import SDL2
| `- error: no such module 'SDL2'
12 | #endif
13 |
[3/375] Compiling SDL SDL2.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDL2/Sources/SDL2/SDL2.swift:11:23: error: no such module 'SDL2'
9 | @_exported import CSDL2
10 | #else
11 | @_exported import SDL2
| `- error: no such module 'SDL2'
12 | #endif
13 |
[4/375] Emitting module NFD
BUILD FAILURE 6.1 wasm