The Swift Package Index logo.Swift Package Index

Build Information

Successful build of L10nLint with Swift 5.7 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.33.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/s2mr/L10nLint.git
Reference: 0.5.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/s2mr/L10nLint
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at 75aaca2 Bump version to 0.5.0
Cloned https://github.com/s2mr/L10nLint.git
Revision (git rev-parse @):
75aaca2534554c3bd6dc83ddc388bb056750c6a2
SUCCESS checkout https://github.com/s2mr/L10nLint.git at 0.5.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.7
Building package at path:  $workDir
https://github.com/s2mr/L10nLint.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-argument-parser
[1/8863] Fetching yams
[1863/20433] Fetching yams, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser (0.87s)
Fetched https://github.com/jpsim/Yams.git (0.89s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.0.4 (0.28s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.2.1 (0.31s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.2.1
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.0.4
Compiling plugin GenerateManual...
Building for debugging...
[0/12] Compiling writer.c
[1/12] Compiling reader.c
[2/12] Compiling parser.c
[3/12] Compiling api.c
[4/12] Compiling emitter.c
[5/12] Compiling scanner.c
[7/29] Emitting module ArgumentParserToolInfo
[8/29] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/31] Wrapping AST for ArgumentParserToolInfo for debugging
[12/43] Compiling ArgumentParser Argument.swift
[13/43] Compiling ArgumentParser ArgumentHelp.swift
[14/43] Compiling ArgumentParser Option.swift
[15/43] Compiling ArgumentParser OptionGroup.swift
[16/69] Compiling ArgumentParser AsyncParsableCommand.swift
[17/69] Compiling ArgumentParser CommandConfiguration.swift
[18/69] Compiling ArgumentParser FishCompletionsGenerator.swift
[19/69] Compiling ArgumentParser ZshCompletionsGenerator.swift
[24/69] Compiling ArgumentParser EnumerableFlag.swift
[26/69] Compiling ArgumentParser ArgumentVisibility.swift
[27/69] Compiling ArgumentParser CompletionKind.swift
[28/69] Compiling ArgumentParser Errors.swift
[29/74] Compiling ArgumentParser BashCompletionsGenerator.swift
[30/74] Compiling ArgumentParser CompletionsGenerator.swift
[31/74] Emitting module Yams
[32/74] Compiling Yams YamlError.swift
[34/76] Wrapping AST for Yams for debugging
[39/76] Compiling ArgumentParser Flag.swift
[40/76] Compiling ArgumentParser NameSpecification.swift
[41/76] Compiling ArgumentParser ExpressibleByArgument.swift
[42/76] Compiling ArgumentParser ParsableArguments.swift
[43/76] Compiling ArgumentParser ParsableArgumentsValidation.swift
[44/76] Compiling ArgumentParser ParsableCommand.swift
[45/76] Compiling ArgumentParser ArgumentDecoder.swift
[46/103] Compiling ArgumentParser CollectionExtensions.swift
[47/103] Compiling ArgumentParser Platform.swift
[48/103] Compiling ArgumentParser SequenceExtensions.swift
[49/103] Compiling ArgumentParser StringExtensions.swift
[50/103] Compiling ArgumentParser Tree.swift
[51/124] Emitting module ArgumentParser
[52/124] Compiling L10nLintFramework Collection+Utility.swift
[53/124] Compiling L10nLintFramework NSRegularExpression+Utility.swift
[54/124] Compiling L10nLintFramework QueuedPrint.swift
[55/124] Compiling L10nLintFramework CodeCopier.swift
[56/124] Compiling L10nLintFramework Configuration.swift
[57/124] Compiling L10nLintFramework CopyMarker.swift
[58/124] Compiling L10nLintFramework DuplicateKeyRule.swift
[59/124] Compiling L10nLintFramework EmptyKeyRule.swift
[60/124] Compiling L10nLintFramework EmptyValueRule.swift
[61/124] Compiling L10nLintFramework MixedChineseRule+SimplifiedCharacters.swift
[62/124] Compiling L10nLintFramework MixedChineseRule+TraditionalCharacters.swift
[63/124] Compiling L10nLintFramework MessageError.swift
/host/spi-builder-workspace/Sources/L10nLintFramework/Models/ProjectGenerator.swift:49:51: warning: result of call to 'replaceMatches(in:options:range:withTemplate:)' is unused
        CopyMarkerDetector.Const.startMarkerRegex.replaceMatches(in: mutableString, range: NSRange(location: 0, length: mutableString.length), withTemplate: "")
                                                  ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/L10nLintFramework/Models/ProjectGenerator.swift:50:49: warning: result of call to 'replaceMatches(in:options:range:withTemplate:)' is unused
        CopyMarkerDetector.Const.endMarkerRegex.replaceMatches(in: mutableString, range: NSRange(location: 0, length: mutableString.length), withTemplate: "")
                                                ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[64/124] Compiling L10nLintFramework ProjectGenerator.swift
