Build Information
Failed to build Ignite, reference main (63a83b
), with Swift 6.1 for Android on 12 Jun 2025 14:08:51 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: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/twostraws/Ignite
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 63a83b5 Merge pull request #842 from TomaszLizer/update-readme-tomo-codes
Cloned https://github.com/twostraws/Ignite.git
Revision (git rev-parse @):
63a83b5e9ecc2a87a699a425bafdac1965436c66
SUCCESS checkout https://github.com/twostraws/Ignite.git at main
========================================
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/scinfu/SwiftSoup.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/swiftlang/swift-markdown.git
[1/3916] Fetching swiftsoup
[1842/10692] Fetching swiftsoup, swift-markdown
[2690/27292] Fetching swiftsoup, swift-markdown, swift-collections
[14843/42672] Fetching swiftsoup, swift-markdown, swift-collections, swift-argument-parser
Fetched https://github.com/swiftlang/swift-markdown.git from cache (0.70s)
[16538/35896] Fetching swiftsoup, swift-collections, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.10s)
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.77s)
Fetched https://github.com/apple/swift-collections.git from cache (1.80s)
Computing version for https://github.com/swiftlang/swift-markdown.git
Computed https://github.com/swiftlang/swift-markdown.git at 0.6.0 (5.35s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18107] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.70s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.6.0 (2.37s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.16s)
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.97s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.8.8 (0.93s)
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
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
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/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.8.8
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/57] Write sources
[8/57] Compiling cmark-gfm cmark.c
[9/57] Compiling cmark-gfm buffer.c
[10/57] Compiling cmark-gfm-extensions tagfilter.c
[11/57] Compiling cmark-gfm arena.c
[12/57] Compiling cmark-gfm-extensions tasklist.c
[13/57] Compiling cmark-gfm-extensions strikethrough.c
[14/57] Compiling cmark-gfm-extensions core-extensions.c
[15/57] Compiling cmark-gfm xml.c
[15/57] Compiling cmark-gfm-extensions ext_scanners.c
[17/57] Compiling cmark-gfm blocks.c
[18/57] Compiling cmark-gfm-extensions table.c
[19/57] Compiling cmark-gfm syntax_extension.c
[20/57] Compiling cmark-gfm-extensions autolink.c
[21/57] Write swift-version-24593BA9C3E375BF.txt
[22/57] Compiling cmark-gfm render.c
[23/57] Compiling cmark-gfm references.c
[24/57] Compiling cmark-gfm plugin.c
[25/57] Compiling cmark-gfm registry.c
[26/57] Compiling cmark-gfm plaintext.c
[27/57] Compiling cmark-gfm node.c
[28/57] Compiling cmark-gfm map.c
[29/58] Compiling cmark-gfm utf8.c
[30/60] Compiling cmark-gfm linked_list.c
[31/113] Compiling cmark-gfm man.c
[32/113] Compiling cmark-gfm iterator.c
[33/113] Compiling cmark-gfm latex.c
[34/113] Compiling cmark-gfm html.c
[35/113] Compiling cmark-gfm houdini_html_e.c
[36/113] Compiling cmark-gfm houdini_href_e.c
[37/113] Compiling cmark-gfm cmark_ctype.c
[38/113] Write sources
[41/113] Compiling cmark-gfm footnotes.c
[42/113] Copying Resources
[43/113] Write sources
[46/113] Compiling cmark-gfm houdini_html_u.c
[46/113] Write sources
[48/113] Compiling CAtomic CAtomic.c
[49/113] Compiling cmark-gfm commonmark.c
[50/113] Compiling cmark-gfm inlines.c
[51/113] Compiling cmark-gfm scanners.c
[53/189] Compiling Markdown BlockQuote.swift
[54/189] Compiling Markdown CustomBlock.swift
[55/189] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[56/190] Compiling Markdown Markup.swift
[57/190] Compiling Markdown MarkupChildren.swift
[58/190] Compiling Markdown ChildIndexPath.swift
[59/190] Compiling Markdown DirectiveArgument.swift
[60/190] Compiling Markdown Document.swift
[61/190] Compiling Markdown LiteralMarkup.swift
[62/190] Emitting module ArgumentParserToolInfo
[63/190] Compiling ArgumentParserToolInfo ToolInfo.swift
[64/190] Emitting module InternalCollectionsUtilities
[65/190] Compiling Markdown MarkupData.swift
[66/190] Compiling Markdown PlainTextConvertibleMarkup.swift
[68/191] Compiling Markdown RawMarkup.swift
[69/191] Compiling Markdown BlockDirective.swift
[70/191] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[70/192] Wrapping AST for ArgumentParserToolInfo for debugging
[73/293] Compiling Markdown BasicBlockContainer.swift
[74/293] Compiling Markdown BasicInlineContainer.swift
[75/293] Compiling Markdown BlockContainer.swift
[76/293] Compiling Markdown BlockMarkup.swift
[77/293] Compiling Markdown InlineContainer.swift
[78/293] Compiling Markdown InlineMarkup.swift
[79/293] Compiling Markdown ListItemContainer.swift
[80/293] Compiling Markdown AtomicCounter.swift
[81/459] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[82/459] Compiling HeapModule Heap+Invariants.swift
[83/459] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[84/459] Compiling HashTreeCollections _Hash.swift
[85/461] Compiling HashTreeCollections _HashLevel.swift
[86/461] Compiling HashTreeCollections _HashNode+Builder.swift
[87/461] Compiling HeapModule Heap+Descriptions.swift
[88/461] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[89/461] Compiling HashTreeCollections _HashNode+Storage.swift
[90/461] Compiling HeapModule _HeapNode.swift
[91/461] Compiling HeapModule Heap.swift
[94/461] Compiling DequeModule _DequeSlot.swift
[95/461] Compiling DequeModule _UnsafeWrappedBuffer.swift
[96/461] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[97/466] Compiling HashTreeCollections _HashNode+Debugging.swift
[98/466] Compiling HashTreeCollections _HashNode+Initializers.swift
[99/466] Compiling HeapModule Heap+UnsafeHandle.swift
[100/466] Emitting module HeapModule
[101/467] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[102/467] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[103/467] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[104/467] Compiling HashTreeCollections _HashNode+Structural merge.swift
[105/467] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[106/467] Compiling OrderedCollections _Hashtable+Header.swift
[107/467] Compiling OrderedCollections OrderedDictionary.swift
[108/467] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[109/467] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[112/467] Compiling HashTreeCollections TreeSet+Hashable.swift
[113/467] Compiling HashTreeCollections TreeSet+Sendable.swift
[114/467] Compiling HashTreeCollections TreeSet+Sequence.swift
[115/467] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[116/467] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[117/467] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[118/467] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[119/467] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[120/467] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[121/467] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[122/477] Compiling ArgumentParser StringExtensions.swift
[123/477] Compiling ArgumentParser Tree.swift
[124/477] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[125/477] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[126/477] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[127/477] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[128/477] Compiling HashTreeCollections TreeDictionary+Filter.swift
[129/477] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[130/477] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[131/477] Compiling HashTreeCollections TreeDictionary+Keys.swift
[132/477] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[133/477] Compiling HashTreeCollections TreeDictionary+Merge.swift
[134/477] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[135/477] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[137/484] Compiling OrderedCollections OrderedSet+SubSequence.swift
[138/484] Compiling OrderedCollections OrderedSet+Testing.swift
[139/484] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[140/484] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[141/484] Compiling OrderedCollections OrderedSet.swift
[142/484] Compiling OrderedCollections _UnsafeBitset.swift
[143/484] Compiling HashTreeCollections TreeSet+Equatable.swift
[144/484] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[145/484] Compiling HashTreeCollections TreeSet+Extras.swift
[146/484] Compiling HashTreeCollections TreeSet+Filter.swift
[147/484] Compiling HashTreeCollections _HashStack.swift
[148/484] Compiling HashTreeCollections _HashTreeIterator.swift
[149/484] Compiling HashTreeCollections _HashTreeStatistics.swift
[150/484] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[151/484] Compiling HashTreeCollections _RawHashNode.swift
[152/484] Compiling ArgumentParser CollectionExtensions.swift
[153/484] Compiling ArgumentParser Platform.swift
[154/484] Compiling ArgumentParser SequenceExtensions.swift
[155/484] Compiling HashTreeCollections _HashNode+Invariants.swift
[156/484] Compiling HashTreeCollections _HashNode+Lookups.swift
[157/484] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[158/484] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[159/537] Compiling BitCollections BitArray+BitwiseOperations.swift
[160/537] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[161/537] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[162/537] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[163/537] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[164/537] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[165/537] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[166/537] Compiling BitCollections BitSet+SetAlgebra union.swift
[167/537] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[168/537] Compiling BitCollections BitSet.Counted.swift
[171/537] Compiling OrderedCollections OrderedSet+Sendable.swift
[172/537] Emitting module DequeModule
[173/538] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[174/538] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[175/538] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[176/538] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[177/538] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[178/538] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[179/538] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[180/538] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[181/538] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[182/538] Compiling HashTreeCollections TreeSet.swift
[183/538] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[184/538] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[185/538] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[186/538] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[193/547] Compiling BitCollections BitSet+BidirectionalCollection.swift
[194/547] Compiling BitCollections BitSet+Codable.swift
[195/547] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[196/547] Compiling BitCollections BitSet+CustomReflectable.swift
[197/547] Compiling BitCollections BitSet+CustomStringConvertible.swift
[200/547] Compiling BitCollections BitArray+Codable.swift
[201/547] Compiling BitCollections BitArray+Collection.swift
[202/547] Compiling BitCollections BitArray+Copy.swift
[203/547] Compiling BitCollections BitArray+CustomReflectable.swift
[204/547] Emitting module ArgumentParser
[205/547] Compiling BitCollections BitArray+Descriptions.swift
[206/547] Compiling BitCollections BitArray+Equatable.swift
[207/547] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[208/547] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[209/547] Compiling BitCollections BitArray+Extras.swift
[210/547] Compiling BitCollections BitArray+Fill.swift
[214/547] Compiling BitCollections BitSet+Equatable.swift
[215/547] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[216/547] Compiling BitCollections BitSet+Extras.swift
[217/547] Compiling BitCollections BitSet+Hashable.swift
[222/554] Compiling BitCollections BitArray+Hashable.swift
[223/554] Compiling BitCollections BitArray+Initializers.swift
[224/554] Compiling BitCollections BitArray+Invariants.swift
[225/554] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[233/554] Compiling BitCollections BitSet+Initializers.swift
[242/554] Compiling BitCollections BitArray+RandomBits.swift
[243/554] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[244/554] Compiling BitCollections BitArray+Shifts.swift
[245/554] Compiling BitCollections BitArray+Testing.swift
[246/554] Compiling BitCollections BitArray._UnsafeHandle.swift
[247/554] Compiling BitCollections BitArray.swift
[250/554] Compiling BitCollections BitSet+Random.swift
[251/554] Compiling BitCollections BitSet+SetAlgebra basics.swift
[252/554] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[253/554] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[254/554] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[255/554] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[256/554] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[261/554] Compiling BitCollections _Word.swift
[280/554] Compiling BitCollections BitSet.swift
[281/554] Compiling BitCollections Range+Utilities.swift
[282/554] Compiling BitCollections Slice+Utilities.swift
[283/554] Compiling BitCollections UInt+Tricks.swift
[302/554] Compiling BitCollections BitSet+Invariants.swift
[328/554] Emitting module BitCollections
[334/554] Emitting module OrderedCollections
[335/555] Compiling BitCollections BitSet.Index.swift
[336/555] Compiling BitCollections BitSet._UnsafeHandle.swift
[368/556] Emitting module _RopeModule
[402/556] Emitting module HashTreeCollections
[408/557] Compiling _RopeModule Rope+Join.swift
[409/557] Compiling _RopeModule Rope+MutatingForEach.swift
[410/557] Compiling _RopeModule Rope+Remove.swift
[411/557] Compiling _RopeModule Rope+RemoveSubrange.swift
[412/557] Compiling _RopeModule Rope+Split.swift
[413/557] Compiling _RopeModule Optional Utilities.swift
[414/557] Compiling _RopeModule String Utilities.swift
[415/557] Compiling _RopeModule String.Index+ABI.swift
[416/557] Compiling _RopeModule _CharacterRecognizer.swift
[444/557] Emitting module Markdown
[454/557] Emitting module SwiftSoup
[518/564] Compiling SwiftSoup UTF8Arrays.swift
[519/564] Compiling SwiftSoup UnfairLock.swift
[521/564] Compiling SwiftSoup UnicodeScalar.swift
[522/564] Compiling SwiftSoup Validate.swift
[523/564] Compiling SwiftSoup Whitelist.swift
[524/564] Compiling SwiftSoup XmlDeclaration.swift
[525/564] Compiling SwiftSoup XmlTreeBuilder.swift
[556/567] Wrapping AST for ArgumentParser for debugging
[558/579] Emitting module Collections
[559/579] Compiling Collections Collections.swift
[569/757] Compiling IgniteCLI QRCodeError.swift
[570/758] Compiling IgniteCLI QRCode.swift
[571/758] Compiling IgniteCLI ErrorCorrection.swift
[572/758] Compiling IgniteCLI BoolMatrix.swift
[573/758] Compiling IgniteCLI Array2D.swift
[574/758] Compiling Ignite Card.swift
[575/758] Compiling Ignite Carousel.swift
[576/758] Emitting module IgniteCLI
[577/758] Compiling Ignite Code.swift
[578/758] Compiling Ignite CodeBlock.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 SwiftSoup ArrayExt.swift
[4/139] Compiling SwiftSoup Attribute.swift
[5/140] Compiling Markdown BasicBlockContainer.swift
[6/140] Compiling Markdown BasicInlineContainer.swift
[7/140] Compiling Markdown BlockContainer.swift
[8/140] Compiling Markdown BlockMarkup.swift
[9/140] Compiling Markdown InlineContainer.swift
[10/140] Compiling Markdown InlineMarkup.swift
[11/140] Compiling Markdown ListItemContainer.swift
[12/140] Compiling Markdown AtomicCounter.swift
[13/148] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[14/148] Compiling SwiftSoup CharacterReader.swift
[15/148] Compiling SwiftSoup Cleaner.swift
[16/148] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[17/148] Compiling SwiftSoup Comment.swift
[18/148] Compiling SwiftSoup Connection.swift
[19/148] Compiling SwiftSoup Collector.swift
[20/148] Compiling SwiftSoup CombiningEvaluator.swift
[21/148] Compiling SwiftSoup BooleanAttribute.swift
[22/148] Compiling SwiftSoup CharacterExt.swift
[23/148] Emitting module InternalCollectionsUtilities
[24/148] Compiling SwiftSoup Attributes.swift
[25/148] Compiling SwiftSoup BinarySearch.swift
[26/149] Emitting module ArgumentParserToolInfo
[27/149] Compiling ArgumentParserToolInfo ToolInfo.swift
[39/149] Compiling SwiftSoup Elements.swift
[40/149] Compiling SwiftSoup Entities.swift
[41/149] Compiling SwiftSoup Evaluator.swift
[42/149] Compiling SwiftSoup Exception.swift
[43/149] Compiling SwiftSoup FormElement.swift
[44/149] Compiling SwiftSoup HtmlTreeBuilder.swift
[45/149] Compiling SwiftSoup ParseErrorList.swift
[46/149] Compiling SwiftSoup ParseSettings.swift
[47/149] Compiling SwiftSoup Parser.swift
[48/149] Compiling SwiftSoup ParsingStrings.swift
[49/149] Compiling SwiftSoup Pattern.swift
[50/149] Compiling SwiftSoup QueryParser.swift
[51/149] Compiling SwiftSoup SerializationException.swift
[52/149] Compiling SwiftSoup SimpleDictionary.swift
[53/149] Compiling SwiftSoup StreamReader.swift
[54/149] Compiling SwiftSoup String.swift
[55/149] Compiling SwiftSoup StringBuilder.swift
[56/149] Compiling SwiftSoup StringUtil.swift
[57/333] Compiling HashTreeCollections _Bucket.swift
[58/333] Compiling HashTreeCollections _Hash.swift
[59/342] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[60/351] Compiling HeapModule Heap+Descriptions.swift
[61/425] Compiling _RopeModule BigString+Chunk+Counts.swift
[62/425] Compiling _RopeModule BigString+Chunk+Description.swift
[63/425] Compiling HeapModule _HeapNode.swift
[64/425] Compiling HeapModule Heap.swift
[65/425] Compiling _RopeModule BigString+Iterators.swift
[66/425] Compiling _RopeModule BigString+Metrics.swift
[67/425] Compiling _RopeModule BigString+Ingester.swift
[68/425] Compiling _RopeModule BigString+Invariants.swift
[69/425] Compiling _RopeModule BigString+Summary.swift
[70/425] Compiling _RopeModule BigString.swift
[71/425] Compiling HeapModule Heap+Invariants.swift
[72/425] Compiling HeapModule Heap+UnsafeHandle.swift
[73/425] Emitting module HeapModule
[74/426] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[75/426] Compiling _RopeModule BigString+Hashing.swift
[76/426] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[77/426] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[78/426] Compiling _RopeModule BigString+Sequence.swift
[79/426] Compiling _RopeModule BigString+TextOutputStream.swift
[80/426] Compiling _RopeModule BigString+Append.swift
[81/433] Compiling _RopeModule BigString+UnicodeScalarView.swift
[82/433] Compiling _RopeModule BigSubstring+UTF16View.swift
[83/433] Compiling _RopeModule BigSubstring+UTF8View.swift
[84/433] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[85/433] Compiling _RopeModule BigSubstring.swift
[86/433] Compiling _RopeModule Rope+Builder.swift
[87/433] Compiling _RopeModule Rope+Debugging.swift
[88/433] Compiling _RopeModule Rope+Invariants.swift
[89/433] Compiling _RopeModule Rope+_Node.swift
[90/433] Compiling _RopeModule Rope+_Storage.swift
[91/433] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[92/433] Compiling _RopeModule Rope+_UnsafeHandle.swift
[93/433] Compiling BitCollections BitSet.Index.swift
[94/433] Compiling BitCollections BitSet._UnsafeHandle.swift
[96/440] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[97/440] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[98/440] Compiling _RopeModule Rope+ForEachWhile.swift
[99/440] Compiling _RopeModule Rope+Insert.swift
[100/440] Compiling HashTreeCollections TreeSet+Sequence.swift
[101/440] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[102/440] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[103/440] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[104/440] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[105/440] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[106/440] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[107/440] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[109/450] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[110/450] Compiling _RopeModule BigString+Chunk+Breaks.swift
[115/450] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[116/450] Compiling _RopeModule BigString+Chunk+Splitting.swift
[117/450] Emitting module Markdown
[118/450] Compiling _RopeModule BigString+Builder.swift
[119/450] Compiling _RopeModule BigString+Contents.swift
[120/450] Compiling _RopeModule BigString+UTF16View.swift
[121/450] Compiling _RopeModule BigString+UTF8View.swift
[127/450] Compiling _RopeModule BigString+Initializers.swift
[128/450] Compiling _RopeModule BigString+Insert.swift
[129/450] Compiling _RopeModule BigString+Managing Breaks.swift
[130/450] Compiling _RopeModule BigString+RemoveSubrange.swift
[131/450] Compiling _RopeModule BigString+ReplaceSubrange.swift
[132/450] Compiling _RopeModule BigString+Split.swift
[133/450] Compiling _RopeModule Range+BigString.swift
[136/450] Compiling _RopeModule BigString+Chunk.swift
[137/450] Compiling _RopeModule BigString+BidirectionalCollection.swift
[138/450] Compiling _RopeModule BigString+Comparable.swift
[139/450] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[140/450] Compiling _RopeModule BigString+CustomStringConvertible.swift
[141/450] Compiling _RopeModule BigString+Equatable.swift
[152/450] Compiling _RopeModule BigString+Debugging.swift
[153/450] Compiling _RopeModule BigString+Index.swift
[183/457] Emitting module BitCollections
[193/457] Compiling SwiftSoup UTF8Arrays.swift
[194/457] Compiling SwiftSoup UnfairLock.swift
[195/457] Compiling SwiftSoup UnicodeScalar.swift
[196/457] Compiling SwiftSoup Validate.swift
[197/457] Compiling SwiftSoup Whitelist.swift
[198/457] Compiling SwiftSoup XmlDeclaration.swift
[199/457] Compiling SwiftSoup XmlTreeBuilder.swift
[200/457] Compiling OrderedCollections _UnsafeBitset.swift
[201/457] Compiling _RopeModule Rope+Sequence.swift
[202/457] Compiling _RopeModule Rope+Append.swift
[203/457] Compiling _RopeModule Rope+Extract.swift
[204/457] Compiling _RopeModule Rope+Find.swift
[213/495] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[214/495] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[215/495] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[216/495] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[217/495] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[218/495] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[219/495] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[220/495] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[221/495] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[222/495] Compiling HashTreeCollections TreeSet.swift
[223/495] Emitting module DequeModule
[224/496] Compiling ArgumentParser ParsableArgumentsValidation.swift
[225/496] Compiling ArgumentParser ParsableCommand.swift
[226/496] Compiling ArgumentParser ArgumentDecoder.swift
[227/496] Compiling ArgumentParser DumpHelpGenerator.swift
[228/496] Compiling ArgumentParser HelpCommand.swift
[229/496] Compiling ArgumentParser HelpGenerator.swift
[230/496] Compiling ArgumentParser MessageInfo.swift
[248/496] Compiling ArgumentParser Errors.swift
[249/496] Compiling ArgumentParser Flag.swift
[250/496] Compiling ArgumentParser NameSpecification.swift
[252/496] Compiling ArgumentParser Option.swift
[253/496] Compiling ArgumentParser OptionGroup.swift
[254/496] Compiling ArgumentParser AsyncParsableCommand.swift
[255/496] Compiling ArgumentParser CommandConfiguration.swift
[256/496] Compiling ArgumentParser CommandGroup.swift
[257/496] Compiling ArgumentParser EnumerableFlag.swift
[258/496] Compiling ArgumentParser ArgumentDefinition.swift
[259/496] Compiling ArgumentParser ArgumentSet.swift
[260/496] Compiling ArgumentParser CommandParser.swift
[261/496] Compiling ArgumentParser InputKey.swift
[262/496] Compiling ArgumentParser InputOrigin.swift
[263/496] Compiling ArgumentParser ExpressibleByArgument.swift
[264/496] Compiling ArgumentParser ParsableArguments.swift
[281/506] Compiling ArgumentParser UsageGenerator.swift
[282/506] Compiling ArgumentParser Name.swift
[283/506] Compiling ArgumentParser BashCompletionsGenerator.swift
[284/506] Compiling ArgumentParser CompletionsGenerator.swift
[285/506] Compiling ArgumentParser FishCompletionsGenerator.swift
[286/506] Compiling ArgumentParser ZshCompletionsGenerator.swift
[287/506] Compiling ArgumentParser Argument.swift
[288/506] Compiling ArgumentParser ArgumentHelp.swift
[289/506] Compiling ArgumentParser ArgumentVisibility.swift
[290/506] Compiling ArgumentParser CompletionKind.swift
[318/506] Emitting module SwiftSoup
[331/506] Compiling ArgumentParser Parsed.swift
[332/506] Compiling ArgumentParser ParsedValues.swift
[333/506] Compiling ArgumentParser ParserError.swift
[334/506] Compiling ArgumentParser SplitArguments.swift
[391/506] Emitting module OrderedCollections
[393/507] Compiling _RopeModule Rope+Join.swift
[394/507] Compiling _RopeModule Rope+MutatingForEach.swift
[395/507] Compiling _RopeModule Rope+Remove.swift
[396/507] Compiling _RopeModule Rope+RemoveSubrange.swift
[397/507] Compiling _RopeModule Rope+Split.swift
[398/507] Compiling _RopeModule Optional Utilities.swift
[399/507] Compiling _RopeModule String Utilities.swift
[400/507] Compiling _RopeModule String.Index+ABI.swift
[401/507] Compiling _RopeModule _CharacterRecognizer.swift
[419/507] Emitting module _RopeModule
[420/508] Emitting module ArgumentParser
[463/514] Compiling ArgumentParser CollectionExtensions.swift
[464/514] Compiling ArgumentParser Platform.swift
[465/514] Compiling ArgumentParser SequenceExtensions.swift
[476/514] Compiling ArgumentParser StringExtensions.swift
[477/514] Compiling ArgumentParser Tree.swift
[496/515] Emitting module HashTreeCollections
[508/518] Compiling Collections Collections.swift
[509/518] Emitting module Collections
[517/557] Compiling IgniteCLI QRCode.swift
[518/557] Compiling IgniteCLI QRCodeError.swift
[519/621] Compiling IgniteCLI Array2D.swift
[520/621] Compiling IgniteCLI BoolMatrix.swift
[521/647] Compiling IgniteCLI ErrorCorrection.swift
[522/706] Compiling Ignite Action.swift
[523/706] Compiling Ignite CustomAction.swift
[524/706] Emitting module IgniteCLI
[525/706] Compiling Ignite DismissModal.swift
[526/706] Compiling Ignite ClickModifier.swift
[527/706] 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