Build Information
Successful build of Lingo, reference main (585392
), with Swift 6.0 for Linux on 6 Nov 2024 18:03:10 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mobelux/lingo.git
Reference: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/mobelux/lingo.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-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/12477] Fetching swift-version-file-plugin, swift-argument-parser
Fetched https://github.com/mobelux/swift-version-file-plugin.git from cache (0.82s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.83s)
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 (0.52s)
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.73s)
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.5.0
[1/1] Compiling plugin GenerateManual
[2/2] 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
[3/3] Compiling plugin VersionFile
Building for debugging...
[3/14] Write sources
[7/14] Write swift-version-24593BA9C3E375BF.txt
[9/24] Emitting module ArgumentParserToolInfo
[10/24] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/25] Wrapping AST for ArgumentParserToolInfo for debugging
[13/63] Compiling ArgumentParser OptionGroup.swift
[14/63] Compiling ArgumentParser AsyncParsableCommand.swift
[15/63] Compiling ArgumentParser CommandConfiguration.swift
[16/63] Compiling ArgumentParser CommandGroup.swift
[17/63] Compiling ArgumentParser EnumerableFlag.swift
[18/68] Compiling ArgumentParser ArgumentVisibility.swift
[19/68] Compiling ArgumentParser CompletionKind.swift
[20/68] Compiling ArgumentParser Errors.swift
[21/68] Compiling ArgumentParser Flag.swift
[22/68] Compiling ArgumentParser NameSpecification.swift
[23/68] Compiling ArgumentParser Option.swift
[24/68] Compiling ArgumentParser ExpressibleByArgument.swift
[25/68] Compiling ArgumentParser ParsableArguments.swift
[26/68] Compiling ArgumentParser ParsableArgumentsValidation.swift
[27/68] Compiling ArgumentParser ParsableCommand.swift
[28/68] Compiling ArgumentParser ArgumentDecoder.swift
[29/68] Compiling ArgumentParser BashCompletionsGenerator.swift
[30/68] Compiling ArgumentParser CompletionsGenerator.swift
[31/68] Compiling ArgumentParser FishCompletionsGenerator.swift
[32/68] Compiling ArgumentParser ZshCompletionsGenerator.swift
[33/68] Compiling ArgumentParser Argument.swift
[34/68] Compiling ArgumentParser ArgumentHelp.swift
[35/68] Emitting module ArgumentParser
[36/68] Compiling ArgumentParser CollectionExtensions.swift
[37/68] Compiling ArgumentParser Platform.swift
[38/68] Compiling ArgumentParser SequenceExtensions.swift
[39/68] Compiling ArgumentParser StringExtensions.swift
[40/68] Compiling ArgumentParser Tree.swift
[41/68] Compiling LingoCore String+Lowercase.swift
[42/69] Compiling LingoCore StructGenerator.swift
[43/69] Compiling LingoCore LingoError.swift
[44/69] Compiling LingoCore LingoCore.swift
[45/69] Compiling LingoCore FileHandler.swift
[46/69] Compiling LingoCore KeyGenerator.swift
[47/69] Emitting module LingoCore
[48/69] Compiling ArgumentParser ArgumentDefinition.swift
[49/69] Compiling ArgumentParser ArgumentSet.swift
[50/69] Compiling ArgumentParser CommandParser.swift
[51/69] Compiling ArgumentParser InputKey.swift
[52/69] Compiling ArgumentParser InputOrigin.swift
[53/69] Compiling LingoCore Struct.swift
[54/69] Compiling ArgumentParser Name.swift
[55/69] Compiling ArgumentParser Parsed.swift
[56/69] Compiling ArgumentParser ParsedValues.swift
[57/69] Compiling ArgumentParser ParserError.swift
[58/69] Compiling ArgumentParser SplitArguments.swift
[59/69] Compiling ArgumentParser DumpHelpGenerator.swift
[60/69] Compiling ArgumentParser HelpCommand.swift
[61/69] Compiling ArgumentParser HelpGenerator.swift
[62/69] Compiling ArgumentParser MessageInfo.swift
[63/69] Compiling ArgumentParser UsageGenerator.swift
[64/70] Compiling LingoCore SwiftGenerator.swift
[66/71] Wrapping AST for ArgumentParser for debugging
[67/71] Wrapping AST for LingoCore for debugging
[69/74] Compiling Lingo Version.swift
[70/74] Emitting module Lingo
[71/74] Compiling Lingo Lingo.swift
[72/75] Wrapping AST for Lingo for debugging
[73/75] Write Objects.LinkFileList
[74/75] Linking lingo
Build complete! (24.34s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.