Build Information
Successful build of translate_tool, reference 3.3.1 (9236d7
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 07:35:57 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cenkbilgen/translate_strings.git
Reference: 3.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cenkbilgen/translate_strings
* tag 3.3.1 -> FETCH_HEAD
HEAD is now at 9236d78 update help message
Cloned https://github.com/cenkbilgen/translate_strings.git
Revision (git rev-parse @):
9236d789d428c989fc64c1ab610c117b4b0c082f
SUCCESS checkout https://github.com/cenkbilgen/translate_strings.git at 3.3.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/cenkbilgen/translate_strings.git
https://github.com/cenkbilgen/translate_strings.git
{
"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"
},
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms.git"
},
{
"identity" : "stringscatalogkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/cenkbilgen/StringsCatalogKit.git"
},
{
"identity" : "keychainsimple",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/cenkbilgen/KeychainSimple.git"
}
],
"manifest_display_name" : "translate_tool",
"name" : "translate_tool",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "strings_catalog_translate",
"targets" : [
"StringsCatalogTranslate",
"TranslationServices"
],
"type" : {
"executable" : null
}
},
{
"name" : "TranslationServices",
"targets" : [
"TranslationServices"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TranslationServices",
"module_type" : "SwiftTarget",
"name" : "TranslationServices",
"path" : "Sources/TranslationServices",
"product_memberships" : [
"strings_catalog_translate",
"TranslationServices"
],
"sources" : [
"Errors.swift",
"LLMAPI.swift",
"ModelSelectable.swift",
"TranslatorAnthropic.swift",
"TranslatorDeepL.swift",
"TranslatorGemini.swift",
"TranslatorOpenAI.swift",
"TranslatorProtocol.swift"
],
"type" : "library"
},
{
"c99name" : "StringsCatalogTranslate",
"module_type" : "SwiftTarget",
"name" : "StringsCatalogTranslate",
"path" : "Sources/StringsCatalogTranslate",
"product_dependencies" : [
"StringsCatalogKit",
"KeychainSimple",
"ArgumentParser",
"Algorithms"
],
"product_memberships" : [
"strings_catalog_translate"
],
"sources" : [
"Keys/KeyArguments.swift",
"Keys/Keychain.swift",
"Keys/KeysCommands.swift",
"Main.swift",
"Translators/AnthropicCommand.swift",
"Translators/AvailableLanguagesCommand.swift",
"Translators/DeepLCommand.swift",
"Translators/GeminiCommand.swift",
"Translators/OpenAICommand.swift",
"Translators/Options.swift",
"Translators/StringsCatalogCommand.swift"
],
"target_dependencies" : [
"TranslationServices"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/15] Write sources
[6/15] Write strings_catalog_translate-entitlement.plist
[8/15] Write sources
[10/15] Compiling _NumericsShims _NumericsShims.c
[11/15] Write swift-version-2F0A5646E1D333AE.txt
[13/41] Compiling RealModule Float80+Real.swift
[14/41] Compiling RealModule Real.swift
[15/42] Compiling RealModule ElementaryFunctions.swift
[16/42] Compiling RealModule Float+Real.swift
[17/42] Compiling RealModule Float16+Real.swift
[18/42] Compiling RealModule ApproximateEquality.swift
[19/42] Compiling RealModule AugmentedArithmetic.swift
[20/42] Compiling RealModule AlgebraicField.swift
[21/42] Emitting module RealModule
[22/42] Compiling RealModule Double+Real.swift
[23/42] Compiling RealModule RealFunctions.swift
[24/42] Compiling ArgumentParserToolInfo ToolInfo.swift
[25/42] Emitting module ArgumentParserToolInfo
[26/107] Compiling ArgumentParser EnumerableFlag.swift
[27/107] Compiling ArgumentParser ExpressibleByArgument.swift
[28/107] Compiling ArgumentParser BashCompletionsGenerator.swift
[29/109] Compiling ArgumentParser CompletionsGenerator.swift
[30/109] Compiling ArgumentParser FishCompletionsGenerator.swift
[31/109] Compiling ArgumentParser HelpCommand.swift
[32/109] Compiling ArgumentParser CommandConfiguration.swift
[33/109] Compiling ArgumentParser CommandGroup.swift
[34/109] Compiling ArgumentParser ZshCompletionsGenerator.swift
[35/109] Compiling ArgumentParser Argument.swift
[36/109] Compiling ArgumentParser ArgumentHelp.swift
[37/109] Compiling ArgumentParser Errors.swift
[38/109] Compiling ArgumentParser Flag.swift
[39/109] Compiling ArgumentParser InputOrigin.swift
[40/109] Compiling ArgumentParser Name.swift
[41/109] Compiling ArgumentParser Parsed.swift
[42/109] Compiling ArgumentParser ParsedValues.swift
[43/109] Compiling ArgumentParser ArgumentVisibility.swift
[44/109] Compiling ArgumentParser CompletionKind.swift
[45/109] Compiling ArgumentParser HelpGenerator.swift
[46/109] Compiling ArgumentParser MessageInfo.swift
[47/109] Compiling ArgumentParser UsageGenerator.swift
[48/109] Compiling ArgumentParser ParserError.swift
[49/109] Compiling ArgumentParser SplitArguments.swift
[50/109] Compiling ArgumentParser DumpHelpGenerator.swift
[51/109] Compiling Algorithms Unique.swift
[52/109] Compiling Algorithms Windows.swift
[53/109] Emitting module Algorithms
[54/109] Emitting module ArgumentParser
[64/113] Compiling ArgumentParser NameSpecification.swift
[65/113] Compiling ArgumentParser Option.swift
[66/113] Compiling ArgumentParser OptionGroup.swift
[67/113] Compiling ArgumentParser AsyncParsableCommand.swift
[68/113] Compiling ArgumentParser ParsableArguments.swift
[69/113] Compiling ArgumentParser ParsableArgumentsValidation.swift
[70/113] Compiling ArgumentParser ParsableCommand.swift
[71/113] Compiling ArgumentParser ArgumentDecoder.swift
[72/113] Compiling ArgumentParser Platform.swift
[73/113] Compiling ArgumentParser SequenceExtensions.swift
[74/113] Compiling ArgumentParser StringExtensions.swift
[75/113] Compiling ArgumentParser Tree.swift
[77/113] Compiling ArgumentParser ArgumentSet.swift
[78/113] Compiling ArgumentParser CommandParser.swift
[79/113] Compiling ArgumentParser InputKey.swift
[80/113] Compiling TranslationServices TranslatorProtocol.swift
[81/113] Compiling TranslationServices TranslatorGemini.swift
[82/113] Compiling TranslationServices TranslatorAnthropic.swift
[83/113] Compiling TranslationServices TranslatorOpenAI.swift
[84/113] Compiling TranslationServices TranslatorDeepL.swift
[85/113] Emitting module TranslationServices
[86/113] Compiling TranslationServices Errors.swift
[87/113] Compiling TranslationServices ModelSelectable.swift
[88/113] Compiling TranslationServices LLMAPI.swift
[93/113] Emitting module StringsCatalogKit
[94/113] Compiling StringsCatalogKit StringsCatalog.swift
[108/113] Compiling KeychainSimple SecureInput.swift
[109/113] Emitting module KeychainSimple
[110/113] Compiling KeychainSimple KeychainItem.swift
[111/124] Compiling StringsCatalogTranslate AvailableLanguagesCommand.swift
[112/124] Compiling StringsCatalogTranslate KeyArguments.swift
[113/124] Compiling StringsCatalogTranslate Keychain.swift
[114/124] Emitting module StringsCatalogTranslate
[115/124] Compiling StringsCatalogTranslate Main.swift
[116/125] Compiling StringsCatalogTranslate OpenAICommand.swift
[117/125] Compiling StringsCatalogTranslate KeysCommands.swift
[118/125] Compiling StringsCatalogTranslate GeminiCommand.swift
[119/125] Compiling StringsCatalogTranslate AnthropicCommand.swift
[120/125] Compiling StringsCatalogTranslate DeepLCommand.swift
[121/125] Compiling StringsCatalogTranslate Options.swift
[122/125] Compiling StringsCatalogTranslate StringsCatalogCommand.swift
[122/125] Write Objects.LinkFileList
[123/125] Linking strings_catalog_translate
[124/125] Applying strings_catalog_translate
Build complete! (15.77s)
Fetching https://github.com/cenkbilgen/StringsCatalogKit.git
Fetching https://github.com/cenkbilgen/KeychainSimple.git
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
[3/72] Fetching keychainsimple
[73/131] Fetching keychainsimple, stringscatalogkit
Fetched https://github.com/cenkbilgen/StringsCatalogKit.git from cache (0.65s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.65s)
Fetched https://github.com/cenkbilgen/KeychainSimple.git from cache (0.69s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.70s)
Computing version for https://github.com/cenkbilgen/KeychainSimple.git
Computed https://github.com/cenkbilgen/KeychainSimple.git at 2.0.0 (1.21s)
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.49s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.87s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.49s)
Computing version for https://github.com/cenkbilgen/StringsCatalogKit.git
Computed https://github.com/cenkbilgen/StringsCatalogKit.git at 1.1.2 (0.97s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.56s)
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/cenkbilgen/StringsCatalogKit.git
Working copy of https://github.com/cenkbilgen/StringsCatalogKit.git resolved at 1.1.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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/cenkbilgen/KeychainSimple.git
Working copy of https://github.com/cenkbilgen/KeychainSimple.git resolved at 2.0.0
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"
},
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms.git"
},
{
"identity" : "stringscatalogkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/cenkbilgen/StringsCatalogKit.git"
},
{
"identity" : "keychainsimple",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/cenkbilgen/KeychainSimple.git"
}
],
"manifest_display_name" : "translate_tool",
"name" : "translate_tool",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "strings_catalog_translate",
"targets" : [
"StringsCatalogTranslate",
"TranslationServices"
],
"type" : {
"executable" : null
}
},
{
"name" : "TranslationServices",
"targets" : [
"TranslationServices"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TranslationServices",
"module_type" : "SwiftTarget",
"name" : "TranslationServices",
"path" : "Sources/TranslationServices",
"product_memberships" : [
"strings_catalog_translate",
"TranslationServices"
],
"sources" : [
"Errors.swift",
"LLMAPI.swift",
"ModelSelectable.swift",
"TranslatorAnthropic.swift",
"TranslatorDeepL.swift",
"TranslatorGemini.swift",
"TranslatorOpenAI.swift",
"TranslatorProtocol.swift"
],
"type" : "library"
},
{
"c99name" : "StringsCatalogTranslate",
"module_type" : "SwiftTarget",
"name" : "StringsCatalogTranslate",
"path" : "Sources/StringsCatalogTranslate",
"product_dependencies" : [
"StringsCatalogKit",
"KeychainSimple",
"ArgumentParser",
"Algorithms"
],
"product_memberships" : [
"strings_catalog_translate"
],
"sources" : [
"Keys/KeyArguments.swift",
"Keys/Keychain.swift",
"Keys/KeysCommands.swift",
"Main.swift",
"Translators/AnthropicCommand.swift",
"Translators/AvailableLanguagesCommand.swift",
"Translators/DeepLCommand.swift",
"Translators/GeminiCommand.swift",
"Translators/OpenAICommand.swift",
"Translators/Options.swift",
"Translators/StringsCatalogCommand.swift"
],
"target_dependencies" : [
"TranslationServices"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Done.