Build Information
Successful build of XibLoc, reference main (79468d
), with Swift 6.1 for Linux on 30 Apr 2025 02:55:31 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/Frizlab/XibLoc.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/Frizlab/XibLoc
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 79468d8 Properly handle NSFont not being Sendable
Cloned https://github.com/Frizlab/XibLoc.git
Revision (git rev-parse @):
79468d8c314158b4fd3779bc35603f1227e4cac6
SUCCESS checkout https://github.com/Frizlab/XibLoc.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Frizlab/XibLoc.git
https://github.com/Frizlab/XibLoc.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"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" : "globalconfmodule",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Frizlab/GlobalConfModule.git"
}
],
"manifest_display_name" : "XibLoc",
"name" : "XibLoc",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "XibLoc",
"targets" : [
"XibLoc"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XibLocTests",
"module_type" : "SwiftTarget",
"name" : "XibLocTests",
"path" : "Tests/XibLocTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/XibLocTests/Helpers/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
}
],
"sources" : [
"AttrStrTests.swift",
"AttributedStringUtilsTests.swift",
"Helpers/PluralityDefinition+Utils.swift",
"Helpers/Utils.swift",
"Helpers/XibLoc4ObjCHelper.swift",
"PluralityTests.swift",
"XibLocResolvingInfoTests.swift",
"XibLocTestsSwiftAttrStr.swift",
"XibLocTestsSwiftNSAttrStr.swift",
"XibLocTestsSwiftStr.swift"
],
"target_dependencies" : [
"XibLoc"
],
"type" : "test"
},
{
"c99name" : "XibLoc",
"module_type" : "SwiftTarget",
"name" : "XibLoc",
"path" : "Sources/XibLoc",
"product_dependencies" : [
"Logging",
"GlobalConfModule"
],
"product_memberships" : [
"XibLoc"
],
"sources" : [
"Cache/CacheLock.swift",
"Cache/ParsedXibLoc+InitCache.swift",
"Cache/XibLocParsingInfo.swift",
"Parser/ParsedXibLoc.swift",
"Parser/ParserHelper+AttributedString.swift",
"Parser/ParserHelper+NSMutableAttributedString.swift",
"Parser/ParserHelper+String.swift",
"Parser/ParserHelper.swift",
"Plurality/PluralValue.swift",
"Plurality/PluralityDefinition.swift",
"Plurality/PluralityDefinitionZone.swift",
"Plurality/PluralityDefinitionZoneValue.swift",
"Plurality/PluralityDefinitionZoneValueGlob.swift",
"Plurality/PluralityDefinitionZoneValueIntervalOfFloats.swift",
"Plurality/PluralityDefinitionZoneValueIntervalOfInts.swift",
"Plurality/PluralityDefinitionZoneValueNumber.swift",
"Resolving Info/MultipleWordsTokens.swift",
"Resolving Info/OneWordTokens.swift",
"Resolving Info/Str2AttrStrXibLocInfo.swift",
"Resolving Info/Str2NSAttrStrXibLocInfo.swift",
"Resolving Info/Str2StrXibLocInfo.swift",
"Resolving Info/Tokens Group/CommonTokensGroup.swift",
"Resolving Info/Tokens Group/CommonTokensGroup_Linux.swift",
"Resolving Info/Tokens Group/TokensGroup.swift",
"Resolving Info/XibLocResolvingInfo.swift",
"Utilities/AttributedString+Utils.swift",
"Utilities/Collection+Utils.swift",
"Utilities/NSMutableAttributedString+Utils.swift",
"Utilities/NumberFormatter+Utils.swift",
"Utilities/RandomAccessCollection+StableSort.swift",
"Utilities/Range+Utils.swift",
"Utilities/Scanner+LinuxCompat.swift",
"Utilities/StringAttributesChangesDescription.swift",
"Utilities/XibLocColor.swift",
"Utilities/XibLocFont.swift",
"Utilities/XibLocNumber.swift",
"XibLoc.swift",
"XibLocConfig.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/Frizlab/GlobalConfModule.git
Fetching https://github.com/apple/swift-log.git
[1/607] Fetching globalconfmodule
[511/4443] Fetching globalconfmodule, swift-log
Fetched https://github.com/Frizlab/GlobalConfModule.git from cache (0.66s)
Fetched https://github.com/apple/swift-log.git from cache (0.66s)
Computing version for https://github.com/Frizlab/GlobalConfModule.git
Computed https://github.com/Frizlab/GlobalConfModule.git at 0.4.1 (1.59s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.41s)
[1/70245] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.58s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (8.58s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (3.89s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.83s)
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.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
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.3
Creating working copy for https://github.com/Frizlab/GlobalConfModule.git
Working copy of https://github.com/Frizlab/GlobalConfModule.git resolved at 0.4.1
Building for debugging...
[0/38] Write sources
[19/38] Compiling _SwiftSyntaxCShims dummy.c
[20/38] Write swift-version-24593BA9C3E375BF.txt
[22/52] Emitting module SwiftSyntax510
[23/52] Emitting module SwiftSyntax600
[24/52] Compiling SwiftSyntax600 Empty.swift
[26/53] Compiling SwiftSyntax510 Empty.swift
[27/53] Compiling SwiftSyntax509 Empty.swift
[28/53] Emitting module SwiftSyntax509
[30/55] Wrapping AST for SwiftSyntax600 for debugging
[32/55] Compiling ServiceContextModule ServiceContext.swift
[33/55] Emitting module ServiceContextModule
[34/55] Compiling ServiceContextModule ServiceContextKey.swift
[35/56] Compiling Logging MetadataProvider.swift
[36/56] Wrapping AST for SwiftSyntax509 for debugging
[37/56] Wrapping AST for SwiftSyntax510 for debugging
[39/56] Emitting module Logging
[40/56] Compiling Logging LogHandler.swift
[41/56] Compiling Logging Logging.swift
[42/56] Compiling Logging Locks.swift
[44/121] Compiling SwiftSyntax MemoryLayout.swift
[45/121] Compiling SwiftSyntax MissingNodeInitializers.swift
[46/121] Compiling SwiftSyntax RawSyntax.swift
[47/121] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[48/121] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[49/121] Compiling SwiftSyntax RawSyntaxTokenView.swift
[50/121] Compiling SwiftSyntax SourceEdit.swift
[51/121] Compiling SwiftSyntax SourceLength.swift
[52/121] Compiling SwiftSyntax SourceLocation.swift
[53/121] Compiling SwiftSyntax AbsolutePosition.swift
[54/121] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[55/121] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[56/121] Compiling SwiftSyntax Assert.swift
[57/121] Compiling SwiftSyntax BumpPtrAllocator.swift
[58/121] Compiling SwiftSyntax CommonAncestor.swift
[59/121] Compiling SwiftSyntax Convenience.swift
[60/121] Compiling SwiftSyntax CustomTraits.swift
[61/121] Compiling SwiftSyntax Identifier.swift
[62/121] Compiling SwiftSyntax SourcePresence.swift
[63/121] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[64/121] Compiling SwiftSyntax Syntax.swift
[65/121] Compiling SwiftSyntax SyntaxArena.swift
[66/121] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[67/121] Compiling SwiftSyntax SyntaxChildren.swift
[68/121] Compiling SwiftSyntax SyntaxCollection.swift
[69/121] Compiling SwiftSyntax SyntaxHashable.swift
[70/121] Compiling SwiftSyntax SyntaxIdentifier.swift
[71/129] Emitting module SwiftSyntax
[72/129] Compiling SwiftSyntax RawSyntaxNodesD.swift
[73/129] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[74/129] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[75/129] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[76/129] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[77/129] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[78/129] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[79/129] Compiling SwiftSyntax RawSyntaxValidation.swift
[80/129] Compiling SwiftSyntax SyntaxNodesAB.swift
[81/129] Compiling SwiftSyntax SyntaxKind.swift
[82/129] Compiling SwiftSyntax SyntaxRewriter.swift
[83/129] Compiling SwiftSyntax SyntaxTraits.swift
[84/129] Compiling SwiftSyntax SyntaxVisitor.swift
[85/129] Compiling SwiftSyntax TokenKind.swift
[86/129] Compiling SwiftSyntax Tokens.swift
[87/129] Compiling SwiftSyntax TriviaPieces.swift
[88/129] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[89/129] Compiling SwiftSyntax RawSyntaxNodesC.swift
[90/129] Compiling SwiftSyntax SyntaxNodeFactory.swift
[91/129] Compiling SwiftSyntax SyntaxNodeStructure.swift
[92/129] Compiling SwiftSyntax SyntaxProtocol.swift
[93/129] Compiling SwiftSyntax SyntaxText.swift
[94/129] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[95/129] Compiling SwiftSyntax TokenDiagnostic.swift
[96/129] Compiling SwiftSyntax TokenSequence.swift
[97/129] Compiling SwiftSyntax TokenSyntax.swift
[98/129] Compiling SwiftSyntax Trivia.swift
[99/129] Compiling SwiftSyntax Utils.swift
[100/129] Compiling SwiftSyntax ChildNameForKeyPath.swift
[101/129] Compiling SwiftSyntax Keyword.swift
[102/129] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[103/129] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[104/129] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[105/129] Compiling SwiftSyntax SyntaxBaseNodes.swift
[106/129] Compiling SwiftSyntax SyntaxCollections.swift
[107/129] Compiling SwiftSyntax SyntaxEnum.swift
[108/129] Compiling SwiftSyntax SyntaxNodesC.swift
[109/129] Compiling SwiftSyntax SyntaxNodesD.swift
[110/129] Compiling SwiftSyntax SyntaxNodesEF.swift
[111/129] Compiling SwiftSyntax SyntaxNodesGHI.swift
[112/129] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[113/129] Compiling SwiftSyntax SyntaxNodesOP.swift
[114/129] Compiling SwiftSyntax SyntaxNodesQRS.swift
[115/129] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[116/130] Wrapping AST for SwiftSyntax for debugging
[118/187] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[119/188] Emitting module SwiftDiagnostics
[120/188] Compiling SwiftDiagnostics Message.swift
[121/188] Compiling SwiftDiagnostics FixIt.swift
[122/188] Compiling SwiftParser Attributes.swift
[123/188] Compiling SwiftParser Availability.swift
[124/188] Compiling SwiftBasicFormat Syntax+Extensions.swift
[125/188] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[126/188] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[127/188] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[128/188] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[129/188] Compiling SwiftDiagnostics Note.swift
[130/188] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[131/188] Compiling SwiftBasicFormat InferIndentation.swift
[132/188] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[133/189] Wrapping AST for SwiftDiagnostics for debugging
[135/189] Emitting module SwiftBasicFormat
[136/189] Compiling SwiftBasicFormat BasicFormat.swift
[137/190] Wrapping AST for SwiftBasicFormat for debugging
[139/190] Compiling SwiftParser LexemeSequence.swift
[140/190] Compiling SwiftParser Lexer.swift
[141/190] Compiling SwiftParser RegexLiteralLexer.swift
[142/190] Compiling SwiftParser UnicodeScalarExtensions.swift
[143/190] Compiling SwiftParser Lookahead.swift
[144/190] Compiling SwiftParser LoopProgressCondition.swift
[145/190] Compiling SwiftParser Modifiers.swift
[146/190] Compiling SwiftParser Names.swift
[147/190] Compiling SwiftParser Nominals.swift
[148/190] Compiling SwiftParser Parameters.swift
[149/190] Compiling SwiftParser ParseSourceFile.swift
[150/190] Compiling SwiftParser Parser.swift
[151/195] Emitting module SwiftParser
[152/195] Compiling SwiftParser Patterns.swift
[153/195] Compiling SwiftParser Recovery.swift
[154/195] Compiling SwiftParser Specifiers.swift
[155/195] Compiling SwiftParser Statements.swift
[156/195] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[157/195] Compiling SwiftParser StringLiterals.swift
[158/195] Compiling SwiftParser TokenSpec.swift
[159/195] Compiling SwiftParser TokenSpecSet.swift
[160/195] Compiling SwiftParser TopLevel.swift
[161/195] Compiling SwiftParser TriviaParser.swift
[162/195] Compiling SwiftParser Types.swift
[163/195] Compiling SwiftParser SwiftParserCompatibility.swift
[164/195] Compiling SwiftParser SwiftVersion.swift
[165/195] Compiling SwiftParser SyntaxUtils.swift
[166/195] Compiling SwiftParser TokenConsumer.swift
[167/195] Compiling SwiftParser TokenPrecedence.swift
[172/195] Compiling SwiftParser Declarations.swift
[173/195] Compiling SwiftParser Directives.swift
[174/195] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[175/195] Compiling SwiftParser Expressions.swift
[176/195] Compiling SwiftParser IncrementalParseTransition.swift
[177/195] Compiling SwiftParser IsValidIdentifier.swift
[178/195] Compiling SwiftParser Cursor.swift
[179/195] Compiling SwiftParser Lexeme.swift
[180/195] Compiling SwiftParser ExperimentalFeatures.swift
[181/195] Compiling SwiftParser IsLexerClassified.swift
[182/195] Compiling SwiftParser LayoutNodes+Parsable.swift
[183/195] Compiling SwiftParser Parser+TokenSpecSet.swift
[184/195] Compiling SwiftParser TokenSpecStaticMembers.swift
[185/196] Wrapping AST for SwiftParser for debugging
[187/219] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[188/220] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[189/220] Compiling SwiftOperators PrecedenceGroup.swift
[190/221] Compiling SwiftOperators OperatorTable.swift
[191/221] Compiling SwiftOperators PrecedenceGraph.swift
[192/221] Compiling SwiftOperators OperatorTable+Semantics.swift
[193/221] Compiling SwiftOperators SyntaxSynthesis.swift
[194/221] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[195/221] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[196/221] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[197/221] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[198/221] Compiling SwiftOperators OperatorTable+Folding.swift
[199/221] Emitting module SwiftOperators
[201/222] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[202/222] Compiling SwiftParserDiagnostics Utils.swift
[203/222] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[204/222] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[205/222] Compiling SwiftParserDiagnostics PresenceUtils.swift
[206/222] Emitting module SwiftParserDiagnostics
[206/222] Wrapping AST for SwiftOperators for debugging
[210/222] Compiling SwiftParserDiagnostics MissingNodesError.swift
[211/222] Compiling SwiftParserDiagnostics MissingTokenError.swift
[214/223] Wrapping AST for SwiftParserDiagnostics for debugging
[216/238] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[217/238] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[218/238] Compiling SwiftSyntaxBuilder Indenter.swift
[219/238] Compiling SwiftSyntaxBuilder ListBuilder.swift
[220/239] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[221/239] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[222/239] Emitting module SwiftSyntaxBuilder
[223/239] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[224/239] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[225/239] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[226/239] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[227/239] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[228/239] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[229/239] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[230/239] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[231/239] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[232/240] Wrapping AST for SwiftSyntaxBuilder for debugging
[234/257] Compiling SwiftSyntaxMacros Macro.swift
[235/257] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[236/257] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[237/257] Compiling SwiftSyntaxMacros Macro+Format.swift
[238/259] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[239/259] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[240/259] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[241/259] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[242/259] Compiling SwiftSyntaxMacros MemberMacro.swift
[243/259] Compiling SwiftSyntaxMacros PeerMacro.swift
[244/259] Compiling SwiftSyntaxMacros AccessorMacro.swift
[245/259] Compiling SwiftSyntaxMacros AttachedMacro.swift
[246/259] Compiling SwiftSyntaxMacros BodyMacro.swift
[247/259] Emitting module SwiftSyntaxMacros
[248/259] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[249/259] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[250/259] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[251/259] Compiling SwiftSyntaxMacros PreambleMacro.swift
[252/259] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[253/260] Wrapping AST for SwiftSyntaxMacros for debugging
[255/269] Emitting module SwiftSyntaxMacroExpansion
[256/269] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[257/269] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[258/269] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[259/270] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[260/270] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[261/270] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[262/270] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[263/270] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[264/270] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[265/271] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[267/283] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[268/284] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[269/284] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[270/284] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[271/284] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[272/284] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[273/284] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[274/284] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[275/284] Emitting module SwiftCompilerPluginMessageHandling
[276/284] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[277/284] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[278/284] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[279/284] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[280/285] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[282/287] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[283/287] Emitting module SwiftCompilerPlugin
[284/288] Wrapping AST for SwiftCompilerPlugin for debugging
[286/296] Compiling GlobalConfMacros Errors.swift
[287/297] Compiling GlobalConfMacros Entrypoint.swift
[288/297] Compiling GlobalConfMacros DeclareConfNamespaceMacro.swift
[289/297] Compiling GlobalConfMacros DeclareConfAccessorMacro.swift
[290/297] Compiling GlobalConfMacros DeclareConfMacro.swift
[291/297] Compiling GlobalConfMacros LabeledExprSyntax+Utils.swift
[292/297] Emitting module GlobalConfMacros
[293/297] Compiling GlobalConfMacros Optional+Utils.swift
[294/297] Compiling GlobalConfMacros SimpleDiagnosticMessage.swift
[295/298] Wrapping AST for GlobalConfMacros for debugging
[296/298] Write Objects.LinkFileList
[297/298] Linking GlobalConfMacros-tool
[299/320] Compiling GlobalConfModule InjectedConf.swift
[300/320] Compiling GlobalConfModule 1-ConfKey.swift
[301/320] Compiling GlobalConfModule 2-ServiceKey.swift
[302/322] Compiling GlobalConfModule ConfContext+ConfKey.swift
[303/322] Compiling GlobalConfModule ConfContext+ConfKeyMainActor.swift
[304/322] Compiling GlobalConfModule ConfContext.swift
[305/322] Compiling GlobalConfModule Conf.swift
[306/322] Compiling GlobalConfModule ConfContext+AutoInjectable.swift
[307/322] Compiling GlobalConfModule ConfContext+AutoInjectableMainActor.swift
[308/322] Compiling GlobalConfModule InjectedConf+AutoInjectableMainActor.swift
[309/322] Compiling GlobalConfModule InjectedConf+ConfKey.swift
[310/322] Compiling GlobalConfModule InjectedConf+ConfKeyMainActor.swift
[311/322] Compiling GlobalConfModule AutoInjectable.swift
[312/322] Compiling GlobalConfModule AutoInjectableMainActor.swift
[313/322] Compiling GlobalConfModule InjectedConf+AutoInjectable.swift
[314/322] Compiling GlobalConfModule ConfKey.swift
[315/322] Compiling GlobalConfModule ConfKeyMainActor.swift
[316/322] Compiling GlobalConfModule ConfKeys.swift
[317/322] Compiling GlobalConfModule Conf+ConfKey.swift
[318/322] Compiling GlobalConfModule Conf+ConfKeyMainActor.swift
[319/322] Compiling GlobalConfModule Conf+withValues.swift
[320/322] Emitting module GlobalConfModule
[321/322] Compiling GlobalConfModule 3-NamespaceKey.swift
[322/322] Compiling GlobalConfModule 4-AccessorConvenience.swift
[324/358] Compiling XibLoc Range+Utils.swift
[325/358] Compiling XibLoc Scanner+LinuxCompat.swift
[326/358] Compiling XibLoc StringAttributesChangesDescription.swift
[327/358] Compiling XibLoc XibLocColor.swift
[328/362] Compiling XibLoc AttributedString+Utils.swift
[329/362] Compiling XibLoc Collection+Utils.swift
[330/362] Compiling XibLoc NSMutableAttributedString+Utils.swift
[331/362] Compiling XibLoc NumberFormatter+Utils.swift
[332/362] Compiling XibLoc RandomAccessCollection+StableSort.swift
[333/362] Compiling XibLoc PluralityDefinitionZoneValueNumber.swift
[334/362] Compiling XibLoc MultipleWordsTokens.swift
[335/362] Compiling XibLoc OneWordTokens.swift
[336/362] Compiling XibLoc Str2AttrStrXibLocInfo.swift
[337/362] Compiling XibLoc Str2NSAttrStrXibLocInfo.swift
[338/362] Emitting module XibLoc
[339/362] Compiling XibLoc XibLocFont.swift
[340/362] Compiling XibLoc XibLocNumber.swift
[341/362] Compiling XibLoc XibLoc.swift
[342/362] Compiling XibLoc XibLocConfig.swift
[343/362] Compiling XibLoc Str2StrXibLocInfo.swift
[344/362] Compiling XibLoc CommonTokensGroup.swift
[345/362] Compiling XibLoc CommonTokensGroup_Linux.swift
[346/362] Compiling XibLoc TokensGroup.swift
[347/362] Compiling XibLoc XibLocResolvingInfo.swift
[348/362] Compiling XibLoc ParserHelper+NSMutableAttributedString.swift
[349/362] Compiling XibLoc ParserHelper+String.swift
[350/362] Compiling XibLoc ParserHelper.swift
[351/362] Compiling XibLoc PluralValue.swift
[352/362] Compiling XibLoc PluralityDefinition.swift
[353/362] Compiling XibLoc PluralityDefinitionZone.swift
[354/362] Compiling XibLoc PluralityDefinitionZoneValue.swift
[355/362] Compiling XibLoc PluralityDefinitionZoneValueGlob.swift
[356/362] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfFloats.swift
[357/362] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfInts.swift
[358/362] Compiling XibLoc CacheLock.swift
/host/spi-builder-workspace/Sources/XibLoc/Parser/ParsedXibLoc.swift:416:10: warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
414 |
415 | #if !USE_UTF16_OFFSETS
416 | #warning("I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.")
| `- warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
417 | /* With this version of the algorithm we play it safe and re-compute the ranges by searching for partial strings from the original string in the new string.
418 | * This has a small performance impact on some ObjC strings, but in most of the cases it’s completely negligible. */
[359/362] Compiling XibLoc ParsedXibLoc+InitCache.swift
/host/spi-builder-workspace/Sources/XibLoc/Parser/ParsedXibLoc.swift:416:10: warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
414 |
415 | #if !USE_UTF16_OFFSETS
416 | #warning("I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.")
| `- warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
417 | /* With this version of the algorithm we play it safe and re-compute the ranges by searching for partial strings from the original string in the new string.
418 | * This has a small performance impact on some ObjC strings, but in most of the cases it’s completely negligible. */
[360/362] Compiling XibLoc XibLocParsingInfo.swift
/host/spi-builder-workspace/Sources/XibLoc/Parser/ParsedXibLoc.swift:416:10: warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
414 |
415 | #if !USE_UTF16_OFFSETS
416 | #warning("I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.")
| `- warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
417 | /* With this version of the algorithm we play it safe and re-compute the ranges by searching for partial strings from the original string in the new string.
418 | * This has a small performance impact on some ObjC strings, but in most of the cases it’s completely negligible. */
[361/362] Compiling XibLoc ParsedXibLoc.swift
/host/spi-builder-workspace/Sources/XibLoc/Parser/ParsedXibLoc.swift:416:10: warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
414 |
415 | #if !USE_UTF16_OFFSETS
416 | #warning("I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.")
| `- warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
417 | /* With this version of the algorithm we play it safe and re-compute the ranges by searching for partial strings from the original string in the new string.
418 | * This has a small performance impact on some ObjC strings, but in most of the cases it’s completely negligible. */
[362/362] Compiling XibLoc ParserHelper+AttributedString.swift
/host/spi-builder-workspace/Sources/XibLoc/Parser/ParsedXibLoc.swift:416:10: warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
414 |
415 | #if !USE_UTF16_OFFSETS
416 | #warning("I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.")
| `- warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
417 | /* With this version of the algorithm we play it safe and re-compute the ranges by searching for partial strings from the original string in the new string.
418 | * This has a small performance impact on some ObjC strings, but in most of the cases it’s completely negligible. */
Build complete! (123.48s)
Build complete.
{
"default_localization" : "en",
"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" : "globalconfmodule",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Frizlab/GlobalConfModule.git"
}
],
"manifest_display_name" : "XibLoc",
"name" : "XibLoc",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "XibLoc",
"targets" : [
"XibLoc"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XibLocTests",
"module_type" : "SwiftTarget",
"name" : "XibLocTests",
"path" : "Tests/XibLocTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/XibLocTests/Helpers/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
}
],
"sources" : [
"AttrStrTests.swift",
"AttributedStringUtilsTests.swift",
"Helpers/PluralityDefinition+Utils.swift",
"Helpers/Utils.swift",
"Helpers/XibLoc4ObjCHelper.swift",
"PluralityTests.swift",
"XibLocResolvingInfoTests.swift",
"XibLocTestsSwiftAttrStr.swift",
"XibLocTestsSwiftNSAttrStr.swift",
"XibLocTestsSwiftStr.swift"
],
"target_dependencies" : [
"XibLoc"
],
"type" : "test"
},
{
"c99name" : "XibLoc",
"module_type" : "SwiftTarget",
"name" : "XibLoc",
"path" : "Sources/XibLoc",
"product_dependencies" : [
"Logging",
"GlobalConfModule"
],
"product_memberships" : [
"XibLoc"
],
"sources" : [
"Cache/CacheLock.swift",
"Cache/ParsedXibLoc+InitCache.swift",
"Cache/XibLocParsingInfo.swift",
"Parser/ParsedXibLoc.swift",
"Parser/ParserHelper+AttributedString.swift",
"Parser/ParserHelper+NSMutableAttributedString.swift",
"Parser/ParserHelper+String.swift",
"Parser/ParserHelper.swift",
"Plurality/PluralValue.swift",
"Plurality/PluralityDefinition.swift",
"Plurality/PluralityDefinitionZone.swift",
"Plurality/PluralityDefinitionZoneValue.swift",
"Plurality/PluralityDefinitionZoneValueGlob.swift",
"Plurality/PluralityDefinitionZoneValueIntervalOfFloats.swift",
"Plurality/PluralityDefinitionZoneValueIntervalOfInts.swift",
"Plurality/PluralityDefinitionZoneValueNumber.swift",
"Resolving Info/MultipleWordsTokens.swift",
"Resolving Info/OneWordTokens.swift",
"Resolving Info/Str2AttrStrXibLocInfo.swift",
"Resolving Info/Str2NSAttrStrXibLocInfo.swift",
"Resolving Info/Str2StrXibLocInfo.swift",
"Resolving Info/Tokens Group/CommonTokensGroup.swift",
"Resolving Info/Tokens Group/CommonTokensGroup_Linux.swift",
"Resolving Info/Tokens Group/TokensGroup.swift",
"Resolving Info/XibLocResolvingInfo.swift",
"Utilities/AttributedString+Utils.swift",
"Utilities/Collection+Utils.swift",
"Utilities/NSMutableAttributedString+Utils.swift",
"Utilities/NumberFormatter+Utils.swift",
"Utilities/RandomAccessCollection+StableSort.swift",
"Utilities/Range+Utils.swift",
"Utilities/Scanner+LinuxCompat.swift",
"Utilities/StringAttributesChangesDescription.swift",
"Utilities/XibLocColor.swift",
"Utilities/XibLocFont.swift",
"Utilities/XibLocNumber.swift",
"XibLoc.swift",
"XibLocConfig.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.