Build Information
Failed to build public-api-diff, reference 0.9.0 (250e15
), with Swift 6.0 for Linux on 27 Mar 2025 19:09:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Adyen/adyen-swift-public-api-diff.git
Reference: 0.9.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/Adyen/adyen-swift-public-api-diff
* tag 0.9.0 -> FETCH_HEAD
HEAD is now at 250e15e Updating version numbers
Cloned https://github.com/Adyen/adyen-swift-public-api-diff.git
Revision (git rev-parse @):
250e15e5a4daf21610dcfac94ac5c842fe750e50
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Adyen/adyen-swift-public-api-diff.git at 0.9.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/Adyen/adyen-swift-public-api-diff.git
https://github.com/Adyen/adyen-swift-public-api-diff.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"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"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.1",
"upper_bound" : "601.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.55.5",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swiftlintplugins",
"requirement" : {
"range" : [
{
"lower_bound" : "0.58.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SimplyDanny/SwiftLintPlugins"
}
],
"manifest_display_name" : "public-api-diff",
"name" : "public-api-diff",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "public-api-diff",
"targets" : [
"public-api-diff"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftInterfaceDiff",
"targets" : [
"PADSwiftInterfaceDiff",
"PADOutputGenerator"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PublicApiDiff",
"targets" : [
"PADProjectBuilder",
"PADPackageFileAnalyzer",
"PADSwiftInterfaceDiff",
"PADOutputGenerator"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "public_api_diff",
"module_type" : "SwiftTarget",
"name" : "public-api-diff",
"path" : "Sources/ExecutableTargets/CommandLineTool",
"product_dependencies" : [
"ArgumentParser",
"SwiftLintBuildToolPlugin"
],
"product_memberships" : [
"public-api-diff"
],
"sources" : [
"CommandLineTool+ExpressibleByArgument.swift",
"CommandLineTool.swift",
"FrameworkToOutputCommand.swift",
"ProjectToOutputCommand.swift",
"SwiftInterfaceToOutputCommand.swift"
],
"target_dependencies" : [
"PADProjectBuilder",
"PADSwiftInterfaceDiff",
"PADOutputGenerator",
"PADPackageFileAnalyzer",
"PADSwiftInterfaceFileLocator"
],
"type" : "executable"
},
{
"c99name" : "UnitTests",
"module_type" : "SwiftTarget",
"name" : "UnitTests",
"path" : "Tests/UnitTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/UnitTests/Resources/expected-reference-changes.md",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"FileHandlingTests.swift",
"GitTests.swift",
"LoggerTests.swift",
"OutputGeneratorTests.swift",
"PipelineTests.swift",
"ProjectSourceTests.swift",
"SwiftPackageFileAnalyzerTests.swift",
"Utilities/MockFileHandler.swift",
"Utilities/MockLogger.swift",
"Utilities/MockPipelineModules/MockLibraryAnalyzer.swift",
"Utilities/MockPipelineModules/MockOutputGenerator.swift",
"Utilities/MockRandomStringGenerator.swift",
"Utilities/MockShell.swift",
"Utilities/MockSwiftInterfaceAnalyzer.swift",
"Utilities/MockSwiftInterfaceParser.swift",
"XcodeToolsTests.swift"
],
"target_dependencies" : [
"public-api-diff"
],
"type" : "test"
},
{
"c99name" : "SwiftPackageFileHelperModule",
"module_type" : "SwiftTarget",
"name" : "SwiftPackageFileHelperModule",
"path" : "Sources/Shared/Package/SwiftPackageFileHelperModule",
"product_memberships" : [
"public-api-diff",
"PublicApiDiff"
],
"sources" : [
"SwiftPackageDescription.swift",
"SwiftPackageFileHelper.swift"
],
"target_dependencies" : [
"FileHandlingModule",
"ShellModule",
"PADLogging"
],
"type" : "library"
},
{
"c99name" : "ShellModule",
"module_type" : "SwiftTarget",
"name" : "ShellModule",
"path" : "Sources/Shared/Package/ShellModule",
"product_memberships" : [
"public-api-diff",
"PublicApiDiff"
],
"sources" : [
"Shell.swift"
],
"type" : "library"
},
{
"c99name" : "PADSwiftInterfaceFileLocator",
"module_type" : "SwiftTarget",
"name" : "PADSwiftInterfaceFileLocator",
"path" : "Sources/Shared/Public/PADSwiftInterfaceFileLocator",
"product_memberships" : [
"public-api-diff",
"PublicApiDiff"
],
"sources" : [
"SwiftInterfaceFileLocator.swift",
"SwiftInterfaceType.swift"
],
"target_dependencies" : [
"FileHandlingModule",
"ShellModule",
"PADLogging"
],
"type" : "library"
},
{
"c99name" : "PADSwiftInterfaceDiff",
"module_type" : "SwiftTarget",
"name" : "PADSwiftInterfaceDiff",
"path" : "Sources/PublicModules/PADSwiftInterfaceDiff",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser"
],
"product_memberships" : [
"public-api-diff",
"SwiftInterfaceDiff",
"PublicApiDiff"
],
"sources" : [
"SwiftInterfaceAnalyzer/IndependentSwiftInterfaceChange.swift",
"SwiftInterfaceAnalyzer/SwiftInterfaceAnalyzer.swift",
"SwiftInterfaceAnalyzer/SwiftInterfaceAnalyzing.swift",
"SwiftInterfaceAnalyzer/SwiftInterfaceChangeConsolidator.swift",
"SwiftInterfaceDiff.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/ActorDeclSyntax+SwiftInterface.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/AssociatedTypeDeclSyntax+SwiftInterface.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/ClassDeclSyntac+SwiftInterface.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/DeclSyntax+Convenience.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/EnumCaseDeclSyntax+SwiftInterface.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/EnumDeclSyntax+SwiftInterface.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/ExtensionDeclSyntax+SwiftInterface.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/FunctionDeclSyntax+SwiftInterface.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/InitializerDeclSyntax+SwiftInterface.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/ProtocolDeclSyntax+SwiftInterface.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/StructDeclSyntax+SwiftInterface.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/SubscriptDeclSyntax+SwiftInterface.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/TypeAliasDeclSyntax+SwiftInterface.swift",
"SwiftInterfaceParser/DeclSyntax+SwiftInterface/VarDeclSyntax+SwiftInterface.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/String+Convenience.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Actor.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+AssociatedType.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Class.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Enum.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+EnumCase.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Extension.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Function.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Initializer.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Protocol.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Struct.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Subscript.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+TypeAlias.swift",
"SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Var.swift",
"SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElement+DiffHelper.swift",
"SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElement+ParameterDescription.swift",
"SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElement.swift",
"SwiftInterfaceParser/SwiftInterfaceParser+Root.swift",
"SwiftInterfaceParser/SwiftInterfaceParser.swift",
"SwiftInterfaceParser/SwiftInterfaceParsing.swift"
],
"target_dependencies" : [
"PADCore",
"PADLogging",
"FileHandlingModule"
],
"type" : "library"
},
{
"c99name" : "PADProjectBuilder",
"module_type" : "SwiftTarget",
"name" : "PADProjectBuilder",
"path" : "Sources/PublicModules/PADProjectBuilder",
"product_memberships" : [
"public-api-diff",
"PublicApiDiff"
],
"sources" : [
"ProjectBuilder.swift",
"ProjectPlatform.swift",
"ProjectSetup/Git.swift",
"ProjectSetup/ProjectSetupHelper.swift",
"ProjectSetup/ProjectSetupHelping.swift",
"ProjectSetup/RandomStringGenerating.swift",
"ProjectSource+Error.swift",
"ProjectSource.swift",
"ProjectType.swift",
"SwiftInterfaceProducer/SwiftInterfaceProducer+Error.swift",
"SwiftInterfaceProducer/SwiftInterfaceProducer.swift",
"SwiftInterfaceProducer/XcodeTools.swift"
],
"target_dependencies" : [
"PADCore",
"PADLogging",
"PADSwiftInterfaceFileLocator",
"FileHandlingModule",
"ShellModule",
"SwiftPackageFileHelperModule"
],
"type" : "library"
},
{
"c99name" : "PADPackageFileAnalyzer",
"module_type" : "SwiftTarget",
"name" : "PADPackageFileAnalyzer",
"path" : "Sources/PublicModules/PADPackageFileAnalyzer",
"product_memberships" : [
"public-api-diff",
"PublicApiDiff"
],
"sources" : [
"SwiftPackageFileAnalyzer+Targets.swift",
"SwiftPackageFileAnalyzer.swift",
"SwiftPackageFileAnalyzing.swift"
],
"target_dependencies" : [
"PADCore",
"PADLogging",
"FileHandlingModule",
"ShellModule",
"SwiftPackageFileHelperModule"
],
"type" : "library"
},
{
"c99name" : "PADOutputGenerator",
"module_type" : "SwiftTarget",
"name" : "PADOutputGenerator",
"path" : "Sources/PublicModules/PADOutputGenerator",
"product_memberships" : [
"public-api-diff",
"SwiftInterfaceDiff",
"PublicApiDiff"
],
"sources" : [
"MarkdownOutputGenerator.swift",
"OutputGenerating.swift"
],
"target_dependencies" : [
"PADCore"
],
"type" : "library"
},
{
"c99name" : "PADLogging",
"module_type" : "SwiftTarget",
"name" : "PADLogging",
"path" : "Sources/Shared/Public/PADLogging",
"product_memberships" : [
"public-api-diff",
"SwiftInterfaceDiff",
"PublicApiDiff"
],
"sources" : [
"LogFileLogger.swift",
"LogLevelLogger.swift",
"Logging.swift",
"LoggingGroup.swift",
"SystemLogger.swift"
],
"target_dependencies" : [
"FileHandlingModule"
],
"type" : "library"
},
{
"c99name" : "PADCore",
"module_type" : "SwiftTarget",
"name" : "PADCore",
"path" : "Sources/Shared/Public/PADCore",
"product_memberships" : [
"public-api-diff",
"SwiftInterfaceDiff",
"PublicApiDiff"
],
"sources" : [
"Change.swift",
"SwiftInterfaceFile.swift"
],
"type" : "library"
},
{
"c99name" : "IntegrationTests",
"module_type" : "SwiftTarget",
"name" : "IntegrationTests",
"path" : "Tests/IntegrationTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/IntegrationTests/Resources/expected-reference-changes-swift-interface-private.md",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/IntegrationTests/Resources/expected-reference-changes-swift-interface-public.md",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ReferencePackageTests.swift"
],
"target_dependencies" : [
"public-api-diff"
],
"type" : "test"
},
{
"c99name" : "FileHandlingModule",
"module_type" : "SwiftTarget",
"name" : "FileHandlingModule",
"path" : "Sources/Shared/Package/FileHandlingModule",
"product_memberships" : [
"public-api-diff",
"SwiftInterfaceDiff",
"PublicApiDiff"
],
"sources" : [
"FileHandling+Convenience.swift",
"FileHandling.swift",
"FileManager+FileHandling.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
Fetching https://github.com/swiftlang/swift-syntax
[1/193] Fetching swiftlintplugins
[194/2243] Fetching swiftlintplugins, swift-docc-plugin
[2183/17030] Fetching swiftlintplugins, swift-docc-plugin, swift-argument-parser
[3958/63608] Fetching swiftlintplugins, swift-docc-plugin, swift-argument-parser, swiftformat
[19322/133297] Fetching swiftlintplugins, swift-docc-plugin, swift-argument-parser, swiftformat, swift-syntax
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (4.89s)
[98110/133104] Fetching swift-docc-plugin, swift-argument-parser, swiftformat, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (4.94s)
[28887/63415] Fetching swift-docc-plugin, swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-docc-plugin from cache (25.37s)
Fetched https://github.com/apple/swift-argument-parser from cache (25.37s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (26.04s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.58.2 (0.60s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.19s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3348] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.36s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (1.12s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (6.43s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.61s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.76s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins resolved at 0.58.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
[1369/40913916] Downloading https://github.com/realm/SwiftLint/releases/download/0.58.2/SwiftLintBinary.artifactbundle.zip
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.58.2/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.58.2/SwiftLintBinary.artifactbundle.zip (4.32s)
error: failed: PrebuildCommand(configuration: SPMBuildCore.BuildToolPluginInvocationResult.CommandConfiguration(displayName: Optional("SwiftLint"), executable: <AbsolutePath:"/host/spi-builder-workspace/.build/artifacts/swiftlintplugins/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.58.2-linux-gnu/bin/swiftlint">, arguments: ["lint", "--quiet", "--force-exclude", "--cache-path", "/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/public-api-diff/destination/SwiftLintBuildToolPlugin/Cache", "/host/spi-builder-workspace/Sources/ExecutableTargets/CommandLineTool/CommandLineTool+ExpressibleByArgument.swift", "/host/spi-builder-workspace/Sources/ExecutableTargets/CommandLineTool/CommandLineTool.swift", "/host/spi-builder-workspace/Sources/ExecutableTargets/CommandLineTool/FrameworkToOutputCommand.swift", "/host/spi-builder-workspace/Sources/ExecutableTargets/CommandLineTool/ProjectToOutputCommand.swift", "/host/spi-builder-workspace/Sources/ExecutableTargets/CommandLineTool/SwiftInterfaceToOutputCommand.swift"], environment: ["BUILD_WORKSPACE_DIRECTORY=/host/spi-builder-workspace"], workingDirectory: nil), outputFilesDirectory: <AbsolutePath:"/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/public-api-diff/destination/SwiftLintBuildToolPlugin/Output">)
/host/spi-builder-workspace/.build/artifacts/swiftlintplugins/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.58.2-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.58.2-linux-gnu/bin/swiftlint)
/host/spi-builder-workspace/.build/artifacts/swiftlintplugins/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.58.2-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.58.2-linux-gnu/bin/swiftlint)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
error: failed: PrebuildCommand(configuration: SPMBuildCore.BuildToolPluginInvocationResult.CommandConfiguration(displayName: Optional("SwiftLint"), executable: <AbsolutePath:"/host/spi-builder-workspace/.build/artifacts/swiftlintplugins/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.58.2-linux-gnu/bin/swiftlint">, arguments: ["lint", "--quiet", "--force-exclude", "--cache-path", "/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/public-api-diff/destination/SwiftLintBuildToolPlugin/Cache", "/host/spi-builder-workspace/Sources/ExecutableTargets/CommandLineTool/CommandLineTool+ExpressibleByArgument.swift", "/host/spi-builder-workspace/Sources/ExecutableTargets/CommandLineTool/CommandLineTool.swift", "/host/spi-builder-workspace/Sources/ExecutableTargets/CommandLineTool/FrameworkToOutputCommand.swift", "/host/spi-builder-workspace/Sources/ExecutableTargets/CommandLineTool/ProjectToOutputCommand.swift", "/host/spi-builder-workspace/Sources/ExecutableTargets/CommandLineTool/SwiftInterfaceToOutputCommand.swift"], environment: ["BUILD_WORKSPACE_DIRECTORY=/host/spi-builder-workspace"], workingDirectory: nil), outputFilesDirectory: <AbsolutePath:"/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/public-api-diff/destination/SwiftLintBuildToolPlugin/Output">)
/host/spi-builder-workspace/.build/artifacts/swiftlintplugins/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.58.2-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.58.2-linux-gnu/bin/swiftlint)
/host/spi-builder-workspace/.build/artifacts/swiftlintplugins/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.58.2-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.58.2-linux-gnu/bin/swiftlint)
BUILD FAILURE 6.0 linux