/host/spi-builder-workspace/Sources/L10nLintFramework/Models/ProjectGenerator.swift:49:51: warning: result of call to 'replaceMatches(in:options:range:withTemplate:)' is unused
        CopyMarkerDetector.Const.startMarkerRegex.replaceMatches(in: mutableString, range: NSRange(location: 0, length: mutableString.length), withTemplate: "")
                                                  ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/L10nLintFramework/Models/ProjectGenerator.swift:50:49: warning: result of call to 'replaceMatches(in:options:range:withTemplate:)' is unused
        CopyMarkerDetector.Const.endMarkerRegex.replaceMatches(in: mutableString, range: NSRange(location: 0, length: mutableString.length), withTemplate: "")
                                                ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[65/124] Compiling L10nLintFramework Rule.swift
/host/spi-builder-workspace/Sources/L10nLintFramework/Models/ProjectGenerator.swift:49:51: warning: result of call to 'replaceMatches(in:options:range:withTemplate:)' is unused
        CopyMarkerDetector.Const.startMarkerRegex.replaceMatches(in: mutableString, range: NSRange(location: 0, length: mutableString.length), withTemplate: "")
                                                  ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/L10nLintFramework/Models/ProjectGenerator.swift:50:49: warning: result of call to 'replaceMatches(in:options:range:withTemplate:)' is unused
        CopyMarkerDetector.Const.endMarkerRegex.replaceMatches(in: mutableString, range: NSRange(location: 0, length: mutableString.length), withTemplate: "")
                                                ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[66/124] Compiling L10nLintFramework RuleDescription.swift
/host/spi-builder-workspace/Sources/L10nLintFramework/Models/ProjectGenerator.swift:49:51: warning: result of call to 'replaceMatches(in:options:range:withTemplate:)' is unused
        CopyMarkerDetector.Const.startMarkerRegex.replaceMatches(in: mutableString, range: NSRange(location: 0, length: mutableString.length), withTemplate: "")
                                                  ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/L10nLintFramework/Models/ProjectGenerator.swift:50:49: warning: result of call to 'replaceMatches(in:options:range:withTemplate:)' is unused
        CopyMarkerDetector.Const.endMarkerRegex.replaceMatches(in: mutableString, range: NSRange(location: 0, length: mutableString.length), withTemplate: "")
                                                ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[67/124] Compiling L10nLintFramework RulesFilter.swift
/host/spi-builder-workspace/Sources/L10nLintFramework/Models/ProjectGenerator.swift:49:51: warning: result of call to 'replaceMatches(in:options:range:withTemplate:)' is unused
        CopyMarkerDetector.Const.startMarkerRegex.replaceMatches(in: mutableString, range: NSRange(location: 0, length: mutableString.length), withTemplate: "")
                                                  ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/L10nLintFramework/Models/ProjectGenerator.swift:50:49: warning: result of call to 'replaceMatches(in:options:range:withTemplate:)' is unused
        CopyMarkerDetector.Const.endMarkerRegex.replaceMatches(in: mutableString, range: NSRange(location: 0, length: mutableString.length), withTemplate: "")
                                                ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[68/124] Compiling L10nLintFramework RulesVerifier.swift
/host/spi-builder-workspace/Sources/L10nLintFramework/Models/ProjectGenerator.swift:49:51: warning: result of call to 'replaceMatches(in:options:range:withTemplate:)' is unused
        CopyMarkerDetector.Const.startMarkerRegex.replaceMatches(in: mutableString, range: NSRange(location: 0, length: mutableString.length), withTemplate: "")
                                                  ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/L10nLintFramework/Models/ProjectGenerator.swift:50:49: warning: result of call to 'replaceMatches(in:options:range:withTemplate:)' is unused
        CopyMarkerDetector.Const.endMarkerRegex.replaceMatches(in: mutableString, range: NSRange(location: 0, length: mutableString.length), withTemplate: "")
                                                ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[69/124] Compiling L10nLintFramework ByteCount.swift
