The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Lingo, reference 1.2.1 (585392), with Swift 6.3 for Linux on 15 Apr 2026 04:46:47 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mobelux/lingo.git
Reference: 1.2.1
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/mobelux/lingo
 * tag               1.2.1      -> FETCH_HEAD
HEAD is now at 5853926 Bump Version.swift -> 1.2.1 (#36)
Cloned https://github.com/mobelux/lingo.git
Revision (git rev-parse @):
58539261b7370a92abf3124e1cec5ec8b997c395
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mobelux/lingo.git at 1.2.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/mobelux/lingo.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/mobelux/swift-version-file-plugin.git
[1/17523] Fetching swift-argument-parser
[527/17715] Fetching swift-argument-parser, swift-version-file-plugin
Fetched https://github.com/mobelux/swift-version-file-plugin.git from cache (0.54s)
[2103/17523] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (3.10s)
Computing version for https://github.com/mobelux/swift-version-file-plugin.git
Computed https://github.com/mobelux/swift-version-file-plugin.git at 0.2.1 (4.31s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (1.72s)
Creating working copy for https://github.com/mobelux/swift-version-file-plugin.git
Working copy of https://github.com/mobelux/swift-version-file-plugin.git resolved at 0.2.1
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.7.1
[1/1] Compiling plugin LingoPlugin
/host/spi-builder-workspace/.build/checkouts/swift-version-file-plugin/Plugins/VersionFile/Extensions/String+Utils.swift:11:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 9 |
10 | /// Easily throw generic errors with a text description.
11 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var errorDescription: String? {
13 |         return self
/host/spi-builder-workspace/.build/checkouts/swift-version-file-plugin/Plugins/VersionFile/Extensions/String+Utils.swift:11:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 9 |
10 | /// Easily throw generic errors with a text description.
11 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var errorDescription: String? {
13 |         return self
[2/2] Compiling plugin VersionFile
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/19] Write sources
[12/19] Write swift-version-24593BA9C3E375BF.txt
[14/39] Emitting module ArgumentParserToolInfo
[16/39] Emitting module LingoCore
[17/40] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/41] Wrapping AST for ArgumentParserToolInfo for debugging
[20/41] Compiling ArgumentParserToolInfo ToolInfo.swift
[22/134] Emitting module ArgumentParser
[23/140] Compiling ArgumentParser DumpHelpGenerator.swift
[24/140] Compiling ArgumentParser HelpCommand.swift
[25/140] Compiling ArgumentParser HelpGenerator.swift
[26/140] Compiling ArgumentParser MessageInfo.swift
[27/140] Compiling ArgumentParser UsageGenerator.swift
[28/140] Compiling ArgumentParser CollectionExtensions.swift
[29/140] Compiling ArgumentParser ParsableCommand.swift
[30/140] Compiling ArgumentParser ArgumentDecoder.swift
[31/140] Compiling ArgumentParser ArgumentDefinition.swift
[32/140] Compiling ArgumentParser ArgumentSet.swift
[33/140] Compiling ArgumentParser CommandParser.swift
[34/140] Compiling ArgumentParser InputKey.swift
[35/140] Compiling ArgumentParser ParentCommand.swift
[37/140] Compiling ArgumentParser AsyncParsableCommand.swift
[38/140] Compiling ArgumentParser CommandConfiguration.swift
[39/140] Compiling ArgumentParser CommandGroup.swift
[40/140] Compiling ArgumentParser EnumerableFlag.swift
[41/140] Compiling ArgumentParser ExpressibleByArgument.swift
[42/140] Compiling ArgumentParser ParsableArguments.swift
[43/146] Compiling ArgumentParser Foundation.swift
[44/146] Compiling ArgumentParser Mutex.swift
[45/146] Compiling ArgumentParser Platform.swift
[46/146] Compiling ArgumentParser SequenceExtensions.swift
[47/146] Compiling ArgumentParser StringExtensions.swift
[48/146] Compiling ArgumentParser SwiftExtensions.swift
[49/146] Emitting module ArgumentParser
[50/146] Compiling LingoCore KeyGenerator.swift
[51/146] Compiling LingoCore SwiftGenerator.swift
[52/146] Compiling LingoCore LingoCore.swift
[53/146] Compiling LingoCore String+Lowercase.swift
[54/146] Compiling LingoCore LingoError.swift
[55/146] Compiling LingoCore FileHandler.swift
[56/146] Compiling LingoCore LingoError.swift
[57/146] Compiling LingoCore Struct.swift
[58/147] Compiling LingoCore FileHandler.swift
[59/147] Emitting module LingoCore
[60/147] Compiling LingoCore KeyGenerator.swift
[61/147] Compiling LingoCore StructGenerator.swift
[62/147] Compiling LingoCore String+Lowercase.swift
[63/147] Compiling LingoCore LingoCore.swift
[64/147] Compiling LingoCore Struct.swift
[65/147] Compiling LingoCore StructGenerator.swift
[67/148] Compiling LingoCore SwiftGenerator.swift
[69/149] Compiling ArgumentParser InputOrigin.swift
[70/149] Compiling ArgumentParser Name.swift
[71/149] Compiling ArgumentParser Parsed.swift
[72/149] Compiling ArgumentParser ParsedValues.swift
[73/149] Compiling ArgumentParser ParserError.swift
[74/149] Compiling ArgumentParser SplitArguments.swift
[74/149] Wrapping AST for LingoCore for debugging
[83/149] Compiling ArgumentParser ArgumentVisibility.swift
[84/149] Compiling ArgumentParser CompletionKind.swift
[85/149] Compiling ArgumentParser Errors.swift
[86/149] Compiling ArgumentParser Flag.swift
[87/149] Compiling ArgumentParser NameSpecification.swift
[88/149] Compiling ArgumentParser Option.swift
[89/149] Compiling ArgumentParser OptionGroup.swift
[90/149] Compiling ArgumentParser Tree.swift
[91/149] Compiling ArgumentParser CodingKeyValidator.swift
[92/149] Compiling ArgumentParser NonsenseFlagsValidator.swift
[93/149] Compiling ArgumentParser ParsableArgumentsValidation.swift
[94/149] Compiling ArgumentParser PositionalArgumentsValidator.swift
[95/149] Compiling ArgumentParser UniqueNamesValidator.swift
[114/149] Compiling ArgumentParser BashCompletionsGenerator.swift
[122/149] Compiling ArgumentParser CompletionsGenerator.swift
[123/149] Compiling ArgumentParser FishCompletionsGenerator.swift
[124/149] Compiling ArgumentParser ZshCompletionsGenerator.swift
[125/149] Compiling ArgumentParser Argument.swift
[126/149] Compiling ArgumentParser ArgumentDiscussion.swift
[127/149] Compiling ArgumentParser ArgumentHelp.swift
[147/152] Wrapping AST for ArgumentParser for debugging
[149/157] Compiling Lingo Version.swift
[151/157] Emitting module Lingo
[152/157] Compiling Lingo Lingo.swift
[153/157] Emitting module Lingo
[155/158] Compiling Lingo Lingo.swift
[156/159] Wrapping AST for Lingo for debugging
[157/159] Write Objects.LinkFileList
[158/159] Linking lingo
Build complete! (90.53s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-version-file-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mobelux/swift-version-file-plugin.git"
    }
  ],
  "manifest_display_name" : "Lingo",
  "name" : "Lingo",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "lingo",
      "targets" : [
        "Lingo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "LingoPlugin",
      "targets" : [
        "LingoPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LingoTests",
      "module_type" : "SwiftTarget",
      "name" : "LingoTests",
      "path" : "Tests/LingoTests",
      "sources" : [
        "LingoTests.swift",
        "XCTest+Utils.swift"
      ],
      "target_dependencies" : [
        "Lingo"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LingoPlugin",
      "module_type" : "PluginTarget",
      "name" : "LingoPlugin",
      "path" : "Plugins/LingoPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "LingoPlugin"
      ],
      "sources" : [
        "LingoPlugin.swift"
      ],
      "target_dependencies" : [
        "Lingo"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "LingoCore",
      "module_type" : "SwiftTarget",
      "name" : "LingoCore",
      "path" : "Sources/LingoCore",
      "product_memberships" : [
        "lingo",
        "LingoPlugin"
      ],
      "sources" : [
        "FileHandler.swift",
        "KeyGenerator.swift",
        "LingoCore.swift",
        "LingoError.swift",
        "String+Lowercase.swift",
        "Struct.swift",
        "StructGenerator.swift",
        "SwiftGenerator.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Lingo",
      "module_type" : "SwiftTarget",
      "name" : "Lingo",
      "path" : "Sources/Lingo",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "lingo",
        "LingoPlugin"
      ],
      "sources" : [
        "Lingo.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "LingoCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CoreTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreTests",
      "path" : "Tests/CoreTests",
      "sources" : [
        "CoreTests.swift"
      ],
      "target_dependencies" : [
        "LingoCore"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.6"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.