The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Lingo, reference 1.2.1 (585392), with Swift 6.1 for Linux on 29 Apr 2025 16:54:56 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
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.1
Building package at path:  $PWD
https://github.com/mobelux/lingo.git
https://github.com/mobelux/lingo.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/mobelux/swift-version-file-plugin.git
[1/113] Fetching swift-version-file-plugin
[114/15063] Fetching swift-version-file-plugin, swift-argument-parser
Fetched https://github.com/mobelux/swift-version-file-plugin.git from cache (0.85s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.86s)
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 (1.47s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.96s)
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.5.0
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
[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
Building for debugging...
[3/18] Write sources
[11/18] Write swift-version-24593BA9C3E375BF.txt
[13/38] Emitting module LingoCore
[14/39] Emitting module ArgumentParserToolInfo
[15/39] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/40] Emitting module ArgumentParserToolInfo
[19/79] Wrapping AST for ArgumentParserToolInfo for debugging
[21/117] Compiling ArgumentParser OptionGroup.swift
[22/117] Compiling ArgumentParser AsyncParsableCommand.swift
[23/117] Compiling ArgumentParser CommandConfiguration.swift
[24/117] Compiling ArgumentParser CommandGroup.swift
[25/117] Compiling ArgumentParser EnumerableFlag.swift
[26/122] Compiling ArgumentParser ArgumentVisibility.swift
[27/122] Compiling ArgumentParser CompletionKind.swift
[28/122] Compiling ArgumentParser Errors.swift
[29/122] Compiling ArgumentParser Flag.swift
[30/122] Compiling ArgumentParser NameSpecification.swift
[31/122] Compiling ArgumentParser Option.swift
[32/122] Compiling LingoCore Struct.swift
[33/122] Compiling LingoCore StructGenerator.swift
[35/122] Compiling LingoCore Struct.swift
[36/123] Emitting module LingoCore
[37/123] Compiling LingoCore LingoCore.swift
[38/123] Compiling LingoCore KeyGenerator.swift
[39/123] Compiling LingoCore String+Lowercase.swift
[40/123] Compiling LingoCore LingoCore.swift
[41/123] Compiling LingoCore LingoError.swift
[42/123] Compiling LingoCore SwiftGenerator.swift
[43/123] Compiling ArgumentParser ArgumentDefinition.swift
[44/123] Compiling ArgumentParser ArgumentSet.swift
[45/123] Compiling ArgumentParser CommandParser.swift
[46/123] Compiling ArgumentParser InputKey.swift
[47/123] Compiling ArgumentParser InputOrigin.swift
[48/123] Compiling LingoCore FileHandler.swift
[49/123] Compiling LingoCore LingoError.swift
[50/123] Compiling LingoCore KeyGenerator.swift
[51/123] Compiling LingoCore FileHandler.swift
[52/123] Compiling LingoCore String+Lowercase.swift
[53/124] Emitting module ArgumentParser
[54/124] Compiling ArgumentParser BashCompletionsGenerator.swift
[55/124] Compiling ArgumentParser CompletionsGenerator.swift
[56/124] Compiling ArgumentParser FishCompletionsGenerator.swift
[57/124] Compiling ArgumentParser ZshCompletionsGenerator.swift
[58/124] Compiling ArgumentParser Argument.swift
[59/124] Compiling ArgumentParser ArgumentHelp.swift
[61/124] Compiling LingoCore SwiftGenerator.swift
[69/130] Emitting module ArgumentParser
[76/130] Compiling ArgumentParser ExpressibleByArgument.swift
[77/130] Compiling ArgumentParser ParsableArguments.swift
[78/130] Compiling ArgumentParser ParsableArgumentsValidation.swift
[79/130] Compiling ArgumentParser ParsableCommand.swift
[80/130] Compiling ArgumentParser ArgumentDecoder.swift
[81/130] Compiling ArgumentParser CollectionExtensions.swift
[82/130] Compiling ArgumentParser Platform.swift
[83/130] Compiling ArgumentParser SequenceExtensions.swift
[84/130] Compiling ArgumentParser StringExtensions.swift
[85/130] Compiling ArgumentParser Tree.swift
[85/130] Wrapping AST for LingoCore for debugging
[87/130] Compiling ArgumentParser Name.swift
[88/130] Compiling ArgumentParser Parsed.swift
[89/130] Compiling ArgumentParser ParsedValues.swift
[90/130] Compiling ArgumentParser ParserError.swift
[91/130] Compiling ArgumentParser SplitArguments.swift
[92/130] Compiling ArgumentParser DumpHelpGenerator.swift
[93/130] Compiling ArgumentParser HelpCommand.swift
[94/130] Compiling ArgumentParser HelpGenerator.swift
[95/130] Compiling ArgumentParser MessageInfo.swift
[96/130] Compiling ArgumentParser UsageGenerator.swift
[108/134] Compiling Lingo Version.swift
[129/135] Compiling Lingo Lingo.swift
[130/135] Emitting module Lingo
[132/136] Wrapping AST for ArgumentParser for debugging
[134/139] Compiling Lingo Version.swift
[135/139] Emitting module Lingo
[136/139] Compiling Lingo Lingo.swift
[137/140] Wrapping AST for Lingo for debugging
[138/140] Write Objects.LinkFileList
[139/140] Linking lingo
Build complete! (25.01s)
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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.