The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftLintPlugin, reference 1.1.4 (ebda7f), with Swift 6.1 for Android on 29 Mar 2026 11:32:02 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GayleDunham/SwiftLintPlugin.git
Reference: 1.1.4
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/GayleDunham/SwiftLintPlugin
 * tag               1.1.4      -> FETCH_HEAD
HEAD is now at ebda7fc Simplify command plugins by replacing SwiftPluginTool wrapper with modern direct Process execution
Cloned https://github.com/GayleDunham/SwiftLintPlugin.git
Revision (git rev-parse @):
ebda7fc187dd5f6d2f47e1ab889c5c8ce5ffc002
SUCCESS checkout https://github.com/GayleDunham/SwiftLintPlugin.git at 1.1.4
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/GayleDunham/SwiftLintPlugin.git
https://github.com/GayleDunham/SwiftLintPlugin.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftLintPlugin",
  "name" : "SwiftLintPlugin",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftLintBuildTool",
      "targets" : [
        "SwiftLintBuildTool"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SwiftLintLinter",
      "targets" : [
        "SwiftLintLinter"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SwiftLintFix",
      "targets" : [
        "SwiftLintFix"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SwiftLintRules",
      "targets" : [
        "SwiftLintRules"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SwiftLintVersion",
      "targets" : [
        "SwiftLintVersion"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SwiftLintVersion",
      "module_type" : "PluginTarget",
      "name" : "SwiftLintVersion",
      "path" : "Plugins/SwiftLintVersion",
      "plugin_capability" : {
        "intent" : {
          "description" : "Display the current version of SwiftLint.",
          "type" : "custom",
          "verb" : "swiftlint-version"
        },
        "permissions" : [
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "SwiftLintVersion"
      ],
      "sources" : [
        "SwiftLintVersion.swift"
      ],
      "target_dependencies" : [
        "SwiftLintBinary"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SwiftLintRules",
      "module_type" : "PluginTarget",
      "name" : "SwiftLintRules",
      "path" : "Plugins/SwiftLintRules",
      "plugin_capability" : {
        "intent" : {
          "description" : "Display the list of SwiftLint rules and their identifiers.",
          "type" : "custom",
          "verb" : "swiftlint-rules"
        },
        "permissions" : [
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "SwiftLintRules"
      ],
      "sources" : [
        "SwiftLintRules.swift",
        "SwiftPluginTool.swift"
      ],
      "target_dependencies" : [
        "SwiftLintBinary"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SwiftLintLinter",
      "module_type" : "PluginTarget",
      "name" : "SwiftLintLinter",
      "path" : "Plugins/SwiftLintLinter",
      "plugin_capability" : {
        "intent" : {
          "description" : "Print lint warnings and errors.",
          "type" : "custom",
          "verb" : "swiftlint-lint"
        },
        "permissions" : [
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "SwiftLintLinter"
      ],
      "sources" : [
        "SwiftLintLinter.swift",
        "SwiftPluginTool.swift"
      ],
      "target_dependencies" : [
        "SwiftLintBinary"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SwiftLintFix",
      "module_type" : "PluginTarget",
      "name" : "SwiftLintFix",
      "path" : "Plugins/SwiftLintFix",
      "plugin_capability" : {
        "intent" : {
          "description" : "Correct linter violations if possible.",
          "type" : "custom",
          "verb" : "swiftlint-fix"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "This command attempts to fix lint issues",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "SwiftLintFix"
      ],
      "sources" : [
        "SwiftLintFix.swift",
        "SwiftPluginTool.swift"
      ],
      "target_dependencies" : [
        "SwiftLintBinary"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SwiftLintBuildTool",
      "module_type" : "PluginTarget",
      "name" : "SwiftLintBuildTool",
      "path" : "Plugins/SwiftLintBuildTool",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SwiftLintBuildTool"
      ],
      "sources" : [
        "SwiftLintBuildTool.swift"
      ],
      "target_dependencies" : [
        "SwiftLintBinary"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SwiftLintBinary",
      "module_type" : "BinaryTarget",
      "name" : "SwiftLintBinary",
      "path" : "remote/archive/SwiftLintBinary.artifactbundle.zip",
      "product_memberships" : [
        "SwiftLintBuildTool",
        "SwiftLintLinter",
        "SwiftLintFix",
        "SwiftLintRules",
        "SwiftLintVersion"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "DDSSwiftLint",
      "module_type" : "SwiftTarget",
      "name" : "DDSSwiftLint",
      "path" : "Plugins",
      "sources" : [
        "DDSSwiftLint.swift"
      ],
      "target_dependencies" : [
        "SwiftLintBuildTool"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.63.2/SwiftLintBinary.artifactbundle.zip
[16375/72588246] Downloading https://github.com/realm/SwiftLint/releases/download/0.63.2/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.63.2/SwiftLintBinary.artifactbundle.zip (6.72s)
error: failed: PrebuildCommand(configuration: SPMBuildCore.BuildToolPluginInvocationResult.CommandConfiguration(displayName: Optional("SwiftLint BuildTool Plugin"), executable: <AbsolutePath:"/host/spi-builder-workspace/.build/artifacts/spi-builder-workspace/SwiftLintBinary/SwiftLintBinary.artifactbundle/linux/amd64/swiftlint">, arguments: ["lint", "--config", "/host/spi-builder-workspace/swiftlint.yml", "--cache-path", "/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/DDSSwiftLint/destination/SwiftLintBuildTool/swiftlint/cache", "/host/spi-builder-workspace/Plugins"], environment: [], workingDirectory: nil), outputFilesDirectory: <AbsolutePath:"/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/DDSSwiftLint/destination/SwiftLintBuildTool/swiftlint">)
/host/spi-builder-workspace/.build/artifacts/spi-builder-workspace/SwiftLintBinary/SwiftLintBinary.artifactbundle/linux/amd64/swiftlint: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /host/spi-builder-workspace/.build/artifacts/spi-builder-workspace/SwiftLintBinary/SwiftLintBinary.artifactbundle/linux/amd64/swiftlint)
/host/spi-builder-workspace/.build/artifacts/spi-builder-workspace/SwiftLintBinary/SwiftLintBinary.artifactbundle/linux/amd64/swiftlint: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /host/spi-builder-workspace/.build/artifacts/spi-builder-workspace/SwiftLintBinary/SwiftLintBinary.artifactbundle/linux/amd64/swiftlint)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
error: failed: PrebuildCommand(configuration: SPMBuildCore.BuildToolPluginInvocationResult.CommandConfiguration(displayName: Optional("SwiftLint BuildTool Plugin"), executable: <AbsolutePath:"/host/spi-builder-workspace/.build/artifacts/spi-builder-workspace/SwiftLintBinary/SwiftLintBinary.artifactbundle/linux/amd64/swiftlint">, arguments: ["lint", "--config", "/host/spi-builder-workspace/swiftlint.yml", "--cache-path", "/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/DDSSwiftLint/destination/SwiftLintBuildTool/swiftlint/cache", "/host/spi-builder-workspace/Plugins"], environment: [], workingDirectory: nil), outputFilesDirectory: <AbsolutePath:"/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/DDSSwiftLint/destination/SwiftLintBuildTool/swiftlint">)
/host/spi-builder-workspace/.build/artifacts/spi-builder-workspace/SwiftLintBinary/SwiftLintBinary.artifactbundle/linux/amd64/swiftlint: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /host/spi-builder-workspace/.build/artifacts/spi-builder-workspace/SwiftLintBinary/SwiftLintBinary.artifactbundle/linux/amd64/swiftlint)
/host/spi-builder-workspace/.build/artifacts/spi-builder-workspace/SwiftLintBinary/SwiftLintBinary.artifactbundle/linux/amd64/swiftlint: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /host/spi-builder-workspace/.build/artifacts/spi-builder-workspace/SwiftLintBinary/SwiftLintBinary.artifactbundle/linux/amd64/swiftlint)
BUILD FAILURE 6.1 android