Build Information
Successful build of StringsCatalogKit, reference 1.1.2 (c74b16
), with Swift 6.1 for Linux on 30 Apr 2025 01:51:54 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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cenkbilgen/StringsCatalogKit.git
Reference: 1.1.2
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/cenkbilgen/StringsCatalogKit
* tag 1.1.2 -> FETCH_HEAD
HEAD is now at c74b16c Update README.md
Cloned https://github.com/cenkbilgen/StringsCatalogKit.git
Revision (git rev-parse @):
c74b16c1f00dca8c0bb978a3388132d6f725360d
SUCCESS checkout https://github.com/cenkbilgen/StringsCatalogKit.git at 1.1.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/cenkbilgen/StringsCatalogKit.git
https://github.com/cenkbilgen/StringsCatalogKit.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.git"
}
],
"manifest_display_name" : "StringsCatalogKit",
"name" : "StringsCatalogKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "StringsCatalogKit",
"targets" : [
"StringsCatalogKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "strings_catalog_tool",
"targets" : [
"strings_catalog_tool"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "strings_catalog_tool",
"module_type" : "SwiftTarget",
"name" : "strings_catalog_tool",
"path" : "Sources/Tool",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"strings_catalog_tool"
],
"sources" : [
"ToolCommand.swift"
],
"target_dependencies" : [
"StringsCatalogKit"
],
"type" : "executable"
},
{
"c99name" : "StringsCatalogKitTests",
"module_type" : "SwiftTarget",
"name" : "StringsCatalogKitTests",
"path" : "Tests/StringsCatalogKitTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/StringsCatalogKitTests/TestData/LocalizableBase.xcstrings",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"StringsCatalogKitTests.swift"
],
"target_dependencies" : [
"StringsCatalogKit"
],
"type" : "test"
},
{
"c99name" : "StringsCatalogKit",
"module_type" : "SwiftTarget",
"name" : "StringsCatalogKit",
"path" : "Sources/StringsCatalogKit",
"product_memberships" : [
"StringsCatalogKit",
"strings_catalog_tool"
],
"sources" : [
"StringsCatalog.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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 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
[1/14950] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.29s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (1.94s)
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
Building for debugging...
[1/12] Write sources
[5/12] Write swift-version-24593BA9C3E375BF.txt
[7/16] Emitting module ArgumentParserToolInfo
[8/16] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/17] Wrapping AST for ArgumentParserToolInfo for debugging
[11/55] Emitting module StringsCatalogKit
[12/55] Compiling StringsCatalogKit StringsCatalog.swift
[13/56] Wrapping AST for StringsCatalogKit for debugging
[15/56] Emitting module ArgumentParser
[16/61] Compiling ArgumentParser BashCompletionsGenerator.swift
[17/61] Compiling ArgumentParser CompletionsGenerator.swift
[18/61] Compiling ArgumentParser FishCompletionsGenerator.swift
[19/61] Compiling ArgumentParser ZshCompletionsGenerator.swift
[20/61] Compiling ArgumentParser Argument.swift
[21/61] Compiling ArgumentParser ArgumentHelp.swift
[22/61] Compiling ArgumentParser CollectionExtensions.swift
[23/61] Compiling ArgumentParser Platform.swift
[24/61] Compiling ArgumentParser SequenceExtensions.swift
[25/61] Compiling ArgumentParser StringExtensions.swift
[26/61] Compiling ArgumentParser Tree.swift
[27/61] Compiling ArgumentParser ArgumentVisibility.swift
[28/61] Compiling ArgumentParser CompletionKind.swift
[29/61] Compiling ArgumentParser Errors.swift
[30/61] Compiling ArgumentParser Flag.swift
[31/61] Compiling ArgumentParser NameSpecification.swift
[32/61] Compiling ArgumentParser Option.swift
[33/61] Compiling ArgumentParser Name.swift
[34/61] Compiling ArgumentParser Parsed.swift
[35/61] Compiling ArgumentParser ParsedValues.swift
[36/61] Compiling ArgumentParser ParserError.swift
[37/61] Compiling ArgumentParser SplitArguments.swift
[38/61] Compiling ArgumentParser OptionGroup.swift
[39/61] Compiling ArgumentParser AsyncParsableCommand.swift
[40/61] Compiling ArgumentParser CommandConfiguration.swift
[41/61] Compiling ArgumentParser CommandGroup.swift
[42/61] Compiling ArgumentParser EnumerableFlag.swift
[43/61] Compiling ArgumentParser ArgumentDefinition.swift
[44/61] Compiling ArgumentParser ArgumentSet.swift
[45/61] Compiling ArgumentParser CommandParser.swift
[46/61] Compiling ArgumentParser InputKey.swift
[47/61] Compiling ArgumentParser InputOrigin.swift
[48/61] Compiling ArgumentParser DumpHelpGenerator.swift
[49/61] Compiling ArgumentParser HelpCommand.swift
[50/61] Compiling ArgumentParser HelpGenerator.swift
[51/61] Compiling ArgumentParser MessageInfo.swift
[52/61] Compiling ArgumentParser UsageGenerator.swift
[53/61] Compiling ArgumentParser ExpressibleByArgument.swift
[54/61] Compiling ArgumentParser ParsableArguments.swift
[55/61] Compiling ArgumentParser ParsableArgumentsValidation.swift
[56/61] Compiling ArgumentParser ParsableCommand.swift
[57/61] Compiling ArgumentParser ArgumentDecoder.swift
[58/62] Wrapping AST for ArgumentParser for debugging
[60/64] Emitting module strings_catalog_tool
[61/64] Compiling strings_catalog_tool ToolCommand.swift
[62/65] Wrapping AST for strings_catalog_tool for debugging
[63/65] Write Objects.LinkFileList
[64/65] Linking strings_catalog_tool
Build complete! (27.82s)
Build complete.
{
"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.git"
}
],
"manifest_display_name" : "StringsCatalogKit",
"name" : "StringsCatalogKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "StringsCatalogKit",
"targets" : [
"StringsCatalogKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "strings_catalog_tool",
"targets" : [
"strings_catalog_tool"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "strings_catalog_tool",
"module_type" : "SwiftTarget",
"name" : "strings_catalog_tool",
"path" : "Sources/Tool",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"strings_catalog_tool"
],
"sources" : [
"ToolCommand.swift"
],
"target_dependencies" : [
"StringsCatalogKit"
],
"type" : "executable"
},
{
"c99name" : "StringsCatalogKitTests",
"module_type" : "SwiftTarget",
"name" : "StringsCatalogKitTests",
"path" : "Tests/StringsCatalogKitTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/StringsCatalogKitTests/TestData/LocalizableBase.xcstrings",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"StringsCatalogKitTests.swift"
],
"target_dependencies" : [
"StringsCatalogKit"
],
"type" : "test"
},
{
"c99name" : "StringsCatalogKit",
"module_type" : "SwiftTarget",
"name" : "StringsCatalogKit",
"path" : "Sources/StringsCatalogKit",
"product_memberships" : [
"StringsCatalogKit",
"strings_catalog_tool"
],
"sources" : [
"StringsCatalog.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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.