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 Ignite, reference 0.6.0 (f1156b), with Swift 6.1 for Android on 31 May 2025 05:44:45 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/twostraws/Ignite.git
Reference: 0.6.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/twostraws/Ignite
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at f1156ba Merge pull request #837 from aybarsnazlica/fix-typo-in-readme
Cloned https://github.com/twostraws/Ignite.git
Revision (git rev-parse @):
f1156ba190bb7aad854ae674c589dafeb04be9e2
SUCCESS checkout https://github.com/twostraws/Ignite.git at 0.6.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/twostraws/Ignite.git
https://github.com/twostraws/Ignite.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-markdown",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-markdown.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swiftsoup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.7.5",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scinfu/SwiftSoup.git"
    }
  ],
  "manifest_display_name" : "Ignite",
  "name" : "Ignite",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Ignite",
      "targets" : [
        "Ignite"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IgniteCLI",
      "targets" : [
        "IgniteCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IgniteTesting",
      "module_type" : "SwiftTarget",
      "name" : "IgniteTesting",
      "path" : "Tests/IgniteTesting",
      "sources" : [
        "Actions/ClickModifier.swift",
        "Actions/CustomAction.swift",
        "Actions/DismissModal.swift",
        "Actions/DoubleClickModifier.swift",
        "Actions/EventModifier.swift",
        "Actions/HideElement.swift",
        "Actions/HoverModifier.swift",
        "Actions/ShowAlert.swift",
        "Actions/ShowElement.swift",
        "Actions/ShowModal.swift",
        "Actions/SwitchTheme.swift",
        "Elements/Abbreviation.swift",
        "Elements/Accordion.swift",
        "Elements/Alert.swift",
        "Elements/ArticlePreview.swift",
        "Elements/Attributes.swift",
        "Elements/Audio.swift",
        "Elements/Badge.swift",
        "Elements/Body.swift",
        "Elements/Button.swift",
        "Elements/ButtonGroup.swift",
        "Elements/Card.swift",
        "Elements/Carousel.swift",
        "Elements/Code.swift",
        "Elements/CodeBlock.swift",
        "Elements/Column.swift",
        "Elements/Divider.swift",
        "Elements/Dropdown.swift",
        "Elements/Embed.swift",
        "Elements/Emphasis.swift",
        "Elements/Form.swift",
        "Elements/FormFieldLabel.swift",
        "Elements/Grid.swift",
        "Elements/Group.swift",
        "Elements/HStack.swift",
        "Elements/HTMLDocument.swift",
        "Elements/Head.swift",
        "Elements/IgniteFooter.swift",
        "Elements/Image.swift",
        "Elements/Include.swift",
        "Elements/Item.swift",
        "Elements/Label.swift",
        "Elements/Link.swift",
        "Elements/List.swift",
        "Elements/ListItem.swift",
        "Elements/MetaLink.swift",
        "Elements/MetaTag.swift",
        "Elements/Modal.swift",
        "Elements/NavigationBar.swift",
        "Elements/Quote.swift",
        "Elements/Row.swift",
        "Elements/Script.swift",
        "Elements/Section.swift",
        "Elements/Slide.swift",
        "Elements/Spacer.swift",
        "Elements/Span.swift",
        "Elements/Strikethrough.swift",
        "Elements/String.swift",
        "Elements/Strong.swift",
        "Elements/SubscribeForm.swift",
        "Elements/Table.swift",
        "Elements/Tag.swift",
        "Elements/Text.swift",
        "Elements/TextField.swift",
        "Elements/Time.swift",
        "Elements/Title.swift",
        "Elements/Underline.swift",
        "Elements/VStack.swift",
        "Elements/Video.swift",
        "Elements/ZStack.swift",
        "Extensions/Array-ContainsLocation.swift",
        "Extensions/Array-LocalizedContains.swift",
        "Extensions/Array-Sorting.swift",
        "Extensions/Date-ISO8601.swift",
        "Extensions/Date-RFC822.swift",
        "Extensions/String-AbsoluteLinks.swift",
        "Extensions/String-CSStoJS.swift",
        "Extensions/String-EscapedForJavaScript.swift",
        "Extensions/String-KebabCased.swift",
        "Extensions/String-Slug.swift",
        "Extensions/String-SplitAndTrim.swift",
        "Extensions/String-StrippingTags.swift",
        "Extensions/String-TruncatedHash.swift",
        "Extensions/URL-DecodedPath.swift",
        "Extensions/URL-Relative.swift",
        "Extensions/URL-RemovingWWW.swift",
        "Framework/AnimatableData.swift",
        "Framework/ArticleRenderer.swift",
        "Framework/HighlighterLanguage.swift",
        "Framework/Robots/DefaultRobotsConfiguration.swift",
        "Framework/Robots/DisallowRule.swift",
        "Framework/Robots/KnownRobot.swift",
        "Framework/Robots/RobotsConfiguration.swift",
        "IgniteTestSuite.swift",
        "Modifiers/AccessibilityLabel.swift",
        "Modifiers/AnimationModifier.swift",
        "Modifiers/AspectRatio.swift",
        "Modifiers/Background.swift",
        "Modifiers/BackgroundImage.swift",
        "Modifiers/BadgeModifier.swift",
        "Modifiers/Border.swift",
        "Modifiers/Clipped.swift",
        "Modifiers/ContainerRelativeFrame.swift",
        "Modifiers/CornerRadius.swift",
        "Modifiers/Cursor.swift",
        "Modifiers/FixedSize.swift",
        "Modifiers/FontModifier.swift",
        "Modifiers/FontStyleModifier.swift",
        "Modifiers/FontWeightModifier.swift",
        "Modifiers/ForegroundStyle.swift",
        "Modifiers/Frame.swift",
        "Modifiers/Hidden.swift",
        "Modifiers/Hint.swift",
        "Modifiers/HorizontalAlignment.swift",
        "Modifiers/HoverEffect.swift",
        "Modifiers/IgnorePageGutters.swift",
        "Modifiers/ImageFitModifier.swift",
        "Modifiers/LazyLoadable.swift",
        "Modifiers/LetterSpacing.swift",
        "Modifiers/LineSpacing.swift",
        "Modifiers/Margin.swift",
        "Modifiers/MediaQuery.swift",
        "Modifiers/Opacity.swift",
        "Modifiers/Padding.swift",
        "Modifiers/Position.swift",
        "Modifiers/PrivacySensitive.swift",
        "Modifiers/Shadow.swift",
        "Modifiers/SmallCaps.swift",
        "Modifiers/TextDecoration.swift",
        "Modifiers/TextSelection.swift",
        "Publishing/ContentErrorToleranceTests.swift",
        "Publishing/ContentFinder.swift",
        "Publishing/ContentFinderTestHelp.swift",
        "Publishing/ContentFinderTestSuite.swift",
        "Publishing/FeedGenerator.swift",
        "Publishing/Site.swift",
        "String-TestingHTML.swift",
        "Subsite/IgniteSubsiteTestSuite.swift",
        "Subsite/Subsite.swift",
        "TestElement.swift",
        "TestSubsite.swift",
        "TestWebsitePackage/Package.swift",
        "TestWebsitePackage/Sources/TestErrorPage.swift",
        "TestWebsitePackage/Sources/TestPage.swift",
        "TestWebsitePackage/Sources/TestSite.swift",
        "TestWebsitePackage/Sources/TestSitePublisher.swift",
        "TestWebsitePackage/Sources/TestSiteWithErrorPage.swift",
        "TestWebsitePackage/Sources/TestStory.swift",
        "Types/AnchorPoint.swift",
        "Types/Angle.swift",
        "Types/Color.swift",
        "Types/Content.swift",
        "Types/ContentLoader.swift",
        "Types/Gradient.swift",
        "Types/InlineStyle.swift",
        "Types/LengthUnit.swift",
        "Types/Material.swift",
        "Types/Percentage.swift",
        "Types/UnitPoint.swift"
      ],
      "target_dependencies" : [
        "Ignite"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IgniteCLI",
      "module_type" : "SwiftTarget",
      "name" : "IgniteCLI",
      "path" : "Sources/IgniteCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "IgniteCLI"
      ],
      "sources" : [
        "BuildCommand.swift",
        "IgniteCLI.swift",
        "NewCommand.swift",
        "Process-Execute.swift",
        "QR Generation/Array2D.swift",
        "QR Generation/BoolMatrix.swift",
        "QR Generation/ErrorCorrection.swift",
        "QR Generation/QRCode.swift",
        "QR Generation/QRCodeError.swift",
        "RunCommand.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Ignite",
      "module_type" : "SwiftTarget",
      "name" : "Ignite",
      "path" : "Sources/Ignite",
      "product_dependencies" : [
        "Markdown",
        "Collections",
        "SwiftSoup"
      ],
      "product_memberships" : [
        "Ignite"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Ignite/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Actions/Action.swift",
        "Actions/CustomAction.swift",
        "Actions/DismissModal.swift",
        "Actions/Event Modifiers/ClickModifier.swift",
        "Actions/Event Modifiers/DoubleClickModifier.swift",
        "Actions/Event Modifiers/EventModifier.swift",
        "Actions/Event Modifiers/HoverModifier.swift",
        "Actions/EventType.swift",
        "Actions/HideElement.swift",
        "Actions/ShowAlert.swift",
        "Actions/ShowElement.swift",
        "Actions/ShowModal.swift",
        "Actions/SwitchTheme.swift",
        "Actions/ToggleElementVisibility.swift",
        "Components/FeedLink.swift",
        "Components/IgniteFooter.swift",
        "Elements/Abbreviation.swift",
        "Elements/Accordion.swift",
        "Elements/Alert.swift",
        "Elements/ArticlePreview.swift",
        "Elements/Audio.swift",
        "Elements/Badge.swift",
        "Elements/Body.swift",
        "Elements/Button.swift",
        "Elements/ButtonGroup.swift",
        "Elements/Card.swift",
        "Elements/Carousel.swift",
        "Elements/Code.swift",
        "Elements/CodeBlock.swift",
        "Elements/Column.swift",
        "Elements/ControlGroup.swift",
        "Elements/ControlLabel.swift",
        "Elements/Divider.swift",
        "Elements/Dropdown.swift",
        "Elements/Embed.swift",
        "Elements/Emphasis.swift",
        "Elements/EmptyHTML.swift",
        "Elements/ForEach.swift",
        "Elements/Form.swift",
        "Elements/Grid.swift",
        "Elements/Group.swift",
        "Elements/HStack.swift",
        "Elements/Head.swift",
        "Elements/Image.swift",
        "Elements/Include.swift",
        "Elements/InlineForEach.swift",
        "Elements/InlineGroup.swift",
        "Elements/Input.swift",
        "Elements/Item.swift",
        "Elements/Label.swift",
        "Elements/Link.swift",
        "Elements/LinkGroup.swift",
        "Elements/List.swift",
        "Elements/ListItem.swift",
        "Elements/MetaLink.swift",
        "Elements/MetaStyle.swift",
        "Elements/MetaTag.swift",
        "Elements/Modal.swift",
        "Elements/NavigationBar.swift",
        "Elements/NavigationItemGroup.swift",
        "Elements/PlainDocument.swift",
        "Elements/Quote.swift",
        "Elements/Row.swift",
        "Elements/Script.swift",
        "Elements/Section.swift",
        "Elements/Slide.swift",
        "Elements/Spacer.swift",
        "Elements/Span.swift",
        "Elements/Strikethrough.swift",
        "Elements/String.swift",
        "Elements/Strong.swift",
        "Elements/SubscribeForm.swift",
        "Elements/Table.swift",
        "Elements/Tag.swift",
        "Elements/Text.swift",
        "Elements/TextField.swift",
        "Elements/Time.swift",
        "Elements/Title.swift",
        "Elements/Underline.swift",
        "Elements/UnderlineProminence.swift",
        "Elements/VStack.swift",
        "Elements/Video.swift",
        "Elements/ZStack.swift",
        "Extensions/Array-ContainsLocation.swift",
        "Extensions/Array-LocalizedContains.swift",
        "Extensions/Array-Sorting.swift",
        "Extensions/Date-ISO8601.swift",
        "Extensions/Date-RFC822.swift",
        "Extensions/FormatStyle-NonLocalizedDecimal.swift",
        "Extensions/String-AbsoluteLinks.swift",
        "Extensions/String-CSStoJS.swift",
        "Extensions/String-EscapedForJavaScript.swift",
        "Extensions/String-KebabCased.swift",
        "Extensions/String-Slug.swift",
        "Extensions/String-SplitAndTrim.swift",
        "Extensions/String-StrippingTags.swift",
        "Extensions/String-TitleCase.swift",
        "Extensions/String-TruncatedHash.swift",
        "Extensions/URL-DecodedPath.swift",
        "Extensions/URL-Relative.swift",
        "Extensions/URL-RemovingWWW.swift",
        "Extensions/URL-SelectDirectories.swift",
        "Extensions/URL-Unwrapped.swift",
        "Framework/Analytics/Analytics.swift",
        "Framework/Analytics/AnalyticsPlausibleMeasurement.swift",
        "Framework/Analytics/AnalyticsService.swift",
        "Framework/Animations/Animatable.swift",
        "Framework/Animations/AnimatableData.swift",
        "Framework/Animations/AnimatableProperty.swift",
        "Framework/Animations/AnimatedHTML.swift",
        "Framework/Animations/Animation.swift",
        "Framework/Animations/AnimationDirection.swift",
        "Framework/Animations/AnimationOption.swift",
        "Framework/Animations/AnimationTrigger.swift",
        "Framework/Animations/ColorArea.swift",
        "Framework/Animations/Keyframe.swift",
        "Framework/Animations/KeyframeBuilder.swift",
        "Framework/Animations/KeyframeProxy.swift",
        "Framework/Animations/TimingCurve.swift",
        "Framework/Animations/Transition.swift",
        "Framework/AnyHTML.swift",
        "Framework/AnyInlineElement.swift",
        "Framework/AriaType.swift",
        "Framework/Article.swift",
        "Framework/ArticleLoader.swift",
        "Framework/ArticlePage.swift",
        "Framework/Attribute+Convenience.swift",
        "Framework/Attribute.swift",
        "Framework/BorderStyle.swift",
        "Framework/Color.swift",
        "Framework/ControlLabelStyle.swift",
        "Framework/ControlSize.swift",
        "Framework/CoreAttributes.swift",
        "Framework/DecodeAction.swift",
        "Framework/DefaultLayout.swift",
        "Framework/Defaultable.swift",
        "Framework/ElementTypes/BodyElement.swift",
        "Framework/ElementTypes/Document.swift",
        "Framework/ElementTypes/FormItem.swift",
        "Framework/ElementTypes/HTML.swift",
        "Framework/ElementTypes/HeadElement.swift",
        "Framework/ElementTypes/InlineElement.swift",
        "Framework/ElementTypes/ListableElement.swift",
        "Framework/ElementTypes/MarkupElement.swift",
        "Framework/ElementTypes/NavigationItem.swift",
        "Framework/ElementTypes/PassthroughElement.swift",
        "Framework/EmailPlatform.swift",
        "Framework/EmptyErrorPage.swift",
        "Framework/EmptyInlineElement.swift",
        "Framework/EmptyLayout.swift",
        "Framework/EmptyTagPage.swift",
        "Framework/Environment/Environment.swift",
        "Framework/Environment/EnvironmentValues.swift",
        "Framework/ErrorPage.swift",
        "Framework/Event.swift",
        "Framework/FeedConfiguration.swift",
        "Framework/HTMLCollection.swift",
        "Framework/HeadForEach.swift",
        "Framework/HighlighterLanguage.swift",
        "Framework/HighlighterTheme.swift",
        "Framework/InlineElementCollection.swift",
        "Framework/InlineStyle.swift",
        "Framework/Language.swift",
        "Framework/Layout.swift",
        "Framework/LayoutContent.swift",
        "Framework/LengthUnit.swift",
        "Framework/LinkRelationship.swift",
        "Framework/LinkTarget.swift",
        "Framework/Markup.swift",
        "Framework/Material.swift",
        "Framework/NavigationBarVisibility.swift",
        "Framework/NavigationItemConfigurable.swift",
        "Framework/Property.swift",
        "Framework/Queries/BreakpointQuery.swift",
        "Framework/Queries/ColorSchemeQuery.swift",
        "Framework/Queries/ContrastQuery.swift",
        "Framework/Queries/DisplayModeQuery.swift",
        "Framework/Queries/MotionQuery.swift",
        "Framework/Queries/OrientationQuery.swift",
        "Framework/Queries/ThemeQuery.swift",
        "Framework/Queries/TransparencyQuery.swift",
        "Framework/Query.swift",
        "Framework/Robots/DefaultRobotsConfiguration.swift",
        "Framework/Robots/DisallowRule.swift",
        "Framework/Robots/KnownRobot.swift",
        "Framework/Robots/RobotsConfiguration.swift",
        "Framework/Role.swift",
        "Framework/Site.swift",
        "Framework/StaticPage.swift",
        "Framework/SyntaxHighlighterConfiguration.swift",
        "Framework/TagPage.swift",
        "Ignite.swift",
        "Modifiers/AccessibilityLabel.swift",
        "Modifiers/AnimationModifier.swift",
        "Modifiers/AspectRatio.swift",
        "Modifiers/Attribute Modifiers/AriaModifier.swift",
        "Modifiers/Attribute Modifiers/AttributeModifier.swift",
        "Modifiers/Attribute Modifiers/ClassModifier.swift",
        "Modifiers/Attribute Modifiers/CoreAttributesModifier.swift",
        "Modifiers/Attribute Modifiers/DataModifier.swift",
        "Modifiers/Attribute Modifiers/IDModifier.swift",
        "Modifiers/Attribute Modifiers/InlineStyleModifier.swift",
        "Modifiers/Background.swift",
        "Modifiers/BackgroundImage.swift",
        "Modifiers/BadgeModifier.swift",
        "Modifiers/Border.swift",
        "Modifiers/Clipped.swift",
        "Modifiers/ContainerRelativeFrame.swift",
        "Modifiers/CornerRadius.swift",
        "Modifiers/Cursor.swift",
        "Modifiers/EdgeAdjust.swift",
        "Modifiers/FixedSize.swift",
        "Modifiers/FontModifier.swift",
        "Modifiers/FontStyleModifier.swift",
        "Modifiers/FontWeightModifier.swift",
        "Modifiers/ForegroundStyle.swift",
        "Modifiers/Frame.swift",
        "Modifiers/GridColumnWidthModifier.swift",
        "Modifiers/Hidden.swift",
        "Modifiers/Hint.swift",
        "Modifiers/HorizontalAlignment.swift",
        "Modifiers/HoverEffect.swift",
        "Modifiers/IgnorePageGutters.swift",
        "Modifiers/ImageFitModifier.swift",
        "Modifiers/LazyLoadable.swift",
        "Modifiers/LetterSpacing.swift",
        "Modifiers/LineSpacing.swift",
        "Modifiers/Margin.swift",
        "Modifiers/Opacity.swift",
        "Modifiers/Padding.swift",
        "Modifiers/Position.swift",
        "Modifiers/PrivacySensitive.swift",
        "Modifiers/Shadow.swift",
        "Modifiers/SmallCaps.swift",
        "Modifiers/StyleModifier.swift",
        "Modifiers/TextDecoration.swift",
        "Modifiers/TextSelection.swift",
        "Modifiers/TransitionModifier.swift",
        "Publishing/BootstrapOptions.swift",
        "Publishing/CSS/AnimationClassGenerator-Keyframes.swift",
        "Publishing/CSS/AnimationClassGenerator-Transitions.swift",
        "Publishing/CSS/AnimationClassGenerator.swift",
        "Publishing/CSS/AnimationManager.swift",
        "Publishing/CSS/CSSBuilder.swift",
        "Publishing/CSS/CSSManager.swift",
        "Publishing/CSS/EnvironmentConditions.swift",
        "Publishing/CSS/FontFaceRule.swift",
        "Publishing/CSS/ImportRule.swift",
        "Publishing/CSS/MediaFeature.swift",
        "Publishing/CSS/MediaQuery.swift",
        "Publishing/CSS/Ruleset.swift",
        "Publishing/CSS/StyleManager-StyleGeneration.swift",
        "Publishing/CSS/StyleManager.swift",
        "Publishing/FeedGenerator.swift",
        "Publishing/Location.swift",
        "Publishing/PublishingContext-Copying.swift",
        "Publishing/PublishingContext-Finding.swift",
        "Publishing/PublishingContext-Generators.swift",
        "Publishing/PublishingContext-Rendering.swift",
        "Publishing/PublishingContext-ThemeGenerators.swift",
        "Publishing/PublishingContext-ThemeHelpers.swift",
        "Publishing/PublishingContext.swift",
        "Publishing/PublishingError.swift",
        "Publishing/RobotsGenerator.swift",
        "Publishing/SiteMapGenerator.swift",
        "Publishing/SyntaxHighlightGenerator.swift",
        "Rendering/Category/AllTagsCategory.swift",
        "Rendering/Category/Category.swift",
        "Rendering/Category/EmptyCategory.swift",
        "Rendering/Category/TagCategory.swift",
        "Rendering/Markdown/ArticleRenderer.swift",
        "Rendering/Markdown/MarkdownToHTML.swift",
        "Rendering/Markdown/Markup-IsInsideList.swift",
        "Rendering/PageMetadata.swift",
        "Rendering/ResponseErrors/EmptyHTTPError.swift",
        "Rendering/ResponseErrors/HTTPError.swift",
        "Rendering/ResponseErrors/PageNotFoundError.swift",
        "Rendering/ResultBuilders/DocumentBuilder.swift",
        "Rendering/ResultBuilders/DocumentElementBuilder.swift",
        "Rendering/ResultBuilders/ElementBuilder.swift",
        "Rendering/ResultBuilders/HTMLBuilder.swift",
        "Rendering/ResultBuilders/InlineElementBuilder.swift",
        "Rendering/SiteMetadata.swift",
        "Rendering/TabFocus.swift",
        "Styles/Style.swift",
        "Styles/StyledHTML.swift",
        "Themes/AutoTheme.swift",
        "Themes/BootstrapConstants.swift",
        "Themes/BootstrapVariable.swift",
        "Themes/Breakpoint.swift",
        "Themes/DefaultDarkTheme.swift",
        "Themes/DefaultLightTheme.swift",
        "Themes/Fonts/Font-Responsive.swift",
        "Themes/Fonts/Font.swift",
        "Themes/Fonts/FontSource.swift",
        "Themes/Fonts/FontStyle.swift",
        "Themes/Fonts/FontWeight.swift",
        "Themes/Theme-DefaultImplementation.swift",
        "Themes/Theme.swift",
        "Types/Alignment.swift",
        "Types/AnchorPoint.swift",
        "Types/Angle.swift",
        "Types/Axis.swift",
        "Types/ColorScheme.swift",
        "Types/ColorWeight.swift",
        "Types/ColumnWidth.swift",
        "Types/DiagonalEdge.swift",
        "Types/Edge.swift",
        "Types/FillMode.swift",
        "Types/Gradient.swift",
        "Types/ImageFit.swift",
        "Types/OrderedListMarkerStyle.swift",
        "Types/Percentage.swift",
        "Types/ResponsiveValues.swift",
        "Types/Rotation.swift",
        "Types/SpacingAmount.swift",
        "Types/SpacingType.swift",
        "Types/UnitPoint.swift",
        "Types/UnorderedListMarkerStyle.swift",
        "Types/VerticalAlignment.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 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/apple/swift-collections.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/scinfu/SwiftSoup.git
Fetching https://github.com/swiftlang/swift-markdown.git
[1/15386] Fetching swift-argument-parser
[2/19294] Fetching swift-argument-parser, swiftsoup
[12487/26050] Fetching swift-argument-parser, swiftsoup, swift-markdown
[13731/42641] Fetching swift-argument-parser, swiftsoup, swift-markdown, swift-collections
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.38s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.50s)
[14388/23347] Fetching swift-markdown, swift-collections
Fetched https://github.com/swiftlang/swift-markdown.git from cache (2.05s)
Fetched https://github.com/apple/swift-collections.git from cache (2.08s)
Computing version for https://github.com/swiftlang/swift-markdown.git
Computed https://github.com/swiftlang/swift-markdown.git at 0.6.0 (4.82s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18066] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.04s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.6.0 (1.73s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.99s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.62s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.8.7 (0.58s)
Creating working copy for https://github.com/swiftlang/swift-cmark.git
Working copy of https://github.com/swiftlang/swift-cmark.git resolved at 0.6.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.8.7
Creating working copy for https://github.com/swiftlang/swift-markdown.git
Working copy of https://github.com/swiftlang/swift-markdown.git resolved at 0.6.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/57] Write sources
[5/57] Compiling cmark-gfm-extensions core-extensions.c
[6/57] Compiling cmark-gfm-extensions strikethrough.c
[7/57] Compiling cmark-gfm-extensions ext_scanners.c
[8/57] Compiling cmark-gfm-extensions tagfilter.c
[9/57] Compiling cmark-gfm-extensions autolink.c
[10/57] Compiling cmark-gfm xml.c
[11/57] Compiling cmark-gfm-extensions table.c
[12/57] Compiling cmark-gfm syntax_extension.c
[13/57] Compiling cmark-gfm render.c
[14/57] Compiling cmark-gfm plugin.c
[15/57] Compiling cmark-gfm references.c
[16/57] Compiling cmark-gfm registry.c
[17/57] Compiling cmark-gfm plaintext.c
[18/57] Compiling cmark-gfm map.c
[19/57] Write swift-version-24593BA9C3E375BF.txt
[19/57] Compiling cmark-gfm-extensions tasklist.c
[21/57] Compiling cmark-gfm linked_list.c
[22/57] Compiling cmark-gfm node.c
[23/57] Compiling cmark-gfm man.c
[24/57] Compiling cmark-gfm utf8.c
[25/57] Compiling cmark-gfm iterator.c
[26/57] Compiling cmark-gfm houdini_html_e.c
[27/57] Compiling cmark-gfm latex.c
[28/57] Compiling cmark-gfm inlines.c
[29/57] Compiling cmark-gfm html.c
[29/57] Compiling cmark-gfm footnotes.c
[31/57] Compiling cmark-gfm houdini_href_e.c
[32/57] Compiling cmark-gfm cmark_ctype.c
[33/57] Compiling cmark-gfm commonmark.c
[33/57] Compiling cmark-gfm houdini_html_u.c
[35/57] Write sources
[39/57] Copying Resources
[39/57] Write sources
[43/58] Compiling cmark-gfm buffer.c
[44/58] Write sources
[47/58] Compiling cmark-gfm cmark.c
[48/77] Compiling cmark-gfm scanners.c
[49/97] Compiling CAtomic CAtomic.c
[50/111] Compiling cmark-gfm arena.c
[51/111] Compiling cmark-gfm blocks.c
[53/189] Emitting module InternalCollectionsUtilities
[54/190] Compiling Markdown ChildIndexPath.swift
[55/190] Compiling Markdown DirectiveArgument.swift
[56/190] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[57/190] Compiling Markdown Document.swift
[58/190] Compiling Markdown LiteralMarkup.swift
[59/190] Compiling Markdown RawMarkup.swift
[60/190] Compiling Markdown BlockDirective.swift
[61/190] Compiling Markdown BlockQuote.swift
[62/190] Compiling Markdown CustomBlock.swift
[63/190] Compiling Markdown MarkupData.swift
[64/190] Compiling Markdown PlainTextConvertibleMarkup.swift
[65/190] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[66/190] Compiling Markdown Markup.swift
[67/190] Compiling Markdown MarkupChildren.swift
[68/191] Emitting module ArgumentParserToolInfo
[69/191] Compiling ArgumentParserToolInfo ToolInfo.swift
[72/456] Compiling HeapModule Heap+Descriptions.swift
[73/466] Compiling HeapModule _HeapNode.swift
[74/466] Compiling HashTreeCollections _HashNode+Storage.swift
[75/466] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[76/468] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[77/468] Compiling HashTreeCollections TreeDictionary+Filter.swift
[78/468] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[79/468] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[80/468] Compiling HashTreeCollections TreeDictionary+Keys.swift
[81/468] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[82/468] Compiling HashTreeCollections TreeDictionary+Merge.swift
[83/468] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[84/476] Compiling HashTreeCollections _Bitmap.swift
[85/476] Compiling HashTreeCollections _Bucket.swift
[86/476] Compiling HeapModule Heap.swift
[87/476] Compiling HeapModule Heap+Invariants.swift
[88/476] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[89/476] Compiling HeapModule Heap+UnsafeHandle.swift
[90/476] Compiling HashTreeCollections _HashNode+Structural filter.swift
[91/476] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[92/476] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[93/476] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[94/476] Emitting module HeapModule
[95/477] Compiling Markdown MarkupWalker.swift
[96/477] Compiling Markdown HTMLFormatter.swift
[97/477] Compiling Markdown MarkupFormatter.swift
[98/477] Compiling Markdown MarkupTreeDumper.swift
[99/477] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[100/477] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[101/477] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[102/477] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[103/477] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[104/477] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[106/487] Compiling DequeModule _DequeSlot.swift
[107/487] Compiling DequeModule _UnsafeWrappedBuffer.swift
[108/487] Compiling HashTreeCollections _HashStack.swift
[109/487] Compiling HashTreeCollections _HashTreeIterator.swift
[110/487] Compiling HashTreeCollections _HashTreeStatistics.swift
[111/487] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[112/487] Compiling HashTreeCollections _RawHashNode.swift
[113/487] Compiling HashTreeCollections _UnmanagedHashNode.swift
[114/487] Compiling HashTreeCollections _UnsafePath.swift
[121/487] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[122/490] Compiling HashTreeCollections _HashNode+Structural union.swift
[123/490] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[124/490] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[125/490] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[126/490] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[127/490] Compiling HashTreeCollections _HashNode.swift
[128/490] Compiling HashTreeCollections _HashNodeHeader.swift
[129/539] Compiling ArgumentParser FishCompletionsGenerator.swift
[130/539] Compiling ArgumentParser ZshCompletionsGenerator.swift
[131/539] Compiling ArgumentParser Argument.swift
[132/539] Compiling ArgumentParser ArgumentHelp.swift
[133/539] Compiling ArgumentParser SplitArguments.swift
[134/539] Compiling ArgumentParser DumpHelpGenerator.swift
[135/539] Compiling ArgumentParser HelpCommand.swift
[136/539] Compiling ArgumentParser HelpGenerator.swift
[137/539] Compiling ArgumentParser MessageInfo.swift
[138/539] Compiling ArgumentParser UsageGenerator.swift
[140/539] Emitting module BitCollections
[141/539] Compiling ArgumentParser EnumerableFlag.swift
[142/539] Compiling ArgumentParser ArgumentDefinition.swift
[143/539] Compiling ArgumentParser ArgumentSet.swift
[144/539] Compiling ArgumentParser CommandParser.swift
[145/539] Compiling ArgumentParser InputKey.swift
[146/539] Compiling ArgumentParser InputOrigin.swift
[147/539] Compiling ArgumentParser ExpressibleByArgument.swift
[148/539] Compiling ArgumentParser ParsableArguments.swift
[149/539] Compiling BitCollections Range+Utilities.swift
[150/539] Compiling BitCollections Slice+Utilities.swift
[151/539] Compiling BitCollections UInt+Tricks.swift
[152/539] Compiling BitCollections _Word.swift
[153/539] Compiling OrderedCollections OrderedSet.swift
[154/539] Compiling OrderedCollections _UnsafeBitset.swift
[155/539] Compiling Markdown CharacterExtensions.swift
[156/539] Compiling Markdown CollectionExtensions.swift
[157/539] Compiling Markdown StringExtensions.swift
[158/539] Compiling Markdown MarkupVisitor.swift
[159/539] Compiling HashTreeCollections TreeDictionary+Codable.swift
[160/539] Compiling HashTreeCollections TreeDictionary+Collection.swift
[161/539] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[162/539] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[163/539] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[164/539] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[167/539] Compiling ArgumentParser ParsableArgumentsValidation.swift
[168/539] Compiling ArgumentParser ParsableCommand.swift
[169/539] Compiling ArgumentParser ArgumentDecoder.swift
[170/539] Compiling ArgumentParser Name.swift
[171/539] Compiling ArgumentParser Parsed.swift
[172/539] Compiling ArgumentParser ParsedValues.swift
[173/539] Compiling ArgumentParser ParserError.swift
[183/539] Compiling BitCollections BitSet.Index.swift
[184/539] Compiling BitCollections BitSet._UnsafeHandle.swift
[185/539] Compiling BitCollections BitSet.swift
[186/539] Compiling ArgumentParser ArgumentVisibility.swift
[187/539] Compiling ArgumentParser CompletionKind.swift
[202/539] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[203/539] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[204/539] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[205/539] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[206/539] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[207/539] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[208/539] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[209/539] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[210/539] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[211/539] Compiling HashTreeCollections TreeSet.swift
[212/539] Emitting module DequeModule
[215/540] Compiling ArgumentParser Errors.swift
[216/540] Compiling ArgumentParser Flag.swift
[217/540] Compiling ArgumentParser NameSpecification.swift
[218/540] Compiling ArgumentParser Option.swift
[219/540] Compiling ArgumentParser BashCompletionsGenerator.swift
[220/540] Compiling ArgumentParser CompletionsGenerator.swift
[233/540] Compiling ArgumentParser OptionGroup.swift
[234/540] Compiling ArgumentParser AsyncParsableCommand.swift
[235/540] Compiling ArgumentParser CommandConfiguration.swift
[236/540] Compiling ArgumentParser CommandGroup.swift
[253/540] Wrapping AST for ArgumentParserToolInfo for debugging
[294/550] Emitting module ArgumentParser
[302/555] Compiling ArgumentParser StringExtensions.swift
[303/555] Compiling ArgumentParser Tree.swift
[340/555] Emitting module OrderedCollections
[392/556] Emitting module _RopeModule
[398/556] Emitting module HashTreeCollections
[399/557] Compiling ArgumentParser CollectionExtensions.swift
[400/557] Compiling ArgumentParser Platform.swift
[401/557] Compiling ArgumentParser SequenceExtensions.swift
[405/557] Compiling _RopeModule Rope+Join.swift
[406/557] Compiling _RopeModule Rope+MutatingForEach.swift
[407/557] Compiling _RopeModule Rope+Remove.swift
[408/557] Compiling _RopeModule Rope+RemoveSubrange.swift
[409/557] Compiling _RopeModule Rope+Split.swift
[410/557] Compiling _RopeModule Optional Utilities.swift
[411/557] Compiling _RopeModule String Utilities.swift
[412/557] Compiling _RopeModule String.Index+ABI.swift
[413/557] Compiling _RopeModule _CharacterRecognizer.swift
[466/560] Compiling Collections Collections.swift
[467/560] Emitting module Collections
[468/560] Emitting module Markdown
[478/560] Emitting module SwiftSoup
[559/570] Wrapping AST for ArgumentParser for debugging
[561/580] Compiling SwiftSoup UTF8Arrays.swift
[562/580] Compiling SwiftSoup UnfairLock.swift
[563/580] Compiling SwiftSoup UnicodeScalar.swift
[564/580] Compiling SwiftSoup Validate.swift
[565/580] Compiling SwiftSoup Whitelist.swift
[566/580] Compiling SwiftSoup XmlDeclaration.swift
[567/580] Compiling SwiftSoup XmlTreeBuilder.swift
[569/757] Compiling IgniteCLI BoolMatrix.swift
[570/758] Compiling IgniteCLI ErrorCorrection.swift
[571/758] Compiling IgniteCLI QRCode.swift
[572/758] Compiling IgniteCLI QRCodeError.swift
[573/758] Compiling IgniteCLI Array2D.swift
[574/758] Emitting module IgniteCLI
[575/758] Compiling Ignite URL-RemovingWWW.swift
[576/758] Compiling Ignite URL-SelectDirectories.swift
[577/758] Compiling Ignite URL-Unwrapped.swift
[578/758] Compiling Ignite Analytics.swift
[579/758] Compiling IgniteCLI RunCommand.swift
/host/spi-builder-workspace/Sources/IgniteCLI/RunCommand.swift:110:59: error: cannot find type 'ifaddrs' in scope
108 |     private func getLocalIPAddress() -> String? {
109 |         var localIPAddress: String?
110 |         var interfaceAddressPointer: UnsafeMutablePointer<ifaddrs>?
    |                                                           `- error: cannot find type 'ifaddrs' in scope
111 |
112 |         if getifaddrs(&interfaceAddressPointer) == 0 {
/host/spi-builder-workspace/Sources/IgniteCLI/RunCommand.swift:112:12: error: cannot find 'getifaddrs' in scope
110 |         var interfaceAddressPointer: UnsafeMutablePointer<ifaddrs>?
111 |
112 |         if getifaddrs(&interfaceAddressPointer) == 0 {
    |            `- error: cannot find 'getifaddrs' in scope
113 |             var currentPointer = interfaceAddressPointer
114 |             while currentPointer != nil {
/host/spi-builder-workspace/Sources/IgniteCLI/RunCommand.swift:120:43: error: cannot find 'AF_INET' in scope
118 |                 let addressFamily = networkInterface.ifa_addr.pointee.sa_family
119 |
120 |                 if addressFamily == UInt8(AF_INET) {
    |                                           `- error: cannot find 'AF_INET' in scope
121 |                     let interfaceName = String(cString: networkInterface.ifa_name)
122 |                     var hostNameBuffer = [CChar](repeating: 0, count: Int(NI_MAXHOST))
/host/spi-builder-workspace/Sources/IgniteCLI/RunCommand.swift:122:75: error: cannot find 'NI_MAXHOST' in scope
120 |                 if addressFamily == UInt8(AF_INET) {
121 |                     let interfaceName = String(cString: networkInterface.ifa_name)
122 |                     var hostNameBuffer = [CChar](repeating: 0, count: Int(NI_MAXHOST))
    |                                                                           `- error: cannot find 'NI_MAXHOST' in scope
123 |                     // Use sizeof(sockaddr_in) for IPv4 addresses
124 |                     getnameinfo(networkInterface.ifa_addr, socklen_t(MemoryLayout<sockaddr_in>.size),
/host/spi-builder-workspace/Sources/IgniteCLI/RunCommand.swift:124:21: error: cannot find 'getnameinfo' in scope
122 |                     var hostNameBuffer = [CChar](repeating: 0, count: Int(NI_MAXHOST))
123 |                     // Use sizeof(sockaddr_in) for IPv4 addresses
124 |                     getnameinfo(networkInterface.ifa_addr, socklen_t(MemoryLayout<sockaddr_in>.size),
    |                     `- error: cannot find 'getnameinfo' in scope
125 |                                 &hostNameBuffer, socklen_t(hostNameBuffer.count),
126 |                                 nil, socklen_t(0), NI_NUMERICHOST)
/host/spi-builder-workspace/Sources/IgniteCLI/RunCommand.swift:124:83: error: cannot find type 'sockaddr_in' in scope
122 |                     var hostNameBuffer = [CChar](repeating: 0, count: Int(NI_MAXHOST))
123 |                     // Use sizeof(sockaddr_in) for IPv4 addresses
124 |                     getnameinfo(networkInterface.ifa_addr, socklen_t(MemoryLayout<sockaddr_in>.size),
    |                                                                                   `- error: cannot find type 'sockaddr_in' in scope
125 |                                 &hostNameBuffer, socklen_t(hostNameBuffer.count),
126 |                                 nil, socklen_t(0), NI_NUMERICHOST)
/host/spi-builder-workspace/Sources/IgniteCLI/RunCommand.swift:126:52: error: cannot find 'NI_NUMERICHOST' in scope
124 |                     getnameinfo(networkInterface.ifa_addr, socklen_t(MemoryLayout<sockaddr_in>.size),
125 |                                 &hostNameBuffer, socklen_t(hostNameBuffer.count),
126 |                                 nil, socklen_t(0), NI_NUMERICHOST)
    |                                                    `- error: cannot find 'NI_NUMERICHOST' in scope
127 |
128 |                     let ipAddressBytes = hostNameBuffer.prefix { $0 != 0 }.map { UInt8(bitPattern: $0) }
/host/spi-builder-workspace/Sources/IgniteCLI/RunCommand.swift:126:33: error: 'nil' requires a contextual type
124 |                     getnameinfo(networkInterface.ifa_addr, socklen_t(MemoryLayout<sockaddr_in>.size),
125 |                                 &hostNameBuffer, socklen_t(hostNameBuffer.count),
126 |                                 nil, socklen_t(0), NI_NUMERICHOST)
    |                                 `- error: 'nil' requires a contextual type
127 |
128 |                     let ipAddressBytes = hostNameBuffer.prefix { $0 != 0 }.map { UInt8(bitPattern: $0) }
/host/spi-builder-workspace/Sources/IgniteCLI/RunCommand.swift:138:13: error: cannot find 'freeifaddrs' in scope
136 |                 }
137 |             }
138 |             freeifaddrs(interfaceAddressPointer)
    |             `- error: cannot find 'freeifaddrs' in scope
139 |         }
140 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/7] Write swift-version-24593BA9C3E375BF.txt
[3/139] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[4/140] Compiling SwiftSoup Mutex.swift
[5/140] Compiling SwiftSoup Node.swift
[6/140] Compiling SwiftSoup HtmlTreeBuilderState.swift
[7/140] Compiling SwiftSoup HttpStatusException.swift
[8/140] Compiling SwiftSoup Attributes.swift
[9/140] Compiling SwiftSoup BinarySearch.swift
[10/140] Compiling SwiftSoup ArrayExt.swift
[11/140] Compiling SwiftSoup Attribute.swift
[12/140] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[13/140] Emitting module Markdown
[14/148] Compiling SwiftSoup BooleanAttribute.swift
[15/148] Compiling SwiftSoup CharacterExt.swift
[16/148] Compiling Markdown BasicBlockContainer.swift
[17/148] Compiling Markdown BasicInlineContainer.swift
[18/148] Compiling Markdown BlockContainer.swift
[19/148] Compiling Markdown BlockMarkup.swift
[20/148] Compiling Markdown InlineContainer.swift
[21/148] Compiling Markdown InlineMarkup.swift
[22/148] Compiling Markdown ListItemContainer.swift
[23/148] Compiling Markdown AtomicCounter.swift
[24/148] Emitting module InternalCollectionsUtilities
[25/148] Compiling SwiftSoup CharacterReader.swift
[26/148] Compiling SwiftSoup Cleaner.swift
[28/149] Compiling SwiftSoup DataNode.swift
[29/149] Compiling SwiftSoup DataUtil.swift
[30/149] Compiling SwiftSoup Document.swift
[31/149] Compiling SwiftSoup SimpleDictionary.swift
[32/149] Compiling SwiftSoup StreamReader.swift
[33/149] Compiling SwiftSoup String.swift
[34/149] Compiling SwiftSoup StringBuilder.swift
[35/149] Compiling SwiftSoup StringUtil.swift
[36/149] Compiling SwiftSoup StructuralEvaluator.swift
[37/149] Emitting module ArgumentParserToolInfo
[38/149] Compiling ArgumentParserToolInfo ToolInfo.swift
[40/150] Compiling SwiftSoup Evaluator.swift
[41/150] Compiling SwiftSoup Exception.swift
[42/150] Compiling SwiftSoup FormElement.swift
[43/150] Compiling SwiftSoup HtmlTreeBuilder.swift
[44/150] Compiling SwiftSoup Collector.swift
[45/150] Compiling SwiftSoup CombiningEvaluator.swift
[46/150] Compiling SwiftSoup Comment.swift
[47/150] Compiling SwiftSoup Connection.swift
[48/150] Compiling SwiftSoup CssSelector.swift
[61/150] Compiling SwiftSoup NodeTraversor.swift
[62/150] Compiling SwiftSoup NodeVisitor.swift
[63/150] Compiling SwiftSoup OrderedSet.swift
[64/150] Compiling SwiftSoup ParseError.swift
[65/150] Compiling SwiftSoup ParseErrorList.swift
[66/150] Compiling SwiftSoup ParseSettings.swift
[69/171] Compiling SwiftSoup Parser.swift
[70/171] Compiling SwiftSoup ParsingStrings.swift
[71/171] Compiling SwiftSoup Pattern.swift
[72/171] Compiling SwiftSoup QueryParser.swift
[73/171] Compiling SwiftSoup SerializationException.swift
[74/194] Compiling HeapModule Heap+Descriptions.swift
[75/310] Compiling HashTreeCollections _HashNode+Storage.swift
[76/310] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[77/310] Compiling HashTreeCollections _HashNode+Structural merge.swift
[78/310] Compiling HashTreeCollections _AncestorHashSlots.swift
[79/310] Compiling HashTreeCollections _HashNode+Structural filter.swift
[80/310] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[81/432] Compiling HeapModule Heap+Invariants.swift
[82/432] Compiling HeapModule _HeapNode.swift
[83/432] Compiling HeapModule Heap+UnsafeHandle.swift
[84/432] Compiling HeapModule Heap.swift
[85/432] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[86/432] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[87/432] Compiling _RopeModule BigString+Chunk+Breaks.swift
[88/432] Compiling _RopeModule BigString+Chunk+Counts.swift
[89/432] Compiling _RopeModule BigString+Chunk+Description.swift
[90/432] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[91/432] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[92/432] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[93/432] Compiling _RopeModule BigString+Chunk+Splitting.swift
[94/432] Emitting module HeapModule
[95/433] Compiling _RopeModule Rope+ForEachWhile.swift
[96/433] Compiling _RopeModule Rope+Insert.swift
[97/433] Compiling HashTreeCollections TreeSet+Sequence.swift
[98/433] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[99/433] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[100/433] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[101/433] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[102/433] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[103/433] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[104/433] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[106/443] Compiling _RopeModule BigString+RemoveSubrange.swift
[107/443] Compiling _RopeModule BigString+ReplaceSubrange.swift
[108/443] Compiling _RopeModule BigString+UnicodeScalarView.swift
[109/443] Compiling _RopeModule BigSubstring+UTF16View.swift
[110/443] Compiling _RopeModule BigSubstring+UTF8View.swift
[111/443] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[112/443] Compiling _RopeModule BigSubstring.swift
[113/443] Compiling _RopeModule Rope+Builder.swift
[114/443] Compiling _RopeModule Rope+Debugging.swift
[115/450] Compiling _RopeModule Rope+Invariants.swift
[116/450] Compiling _RopeModule Rope+_Node.swift
[117/450] Compiling _RopeModule Rope+_Storage.swift
[118/450] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[119/450] Compiling _RopeModule Rope+_UnsafeHandle.swift
[120/450] Compiling _RopeModule Rope.swift
[121/450] Compiling _RopeModule RopeElement.swift
[124/450] Compiling OrderedCollections OrderedSet+SubSequence.swift
[125/450] Compiling OrderedCollections OrderedSet+Testing.swift
[126/450] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[127/450] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[128/450] Compiling OrderedCollections OrderedSet.swift
[129/450] Compiling OrderedCollections _UnsafeBitset.swift
[130/450] Compiling _RopeModule Rope+Sequence.swift
[131/450] Compiling _RopeModule Rope+Append.swift
[132/450] Compiling _RopeModule Rope+Extract.swift
[133/450] Compiling _RopeModule Rope+Find.swift
[134/450] Compiling _RopeModule BigString+Summary.swift
[135/450] Compiling _RopeModule BigString.swift
[141/457] Compiling _RopeModule BigString+Chunk.swift
[142/457] Compiling _RopeModule BigString+BidirectionalCollection.swift
[145/457] Compiling _RopeModule BigString+Insert.swift
[146/457] Compiling _RopeModule BigString+Managing Breaks.swift
[155/457] Compiling BitCollections BitSet.Index.swift
[156/457] Compiling BitCollections BitSet._UnsafeHandle.swift
[157/457] Compiling BitCollections BitSet.swift
[159/457] Compiling _RopeModule BigString+Split.swift
[160/457] Compiling _RopeModule Range+BigString.swift
[161/457] Compiling _RopeModule BigString+UTF16View.swift
[162/457] Compiling _RopeModule BigString+UTF8View.swift
[163/457] Compiling _RopeModule BigString+Comparable.swift
[164/457] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[165/457] Compiling _RopeModule BigString+CustomStringConvertible.swift
[176/457] Compiling _RopeModule BigString+Append.swift
[177/457] Compiling _RopeModule BigString+Initializers.swift
[181/457] Compiling _RopeModule BigString+Contents.swift
[182/457] Compiling _RopeModule BigString+Debugging.swift
[183/457] Compiling _RopeModule BigString+Index.swift
[184/457] Compiling _RopeModule BigString+Ingester.swift
[185/457] Compiling _RopeModule BigString+Invariants.swift
[186/457] Compiling _RopeModule BigString+Iterators.swift
[187/457] Compiling _RopeModule BigString+Metrics.swift
[188/457] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[189/457] Compiling _RopeModule BigString+Hashing.swift
[190/457] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[191/457] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[192/457] Compiling _RopeModule BigString+Sequence.swift
[193/457] Compiling _RopeModule BigString+TextOutputStream.swift
[194/457] Compiling _RopeModule BigString+Builder.swift
[211/458] Compiling _RopeModule BigString+Equatable.swift
[212/470] Compiling ArgumentParser FishCompletionsGenerator.swift
[213/470] Compiling ArgumentParser ZshCompletionsGenerator.swift
[214/470] Compiling ArgumentParser Argument.swift
[215/470] Compiling ArgumentParser ArgumentHelp.swift
[220/495] Emitting module BitCollections
[236/495] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[237/495] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[238/495] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[239/495] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[240/495] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[241/495] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[242/495] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[243/495] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[244/495] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[245/495] Compiling HashTreeCollections TreeSet.swift
[246/495] Compiling ArgumentParser ArgumentSet.swift
[247/495] Compiling ArgumentParser CommandParser.swift
[248/495] Compiling ArgumentParser InputKey.swift
[249/495] Compiling ArgumentParser InputOrigin.swift
[250/495] Compiling ArgumentParser ExpressibleByArgument.swift
[251/495] Compiling ArgumentParser ParsableArguments.swift
[252/495] Compiling ArgumentParser ParsableArgumentsValidation.swift
[253/495] Compiling ArgumentParser ParsableCommand.swift
[254/495] Compiling ArgumentParser ArgumentDecoder.swift
[255/495] Compiling ArgumentParser ArgumentVisibility.swift
[256/495] Compiling ArgumentParser CompletionKind.swift
[257/495] Compiling ArgumentParser Errors.swift
[258/495] Compiling ArgumentParser Flag.swift
[259/495] Compiling ArgumentParser NameSpecification.swift
[260/495] Compiling ArgumentParser Option.swift
[261/495] Compiling ArgumentParser BashCompletionsGenerator.swift
[262/495] Compiling ArgumentParser CompletionsGenerator.swift
[263/495] Emitting module DequeModule
[266/496] Compiling BitCollections Range+Utilities.swift
[267/496] Compiling BitCollections Slice+Utilities.swift
[268/496] Compiling BitCollections UInt+Tricks.swift
[269/496] Compiling BitCollections _Word.swift
[282/496] Emitting module SwiftSoup
[288/496] Compiling ArgumentParser Name.swift
[289/496] Compiling ArgumentParser Parsed.swift
[290/496] Compiling ArgumentParser ParsedValues.swift
[291/496] Compiling ArgumentParser ParserError.swift
[292/496] Compiling ArgumentParser HelpCommand.swift
[293/496] Compiling ArgumentParser HelpGenerator.swift
[294/496] Compiling ArgumentParser MessageInfo.swift
[295/496] Compiling ArgumentParser UsageGenerator.swift
[351/511] Compiling ArgumentParser SplitArguments.swift
[352/511] Compiling ArgumentParser DumpHelpGenerator.swift
[353/511] Compiling ArgumentParser SequenceExtensions.swift
[354/511] Compiling ArgumentParser StringExtensions.swift
[355/511] Compiling ArgumentParser Tree.swift
[367/511] Emitting module ArgumentParser
[369/511] Compiling ArgumentParser OptionGroup.swift
[370/511] Compiling ArgumentParser AsyncParsableCommand.swift
[371/511] Compiling ArgumentParser CommandConfiguration.swift
[372/511] Compiling ArgumentParser CommandGroup.swift
[373/511] Compiling ArgumentParser EnumerableFlag.swift
[374/511] Compiling ArgumentParser ArgumentDefinition.swift
[379/511] Emitting module OrderedCollections
[411/512] Compiling ArgumentParser CollectionExtensions.swift
[412/512] Compiling ArgumentParser Platform.swift
[436/514] Emitting module HashTreeCollections
[437/515] Compiling _RopeModule Rope+Join.swift
[438/515] Compiling _RopeModule Rope+MutatingForEach.swift
[439/515] Compiling _RopeModule Rope+Remove.swift
[440/515] Compiling _RopeModule Rope+RemoveSubrange.swift
[441/515] Compiling _RopeModule Rope+Split.swift
[442/515] Compiling _RopeModule Optional Utilities.swift
[443/515] Compiling _RopeModule String Utilities.swift
[444/515] Compiling _RopeModule String.Index+ABI.swift
[445/515] Compiling _RopeModule _CharacterRecognizer.swift
[492/516] Emitting module _RopeModule
[514/526] Compiling IgniteCLI BoolMatrix.swift
[515/528] Compiling IgniteCLI Array2D.swift
[516/529] Compiling IgniteCLI QRCode.swift
[517/529] Compiling IgniteCLI QRCodeError.swift
[518/529] Compiling IgniteCLI ErrorCorrection.swift
[519/529] Compiling IgniteCLI NewCommand.swift
[520/529] Compiling IgniteCLI Process-Execute.swift
[521/529] Emitting module Collections
[522/529] Compiling Collections Collections.swift
[523/530] Emitting module IgniteCLI
[524/530] Compiling IgniteCLI BuildCommand.swift
[525/530] Compiling IgniteCLI IgniteCLI.swift
[527/530] Compiling IgniteCLI RunCommand.swift
/host/spi-builder-workspace/Sources/IgniteCLI/RunCommand.swift:110:59: error: cannot find type 'ifaddrs' in scope
108 |     private func getLocalIPAddress() -> String? {
109 |         var localIPAddress: String?
110 |         var interfaceAddressPointer: UnsafeMutablePointer<ifaddrs>?
    |                                                           `- error: cannot find type 'ifaddrs' in scope
111 |
112 |         if getifaddrs(&interfaceAddressPointer) == 0 {
/host/spi-builder-workspace/Sources/IgniteCLI/RunCommand.swift:112:12: error: cannot find 'getifaddrs' in scope
110 |         var interfaceAddressPointer: UnsafeMutablePointer<ifaddrs>?
111 |
112 |         if getifaddrs(&interfaceAddressPointer) == 0 {
    |            `- error: cannot find 'getifaddrs' in scope
113 |             var currentPointer = interfaceAddressPointer
114 |             while currentPointer != nil {
/host/spi-builder-workspace/Sources/IgniteCLI/RunCommand.swift:120:43: error: cannot find 'AF_INET' in scope
118 |                 let addressFamily = networkInterface.ifa_addr.pointee.sa_family
119 |
120 |                 if addressFamily == UInt8(AF_INET) {
    |                                           `- error: cannot find 'AF_INET' in scope
121 |                     let interfaceName = String(cString: networkInterface.ifa_name)
122 |                     var hostNameBuffer = [CChar](repeating: 0, count: Int(NI_MAXHOST))
/host/spi-builder-workspace/Sources/IgniteCLI/RunCommand.swift:122:75: error: cannot find 'NI_MAXHOST' in scope
120 |                 if addressFamily == UInt8(AF_INET) {
121 |                     let interfaceName = String(cString: networkInterface.ifa_name)
122 |                     var hostNameBuffer = [CChar](repeating: 0, count: Int(NI_MAXHOST))
    |                                                                           `- error: cannot find 'NI_MAXHOST' in scope
123 |                     // Use sizeof(sockaddr_in) for IPv4 addresses
124 |                     getnameinfo(networkInterface.ifa_addr, socklen_t(MemoryLayout<sockaddr_in>.size),
/host/spi-builder-workspace/Sources/IgniteCLI/RunCommand.swift:124:21: error: cannot find 'getnameinfo' in scope
122 |                     var hostNameBuffer = [CChar](repeating: 0, count: Int(NI_MAXHOST))
123 |                     // Use sizeof(sockaddr_in) for IPv4 addresses
124 |                     getnameinfo(networkInterface.ifa_addr, socklen_t(MemoryLayout<sockaddr_in>.size),
    |                     `- error: cannot find 'getnameinfo' in scope
125 |                                 &hostNameBuffer, socklen_t(hostNameBuffer.count),
126 |                                 nil, socklen_t(0), NI_NUMERICHOST)
/host/spi-builder-workspace/Sources/IgniteCLI/RunCommand.swift:124:83: error: cannot find type 'sockaddr_in' in scope
122 |                     var hostNameBuffer = [CChar](repeating: 0, count: Int(NI_MAXHOST))
123 |                     // Use sizeof(sockaddr_in) for IPv4 addresses
124 |                     getnameinfo(networkInterface.ifa_addr, socklen_t(MemoryLayout<sockaddr_in>.size),
    |                                                                                   `- error: cannot find type 'sockaddr_in' in scope
125 |                                 &hostNameBuffer, socklen_t(hostNameBuffer.count),
126 |                                 nil, socklen_t(0), NI_NUMERICHOST)
/host/spi-builder-workspace/Sources/IgniteCLI/RunCommand.swift:126:52: error: cannot find 'NI_NUMERICHOST' in scope
124 |                     getnameinfo(networkInterface.ifa_addr, socklen_t(MemoryLayout<sockaddr_in>.size),
125 |                                 &hostNameBuffer, socklen_t(hostNameBuffer.count),
126 |                                 nil, socklen_t(0), NI_NUMERICHOST)
    |                                                    `- error: cannot find 'NI_NUMERICHOST' in scope
127 |
128 |                     let ipAddressBytes = hostNameBuffer.prefix { $0 != 0 }.map { UInt8(bitPattern: $0) }
/host/spi-builder-workspace/Sources/IgniteCLI/RunCommand.swift:126:33: error: 'nil' requires a contextual type
124 |                     getnameinfo(networkInterface.ifa_addr, socklen_t(MemoryLayout<sockaddr_in>.size),
125 |                                 &hostNameBuffer, socklen_t(hostNameBuffer.count),
126 |                                 nil, socklen_t(0), NI_NUMERICHOST)
    |                                 `- error: 'nil' requires a contextual type
127 |
128 |                     let ipAddressBytes = hostNameBuffer.prefix { $0 != 0 }.map { UInt8(bitPattern: $0) }
/host/spi-builder-workspace/Sources/IgniteCLI/RunCommand.swift:138:13: error: cannot find 'freeifaddrs' in scope
136 |                 }
137 |             }
138 |             freeifaddrs(interfaceAddressPointer)
    |             `- error: cannot find 'freeifaddrs' in scope
139 |         }
140 |
BUILD FAILURE 6.1 android