/host/spi-builder-workspace/Sources/L10nLintFramework/Models/ProjectGenerator.swift:49:51: warning: result of call to 'replaceMatches(in:options:range:withTemplate:)' is unused
        CopyMarkerDetector.Const.startMarkerRegex.replaceMatches(in: mutableString, range: NSRange(location: 0, length: mutableString.length), withTemplate: "")
                                                  ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/L10nLintFramework/Models/ProjectGenerator.swift:50:49: warning: result of call to 'replaceMatches(in:options:range:withTemplate:)' is unused
        CopyMarkerDetector.Const.endMarkerRegex.replaceMatches(in: mutableString, range: NSRange(location: 0, length: mutableString.length), withTemplate: "")
                                                ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[70/130] Compiling L10nLintFramework StyleViolation.swift
[71/130] Compiling L10nLintFramework SwiftLint-LICENSE.swift
[72/130] Compiling L10nLintFramework ViolationSeverity.swift
[73/130] Compiling L10nLintFramework XCFileListGenerator.swift
[74/130] Compiling L10nLintFramework JsonReporter.swift
[75/130] Compiling L10nLintFramework Reporter.swift
[76/130] Compiling L10nLintFramework XcodeReporter.swift
[77/130] Emitting module L10nLintFramework
[83/130] Compiling L10nLintFramework IntegerFormatSpecifierRule.swift
[84/130] Compiling L10nLintFramework KeyOrderRule.swift
[85/130] Compiling L10nLintFramework KeyValueExtraSpaceRule.swift
[86/130] Compiling L10nLintFramework KeyValueFormatSpecifierCountRule.swift
[87/130] Compiling L10nLintFramework MarkSyntaxRule.swift
[88/130] Compiling L10nLintFramework MixedChineseRule.swift
[89/130] Compiling L10nLintFramework MultilineFeedRule.swift
[91/130] Compiling L10nLintFramework EmbeddedRules.swift
[92/130] Compiling L10nLintFramework FileRewriter.swift
[93/130] Compiling L10nLintFramework FormattedRules.swift
[94/130] Compiling L10nLintFramework LintRunner.swift
[95/130] Compiling L10nLintFramework Linter.swift
[96/130] Compiling L10nLintFramework LocalizationFile.swift
[97/130] Compiling L10nLintFramework LocalizedProjectFactory.swift
[106/131] Compiling L10nLintFramework CopyMarkerDetector.swift
[109/132] Compiling L10nLintFramework ByteRange.swift
[110/132] Compiling L10nLintFramework File.swift
[111/132] Compiling L10nLintFramework Line.swift
[112/132] Compiling L10nLintFramework Location.swift
[113/132] Compiling L10nLintFramework SourceKitten-LICENSE.swift
[114/132] Compiling L10nLintFramework SourceLocation.swift
[115/132] Compiling L10nLintFramework StringView.swift
[122/132] Wrapping AST for ArgumentParser for debugging
[124/132] Compiling L10nLintFramework RuleConfigurationProtocol.swift
[125/132] Compiling L10nLintFramework RuleConfigurations.swift
[126/132] Compiling L10nLintFramework TodoRuleConfiguration.swift
[127/132] Compiling L10nLintFramework SpaceInKeyRule.swift
[128/132] Compiling L10nLintFramework TodoRule.swift
[129/132] Compiling L10nLintFramework ConfigurationProviderRule.swift
[131/134] Wrapping AST for L10nLintFramework for debugging
[133/142] Compiling l10nlint Version.swift
[134/142] Compiling l10nlint Rules.swift
[135/142] Compiling l10nlint MainTool.swift
[136/142] Compiling l10nlint DefaultArguments.swift
[137/142] Emitting module l10nlint
[138/142] Compiling l10nlint Copy.swift
[139/142] Compiling l10nlint GenerateXCFileList.swift
[140/142] Compiling l10nlint Lint.swift
[142/144] Wrapping AST for l10nlint for debugging
[143/144] Linking l10nlint
Build complete! (9.02s)
Build complete.
Done.

Build Machine: Linux 1