The Swift Package Index logo.Swift Package Index

Build Information

Failed to build VertexGUI, reference master (bd1a4b), with Swift 6.1 for Android on 28 May 2025 17:37:22 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build 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:         android
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-4609320-1":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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.38s)
Fetching https://github.com/UnGast/swim.git
[1/9376] Fetching swim
Fetched https://github.com/UnGast/swim.git from cache (0.35s)
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.25s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8280] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.51s)
Fetching https://github.com/UnGast/SkiaKit
[1/1816] Fetching skiakit
Fetched https://github.com/UnGast/SkiaKit from cache (0.92s)
Fetching https://github.com/fireblade-engine/pal.git
[1/898] Fetching pal
Fetched https://github.com/fireblade-engine/pal.git from cache (0.25s)
Fetching https://github.com/kelvin13/swiftxml
[1/246] Fetching swiftxml
Fetched https://github.com/kelvin13/swiftxml from cache (0.23s)
Fetching https://github.com/ctreffs/SwiftSDL2.git
Fetching https://github.com/fireblade-engine/time.git
Fetching https://github.com/ctreffs/SwiftVulkan
Fetching https://github.com/mtynior/ColorizeSwift.git
Fetching https://github.com/fireblade-engine/math.git
Fetching https://github.com/ctreffs/SwiftNFD.git
[1/1352] Fetching swiftsdl2
[732/1758] Fetching swiftsdl2, time
[749/2052] Fetching swiftsdl2, time, swiftvulkan
[1432/4704] Fetching swiftsdl2, time, swiftvulkan, math
[1989/4995] Fetching swiftsdl2, time, swiftvulkan, math, colorizeswift
[4259/5387] Fetching swiftsdl2, time, swiftvulkan, math, colorizeswift, swiftnfd
Fetched https://github.com/fireblade-engine/time.git from cache (0.48s)
[4007/4981] Fetching swiftsdl2, swiftvulkan, math, colorizeswift, swiftnfd
Fetched https://github.com/fireblade-engine/math.git from cache (0.58s)
[1721/2329] Fetching swiftsdl2, swiftvulkan, colorizeswift, swiftnfd
Fetched https://github.com/ctreffs/SwiftVulkan from cache (0.59s)
Fetched https://github.com/ctreffs/SwiftNFD.git from cache (0.59s)
Fetched https://github.com/mtynior/ColorizeSwift.git from cache (0.59s)
[758/1352] Fetching swiftsdl2
Fetched https://github.com/ctreffs/SwiftSDL2.git from cache (0.88s)
Computing version for https://github.com/ctreffs/SwiftNFD.git
Computed https://github.com/ctreffs/SwiftNFD.git at 1.0.2 (1.80s)
Computing version for https://github.com/ctreffs/SwiftVulkan
Computed https://github.com/ctreffs/SwiftVulkan at 0.2.1 (0.99s)
Computing version for https://github.com/ctreffs/SwiftSDL2.git
Computed https://github.com/ctreffs/SwiftSDL2.git at 1.4.1 (0.93s)
Computing version for https://github.com/fireblade-engine/time.git
Computed https://github.com/fireblade-engine/time.git at 0.2.0 (0.93s)
Computing version for https://github.com/fireblade-engine/math.git
Computed https://github.com/fireblade-engine/math.git at 0.13.0 (0.93s)
Computing version for https://github.com/mtynior/ColorizeSwift.git
Computed https://github.com/mtynior/ColorizeSwift.git at 1.7.0 (0.90s)
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/SwiftSDL2.git
Working copy of https://github.com/ctreffs/SwiftSDL2.git resolved at 1.4.1
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/ctreffs/SwiftVulkan
Working copy of https://github.com/ctreffs/SwiftVulkan resolved at 0.2.1
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/UnGast/swift-gfx-math.git
Working copy of https://github.com/UnGast/swift-gfx-math.git resolved at master (2491615)
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/kelvin13/swiftxml
Working copy of https://github.com/kelvin13/swiftxml resolved at master (91ae89c)
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/ctreffs/SwiftNFD.git
Working copy of https://github.com/ctreffs/SwiftNFD.git resolved at 1.0.2
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/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at master (1c6f02c)
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/62] Write sources
[4/62] Copying LICENSE.txt
[4/62] Write sources
[20/62] Copying materialdesignicons-webfont.ttf
[21/62] Compiling CSkia CSkia.cpp
[22/62] Compiling CNFD nfd_gtk.c
[23/62] Compiling CNFD nfd_win.cpp
[24/62] Write sources
[25/62] Compiling CNFD nfd_cocoa.m
[26/62] Compiling CNFD nfd_default.c
[27/62] Compiling CNFD nfd_common.c
[28/62] Write swift-version-24593BA9C3E375BF.txt
[28/62] Compiling CStbImage truetype.c
[30/76] Compiling CStbImage image_io.c
[31/231] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/318] 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 |
[34/330] Compiling GL opengl.swift
[35/330] Compiling FirebladeTime Timer.swift
[36/330] Compiling FirebladeTime TimeProviding.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/330] 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 |
[38/330] 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 |
[39/330] Compiling FirebladeMath QuaternionStorage+SIMD.swift
/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 |
[40/330] Compiling FirebladeMath QuaternionStorage.swift
/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 |
[41/330] Compiling FirebladeMath Quaternions.swift
/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 |
[42/330] Compiling FirebladeMath Rect.swift
/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 |
[43/330] Compiling FirebladeMath Size.swift
/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 |
[44/330] Compiling FirebladeMath StorageScalar.swift
/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 |
[45/330] Compiling FirebladeMath SIMD+Extensions.swift
/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 |
[46/330] Compiling FirebladeMath SIMD2+Extensions.swift
/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 |
[47/330] Compiling FirebladeMath SIMD3+Extensions.swift
/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 |
[48/330] Compiling FirebladeMath SIMD4+Extensions.swift
/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 |
[49/330] Compiling FirebladeMath Vec3+Axes.swift
/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 |
[50/330] Compiling FirebladeMath Vectors.swift
/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 |
/host/spi-builder-workspace/.build/checkouts/time/Sources/FirebladeTime/POSIXClock.swift:15:16: error: unavailable on this platform
13 |         import Glibc
14 |     #else
15 |         #error("unavailable on this platform")
   |                `- error: unavailable on this platform
16 |     #endif
17 |
/host/spi-builder-workspace/.build/checkouts/time/Sources/FirebladeTime/POSIXClock.swift:42:41: error: cannot find type 'CTimeSpec' in scope
40 |         // clock_gettime (ns) => 370 cycles (CLOCK_PROCESS_CPUTIME_ID)
41 |
42 |         @usableFromInline var timeSpec: CTimeSpec
   |                                         `- error: cannot find type 'CTimeSpec' in scope
