Build Information
Successful build of XibLoc, reference main (79468d
), with Swift 6.0 for Linux on 11 Dec 2024 10:09:32 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.0-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.58.5
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.0
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.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/Frizlab/GlobalConfModule.git
[1/607] Fetching globalconfmodule
[608/4334] Fetching globalconfmodule, swift-log
Fetched https://github.com/Frizlab/GlobalConfModule.git from cache (0.20s)
[1901/3727] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.29s)
Computing version for https://github.com/Frizlab/GlobalConfModule.git
Computed https://github.com/Frizlab/GlobalConfModule.git at 0.4.1 (0.39s)
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-service-context.git
[1/989] Fetching swift-service-context
[990/67948] Fetching swift-service-context, swift-syntax
Fetched https://github.com/apple/swift-service-context.git from cache (5.31s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.39s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.1.0 (3.05s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.59s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.40s)
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.2
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.1.0
Creating working copy for https://github.com/Frizlab/GlobalConfModule.git
Working copy of https://github.com/Frizlab/GlobalConfModule.git resolved at 0.4.1
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
Building for debugging...
[0/38] Write sources
[19/38] Compiling _SwiftSyntaxCShims dummy.c
[20/38] Write swift-version-24593BA9C3E375BF.txt
[22/52] Emitting module SwiftSyntax509
[23/52] Compiling SwiftSyntax509 Empty.swift
[24/53] Compiling ServiceContextModule ServiceContextKey.swift
[25/53] Compiling SwiftSyntax600 Empty.swift
[26/53] Emitting module SwiftSyntax600
[29/54] Emitting module ServiceContextModule
[30/54] Compiling ServiceContextModule ServiceContext.swift
[31/55] Compiling SwiftSyntax510 Empty.swift
[32/55] Emitting module SwiftSyntax510
[33/56] Wrapping AST for SwiftSyntax509 for debugging
[35/56] Wrapping AST for SwiftSyntax600 for debugging
[36/56] Wrapping AST for SwiftSyntax510 for debugging
[38/120] Compiling Logging LogHandler.swift
[39/120] Compiling Logging Logging.swift
[40/120] Compiling Logging MetadataProvider.swift
[41/120] Emitting module Logging
[42/120] Compiling Logging Locks.swift
[44/121] Compiling SwiftSyntax AbsolutePosition.swift
[45/121] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[46/121] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[47/121] Compiling SwiftSyntax Assert.swift
[48/121] Compiling SwiftSyntax BumpPtrAllocator.swift
[49/121] Compiling SwiftSyntax CommonAncestor.swift
[50/121] Compiling SwiftSyntax Convenience.swift
[51/121] Compiling SwiftSyntax CustomTraits.swift
[52/121] Compiling SwiftSyntax Identifier.swift
[53/121] Compiling SwiftSyntax SourcePresence.swift
[54/121] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[55/121] Compiling SwiftSyntax Syntax.swift
[56/121] Compiling SwiftSyntax SyntaxArena.swift
[57/121] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[58/121] Compiling SwiftSyntax SyntaxChildren.swift
[59/121] Compiling SwiftSyntax SyntaxCollection.swift
[60/121] Compiling SwiftSyntax SyntaxHashable.swift
[61/121] Compiling SwiftSyntax SyntaxIdentifier.swift
[62/121] Compiling SwiftSyntax MemoryLayout.swift
[63/121] Compiling SwiftSyntax MissingNodeInitializers.swift
[64/121] Compiling SwiftSyntax RawSyntax.swift
[65/121] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[66/121] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[67/121] Compiling SwiftSyntax RawSyntaxTokenView.swift
[68/121] Compiling SwiftSyntax SourceEdit.swift
[69/121] Compiling SwiftSyntax SourceLength.swift
[70/121] Compiling SwiftSyntax SourceLocation.swift
[71/129] Emitting module SwiftSyntax
[72/129] Compiling SwiftSyntax SyntaxKind.swift
[73/129] Compiling SwiftSyntax SyntaxRewriter.swift
[74/129] Compiling SwiftSyntax SyntaxTraits.swift
[75/129] Compiling SwiftSyntax SyntaxVisitor.swift
[76/129] Compiling SwiftSyntax TokenKind.swift
[77/129] Compiling SwiftSyntax Tokens.swift
[78/129] Compiling SwiftSyntax TriviaPieces.swift
[79/129] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[80/129] Compiling SwiftSyntax RawSyntaxNodesC.swift
[81/129] Compiling SwiftSyntax RawSyntaxNodesD.swift
[82/129] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[83/129] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[84/129] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[85/129] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[86/129] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[87/129] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[88/129] Compiling SwiftSyntax RawSyntaxValidation.swift
[89/129] Compiling SwiftSyntax SyntaxNodesAB.swift
[90/129] Compiling SwiftSyntax Utils.swift
[91/129] Compiling SwiftSyntax ChildNameForKeyPath.swift
[92/129] Compiling SwiftSyntax Keyword.swift
[93/129] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[94/129] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[95/129] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[96/129] Compiling SwiftSyntax SyntaxBaseNodes.swift
[97/129] Compiling SwiftSyntax SyntaxCollections.swift
[98/129] Compiling SwiftSyntax SyntaxEnum.swift
[99/129] Compiling SwiftSyntax SyntaxNodeFactory.swift
[100/129] Compiling SwiftSyntax SyntaxNodeStructure.swift
[101/129] Compiling SwiftSyntax SyntaxProtocol.swift
[102/129] Compiling SwiftSyntax SyntaxText.swift
[103/129] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[104/129] Compiling SwiftSyntax TokenDiagnostic.swift
[105/129] Compiling SwiftSyntax TokenSequence.swift
[106/129] Compiling SwiftSyntax TokenSyntax.swift
[107/129] Compiling SwiftSyntax Trivia.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] Compiling SwiftDiagnostics Message.swift
[120/188] Compiling SwiftBasicFormat Syntax+Extensions.swift
[121/188] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[122/188] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[123/188] Compiling SwiftParser Attributes.swift
[124/188] Compiling SwiftParser Availability.swift
[125/188] Emitting module SwiftDiagnostics
[126/188] Compiling SwiftParser CharacterInfo.swift
[127/188] Compiling SwiftParser CollectionNodes+Parsable.swift
[128/188] Compiling SwiftDiagnostics Note.swift
[129/188] Compiling SwiftBasicFormat InferIndentation.swift
[130/188] Compiling SwiftDiagnostics FixIt.swift
[131/188] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[132/188] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[134/189] Emitting module SwiftBasicFormat
[135/189] Compiling SwiftBasicFormat BasicFormat.swift
[135/190] Wrapping AST for SwiftDiagnostics for debugging
[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/195] Compiling SwiftParser Modifiers.swift
[146/195] Compiling SwiftParser Names.swift
[147/195] Compiling SwiftParser Nominals.swift
[148/195] Compiling SwiftParser Parameters.swift
[149/195] Compiling SwiftParser ParseSourceFile.swift
[150/195] Compiling SwiftParser Parser.swift
[151/195] Compiling SwiftParser Patterns.swift
[152/195] Compiling SwiftParser Recovery.swift
[153/195] Compiling SwiftParser Specifiers.swift
[154/195] Compiling SwiftParser Statements.swift
[155/195] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[156/195] Compiling SwiftParser StringLiterals.swift
[157/195] Compiling SwiftParser SwiftParserCompatibility.swift
[158/195] Compiling SwiftParser SwiftVersion.swift
[159/195] Compiling SwiftParser SyntaxUtils.swift
[160/195] Compiling SwiftParser TokenConsumer.swift
[161/195] Compiling SwiftParser TokenPrecedence.swift
[162/195] Compiling SwiftParser TokenSpec.swift
[163/195] Compiling SwiftParser TokenSpecSet.swift
[164/195] Compiling SwiftParser TopLevel.swift
[165/195] Compiling SwiftParser TriviaParser.swift
[166/195] Compiling SwiftParser Types.swift
[171/195] Compiling SwiftParser Declarations.swift
[172/195] Compiling SwiftParser Directives.swift
[173/195] Emitting module SwiftParser
[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 SwiftOperators PrecedenceGroup.swift
[189/221] Compiling SwiftOperators PrecedenceGraph.swift
[190/221] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[191/221] Compiling SwiftOperators OperatorTable.swift
[192/221] Compiling SwiftOperators Operator.swift
[193/221] Compiling SwiftOperators OperatorError+Diagnostics.swift
[194/221] Emitting module SwiftOperators
[195/221] Compiling SwiftOperators OperatorTable+Folding.swift
[196/221] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[197/221] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[198/221] Compiling SwiftOperators OperatorTable+Semantics.swift
[199/221] Compiling SwiftOperators SyntaxSynthesis.swift
[200/222] Wrapping AST for SwiftOperators for debugging
[202/222] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[203/222] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[204/222] Compiling SwiftParserDiagnostics Utils.swift
[205/222] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[206/222] Compiling SwiftParserDiagnostics PresenceUtils.swift
[207/222] Emitting module SwiftParserDiagnostics
[212/222] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[213/222] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[214/223] Wrapping AST for SwiftParserDiagnostics for debugging
[216/238] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[217/238] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[218/239] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[219/239] Emitting module SwiftSyntaxBuilder
[220/239] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[221/239] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[222/239] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[223/239] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[224/239] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[225/239] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[226/239] Compiling SwiftSyntaxBuilder Indenter.swift
[227/239] Compiling SwiftSyntaxBuilder ListBuilder.swift
[228/239] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[229/239] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[230/239] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[231/239] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[232/240] Wrapping AST for SwiftSyntaxBuilder for debugging
[234/257] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[235/257] Compiling SwiftSyntaxMacros Macro+Format.swift
[236/257] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[237/257] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[238/257] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[239/257] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[240/257] Compiling SwiftSyntaxMacros Macro.swift
[241/257] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[242/257] Compiling SwiftSyntaxMacros MemberMacro.swift
[243/257] Compiling SwiftSyntaxMacros PeerMacro.swift
[244/257] Compiling SwiftSyntaxMacros AccessorMacro.swift
[245/257] Compiling SwiftSyntaxMacros AttachedMacro.swift
[246/257] Compiling SwiftSyntaxMacros BodyMacro.swift
[247/259] Emitting module SwiftSyntaxMacros
[248/259] Compiling SwiftSyntaxMacros PreambleMacro.swift
[249/259] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[250/259] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[251/259] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[252/259] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[253/260] Wrapping AST for SwiftSyntaxMacros for debugging
[255/269] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[256/269] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[257/269] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[258/270] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[259/270] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[260/270] Emitting module SwiftSyntaxMacroExpansion
[261/270] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[262/270] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[263/270] Compiling SwiftSyntaxMacroExpansion MacroReplacement.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 CompilerPluginMessageHandler.swift
[269/284] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[270/284] Emitting module SwiftCompilerPluginMessageHandling
[271/284] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[272/284] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[273/284] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[274/284] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[275/284] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[276/284] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[277/284] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[278/284] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[279/284] Compiling SwiftCompilerPluginMessageHandling JSON.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] Emitting module GlobalConfMacros
[287/297] Compiling GlobalConfMacros Errors.swift
[288/297] Compiling GlobalConfMacros SimpleDiagnosticMessage.swift
[289/297] Compiling GlobalConfMacros DeclareConfAccessorMacro.swift
[290/297] Compiling GlobalConfMacros Entrypoint.swift
[291/297] Compiling GlobalConfMacros DeclareConfMacro.swift
[292/297] Compiling GlobalConfMacros Optional+Utils.swift
[293/297] Compiling GlobalConfMacros DeclareConfNamespaceMacro.swift
[294/297] Compiling GlobalConfMacros LabeledExprSyntax+Utils.swift
[295/298] Wrapping AST for GlobalConfMacros for debugging
[296/298] Write Objects.LinkFileList
[297/298] Linking GlobalConfMacros-tool
[299/320] Compiling GlobalConfModule AutoInjectable.swift
[300/320] Compiling GlobalConfModule AutoInjectableMainActor.swift
[301/320] Compiling GlobalConfModule InjectedConf+AutoInjectable.swift
[302/322] Compiling GlobalConfModule ConfKey.swift
[303/322] Compiling GlobalConfModule ConfKeyMainActor.swift
[304/322] Compiling GlobalConfModule ConfKeys.swift
[305/322] Compiling GlobalConfModule ConfContext+ConfKey.swift
[306/322] Compiling GlobalConfModule ConfContext+ConfKeyMainActor.swift
[307/322] Compiling GlobalConfModule ConfContext.swift
[308/322] Compiling GlobalConfModule InjectedConf.swift
[309/322] Compiling GlobalConfModule 1-ConfKey.swift
[310/322] Compiling GlobalConfModule 2-ServiceKey.swift
[311/322] Compiling GlobalConfModule Conf.swift
[312/322] Compiling GlobalConfModule ConfContext+AutoInjectable.swift
[313/322] Compiling GlobalConfModule ConfContext+AutoInjectableMainActor.swift
[314/322] Compiling GlobalConfModule InjectedConf+AutoInjectableMainActor.swift
[315/322] Compiling GlobalConfModule InjectedConf+ConfKey.swift
[316/322] Compiling GlobalConfModule InjectedConf+ConfKeyMainActor.swift
[317/322] Emitting module GlobalConfModule
[318/322] Compiling GlobalConfModule 3-NamespaceKey.swift
[319/322] Compiling GlobalConfModule 4-AccessorConvenience.swift
[320/322] Compiling GlobalConfModule Conf+ConfKey.swift
[321/322] Compiling GlobalConfModule Conf+ConfKeyMainActor.swift
[322/322] Compiling GlobalConfModule Conf+withValues.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] Emitting module XibLoc
[329/362] Compiling XibLoc XibLocFont.swift
[330/362] Compiling XibLoc XibLocNumber.swift
[331/362] Compiling XibLoc XibLoc.swift
[332/362] Compiling XibLoc XibLocConfig.swift
[333/362] Compiling XibLoc PluralityDefinitionZone.swift
[334/362] Compiling XibLoc PluralityDefinitionZoneValue.swift
[335/362] Compiling XibLoc PluralityDefinitionZoneValueGlob.swift
[336/362] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfFloats.swift
[337/362] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfInts.swift
[338/362] Compiling XibLoc ParserHelper+NSMutableAttributedString.swift
[339/362] Compiling XibLoc ParserHelper+String.swift
[340/362] Compiling XibLoc ParserHelper.swift
[341/362] Compiling XibLoc PluralValue.swift
[342/362] Compiling XibLoc PluralityDefinition.swift
[343/362] Compiling XibLoc PluralityDefinitionZoneValueNumber.swift
[344/362] Compiling XibLoc MultipleWordsTokens.swift
[345/362] Compiling XibLoc OneWordTokens.swift
[346/362] Compiling XibLoc Str2AttrStrXibLocInfo.swift
[347/362] Compiling XibLoc Str2NSAttrStrXibLocInfo.swift
[348/362] Compiling XibLoc AttributedString+Utils.swift
[349/362] Compiling XibLoc Collection+Utils.swift
[350/362] Compiling XibLoc NSMutableAttributedString+Utils.swift
[351/362] Compiling XibLoc NumberFormatter+Utils.swift
[352/362] Compiling XibLoc RandomAccessCollection+StableSort.swift
[353/362] Compiling XibLoc Str2StrXibLocInfo.swift
[354/362] Compiling XibLoc CommonTokensGroup.swift
[355/362] Compiling XibLoc CommonTokensGroup_Linux.swift
[356/362] Compiling XibLoc TokensGroup.swift
[357/362] Compiling XibLoc XibLocResolvingInfo.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! (103.24s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.