The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Shaft, reference 0.1.0 (59cf79), with Swift 6.1 for Android on 30 May 2025 20:33:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/ShaftUI/Shaft.git
Reference: 0.1.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/ShaftUI/Shaft
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 59cf792 Split Shaft into multiple build targets (#16)
Cloned https://github.com/ShaftUI/Shaft.git
Revision (git rev-parse @):
59cf792d418b1681fc69ce4437db109cdc2f51aa
SUCCESS checkout https://github.com/ShaftUI/Shaft.git at 0.1.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ShaftUI/Shaft.git
https://github.com/ShaftUI/Shaft.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
    {
      "identity" : "swiftmath",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.3.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ShaftUI/SwiftMath"
    },
    {
      "identity" : "swiftsdl3",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ShaftUI/SwiftSDL3"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "1.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ShaftUI/swift-collections"
    },
    {
      "identity" : "zipfoundationmodern",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gregcotten/ZIPFoundationModern"
    },
    {
      "identity" : "splash",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ShaftUI/Splash"
    },
    {
      "identity" : "swiftreload",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ShaftUI/SwiftReload.git"
    }
  ],
  "manifest_display_name" : "Shaft",
  "name" : "Shaft",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Playground",
      "targets" : [
        "Playground"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Shaft",
      "targets" : [
        "Shaft"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ShaftSetup",
      "targets" : [
        "ShaftSetup"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ShaftCodeHighlight",
      "targets" : [
        "ShaftCodeHighlight"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ShaftSDL3",
      "targets" : [
        "ShaftSDL3"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ShaftSkia",
      "targets" : [
        "ShaftSkia"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CSkiaSetupPlugin",
      "targets" : [
        "CSkiaSetupPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "BuilderPlugin",
      "targets" : [
        "BuilderPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "CSkiaSetup",
      "targets" : [
        "CSkiaSetup"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShaftTests",
      "module_type" : "SwiftTarget",
      "name" : "ShaftTests",
      "path" : "Tests/ShaftTests",
      "sources" : [
        "FirstTest.swift",
        "Gesture/MonoDragTest.swift",
        "Gesture/TapAndDragTest.swift",
        "Gesture/TapTest.swift",
        "Painting/TextPainterTest.swift",
        "Services/HardwareKeyboardTest.swift",
        "Services/TextBoundaryTest.swift",
        "TestUtils/GestureTester.swift",
        "TestUtils/TestPointer.swift",
        "TestUtils/WidgetTester.swift",
        "Widgets/BasicTest.swift",
        "Widgets/FrameworkTest.swift",
        "Widgets/SliverPinnedHeaderTest.swift",
        "Widgets/VelocityTrackerTest.swift",
        "Widgets/VelocityTrackerTestData.swift"
      ],
      "target_dependencies" : [
        "Shaft",
        "ShaftSetup"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShaftSkia",
      "module_type" : "SwiftTarget",
      "name" : "ShaftSkia",
      "path" : "Sources/ShaftSkia",
      "product_dependencies" : [
        "SwiftMath"
      ],
      "product_memberships" : [
        "Playground",
        "ShaftSetup",
        "ShaftSkia"
      ],
      "sources" : [
        "SkiaCanvas.swift",
        "SkiaFontCollection.swift",
        "SkiaImage.swift",
        "SkiaLoadICU.swift",
        "SkiaParagraph.swift",
        "SkiaPath.swift",
        "SkiaRenderer+GL.swift",
        "SkiaRenderer+Metal.swift",
        "SkiaRenderer.swift",
        "ToSkia.swift"
      ],
      "target_dependencies" : [
        "CSkia",
        "CSkiaResource",
        "Shaft"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ShaftSetup",
      "module_type" : "SwiftTarget",
      "name" : "ShaftSetup",
      "path" : "Sources/ShaftSetup",
      "product_memberships" : [
        "Playground",
        "ShaftSetup"
      ],
      "sources" : [
        "ShaftSetup.swift"
      ],
      "target_dependencies" : [
        "Shaft",
        "ShaftSkia",
        "ShaftSDL3"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ShaftSDL3",
      "module_type" : "SwiftTarget",
      "name" : "ShaftSDL3",
      "path" : "Sources/ShaftSDL3",
      "product_dependencies" : [
        "SwiftSDL3",
        "SwiftMath"
      ],
      "product_memberships" : [
        "Playground",
        "ShaftSetup",
        "ShaftSDL3"
      ],
      "sources" : [
        "SDLBackend.swift",
        "SDLCursor.swift",
        "SDLKey.swift",
        "SDLMetalView.swift",
        "SDLOpenGLView.swift",
        "SDLView.swift"
      ],
      "target_dependencies" : [
        "Shaft"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ShaftCodeHighlight",
      "module_type" : "SwiftTarget",
      "name" : "ShaftCodeHighlight",
      "path" : "Sources/ShaftCodeHighlight",
      "product_dependencies" : [
        "Splash"
      ],
      "product_memberships" : [
        "Playground",
        "ShaftCodeHighlight"
      ],
      "sources" : [
        "CodeBlock.swift",
        "ShaftCodeHighlight.swift"
      ],
      "target_dependencies" : [
        "Shaft"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Shaft",
      "module_type" : "SwiftTarget",
      "name" : "Shaft",
      "path" : "Sources/Shaft",
      "product_dependencies" : [
        "SwiftMath",
        "Rainbow",
        "SwiftSDL3",
        "Collections"
      ],
      "product_memberships" : [
        "Playground",
        "Shaft",
        "ShaftSetup",
        "ShaftCodeHighlight",
        "ShaftSDL3",
        "ShaftSkia"
      ],
      "sources" : [
        "Animation/Animatable.swift",
        "Animation/Animation.swift",
        "Animation/AnimationBase.swift",
        "Animation/AnimationController.swift",
        "Animation/Curve.swift",
        "Animation/Tween.swift",
        "Backend/RemoteAppBackend.swift",
        "Backend/UIActor.swift",
        "Core/Backend.swift",
        "Core/Canvas.swift",
        "Core/DisplayList/DisplayList.swift",
        "Core/DisplayList/DisplayListBuilder.swift",
        "Core/DisplayList/DlOpReceiver.swift",
        "Core/Geometry.swift",
        "Core/Globals.swift",
        "Core/Keyboard.swift",
        "Core/KeyboardKey.swift",
        "Core/Layer.swift",
        "Core/Painting.swift",
        "Core/Pointer.swift",
        "Core/Renderer.swift",
        "Core/TargetPlatform.swift",
        "Core/TextEditing.swift",
        "Core/TextTypes.swift",
        "Core/Window.swift",
        "Foundation/Array.swift",
        "Foundation/Assertion.swift",
        "Foundation/Box.swift",
        "Foundation/Callback.swift",
        "Foundation/ChangeNotifier.swift",
        "Foundation/Collections.swift",
        "Foundation/Constants.swift",
        "Foundation/CopyWith.swift",
        "Foundation/Diagnostics.swift",
        "Foundation/Equality.swift",
        "Foundation/Math.swift",
        "Foundation/MatrixUtils.swift",
        "Foundation/Number.swift",
        "Foundation/Print.swift",
        "Foundation/Stopwatch.swift",
        "Foundation/String.swift",
        "Foundation/Time.swift",
        "Gestures/Arena.swift",
        "Gestures/ArenaTeam.swift",
        "Gestures/Binding/GestureBinding.swift",
        "Gestures/DragDetails.swift",
        "Gestures/GestureConstants.swift",
        "Gestures/GestureDebug.swift",
        "Gestures/GestureSettings.swift",
        "Gestures/HitTest.swift",
        "Gestures/LsqSolver.swift",
        "Gestures/PointerEventConverter.swift",
        "Gestures/PointerEvents.swift",
        "Gestures/PointerRouter.swift",
        "Gestures/PointerSignalResolver.swift",
        "Gestures/Recongnizer/LongPressRecongnizer.swift",
        "Gestures/Recongnizer/MonoDrag.swift",
        "Gestures/Recongnizer/Recongnizer.swift",
        "Gestures/Recongnizer/TapAndDragRecongizer.swift",
        "Gestures/Recongnizer/TapRecongnizer.swift",
        "Gestures/VelocityTracker.swift",
        "Painting/Alignment.swift",
        "Painting/BasicTypes.swift",
        "Painting/BorderRadius.swift",
        "Painting/Borders.swift",
        "Painting/BoxBorder.swift",
        "Painting/BoxDecoration.swift",
        "Painting/BoxFit.swift",
        "Painting/BoxShadow.swift",
        "Painting/ClipContext.swift",
        "Painting/DecoratedImage.swift",
        "Painting/Decoration.swift",
        "Painting/EdgeInsets.swift",
        "Painting/ImageProvider.swift",
        "Painting/Span/InlineSpan.swift",
        "Painting/Span/PlaceholderSpan.swift",
        "Painting/Span/TextSpan.swift",
        "Painting/TextPainter.swift",
        "Painting/TextScaler.swift",
        "Painting/TextStyle.swift",
        "Physics/PhysicsUtils.swift",
        "Physics/Simulation.swift",
        "Physics/SpringSimulation.swift",
        "Physics/Tolerance.swift",
        "Rendering/Binding/RendererBinding.swift",
        "Rendering/LayoutHelper.swift",
        "Rendering/MouseTracker.swift",
        "Rendering/MouseTrackerAnnotation.swift",
        "Rendering/RenderBox.swift",
        "Rendering/RenderColoredBox.swift",
        "Rendering/RenderEditable.swift",
        "Rendering/RenderFlex.swift",
        "Rendering/RenderImage.swift",
        "Rendering/RenderMouseRegion.swift",
        "Rendering/RenderObject.swift",
        "Rendering/RenderParagraph.swift",
        "Rendering/RenderPointerListener.swift",
        "Rendering/RenderProxyBox.swift",
        "Rendering/RenderShiftedBox.swift",
        "Rendering/RenderSliver.swift",
        "Rendering/RenderSliverGrid.swift",
        "Rendering/RenderSliverGroup.swift",
        "Rendering/RenderSliverList.swift",
        "Rendering/RenderSliverMultiBoxAdaptor.swift",
        "Rendering/RenderSliverPadding.swift",
        "Rendering/RenderStack.swift",
        "Rendering/RenderView.swift",
        "Rendering/RenderViewport.swift",
        "Rendering/ViewportOffset.swift",
        "Scheduler/SchedulerBinding.swift",
        "Scheduler/Ticker.swift",
        "Services/HardwareKeyboard.swift",
        "Services/MouseCursor.swift",
        "Services/TextBoundary.swift",
        "Services/TextInput.swift",
        "Services/TextLayoutMetrics.swift",
        "ShaftKit/Background.swift",
        "ShaftKit/Button.swift",
        "ShaftKit/ControlSize.swift",
        "ShaftKit/Divider.swift",
        "ShaftKit/FixedListView.swift",
        "ShaftKit/ListTile.swift",
        "ShaftKit/NavigationSplitView.swift",
        "ShaftKit/Resizable.swift",
        "ShaftKit/Section.swift",
        "ShaftKit/TextField.swift",
        "ShaftKit/Typography.swift",
        "Widgets/Actions.swift",
        "Widgets/Basic.swift",
        "Widgets/Binding/WidgetsBinding.swift",
        "Widgets/Builder.swift",
        "Widgets/Container.swift",
        "Widgets/Debug.swift",
        "Widgets/DefaultTextEditingShortcuts.swift",
        "Widgets/Focus/Focus.swift",
        "Widgets/Focus/FocusManager.swift",
        "Widgets/Focus/FocusTraversal.swift",
        "Widgets/Framework/Framework.swift",
        "Widgets/GestureDetector.swift",
        "Widgets/Image.swift",
        "Widgets/Inherited.swift",
        "Widgets/InheritedModel.swift",
        "Widgets/InheritedNotifier.swift",
        "Widgets/Inherited_Old.swift",
        "Widgets/MediaQuery.swift",
        "Widgets/Scroll/ScrollConfiguration.swift",
        "Widgets/Scroll/ScrollContext.swift",
        "Widgets/Scroll/ScrollController.swift",
        "Widgets/Scroll/ScrollDelegate.swift",
        "Widgets/Scroll/ScrollMetrics.swift",
        "Widgets/Scroll/ScrollPhysics.swift",
        "Widgets/Scroll/ScrollPosition.swift",
        "Widgets/Scroll/ScrollPositionWithSingleContext.swift",
        "Widgets/Scroll/Scrollable.swift",
        "Widgets/Scroll/ScrollableHelpers.swift",
        "Widgets/Scroll/SingleChildScrollView.swift",
        "Widgets/ScrollView.swift",
        "Widgets/Shortcuts.swift",
        "Widgets/Sliver.swift",
        "Widgets/SliverPinnedHeader.swift",
        "Widgets/SliverPrototypeExtentList.swift",
        "Widgets/TapRegion.swift",
        "Widgets/Text/EditableText.swift",
        "Widgets/Text/Text.swift",
        "Widgets/Text/TextEditingIntents.swift",
        "Widgets/Text/TextSelection.swift",
        "Widgets/TickerProvider.swift",
        "Widgets/Transitions.swift",
        "Widgets/ValueListenableBuilder.swift",
        "Widgets/View.swift",
        "Widgets/Viewport.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Playground",
      "module_type" : "SwiftTarget",
      "name" : "Playground",
      "path" : "Sources/Playground",
      "product_dependencies" : [
        "SwiftMath",
        "SwiftReload"
      ],
      "product_memberships" : [
        "Playground"
      ],
      "sources" : [
        "HackerNews/HackerNews.swift",
        "HackerNews/HackerNewsApp.swift",
        "Metal/MetalApp.swift",
        "Pages/Concept_Backend.swift",
        "Pages/Concept_Observation.swift",
        "Pages/Concept_ShaftKit.swift",
        "Pages/Demo_Cube.swift",
        "Pages/Kit_Background.swift",
        "Pages/Kit_Button.swift",
        "Pages/Kit_Divider.swift",
        "Pages/Kit_Image.swift",
        "Pages/Kit_ListView.swift",
        "Pages/Kit_NavigationSplitView.swift",
        "Pages/Kit_Resizable.swift",
        "Pages/Kit_TextField.swift",
        "Pages/Kit_Typography.swift",
        "Pages/_Template.swift",
        "Pages/_Utils.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "CSkia",
        "Shaft",
        "ShaftSetup",
        "ShaftCodeHighlight"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CSkiaSetupPlugin",
      "module_type" : "PluginTarget",
      "name" : "CSkiaSetupPlugin",
      "path" : "Plugins/CSkiaSetupPlugin",
      "plugin_capability" : {
        "intent" : {
          "description" : "Download prebuilt Skia binaries",
          "type" : "custom",
          "verb" : "setup-skia"
        },
        "permissions" : [
          {
            "network_scope" : {
              "all" : {
                "ports" : [
                ]
              }
            },
            "reason" : "To download the Skia binaries",
            "type" : "allowNetworkConnections"
          },
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "To extract the Skia binaries",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "CSkiaSetupPlugin"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "CSkiaSetup"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "CSkiaSetup",
      "module_type" : "SwiftTarget",
      "name" : "CSkiaSetup",
      "path" : "Sources/CSkiaSetup",
      "product_dependencies" : [
        "ZIPFoundation"
      ],
      "product_memberships" : [
        "CSkiaSetupPlugin",
        "CSkiaSetup"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CSkiaResource",
      "module_type" : "SwiftTarget",
      "name" : "CSkiaResource",
      "path" : "Sources/CSkiaResource",
      "product_memberships" : [
        "Playground",
        "ShaftSetup",
        "ShaftSkia"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/CSkiaResource/icudtl.dat",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CskiaResource.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CSkia",
      "module_type" : "ClangTarget",
      "name" : "CSkia",
      "path" : "Sources/CSkia",
      "product_memberships" : [
        "Playground",
        "ShaftSetup",
        "ShaftSkia"
      ],
      "sources" : [
        "utils.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BuilderPlugin",
      "module_type" : "PluginTarget",
      "name" : "BuilderPlugin",
      "path" : "Plugins/BuilderPlugin",
      "plugin_capability" : {
        "intent" : {
          "description" : "Build application bundle",
          "type" : "custom",
          "verb" : "build"
        },
        "permissions" : [
          {
            "network_scope" : {
              "all" : {
                "ports" : [
                ]
              }
            },
            "reason" : "To retrieve additional resources",
            "type" : "allowNetworkConnections"
          },
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "To read configuration files",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "BuilderPlugin"
      ],
      "sources" : [
        "AppleBundleStructure.swift",
        "ApplePlatform.swift",
        "BuildSpec.swift",
        "Options.swift",
        "Steps/MacOSBundleStep.swift",
        "Utils.swift",
        "main.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/ShaftUI/SwiftSDL3
[1/1787] Fetching swiftsdl3
Fetched https://github.com/ShaftUI/SwiftSDL3 from cache (0.55s)
Fetching https://github.com/ShaftUI/Splash
[1/1351] Fetching splash
Fetched https://github.com/ShaftUI/Splash from cache (0.36s)
Fetching https://github.com/ShaftUI/SwiftReload.git
[1/151] Fetching swiftreload
Fetched https://github.com/ShaftUI/SwiftReload.git from cache (0.33s)
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/gregcotten/ZIPFoundationModern
[1/5191] Fetching zipfoundationmodern
[1403/15848] Fetching zipfoundationmodern, yams
[11267/86370] Fetching zipfoundationmodern, yams, swift-syntax
Fetched https://github.com/gregcotten/ZIPFoundationModern from cache (1.13s)
[8404/81179] Fetching yams, swift-syntax
Fetching https://github.com/ShaftUI/SwiftMath
Fetched https://github.com/jpsim/Yams.git from cache (2.32s)
[28209/70522] Fetching swift-syntax
[34557/71295] Fetching swift-syntax, swiftmath
Fetched https://github.com/ShaftUI/SwiftMath from cache (0.37s)
[41608/70522] Fetching swift-syntax
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/ShaftUI/swift-collections
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.19s)
[1/1196] Fetching rainbow
[1138/11967] Fetching rainbow, swift-collections
Fetched https://github.com/onevcat/Rainbow from cache (1.38s)
Fetched https://github.com/ShaftUI/swift-collections from cache (1.41s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (10.80s)
Computing version for https://github.com/ShaftUI/swift-collections
Computed https://github.com/ShaftUI/swift-collections at 1.3.0 (1.32s)
Computing version for https://github.com/ShaftUI/SwiftMath
Computed https://github.com/ShaftUI/SwiftMath at 3.4.0 (0.96s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (4.58s)
Computing version for https://github.com/gregcotten/ZIPFoundationModern
Computed https://github.com/gregcotten/ZIPFoundationModern at 0.0.5 (0.75s)
Fetching https://github.com/the-swift-collective/zlib
Fetching https://github.com/gregcotten/CSProgress
Fetching https://github.com/apple/swift-system
[1/48] Fetching zlib
[49/287] Fetching zlib, csprogress
[288/4678] Fetching zlib, csprogress, swift-system
Fetched https://github.com/the-swift-collective/zlib from cache (1.04s)
Fetched https://github.com/gregcotten/CSProgress from cache (1.04s)
Fetched https://github.com/apple/swift-system from cache (1.05s)
Computing version for https://github.com/gregcotten/CSProgress
Computed https://github.com/gregcotten/CSProgress at 0.0.1 (1.96s)
Computing version for https://github.com/the-swift-collective/zlib
Computed https://github.com/the-swift-collective/zlib at 1.3.2 (0.86s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (0.84s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.98s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/ShaftUI/SwiftMath
Working copy of https://github.com/ShaftUI/SwiftMath resolved at 3.4.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.5.0
Creating working copy for https://github.com/ShaftUI/SwiftReload.git
Working copy of https://github.com/ShaftUI/SwiftReload.git resolved at main (587b067)
Creating working copy for https://github.com/ShaftUI/SwiftSDL3
Working copy of https://github.com/ShaftUI/SwiftSDL3 resolved at main (d33d998)
Creating working copy for https://github.com/gregcotten/CSProgress
Working copy of https://github.com/gregcotten/CSProgress resolved at 0.0.1
Creating working copy for https://github.com/gregcotten/ZIPFoundationModern
Working copy of https://github.com/gregcotten/ZIPFoundationModern resolved at 0.0.5
Creating working copy for https://github.com/ShaftUI/Splash
Working copy of https://github.com/ShaftUI/Splash resolved at master (ed08785)
Creating working copy for https://github.com/the-swift-collective/zlib
Working copy of https://github.com/the-swift-collective/zlib resolved at 1.3.2
Creating working copy for https://github.com/ShaftUI/swift-collections
Working copy of https://github.com/ShaftUI/swift-collections resolved at 1.3.0
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
[1/1] Compiling plugin BuilderPlugin
[2/2] Compiling plugin CSkiaSetupPlugin
Building for debugging...
[2/406] Write sources
[17/406] Compiling CSystem shims.c
[19/406] Compiling ZLibC adler32.c
[20/406] Compiling ZLibC zutil.c
[20/406] Compiling ZLibC uncompr.c
[22/406] Compiling ZLibC inftrees.c
[23/406] Compiling ZLibC trees.c
[24/406] Compiling ZLibC inffast.c
[25/406] Compiling ZLibC gzwrite.c
[26/406] Compiling ZLibC infback.c
[27/406] Compiling ZLibC gzlib.c
[28/406] Compiling ZLibC gzread.c
[29/406] Compiling ZLibC gzclose.c
[29/406] Write sources
[31/406] Compiling ZLibC inflate.c
[32/406] Compiling _SwiftSyntaxCShims dummy.c
[33/406] Compiling ZLibC compress.c
[34/406] Compiling ZLibC uncompr.c
[35/406] Compiling ZLibC zutil.c
[36/406] Compiling ZLibC crc32.c
[37/406] Compiling ZLibC deflate.c
[38/406] Compiling ZLibC inftrees.c
[39/406] Compiling ZLibC trees.c
[40/406] Compiling ZLibC inffast.c
[41/406] Compiling ZLibC gzread.c
[42/406] Compiling ZLibC infback.c
[43/406] Compiling ZLibC inflate.c
[44/406] Compiling ZLibC gzwrite.c
[45/406] Compiling ZLibC gzclose.c
[45/406] Write sources
[52/406] Compiling ZLibC gzlib.c
[53/406] Compiling ZLibC compress.c
[54/406] Compiling ZLibC crc32.c
/host/spi-builder-workspace/.build/checkouts/SwiftSDL3/Sources/SwiftSDL3/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c:29:10: fatal error: 'wayland-util.h' file not found
   29 | #include "wayland-util.h"
      |          ^~~~~~~~~~~~~~~~
1 error generated.
[55/406] Compiling xdg-toplevel-icon-v1-protocol.c
[55/406] Compiling xdg-foreign-unstable-v2-protocol.c
[55/406] Compiling xdg-output-unstable-v1-protocol.c
[55/406] Compiling ZLibC adler32.c
/host/spi-builder-workspace/.build/checkouts/SwiftSDL3/Sources/SwiftSDL3/wayland-generated-protocols/xdg-shell-protocol.c:33:10: fatal error: 'wayland-util.h' file not found
   33 | #include "wayland-util.h"
      |          ^~~~~~~~~~~~~~~~
1 error generated.
[55/406] Write swift-version-24593BA9C3E375BF.txt
[55/406] Compiling xdg-shell-protocol.c
[55/406] Compiling CSkia utils.cpp
[55/406] Compiling ZLibC deflate.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
[0/1] Planning build
[1/1] Compiling plugin BuilderPlugin
[2/2] Compiling plugin CSkiaSetupPlugin
Building for debugging...
[2/353] Write sources
/host/spi-builder-workspace/.build/checkouts/SwiftSDL3/Sources/SwiftSDL3/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c:28:10: fatal error: 'wayland-util.h' file not found
   28 | #include "wayland-util.h"
      |          ^~~~~~~~~~~~~~~~
1 error generated.
[6/353] Compiling xdg-output-unstable-v1-protocol.c
[6/353] Compiling ZLibC adler32.c
[6/353] Compiling xdg-dialog-v1-protocol.c
[6/353] Compiling xdg-foreign-unstable-v2-protocol.c
[6/353] Compiling ZLibC deflate.c
[6/353] Compiling xdg-shell-protocol.c
/host/spi-builder-workspace/.build/checkouts/SwiftSDL3/Sources/SwiftSDL3/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c:29:10: fatal error: 'wayland-util.h' file not found
   29 | #include "wayland-util.h"
      |          ^~~~~~~~~~~~~~~~
1 error generated.
[6/353] Compiling xdg-toplevel-icon-v1-protocol.c
[6/353] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android