43 |
44 |         @inlinable
/host/spi-builder-workspace/.build/checkouts/time/Sources/FirebladeTime/POSIXClock.swift:46:24: error: cannot find 'CTimeSpec' in scope
44 |         @inlinable
45 |         public init() {
46 |             timeSpec = CTimeSpec(tv_sec: 0, tv_nsec: 0)
   |                        `- error: cannot find 'CTimeSpec' in scope
47 |             // get resolution
48 |             #if canImport(Darwin)
/host/spi-builder-workspace/.build/checkouts/time/Sources/FirebladeTime/POSIXClock.swift:51:21: error: cannot find 'clock_getres' in scope
49 |                 timeSpec.tv_sec = UInt32(1 / sysconf(_SC_CLK_TCK))
50 |             #else
51 |                 _ = clock_getres(CLOCK_MONOTONIC, &timeSpec)
   |                     `- error: cannot find 'clock_getres' in scope
52 |             #endif
53 |         }
/host/spi-builder-workspace/.build/checkouts/time/Sources/FirebladeTime/POSIXClock.swift:51:34: error: cannot find 'CLOCK_MONOTONIC' in scope
49 |                 timeSpec.tv_sec = UInt32(1 / sysconf(_SC_CLK_TCK))
50 |             #else
51 |                 _ = clock_getres(CLOCK_MONOTONIC, &timeSpec)
   |                                  `- error: cannot find 'CLOCK_MONOTONIC' in scope
52 |             #endif
53 |         }
/host/spi-builder-workspace/.build/checkouts/time/Sources/FirebladeTime/POSIXClock.swift:69:21: error: cannot find 'clock_gettime' in scope
67 |                 _ = mach_port_deallocate(machTaskSelf(), clockName)
68 |             #else
69 |                 _ = clock_gettime(CLOCK_MONOTONIC, &timeSpec)
   |                     `- error: cannot find 'clock_gettime' in scope
