Build Information
Failed to build swiftui-showcase, reference main (0c2f4b
), with Swift 6.2 (beta) for Android on 23 Jun 2025 04:08:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ipedro/swiftui-showcase.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/ipedro/swiftui-showcase
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0c2f4b9 tweak availability
Cloned https://github.com/ipedro/swiftui-showcase.git
Revision (git rev-parse @):
0c2f4b9297bb3b277d38e04ed9ade89dffac5440
SUCCESS checkout https://github.com/ipedro/swiftui-showcase.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/ipedro/swiftui-showcase.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
Fetching https://github.com/nathantannar4/Engine
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/JohnSundell/Splash
[1/2167] Fetching splash
[67/2371] Fetching splash, swiftlintplugins
[129/3529] Fetching splash, swiftlintplugins, engine
[3530/52470] Fetching splash, swiftlintplugins, engine, swiftformat
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (39.24s)
Fetched https://github.com/JohnSundell/Splash from cache (39.24s)
Fetched https://github.com/nathantannar4/Engine from cache (39.25s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (40.33s)
Computing version for https://github.com/JohnSundell/Splash
Computed https://github.com/JohnSundell/Splash at 0.16.0 (43.46s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.59.1 (0.63s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.4 (0.88s)
Computing version for https://github.com/nathantannar4/Engine
Computed https://github.com/nathantannar4/Engine at 2.1.14 (0.80s)
Fetching https://github.com/swiftlang/swift-syntax
[1/70925] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (6.86s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (8.09s)
Creating working copy for https://github.com/JohnSundell/Splash
Working copy of https://github.com/JohnSundell/Splash resolved at 0.16.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.4
Creating working copy for https://github.com/nathantannar4/Engine
Working copy of https://github.com/nathantannar4/Engine resolved at 2.1.14
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins resolved at 0.59.1
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
[1397/41085097] Downloading https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip (4.27s)
error: failed: PrebuildCommand(configuration: SPMBuildCore.BuildToolPluginInvocationResult.CommandConfiguration(displayName: Optional("SwiftLint"), executable: <AbsolutePath:"/host/spi-builder-workspace/.build/artifacts/swiftlintplugins/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.59.1-linux-gnu/bin/swiftlint">, arguments: ["lint", "--quiet", "--force-exclude", "--cache-path", "/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/Showcase/destination/SwiftLintBuildToolPlugin/Cache", "/host/spi-builder-workspace/Sources/Showcase/Environment/EnvironmentKeys.swift", "/host/spi-builder-workspace/Sources/Showcase/Environment/EnvironmentValues.swift", "/host/spi-builder-workspace/Sources/Showcase/Extensions/AnyButtonStyle.swift", "/host/spi-builder-workspace/Sources/Showcase/Extensions/Text+Optional.swift", "/host/spi-builder-workspace/Sources/Showcase/Helpers/EquatableForEach.swift", "/host/spi-builder-workspace/Sources/Showcase/Helpers/Lazy.swift", "/host/spi-builder-workspace/Sources/Showcase/Models/Chapter/Chapter.swift", "/host/spi-builder-workspace/Sources/Showcase/Models/CodeBlock/Topic+CodeBlock.swift", "/host/spi-builder-workspace/Sources/Showcase/Models/CodeBlock/Topic+CodeBlockBuilder.swift", "/host/spi-builder-workspace/Sources/Showcase/Models/Document/Document.swift", "/host/spi-builder-workspace/Sources/Showcase/Models/Embed/Topic+Embed.swift", "/host/spi-builder-workspace/Sources/Showcase/Models/Embed/Topic+EmbedBuilder.swift", "/host/spi-builder-workspace/Sources/Showcase/Models/Link/Topic+Link.swift", "/host/spi-builder-workspace/Sources/Showcase/Models/Link/Topic+LinkBuilder.swift", "/host/spi-builder-workspace/Sources/Showcase/Models/Link/Topic+LinkName.swift", "/host/spi-builder-workspace/Sources/Showcase/Models/Preview/Topic+Preview.swift", "/host/spi-builder-workspace/Sources/Showcase/Models/Preview/Topic+PreviewBuilder.swift", "/host/spi-builder-workspace/Sources/Showcase/Models/Topic/Topic.swift", "/host/spi-builder-workspace/Sources/Showcase/Models/Topic/TopicBuilder.swift", "/host/spi-builder-workspace/Sources/Showcase/ViewModifiers/ScrollViewReaderModifier.swift", "/host/spi-builder-workspace/Sources/Showcase/ViewModifiers/VersionedScrollBounceBehavior.swift", "/host/spi-builder-workspace/Sources/Showcase/Views/Chapter/ShowcaseChapter.swift", "/host/spi-builder-workspace/Sources/Showcase/Views/Chapter/ShowcaseChapters.swift", "/host/spi-builder-workspace/Sources/Showcase/Views/CodeBlock/ShowcaseCodeBlock.swift", "/host/spi-builder-workspace/Sources/Showcase/Views/CodeBlock/ShowcaseCodeBlockContent.swift", "/host/spi-builder-workspace/Sources/Showcase/Views/CodeBlock/ShowcaseCodeBlockCopyButton.swift", "/host/spi-builder-workspace/Sources/Showcase/Views/CodeBlock/ShowcaseCodeBlockTheme.swift", "/host/spi-builder-workspace/Sources/Showcase/Views/Content/ShowcaseContent.swift", "/host/spi-builder-workspace/Sources/Showcase/Views/Document/DescriptionView.swift", "/host/spi-builder-workspace/Sources/Showcase/Views/Document/ShowcaseNavigationSplitView.swift", "/host/spi-builder-workspace/Sources/Showcase/Views/Document/ShowcaseNavigationStack.swift", "/host/spi-builder-workspace/Sources/Showcase/Views/Embed/ShowcaseEmbed.swift", "/host/spi-builder-workspace/Sources/Showcase/Views/IndexList/ShowcaseEmptyIndexList.swift", "/host/spi-builder-workspace/Sources/Showcase/Views/IndexList/ShowcaseIndexList.swift", "/host/spi-builder-workspace/Sources/Showcase/Views/IndexMenu/ShowcaseEmptyIndexMenu.swift", "/host/spi-builder-workspace/Sources/Showcase/Views/IndexMenu/ShowcaseIndexMenu.swift", "/host/spi-builder-workspace/Sources/Showcase/Views/Layout/ShowcaseLayout.swift", "/host/spi-builder-workspace/Sources/Showcase/Views/Link/ShowcaseLink.swift", "/host/spi-builder-workspace/Sources/Showcase/Views/Preview/ShowcasePreview.swift", "/host/spi-builder-workspace/Sources/Showcase/Views/Preview/ShowcasePreviewGroupBoxStyle.swift", "/host/spi-builder-workspace/Sources/Showcase/Views/Preview/ShowcasePreviewTabStyle.swift", "/host/spi-builder-workspace/Sources/Showcase/Views/Topic/ShowcaseNavigationTopic.swift", "/host/spi-builder-workspace/Sources/Showcase/Views/Topic/ShowcaseTopic.swift", "/host/spi-builder-workspace/Sources/Showcase/Views/Topic/ShowcaseTopics.swift"], environment: ["BUILD_WORKSPACE_DIRECTORY=/host/spi-builder-workspace"], workingDirectory: nil), outputFilesDirectory: <AbsolutePath:"/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/Showcase/destination/SwiftLintBuildToolPlugin/Output">)
/host/spi-builder-workspace/.build/artifacts/swiftlintplugins/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.59.1-linux-gnu/bin/swiftlint: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /host/spi-builder-workspace/.build/artifacts/swiftlintplugins/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.59.1-linux-gnu/bin/swiftlint)
/host/spi-builder-workspace/.build/artifacts/swiftlintplugins/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.59.1-linux-gnu/bin/swiftlint: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /host/spi-builder-workspace/.build/artifacts/swiftlintplugins/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.59.1-linux-gnu/bin/swiftlint)
BUILD FAILURE 6.2 android