Build Information
Successful build of LocMapper, reference develop (0f8d35), with Swift 6.1 for Linux on 10 Nov 2025 15:20:23 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/xcode-actions/LocMapper.git
Reference: develop
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/xcode-actions/LocMapper
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 0f8d350 Set marketing version to "1.3.1" with xct
Cloned https://github.com/xcode-actions/LocMapper.git
Revision (git rev-parse @):
0f8d35013df2cc73b3a567c70e9a46384dafb9ba
SUCCESS checkout https://github.com/xcode-actions/LocMapper.git at develop
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/xcode-actions/LocMapper.git
https://github.com/xcode-actions/LocMapper.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "xibloc",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0-beta.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Frizlab/XibLoc.git"
},
{
"identity" : "clt-logger",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/xcode-actions/clt-logger.git"
}
],
"manifest_display_name" : "LocMapper",
"name" : "LocMapper",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "LocMapper",
"targets" : [
"LocMapper"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "locmapper",
"targets" : [
"locmapper"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "locmapper",
"module_type" : "SwiftTarget",
"name" : "locmapper",
"path" : "LocMapper CLI",
"product_dependencies" : [
"ArgumentParser",
"CLTLogger"
],
"product_memberships" : [
"locmapper"
],
"sources" : [
"Commands/Experimental.swift",
"Commands/Experimental/ConvertStdreflocToXibrefloc.swift",
"Commands/Experimental/ConvertXibreflocToStdrefloc.swift",
"Commands/Experimental/CreateInitialAndroidMappingFromStdRefLoc.swift",
"Commands/Experimental/GitUnfriendly.swift",
"Commands/Experimental/TransformMappings.swift",
"Commands/Experimental/UploadXibreflocToLokalise.swift",
"Commands/ExportToAndroid.swift",
"Commands/ExportToXcode.swift",
"Commands/Lint.swift",
"Commands/MergeAndroidLocs.swift",
"Commands/MergeStdrefloc.swift",
"Commands/MergeXcodeLocs.swift",
"Commands/StandardizeRefloc.swift",
"Commands/UpdateXcodeStringsFromCode.swift",
"ObsoleteVerbs.swift",
"Utils/CommonOptions.swift",
"Utils/FileHandleOutputStream.swift",
"Utils/ParseUtils.swift",
"main.swift"
],
"target_dependencies" : [
"LocMapper"
],
"type" : "executable"
},
{
"c99name" : "LocMapperTests",
"module_type" : "SwiftTarget",
"name" : "LocMapperTests",
"path" : "Tests/LocMapperTests",
"sources" : [
"XcodeStringsMergeAndRestoreTests.swift",
"XcodeStringsParserTests.swift"
],
"target_dependencies" : [
"LocMapper"
],
"type" : "test"
},
{
"c99name" : "LocMapper",
"module_type" : "SwiftTarget",
"name" : "LocMapper",
"path" : "LocMapper",
"product_dependencies" : [
"Logging",
"XibLoc"
],
"product_memberships" : [
"LocMapper",
"locmapper"
],
"sources" : [
"Android Support/AndroidXMLLocFile.swift",
"Android Support/LocFile+Android.swift",
"LocFile/LocFile+EditingSupport.swift",
"LocFile/LocFile+LineKey.swift",
"LocFile/LocFile+LineValue.swift",
"LocFile/LocFile+LintSupport.swift",
"LocFile/LocFile+MetadataSupport.swift",
"LocFile/LocFile+MigrationsSupport.swift",
"LocFile/LocFile+QuerySupport.swift",
"LocFile/LocFile+Serialization.swift",
"LocFile/LocFile.swift",
"LocMapperConfig.swift",
"Mapping/Components/LocKeyMappingComponent.swift",
"Mapping/Components/LocKeyMappingComponentInvalid.swift",
"Mapping/Components/LocKeyMappingComponentStdToXibLoc.swift",
"Mapping/Components/LocKeyMappingComponentToConstant.swift",
"Mapping/Components/LocKeyMappingComponentValueTransforms.swift",
"Mapping/LocKeyMapping.swift",
"Mapping/Transformers/LocValueTransformer.swift",
"Mapping/Transformers/LocValueTransformerGenderVariantPick.swift",
"Mapping/Transformers/LocValueTransformerInvalid.swift",
"Mapping/Transformers/LocValueTransformerOrderedReplacementVariantPick.swift",
"Mapping/Transformers/LocValueTransformerPluralVariantPick.swift",
"Mapping/Transformers/LocValueTransformerRegexReplacements.swift",
"Mapping/Transformers/LocValueTransformerRegionDelimitersReplacement.swift",
"Mapping/Transformers/LocValueTransformerSimpleStringReplacements.swift",
"Mapping/Transformers/LocValueTransformerToUpper.swift",
"Mapping/Utils/MappingResolvingError.swift",
"RefLoc Support/StdRefLoc/LocFile+StdRefLoc.swift",
"RefLoc Support/StdRefLoc/Lokalise Model/LokaliseKey.swift",
"RefLoc Support/StdRefLoc/Lokalise Model/LokaliseKeysList.swift",
"RefLoc Support/StdRefLoc/Lokalise Model/LokalisePlural.swift",
"RefLoc Support/StdRefLoc/Lokalise Model/LokaliseTranslation.swift",
"RefLoc Support/StdRefLoc/StdRefLocFile.swift",
"RefLoc Support/Utilities/HappnXib2Lokalise.swift",
"RefLoc Support/Utilities/HappnXib2Std.swift",
"RefLoc Support/Utilities/Std2Xib.swift",
"RefLoc Support/XibRefLoc/LocFile+XibRefLoc.swift",
"RefLoc Support/XibRefLoc/XibRefLocFile.swift",
"Utilities/AppendedTagsStrings.swift",
"Utilities/CSVParser.swift",
"Utilities/FilteredDirectoryEnumerator.swift",
"Utilities/IOUtils.swift",
"Utilities/PrependedUserInfoStrings.swift",
"Utilities/Scanner+LinuxCompat.swift",
"Utilities/String+CSVUtils.swift",
"Utilities/TaggedObject.swift",
"Utilities/URLRequest+Utils.swift",
"Utilities/URLSession+Utils.swift",
"Xcode Strings Support/LocFile+Xcode.swift",
"Xcode Strings Support/XcodeStringsFile.swift"
],
"target_dependencies" : [
"CZlib"
],
"type" : "library"
},
{
"c99name" : "CZlib",
"module_type" : "SystemLibraryTarget",
"name" : "CZlib",
"path" : "CZlib",
"product_memberships" : [
"LocMapper",
"locmapper"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Frizlab/XibLoc.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/xcode-actions/clt-logger.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/2577] Fetching xibloc
[233/3446] Fetching xibloc, clt-logger
[3084/20132] Fetching xibloc, clt-logger, swift-argument-parser
[3829/24594] Fetching xibloc, clt-logger, swift-argument-parser, swift-log
Fetched https://github.com/Frizlab/XibLoc.git from cache (0.50s)
[12173/22017] Fetching clt-logger, swift-argument-parser, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.51s)
[8211/17555] Fetching clt-logger, swift-argument-parser
Fetched https://github.com/xcode-actions/clt-logger.git from cache (0.86s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.87s)
Computing version for https://github.com/xcode-actions/clt-logger.git
Computed https://github.com/xcode-actions/clt-logger.git at 1.0.0 (1.40s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (0.58s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.54s)
Computing version for https://github.com/Frizlab/XibLoc.git
Computed https://github.com/Frizlab/XibLoc.git at 2.0.0-beta.2 (0.49s)
Fetching https://github.com/Frizlab/GlobalConfModule.git
[1/669] Fetching globalconfmodule
Fetched https://github.com/Frizlab/GlobalConfModule.git from cache (0.21s)
Computing version for https://github.com/Frizlab/GlobalConfModule.git
Computed https://github.com/Frizlab/GlobalConfModule.git at 0.4.4 (0.87s)
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
[1117/73895] Fetching swift-service-context, swift-syntax
Fetched https://github.com/apple/swift-service-context.git from cache (6.66s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.73s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (8.20s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (2.93s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/Frizlab/GlobalConfModule.git
Working copy of https://github.com/Frizlab/GlobalConfModule.git resolved at 0.4.4
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
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.6.2
Creating working copy for https://github.com/xcode-actions/clt-logger.git
Working copy of https://github.com/xcode-actions/clt-logger.git resolved at 1.0.0
Creating working copy for https://github.com/Frizlab/XibLoc.git
Working copy of https://github.com/Frizlab/XibLoc.git resolved at 2.0.0-beta.2
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/60] Write sources
[28/60] Compiling _SwiftSyntaxCShims PlatformMutex.c
[29/60] Write swift-version-24593BA9C3E375BF.txt
[31/76] Emitting module SwiftSyntax510
[32/80] Emitting module SwiftSyntax601
[33/80] Emitting module Logging
[34/80] Emitting module ServiceContextModule
[35/80] Compiling ServiceContextModule ServiceContext.swift
[36/80] Compiling SwiftSyntax602 Empty.swift
[37/80] Emitting module SwiftSyntax602
[38/81] Emitting module SwiftSyntax509
[39/81] Compiling SwiftSyntax509 Empty.swift
[40/81] Emitting module ArgumentParserToolInfo
[41/81] Compiling ArgumentParserToolInfo ToolInfo.swift
[42/83] Emitting module SwiftSyntax600
[43/83] Compiling SwiftSyntax600 Empty.swift
[44/84] Compiling ServiceContextModule ServiceContextKey.swift
[45/85] Compiling SwiftSyntax510 Empty.swift
[50/86] Compiling SwiftSyntax601 Empty.swift
[53/87] Wrapping AST for ServiceContextModule for debugging
[54/87] Wrapping AST for SwiftSyntax602 for debugging
[55/87] Wrapping AST for ArgumentParserToolInfo for debugging
[56/87] Wrapping AST for SwiftSyntax509 for debugging
[57/131] Wrapping AST for SwiftSyntax510 for debugging
[58/131] Wrapping AST for SwiftSyntax600 for debugging
[59/131] Wrapping AST for SwiftSyntax601 for debugging
[61/194] Compiling Logging MetadataProvider.swift
[62/194] Compiling Logging Logging.swift
[63/194] Compiling Logging Locks.swift
[64/194] Compiling Logging LogHandler.swift
[65/195] Wrapping AST for Logging for debugging
[67/205] Compiling CLTLogger CLTLogger+WithSendable.swift
[68/205] Compiling CLTLogger CLTLogger.swift
[69/205] Compiling CLTLogger DummySendable.swift
[70/205] Compiling CLTLogger Emoji.swift
[71/205] Compiling SwiftSyntax BumpPtrAllocator.swift
[72/205] Compiling SwiftSyntax CommonAncestor.swift
[73/205] Compiling SwiftSyntax Convenience.swift
[74/205] Compiling SwiftSyntax CustomTraits.swift
[75/205] Compiling SwiftSyntax EditorPlaceholder.swift
[76/213] Compiling CLTLogger NSLock+withLock.swift
[77/214] Compiling CLTLogger Scanner+OldOS.swift
[78/214] Compiling CLTLogger EmojiSet.swift
[81/214] Emitting module CLTLogger
[82/214] Compiling SwiftSyntax SyntaxTraits.swift
[83/214] Compiling SwiftSyntax SyntaxVisitor.swift
[84/214] Compiling SwiftSyntax TokenKind.swift
[85/214] Compiling SwiftSyntax Tokens.swift
[86/214] Compiling SwiftSyntax TriviaPieces.swift
[87/214] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[90/220] Compiling SwiftSyntax Identifier.swift
[91/220] Compiling SwiftSyntax MemoryLayout.swift
[92/220] Compiling SwiftSyntax MissingNodeInitializers.swift
[93/220] Compiling SwiftSyntax RawSyntax.swift
[94/220] Compiling SwiftSyntax RawSyntaxArena.swift
[95/220] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[96/220] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[97/220] Compiling SwiftSyntax RawSyntaxTokenView.swift
[98/220] Compiling SwiftSyntax SourceEdit.swift
[99/220] Compiling SwiftSyntax SourceLength.swift
[100/220] Compiling SwiftSyntax SourceLocation.swift
[101/220] Compiling SwiftSyntax SourcePresence.swift
[102/220] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[103/220] Compiling SwiftSyntax Syntax.swift
[104/220] Compiling SwiftSyntax SyntaxChildren.swift
[105/220] Compiling SwiftSyntax SyntaxCollection.swift
[106/220] Compiling SwiftSyntax SyntaxHashable.swift
[107/220] Compiling SwiftSyntax SyntaxIdentifier.swift
[108/220] Compiling CLTLogger OutputEnvironment.swift
[109/220] Compiling CLTLogger SGR.swift
[110/220] Compiling CLTLogger String+Utils.swift
[111/221] Wrapping AST for CLTLogger for debugging
[113/221] Compiling ArgumentParser Tree.swift
[114/221] Compiling ArgumentParser CodingKeyValidator.swift
[115/221] Compiling ArgumentParser NonsenseFlagsValidator.swift
[116/221] Compiling ArgumentParser ParsableArgumentsValidation.swift
[117/221] Compiling ArgumentParser PositionalArgumentsValidator.swift
[118/221] Compiling ArgumentParser UniqueNamesValidator.swift
[119/221] Compiling SwiftSyntax TokenDiagnostic.swift
[120/221] Compiling SwiftSyntax TokenSequence.swift
[121/221] Compiling SwiftSyntax TokenSyntax.swift
[122/221] Compiling SwiftSyntax Trivia.swift
[123/221] Compiling SwiftSyntax Utils.swift
[124/221] Compiling SwiftSyntax SyntaxRewriter.swift
[127/221] Compiling SwiftSyntax SyntaxNodeStructure.swift
[128/221] Compiling SwiftSyntax SyntaxProtocol.swift
[129/221] Compiling SwiftSyntax SyntaxText.swift
[130/221] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[137/221] Emitting module ArgumentParser
[157/222] Wrapping AST for ArgumentParser for debugging
[159/222] Emitting module SwiftSyntax
[173/222] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[174/222] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[175/222] Compiling SwiftSyntax RawSyntaxValidation.swift
[176/222] Compiling SwiftSyntax SyntaxNodesAB.swift
[186/222] Compiling SwiftSyntax ChildNameForKeyPath.swift
[187/222] Compiling SwiftSyntax Keyword.swift
[188/222] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[189/222] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[190/222] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[191/222] Compiling SwiftSyntax SyntaxBaseNodes.swift
[192/222] Compiling SwiftSyntax SyntaxCollections.swift
[193/222] Compiling SwiftSyntax SyntaxEnum.swift
[194/222] Compiling SwiftSyntax SyntaxKind.swift
[195/222] Compiling SwiftSyntax SyntaxNodesC.swift
[196/222] Compiling SwiftSyntax SyntaxNodesD.swift
[197/222] Compiling SwiftSyntax SyntaxNodesEF.swift
[198/222] Compiling SwiftSyntax SyntaxNodesGHI.swift
[199/222] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[200/222] Compiling SwiftSyntax SyntaxNodesOP.swift
[201/222] Compiling SwiftSyntax SyntaxNodesQRS.swift
[202/222] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[203/223] Wrapping AST for SwiftSyntax for debugging
[205/282] Compiling SwiftParser Attributes.swift
[206/282] Compiling SwiftParser Availability.swift
[207/283] Compiling SwiftDiagnostics Message.swift
[208/283] Compiling SwiftBasicFormat Syntax+Extensions.swift
[209/283] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[210/283] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[211/283] Compiling SwiftDiagnostics Note.swift
[212/283] Compiling SwiftDiagnostics FixIt.swift
[213/283] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[214/283] Compiling SwiftBasicFormat Indenter.swift
[215/283] Compiling SwiftBasicFormat InferIndentation.swift
[216/283] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[217/283] Compiling SwiftParser CharacterInfo.swift
[218/283] Compiling SwiftParser CollectionNodes+Parsable.swift
[219/283] Emitting module SwiftDiagnostics
[220/283] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[221/284] Wrapping AST for SwiftDiagnostics for debugging
[223/284] Emitting module SwiftBasicFormat
[224/284] Compiling SwiftBasicFormat BasicFormat.swift
[225/285] Wrapping AST for SwiftBasicFormat for debugging
[227/285] Compiling SwiftParser Lexeme.swift
[228/285] Compiling SwiftParser LexemeSequence.swift
[229/285] Compiling SwiftParser Lexer.swift
[230/285] Compiling SwiftParser RegexLiteralLexer.swift
[231/285] Compiling SwiftParser UnicodeScalarExtensions.swift
[232/285] Compiling SwiftParser Lookahead.swift
[233/290] Compiling SwiftParser TokenSpec.swift
[234/290] Compiling SwiftParser TokenSpecSet.swift
[235/290] Compiling SwiftParser TopLevel.swift
[236/290] Compiling SwiftParser TriviaParser.swift
[237/290] Compiling SwiftParser Types.swift
[238/290] Compiling SwiftParser StringLiterals.swift
[239/290] Compiling SwiftParser SwiftParserCompatibility.swift
[240/290] Compiling SwiftParser SwiftVersion.swift
[241/290] Compiling SwiftParser SyntaxUtils.swift
[242/290] Compiling SwiftParser TokenConsumer.swift
[243/290] Compiling SwiftParser TokenPrecedence.swift
[244/290] Compiling SwiftParser LoopProgressCondition.swift
[245/290] Compiling SwiftParser Modifiers.swift
[246/290] Compiling SwiftParser Names.swift
[247/290] Compiling SwiftParser Nominals.swift
[248/290] Compiling SwiftParser Parameters.swift
[249/290] Compiling SwiftParser ParseSourceFile.swift
[250/290] Compiling SwiftParser Parser.swift
[251/290] Compiling SwiftParser Patterns.swift
[252/290] Compiling SwiftParser Recovery.swift
[253/290] Compiling SwiftParser Specifiers.swift
[254/290] Compiling SwiftParser Statements.swift
[255/290] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[256/290] Emitting module SwiftParser
[261/290] Compiling SwiftParser CompilerFiles.swift
[262/290] Compiling SwiftParser Declarations.swift
[263/290] Compiling SwiftParser Directives.swift
[264/290] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[265/290] Compiling SwiftParser Expressions.swift
[266/290] Compiling SwiftParser IncrementalParseTransition.swift
[267/290] Compiling SwiftParser IsValidIdentifier.swift
[268/290] Compiling SwiftParser Cursor.swift
[269/290] Compiling SwiftParser ExperimentalFeatures.swift
[270/290] Compiling SwiftParser IsLexerClassified.swift
[271/290] Compiling SwiftParser LayoutNodes+Parsable.swift
[272/290] Compiling SwiftParser Parser+TokenSpecSet.swift
[273/290] Compiling SwiftParser TokenSpecStaticMembers.swift
[274/291] Wrapping AST for SwiftParser for debugging
[276/314] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[277/315] Compiling SwiftOperators Operator.swift
[278/315] Compiling SwiftOperators OperatorError+Diagnostics.swift
[279/315] Compiling SwiftOperators OperatorError.swift
[280/315] Compiling SwiftOperators OperatorTable+Defaults.swift
[281/316] Compiling SwiftOperators PrecedenceGroup.swift
[282/316] Compiling SwiftOperators PrecedenceGraph.swift
[283/316] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[284/316] Compiling SwiftOperators OperatorTable.swift
[285/316] Compiling SwiftOperators SyntaxSynthesis.swift
[286/316] Compiling SwiftOperators OperatorTable+Semantics.swift
[287/316] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[289/316] Emitting module SwiftOperators
[291/316] Compiling SwiftOperators OperatorTable+Folding.swift
[292/317] Wrapping AST for SwiftOperators for debugging
[296/317] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[297/317] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[298/317] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[299/317] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[300/317] Emitting module SwiftParserDiagnostics
[301/317] Compiling SwiftParserDiagnostics MissingNodesError.swift
[302/317] Compiling SwiftParserDiagnostics MissingTokenError.swift
[303/318] Wrapping AST for SwiftParserDiagnostics for debugging
[305/333] Emitting module SwiftSyntaxBuilder
[306/334] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[307/334] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[308/334] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[309/334] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[310/334] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[311/334] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[312/334] Compiling SwiftSyntaxBuilder Indenter.swift
[313/334] Compiling SwiftSyntaxBuilder ListBuilder.swift
[314/334] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[315/334] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[316/334] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[317/334] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[318/334] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[319/334] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[320/334] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[321/335] Wrapping AST for SwiftSyntaxBuilder for debugging
[323/352] Compiling SwiftSyntaxMacros MemberMacro.swift
[324/352] Compiling SwiftSyntaxMacros PeerMacro.swift
[325/354] Emitting module SwiftSyntaxMacros
[326/354] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[327/354] Compiling SwiftSyntaxMacros Macro+Format.swift
[328/354] Compiling SwiftSyntaxMacros Macro.swift
[329/354] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[330/354] Compiling SwiftSyntaxMacros AccessorMacro.swift
[331/354] Compiling SwiftSyntaxMacros AttachedMacro.swift
[332/354] Compiling SwiftSyntaxMacros BodyMacro.swift
[333/354] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[334/354] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[335/354] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[336/354] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[337/354] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[338/354] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[339/354] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[340/354] Compiling SwiftSyntaxMacros PreambleMacro.swift
[341/354] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[342/355] Wrapping AST for SwiftSyntaxMacros for debugging
[344/364] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[345/365] Emitting module SwiftSyntaxMacroExpansion
[346/365] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[347/365] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[348/365] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[349/365] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[350/365] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[351/365] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[352/365] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[353/365] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[354/366] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[356/378] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[357/379] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[358/379] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[359/379] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[360/379] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[361/379] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[362/379] Emitting module SwiftCompilerPluginMessageHandling
[363/379] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[364/379] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[365/379] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[366/379] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[367/379] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[368/379] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[369/380] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[371/382] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[372/382] Emitting module SwiftCompilerPlugin
[373/383] Wrapping AST for SwiftCompilerPlugin for debugging
[375/391] Compiling GlobalConfMacros Optional+Utils.swift
[376/392] Compiling GlobalConfMacros DeclareConfNamespaceMacro.swift
[377/392] Compiling GlobalConfMacros SimpleDiagnosticMessage.swift
[378/392] Emitting module GlobalConfMacros
[379/392] Compiling GlobalConfMacros LabeledExprSyntax+Utils.swift
[380/392] Compiling GlobalConfMacros Entrypoint.swift
[381/392] Compiling GlobalConfMacros Errors.swift
[382/392] Compiling GlobalConfMacros DeclareConfAccessorMacro.swift
[383/392] Compiling GlobalConfMacros DeclareConfMacro.swift
[384/393] Wrapping AST for GlobalConfMacros for debugging
[385/393] Write Objects.LinkFileList
[386/393] Linking GlobalConfMacros-tool
[388/415] Emitting module GlobalConfModule
[389/415] Compiling GlobalConfModule AutoInjectable.swift
[390/415] Compiling GlobalConfModule AutoInjectableMainActor.swift
[391/415] Compiling GlobalConfModule InjectedConf+AutoInjectable.swift
[392/417] Compiling GlobalConfModule Conf.swift
[393/417] Compiling GlobalConfModule ConfContext+AutoInjectable.swift
[394/417] Compiling GlobalConfModule ConfContext+AutoInjectableMainActor.swift
[395/417] Compiling GlobalConfModule ConfContext+ConfKey.swift
[396/417] Compiling GlobalConfModule ConfContext+ConfKeyMainActor.swift
[397/417] Compiling GlobalConfModule ConfContext.swift
[398/417] Compiling GlobalConfModule ConfKey.swift
[399/417] Compiling GlobalConfModule ConfKeyMainActor.swift
[400/417] Compiling GlobalConfModule ConfKeys.swift
[401/417] Compiling GlobalConfModule Conf+ConfKey.swift
[402/417] Compiling GlobalConfModule Conf+ConfKeyMainActor.swift
[403/417] Compiling GlobalConfModule Conf+withValues.swift
[404/417] Compiling GlobalConfModule InjectedConf.swift
[405/417] Compiling GlobalConfModule 1-ConfKey.swift
[406/417] Compiling GlobalConfModule 2-ServiceKey.swift
[407/417] Compiling GlobalConfModule InjectedConf+AutoInjectableMainActor.swift
[408/417] Compiling GlobalConfModule InjectedConf+ConfKey.swift
[409/417] Compiling GlobalConfModule InjectedConf+ConfKeyMainActor.swift
[410/417] Compiling GlobalConfModule 3-NamespaceKey.swift
[411/417] Compiling GlobalConfModule 4-AccessorConvenience.swift
[412/418] Wrapping AST for GlobalConfModule for debugging
[414/459] Emitting module XibLoc
[415/464] Compiling XibLoc Collection+Utils.swift
[416/464] Compiling XibLoc NSMutableAttributedString+Utils.swift
[417/464] Compiling XibLoc NumberFormatter+Utils.swift
[418/464] Compiling XibLoc RandomAccessCollection+StableSort.swift
[419/464] Compiling XibLoc Range+Utils.swift
[420/464] Compiling XibLoc ParserHelper+String.swift
[421/464] Compiling XibLoc ParserHelper.swift
[422/464] Compiling XibLoc PluralValue.swift
[423/464] Compiling XibLoc PluralityDefinition.swift
[424/464] Compiling XibLoc PluralityDefinitionZone.swift
[425/464] Compiling XibLoc PluralityDefinitionZoneValue.swift
[426/464] Compiling XibLoc XibLocColor.swift
[427/464] Compiling XibLoc XibLocFont.swift
[428/464] Compiling XibLoc XibLocNumber.swift
[429/464] Compiling XibLoc XibLoc.swift
[430/464] Compiling XibLoc XibLocConfig.swift
[431/464] Compiling XibLoc AttributedString+Utils.swift
[432/464] Compiling XibLoc AttributesChange_Bold.swift
[433/464] Compiling XibLoc AttributesChange_Colors.swift
[434/464] Compiling XibLoc AttributesChange_Font.swift
[435/464] Compiling XibLoc AttributesChange_Italic.swift
[436/464] Compiling XibLoc AttributesChange_Link.swift
[437/464] Compiling XibLoc AttributesChange_UnderlineStyle.swift
[438/464] Compiling XibLoc AttributesChanger.swift
[439/464] Compiling XibLoc AttributesChanger_Aggregate.swift
[440/464] Compiling XibLoc AttributesContainer.swift
[441/464] Compiling XibLoc AttributesContainer_Foundation.swift
[442/464] Compiling XibLoc CacheLock.swift
[443/464] Compiling XibLoc ParsedXibLoc+InitCache.swift
[444/464] Compiling XibLoc XibLocParsingInfo.swift
[445/464] Compiling XibLoc ParsedXibLoc.swift
[446/464] Compiling XibLoc ParserHelper+AttributedString.swift
[447/464] Compiling XibLoc ParserHelper+NSMutableAttributedString.swift
[448/464] Compiling XibLoc Str2AttrStrXibLocInfo.swift
[449/464] Compiling XibLoc Str2NSAttrStrXibLocInfo.swift
[450/464] Compiling XibLoc Str2StrXibLocInfo.swift
[451/464] Compiling XibLoc CommonTokensGroup.swift
[452/464] Compiling XibLoc TokensGroup.swift
[453/464] Compiling XibLoc XibLocResolvingInfo.swift
[454/464] Compiling XibLoc PluralityDefinitionZoneValueGlob.swift
[455/464] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfFloats.swift
[456/464] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfInts.swift
[457/464] Compiling XibLoc PluralityDefinitionZoneValueNumber.swift
[458/464] Compiling XibLoc MultipleWordsTokens.swift
[459/464] Compiling XibLoc OneWordTokens.swift
[460/465] Wrapping AST for XibLoc for debugging
[462/511] Emitting module LocMapper
[463/517] Compiling LocMapper LocValueTransformerOrderedReplacementVariantPick.swift
[464/517] Compiling LocMapper LocValueTransformerPluralVariantPick.swift
[465/517] Compiling LocMapper LocValueTransformerRegexReplacements.swift
[466/517] Compiling LocMapper LocValueTransformerRegionDelimitersReplacement.swift
[467/517] Compiling LocMapper LocValueTransformerSimpleStringReplacements.swift
[468/517] Compiling LocMapper LocValueTransformerToUpper.swift
[469/517] Compiling LocMapper LocFile+MigrationsSupport.swift
[470/517] Compiling LocMapper LocFile+QuerySupport.swift
[471/517] Compiling LocMapper LocFile+Serialization.swift
[472/517] Compiling LocMapper LocFile.swift
[473/517] Compiling LocMapper LocMapperConfig.swift
[474/517] Compiling LocMapper LocKeyMappingComponent.swift
[475/517] Compiling LocMapper LocKeyMappingComponentInvalid.swift
[476/517] Compiling LocMapper AppendedTagsStrings.swift
[477/517] Compiling LocMapper CSVParser.swift
[478/517] Compiling LocMapper FilteredDirectoryEnumerator.swift
[479/517] Compiling LocMapper IOUtils.swift
[480/517] Compiling LocMapper PrependedUserInfoStrings.swift
[481/517] Compiling LocMapper Scanner+LinuxCompat.swift
[482/517] Compiling LocMapper MappingResolvingError.swift
[483/517] Compiling LocMapper LocFile+StdRefLoc.swift
[484/517] Compiling LocMapper LokaliseKey.swift
[485/517] Compiling LocMapper LokaliseKeysList.swift
[486/517] Compiling LocMapper LokalisePlural.swift
[487/517] Compiling LocMapper LokaliseTranslation.swift
[488/517] Compiling LocMapper StdRefLocFile.swift
[489/517] Compiling LocMapper HappnXib2Lokalise.swift
[490/517] Compiling LocMapper HappnXib2Std.swift
[491/517] Compiling LocMapper Std2Xib.swift
[492/517] Compiling LocMapper LocFile+XibRefLoc.swift
[493/517] Compiling LocMapper XibRefLocFile.swift
[494/517] Compiling LocMapper AndroidXMLLocFile.swift
[495/517] Compiling LocMapper LocFile+Android.swift
[496/517] Compiling LocMapper LocFile+EditingSupport.swift
[497/517] Compiling LocMapper LocFile+LineKey.swift
[498/517] Compiling LocMapper LocFile+LineValue.swift
[499/517] Compiling LocMapper LocFile+LintSupport.swift
[500/517] Compiling LocMapper LocFile+MetadataSupport.swift
[501/517] Compiling LocMapper LocKeyMappingComponentStdToXibLoc.swift
[502/517] Compiling LocMapper LocKeyMappingComponentToConstant.swift
[503/517] Compiling LocMapper LocKeyMappingComponentValueTransforms.swift
[504/517] Compiling LocMapper LocKeyMapping.swift
[505/517] Compiling LocMapper LocValueTransformer.swift
[506/517] Compiling LocMapper LocValueTransformerGenderVariantPick.swift
[507/517] Compiling LocMapper LocValueTransformerInvalid.swift
[508/517] Compiling LocMapper String+CSVUtils.swift
[509/517] Compiling LocMapper TaggedObject.swift
[510/517] Compiling LocMapper URLRequest+Utils.swift
[511/517] Compiling LocMapper URLSession+Utils.swift
[512/517] Compiling LocMapper LocFile+Xcode.swift
[513/517] Compiling LocMapper XcodeStringsFile.swift
[514/518] Wrapping AST for LocMapper for debugging
[516/537] Emitting module locmapper
[517/539] Compiling locmapper CommonOptions.swift
[518/539] Compiling locmapper FileHandleOutputStream.swift
[519/539] Compiling locmapper Experimental.swift
[520/539] Compiling locmapper ConvertStdreflocToXibrefloc.swift
[521/539] Compiling locmapper ConvertXibreflocToStdrefloc.swift
[522/539] Compiling locmapper ParseUtils.swift
[523/539] Compiling locmapper main.swift
[524/539] Compiling locmapper MergeXcodeLocs.swift
[525/539] Compiling locmapper StandardizeRefloc.swift
[526/539] Compiling locmapper UpdateXcodeStringsFromCode.swift
[527/539] Compiling locmapper ObsoleteVerbs.swift
[528/539] Compiling locmapper UploadXibreflocToLokalise.swift
[529/539] Compiling locmapper ExportToAndroid.swift
[530/539] Compiling locmapper ExportToXcode.swift
[531/539] Compiling locmapper CreateInitialAndroidMappingFromStdRefLoc.swift
[532/539] Compiling locmapper GitUnfriendly.swift
[533/539] Compiling locmapper TransformMappings.swift
[534/539] Compiling locmapper Lint.swift
[535/539] Compiling locmapper MergeAndroidLocs.swift
[536/539] Compiling locmapper MergeStdrefloc.swift
[537/540] Wrapping AST for locmapper for debugging
[538/540] Write Objects.LinkFileList
[539/540] Linking locmapper
Build complete! (188.93s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "xibloc",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0-beta.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Frizlab/XibLoc.git"
},
{
"identity" : "clt-logger",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/xcode-actions/clt-logger.git"
}
],
"manifest_display_name" : "LocMapper",
"name" : "LocMapper",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "LocMapper",
"targets" : [
"LocMapper"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "locmapper",
"targets" : [
"locmapper"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "locmapper",
"module_type" : "SwiftTarget",
"name" : "locmapper",
"path" : "LocMapper CLI",
"product_dependencies" : [
"ArgumentParser",
"CLTLogger"
],
"product_memberships" : [
"locmapper"
],
"sources" : [
"Commands/Experimental.swift",
"Commands/Experimental/ConvertStdreflocToXibrefloc.swift",
"Commands/Experimental/ConvertXibreflocToStdrefloc.swift",
"Commands/Experimental/CreateInitialAndroidMappingFromStdRefLoc.swift",
"Commands/Experimental/GitUnfriendly.swift",
"Commands/Experimental/TransformMappings.swift",
"Commands/Experimental/UploadXibreflocToLokalise.swift",
"Commands/ExportToAndroid.swift",
"Commands/ExportToXcode.swift",
"Commands/Lint.swift",
"Commands/MergeAndroidLocs.swift",
"Commands/MergeStdrefloc.swift",
"Commands/MergeXcodeLocs.swift",
"Commands/StandardizeRefloc.swift",
"Commands/UpdateXcodeStringsFromCode.swift",
"ObsoleteVerbs.swift",
"Utils/CommonOptions.swift",
"Utils/FileHandleOutputStream.swift",
"Utils/ParseUtils.swift",
"main.swift"
],
"target_dependencies" : [
"LocMapper"
],
"type" : "executable"
},
{
"c99name" : "LocMapperTests",
"module_type" : "SwiftTarget",
"name" : "LocMapperTests",
"path" : "Tests/LocMapperTests",
"sources" : [
"XcodeStringsMergeAndRestoreTests.swift",
"XcodeStringsParserTests.swift"
],
"target_dependencies" : [
"LocMapper"
],
"type" : "test"
},
{
"c99name" : "LocMapper",
"module_type" : "SwiftTarget",
"name" : "LocMapper",
"path" : "LocMapper",
"product_dependencies" : [
"Logging",
"XibLoc"
],
"product_memberships" : [
"LocMapper",
"locmapper"
],
"sources" : [
"Android Support/AndroidXMLLocFile.swift",
"Android Support/LocFile+Android.swift",
"LocFile/LocFile+EditingSupport.swift",
"LocFile/LocFile+LineKey.swift",
"LocFile/LocFile+LineValue.swift",
"LocFile/LocFile+LintSupport.swift",
"LocFile/LocFile+MetadataSupport.swift",
"LocFile/LocFile+MigrationsSupport.swift",
"LocFile/LocFile+QuerySupport.swift",
"LocFile/LocFile+Serialization.swift",
"LocFile/LocFile.swift",
"LocMapperConfig.swift",
"Mapping/Components/LocKeyMappingComponent.swift",
"Mapping/Components/LocKeyMappingComponentInvalid.swift",
"Mapping/Components/LocKeyMappingComponentStdToXibLoc.swift",
"Mapping/Components/LocKeyMappingComponentToConstant.swift",
"Mapping/Components/LocKeyMappingComponentValueTransforms.swift",
"Mapping/LocKeyMapping.swift",
"Mapping/Transformers/LocValueTransformer.swift",
"Mapping/Transformers/LocValueTransformerGenderVariantPick.swift",
"Mapping/Transformers/LocValueTransformerInvalid.swift",
"Mapping/Transformers/LocValueTransformerOrderedReplacementVariantPick.swift",
"Mapping/Transformers/LocValueTransformerPluralVariantPick.swift",
"Mapping/Transformers/LocValueTransformerRegexReplacements.swift",
"Mapping/Transformers/LocValueTransformerRegionDelimitersReplacement.swift",
"Mapping/Transformers/LocValueTransformerSimpleStringReplacements.swift",
"Mapping/Transformers/LocValueTransformerToUpper.swift",
"Mapping/Utils/MappingResolvingError.swift",
"RefLoc Support/StdRefLoc/LocFile+StdRefLoc.swift",
"RefLoc Support/StdRefLoc/Lokalise Model/LokaliseKey.swift",
"RefLoc Support/StdRefLoc/Lokalise Model/LokaliseKeysList.swift",
"RefLoc Support/StdRefLoc/Lokalise Model/LokalisePlural.swift",
"RefLoc Support/StdRefLoc/Lokalise Model/LokaliseTranslation.swift",
"RefLoc Support/StdRefLoc/StdRefLocFile.swift",
"RefLoc Support/Utilities/HappnXib2Lokalise.swift",
"RefLoc Support/Utilities/HappnXib2Std.swift",
"RefLoc Support/Utilities/Std2Xib.swift",
"RefLoc Support/XibRefLoc/LocFile+XibRefLoc.swift",
"RefLoc Support/XibRefLoc/XibRefLocFile.swift",
"Utilities/AppendedTagsStrings.swift",
"Utilities/CSVParser.swift",
"Utilities/FilteredDirectoryEnumerator.swift",
"Utilities/IOUtils.swift",
"Utilities/PrependedUserInfoStrings.swift",
"Utilities/Scanner+LinuxCompat.swift",
"Utilities/String+CSVUtils.swift",
"Utilities/TaggedObject.swift",
"Utilities/URLRequest+Utils.swift",
"Utilities/URLSession+Utils.swift",
"Xcode Strings Support/LocFile+Xcode.swift",
"Xcode Strings Support/XcodeStringsFile.swift"
],
"target_dependencies" : [
"CZlib"
],
"type" : "library"
},
{
"c99name" : "CZlib",
"module_type" : "SystemLibraryTarget",
"name" : "CZlib",
"path" : "CZlib",
"product_memberships" : [
"LocMapper",
"locmapper"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.