70 |             #endif
71 |             return Nanoseconds(timeSpec.tv_sec) * Nanoseconds(1e9) + Nanoseconds(timeSpec.tv_nsec)
/host/spi-builder-workspace/.build/checkouts/time/Sources/FirebladeTime/POSIXClock.swift:69:35: error: cannot find 'CLOCK_MONOTONIC' in scope
67 |                 _ = mach_port_deallocate(machTaskSelf(), clockName)
68 |             #else
69 |                 _ = clock_gettime(CLOCK_MONOTONIC, &timeSpec)
   |                                   `- error: cannot find 'CLOCK_MONOTONIC' in scope
70 |             #endif
71 |             return Nanoseconds(timeSpec.tv_sec) * Nanoseconds(1e9) + Nanoseconds(timeSpec.tv_nsec)
/host/spi-builder-workspace/.build/checkouts/time/Sources/FirebladeTime/POSIXTimeOfDay.swift:14:16: error: unavailable on this platform
12 |         import Glibc
13 |     #else
14 |         #error("unavailable on this platform")
   |                `- error: unavailable on this platform
15 |     #endif
16 |
/host/spi-builder-workspace/.build/checkouts/time/Sources/FirebladeTime/POSIXTimeOfDay.swift:23:40: error: cannot find type 'timeval' in scope
21 |     /// https://pubs.opengroup.org/onlinepubs/9699919799/functions/gettimeofday.html
22 |     public struct POSIXTimeOfDay: TimeProviding {
23 |         @usableFromInline var timeVal: timeval
   |                                        `- error: cannot find type 'timeval' in scope
24 |
25 |         @inlinable
/host/spi-builder-workspace/.build/checkouts/time/Sources/FirebladeTime/POSIXTimeOfDay.swift:27:23: error: cannot find 'timeval' in scope
25 |         @inlinable
26 |         public init() {
27 |             timeVal = timeval(tv_sec: 0, tv_usec: 0)
   |                       `- error: cannot find 'timeval' in scope
28 |         }
29 |
/host/spi-builder-workspace/.build/checkouts/time/Sources/FirebladeTime/POSIXTimeOfDay.swift:33:26: error: cannot find 'gettimeofday' in scope
31 |         @inlinable
32 |         public mutating func now() -> Nanoseconds {
33 |             let result = gettimeofday(&timeVal, nil)
   |                          `- error: cannot find 'gettimeofday' in scope
34 |             precondition(result == 0, "failed to call 'gettimeofday' error: \(errno)")
35 |             return Nanoseconds(timeVal.tv_sec) * Nanoseconds(1e9) + Nanoseconds(timeVal.tv_usec) * Nanoseconds(1e3)
/host/spi-builder-workspace/.build/checkouts/time/Sources/FirebladeTime/POSIXTimeOfDay.swift:33:49: error: 'nil' requires a contextual type
31 |         @inlinable
32 |         public mutating func now() -> Nanoseconds {
33 |             let result = gettimeofday(&timeVal, nil)
   |                                                 `- error: 'nil' requires a contextual type
34 |             precondition(result == 0, "failed to call 'gettimeofday' error: \(errno)")
35 |             return Nanoseconds(timeVal.tv_sec) * Nanoseconds(1e9) + Nanoseconds(timeVal.tv_usec) * Nanoseconds(1e3)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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
[2/169] Compiling FirebladeTime Timer.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/291] 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 |
[4/291] 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 |
BUILD FAILURE 6.1 android