The Swift Package Index logo.Swift Package Index

Build Information

Successful build of XibLoc, reference 2.0.0-beta.3 (d87c79), with Swift 6.1 for Wasm on 31 Jan 2026 04:29:07 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/XibLoc.git
Reference: 2.0.0-beta.3
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
 * tag               2.0.0-beta.3 -> FETCH_HEAD
HEAD is now at d87c793 Make init of AttributesChanger_Font public
Cloned https://github.com/Frizlab/XibLoc.git
Revision (git rev-parse @):
d87c79397f5b7e9935e9d957fc6263db064cb5d9
SUCCESS checkout https://github.com/Frizlab/XibLoc.git at 2.0.0-beta.3
========================================
Build
========================================
Selected platform:         wasm
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/TokensGroup.swift",
        "Resolving Info/XibLocResolvingInfo.swift",
        "Utilities/AttributedString+Utils.swift",
        "Utilities/AttributesChanger/AttributesChange_Bold.swift",
        "Utilities/AttributesChanger/AttributesChange_Colors.swift",
        "Utilities/AttributesChanger/AttributesChange_Font.swift",
        "Utilities/AttributesChanger/AttributesChange_Italic.swift",
        "Utilities/AttributesChanger/AttributesChange_Link.swift",
        "Utilities/AttributesChanger/AttributesChange_UnderlineStyle.swift",
        "Utilities/AttributesChanger/AttributesChanger.swift",
        "Utilities/AttributesChanger/AttributesChanger_Aggregate.swift",
        "Utilities/AttributesContainer/AttributesContainer.swift",
        "Utilities/AttributesContainer/AttributesContainer_Foundation.swift",
        "Utilities/Collection+Utils.swift",
        "Utilities/NSMutableAttributedString+Utils.swift",
        "Utilities/NumberFormatter+Utils.swift",
        "Utilities/RandomAccessCollection+StableSort.swift",
        "Utilities/Range+Utils.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-3":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/Frizlab/GlobalConfModule.git
[1/669] Fetching globalconfmodule
[670/6557] Fetching globalconfmodule, swift-log
Fetched https://github.com/Frizlab/GlobalConfModule.git from cache (1.05s)
Fetched https://github.com/apple/swift-log.git from cache (1.19s)
Computing version for https://github.com/Frizlab/GlobalConfModule.git
Computed https://github.com/Frizlab/GlobalConfModule.git at 0.4.4 (1.99s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/1162] Fetching swift-service-context
[1163/75067] Fetching swift-service-context, swift-syntax
Fetched https://github.com/apple/swift-service-context.git from cache (8.98s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.06s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (10.15s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (3.56s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.9.1 (0.76s)
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.9.1
Building for debugging...
[0/42] Write sources
[21/42] Compiling _SwiftSyntaxCShims PlatformMutex.c
[22/42] Write swift-version-24593BA9C3E375BF.txt
[24/60] Emitting module SwiftSyntax509
[25/60] Compiling ServiceContextModule ServiceContext.swift
[26/60] Emitting module ServiceContextModule
[27/60] Compiling ServiceContextModule ServiceContextKey.swift
[29/61] Compiling SwiftSyntax509 Empty.swift
[30/61] Emitting module SwiftSyntax600
[31/61] Compiling SwiftSyntax600 Empty.swift
[32/63] Emitting module SwiftSyntax602
[33/63] Compiling SwiftSyntax602 Empty.swift
[34/64] Emitting module SwiftSyntax510
[35/64] Compiling SwiftSyntax510 Empty.swift
[38/65] Emitting module SwiftSyntax601
[39/65] Compiling SwiftSyntax601 Empty.swift
[41/66] Wrapping AST for SwiftSyntax600 for debugging
[42/66] Wrapping AST for SwiftSyntax602 for debugging
[43/66] Wrapping AST for SwiftSyntax510 for debugging
[45/66] Wrapping AST for SwiftSyntax509 for debugging
[47/66] Compiling Logging MetadataProvider.swift
[48/66] Compiling Logging LogHandler.swift
[49/66] Compiling Logging Logging.swift
[50/66] Emitting module Logging
[51/66] Compiling Logging Locks.swift
[51/67] Wrapping AST for SwiftSyntax601 for debugging
[54/130] Emitting module SwiftSyntax
[55/138] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[56/138] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[57/138] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[58/138] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[59/138] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[60/138] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[61/138] Compiling SwiftSyntax RawSyntaxValidation.swift
[62/138] Compiling SwiftSyntax SyntaxNodesAB.swift
[63/138] Compiling SwiftSyntax SyntaxNodeStructure.swift
[64/138] Compiling SwiftSyntax SyntaxProtocol.swift
[65/138] Compiling SwiftSyntax SyntaxText.swift
[66/138] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[67/138] Compiling SwiftSyntax TokenDiagnostic.swift
[68/138] Compiling SwiftSyntax TokenSequence.swift
[69/138] Compiling SwiftSyntax TokenSyntax.swift
[70/138] Compiling SwiftSyntax Trivia.swift
[71/138] Compiling SwiftSyntax Utils.swift
[72/138] Compiling SwiftSyntax SourceLength.swift
[73/138] Compiling SwiftSyntax SourceLocation.swift
[74/138] Compiling SwiftSyntax SourcePresence.swift
[75/138] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[76/138] Compiling SwiftSyntax Syntax.swift
[77/138] Compiling SwiftSyntax SyntaxChildren.swift
[78/138] Compiling SwiftSyntax SyntaxCollection.swift
[79/138] Compiling SwiftSyntax SyntaxHashable.swift
[80/138] Compiling SwiftSyntax SyntaxIdentifier.swift
[81/138] Compiling SwiftSyntax SyntaxRewriter.swift
[82/138] Compiling SwiftSyntax SyntaxTraits.swift
[83/138] Compiling SwiftSyntax SyntaxVisitor.swift
[84/138] Compiling SwiftSyntax TokenKind.swift
[85/138] Compiling SwiftSyntax Tokens.swift
[86/138] Compiling SwiftSyntax TriviaPieces.swift
[87/138] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[88/138] Compiling SwiftSyntax RawSyntaxNodesC.swift
[89/138] Compiling SwiftSyntax RawSyntaxNodesD.swift
[90/138] Compiling SwiftSyntax ChildNameForKeyPath.swift
[91/138] Compiling SwiftSyntax Keyword.swift
[92/138] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[93/138] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[94/138] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[95/138] Compiling SwiftSyntax SyntaxBaseNodes.swift
[96/138] Compiling SwiftSyntax SyntaxCollections.swift
[97/138] Compiling SwiftSyntax SyntaxEnum.swift
[98/138] Compiling SwiftSyntax SyntaxKind.swift
[99/138] Compiling SwiftSyntax Identifier.swift
[100/138] Compiling SwiftSyntax MemoryLayout.swift
[101/138] Compiling SwiftSyntax MissingNodeInitializers.swift
[102/138] Compiling SwiftSyntax RawSyntax.swift
[103/138] Compiling SwiftSyntax RawSyntaxArena.swift
[104/138] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[105/138] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[106/138] Compiling SwiftSyntax RawSyntaxTokenView.swift
[107/138] Compiling SwiftSyntax SourceEdit.swift
[108/138] Compiling SwiftSyntax AbsolutePosition.swift
[109/138] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[110/138] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[111/138] Compiling SwiftSyntax Assert.swift
[112/138] Compiling SwiftSyntax BumpPtrAllocator.swift
[113/138] Compiling SwiftSyntax CommonAncestor.swift
[114/138] Compiling SwiftSyntax Convenience.swift
[115/138] Compiling SwiftSyntax CustomTraits.swift
[116/138] Compiling SwiftSyntax EditorPlaceholder.swift
[117/138] Compiling SwiftSyntax SyntaxNodesC.swift
[118/138] Compiling SwiftSyntax SyntaxNodesD.swift
[119/138] Compiling SwiftSyntax SyntaxNodesEF.swift
[120/138] Compiling SwiftSyntax SyntaxNodesGHI.swift
[121/138] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[122/138] Compiling SwiftSyntax SyntaxNodesOP.swift
[123/138] Compiling SwiftSyntax SyntaxNodesQRS.swift
[124/138] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[125/139] Wrapping AST for SwiftSyntax for debugging
[127/198] Emitting module SwiftDiagnostics
[128/199] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[129/199] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[130/199] Compiling SwiftBasicFormat Syntax+Extensions.swift
[131/199] Compiling SwiftDiagnostics Note.swift
[132/199] Compiling SwiftDiagnostics Message.swift
[133/199] Compiling SwiftParser Directives.swift
[134/199] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[135/199] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[136/199] Compiling SwiftDiagnostics FixIt.swift
[137/199] Compiling SwiftBasicFormat InferIndentation.swift
[138/199] Compiling SwiftBasicFormat Indenter.swift
[139/199] Compiling SwiftParser Expressions.swift
[140/199] Compiling SwiftParser IncrementalParseTransition.swift
[141/199] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[142/199] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[144/200] Compiling SwiftBasicFormat BasicFormat.swift
[145/200] Emitting module SwiftBasicFormat
[145/200] Wrapping AST for SwiftDiagnostics for debugging
[147/201] Wrapping AST for SwiftBasicFormat for debugging
[149/201] Compiling SwiftParser StringLiterals.swift
[150/201] Compiling SwiftParser SwiftParserCompatibility.swift
[151/201] Compiling SwiftParser SwiftVersion.swift
[152/201] Compiling SwiftParser SyntaxUtils.swift
[153/201] Compiling SwiftParser TokenConsumer.swift
[154/201] Compiling SwiftParser TokenPrecedence.swift
[155/206] Emitting module SwiftParser
[156/206] Compiling SwiftParser Parser.swift
[157/206] Compiling SwiftParser Patterns.swift
[158/206] Compiling SwiftParser Recovery.swift
[159/206] Compiling SwiftParser Specifiers.swift
[160/206] Compiling SwiftParser Statements.swift
[161/206] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[162/206] Compiling SwiftParser TokenSpec.swift
[163/206] Compiling SwiftParser TokenSpecSet.swift
[164/206] Compiling SwiftParser TopLevel.swift
[165/206] Compiling SwiftParser TriviaParser.swift
[166/206] Compiling SwiftParser Types.swift
[167/206] Compiling SwiftParser Lexeme.swift
[168/206] Compiling SwiftParser LexemeSequence.swift
[169/206] Compiling SwiftParser Lexer.swift
[170/206] Compiling SwiftParser RegexLiteralLexer.swift
[171/206] Compiling SwiftParser UnicodeScalarExtensions.swift
[172/206] Compiling SwiftParser Lookahead.swift
[173/206] Compiling SwiftParser LoopProgressCondition.swift
[174/206] Compiling SwiftParser Modifiers.swift
[175/206] Compiling SwiftParser Names.swift
[176/206] Compiling SwiftParser Nominals.swift
[177/206] Compiling SwiftParser Parameters.swift
[178/206] Compiling SwiftParser ParseSourceFile.swift
[179/206] Compiling SwiftParser Attributes.swift
[180/206] Compiling SwiftParser Availability.swift
[181/206] Compiling SwiftParser CharacterInfo.swift
[182/206] Compiling SwiftParser CollectionNodes+Parsable.swift
[183/206] Compiling SwiftParser CompilerFiles.swift
[184/206] Compiling SwiftParser Declarations.swift
[189/206] Compiling SwiftParser IsValidIdentifier.swift
[190/206] Compiling SwiftParser Cursor.swift
[191/206] Compiling SwiftParser ExperimentalFeatures.swift
[192/206] Compiling SwiftParser IsLexerClassified.swift
[193/206] Compiling SwiftParser LayoutNodes+Parsable.swift
[194/206] Compiling SwiftParser Parser+TokenSpecSet.swift
[195/206] Compiling SwiftParser TokenSpecStaticMembers.swift
[196/207] Wrapping AST for SwiftParser for debugging
[198/230] Compiling SwiftOperators PrecedenceGroup.swift
[199/231] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[200/232] Compiling SwiftOperators OperatorTable.swift
[201/232] Compiling SwiftOperators PrecedenceGraph.swift
[202/232] Compiling SwiftOperators SyntaxSynthesis.swift
[203/232] Compiling SwiftOperators OperatorTable+Semantics.swift
[204/232] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[205/232] Emitting module SwiftOperators
[206/232] Compiling SwiftOperators OperatorError.swift
[207/232] Compiling SwiftOperators OperatorTable+Defaults.swift
[208/232] Compiling SwiftOperators Operator.swift
[209/232] Compiling SwiftOperators OperatorError+Diagnostics.swift
[210/232] Compiling SwiftOperators OperatorTable+Folding.swift
[212/233] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[213/233] Compiling SwiftParserDiagnostics Utils.swift
[214/233] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[215/233] Emitting module SwiftParserDiagnostics
[216/233] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[217/233] Compiling SwiftParserDiagnostics PresenceUtils.swift
[217/233] Wrapping AST for SwiftOperators for debugging
[221/233] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[222/233] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[225/234] Wrapping AST for SwiftParserDiagnostics for debugging
[227/249] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[228/249] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[229/250] Emitting module SwiftSyntaxBuilder
[230/250] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[231/250] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[232/250] Compiling SwiftSyntaxBuilder Indenter.swift
[233/250] Compiling SwiftSyntaxBuilder ListBuilder.swift
[234/250] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[235/250] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[236/250] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[237/250] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[238/250] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[239/250] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[240/250] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[241/250] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[242/250] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[243/251] Wrapping AST for SwiftSyntaxBuilder for debugging
[245/268] Emitting module SwiftSyntaxMacros
[246/268] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[247/268] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[248/270] Compiling SwiftSyntaxMacros MemberMacro.swift
[249/270] Compiling SwiftSyntaxMacros PeerMacro.swift
[250/270] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[251/270] Compiling SwiftSyntaxMacros Macro+Format.swift
[252/270] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[253/270] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[254/270] Compiling SwiftSyntaxMacros AccessorMacro.swift
[255/270] Compiling SwiftSyntaxMacros AttachedMacro.swift
[256/270] Compiling SwiftSyntaxMacros BodyMacro.swift
[257/270] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[258/270] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[259/270] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[260/270] Compiling SwiftSyntaxMacros Macro.swift
[261/270] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[262/270] Compiling SwiftSyntaxMacros PreambleMacro.swift
[263/270] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[264/271] Wrapping AST for SwiftSyntaxMacros for debugging
[266/280] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[267/281] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[268/281] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[269/281] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[270/281] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[271/281] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[272/281] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[273/281] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[274/281] Emitting module SwiftSyntaxMacroExpansion
[275/281] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[276/282] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[278/294] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[279/294] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[280/294] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[281/295] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[282/295] Emitting module SwiftCompilerPluginMessageHandling
[283/295] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[284/295] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[285/295] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[286/295] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[287/295] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[288/295] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[289/295] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[290/295] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[291/296] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[293/298] Emitting module SwiftCompilerPlugin
[294/298] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[295/299] Wrapping AST for SwiftCompilerPlugin for debugging
[297/307] Compiling GlobalConfMacros DeclareConfNamespaceMacro.swift
[298/308] Compiling GlobalConfMacros Optional+Utils.swift
[299/308] Compiling GlobalConfMacros SimpleDiagnosticMessage.swift
[300/308] Compiling GlobalConfMacros Entrypoint.swift
[301/308] Compiling GlobalConfMacros LabeledExprSyntax+Utils.swift
[302/308] Compiling GlobalConfMacros DeclareConfAccessorMacro.swift
[303/308] Emitting module GlobalConfMacros
[304/308] Compiling GlobalConfMacros  Errors.swift
[305/308] Compiling GlobalConfMacros DeclareConfMacro.swift
[306/309] Wrapping AST for GlobalConfMacros for debugging
[307/309] Write Objects.LinkFileList
[308/309] Linking GlobalConfMacros-tool
[310/331] Emitting module GlobalConfModule
[311/333] Compiling GlobalConfModule Conf.swift
[312/333] Compiling GlobalConfModule ConfContext+AutoInjectable.swift
[313/333] Compiling GlobalConfModule ConfContext+AutoInjectableMainActor.swift
[314/333] Compiling GlobalConfModule 3-NamespaceKey.swift
[315/333] Compiling GlobalConfModule 4-AccessorConvenience.swift
[316/333] Compiling GlobalConfModule InjectedConf.swift
[317/333] Compiling GlobalConfModule 1-ConfKey.swift
[318/333] Compiling GlobalConfModule 2-ServiceKey.swift
[319/333] Compiling GlobalConfModule Conf+ConfKey.swift
[320/333] Compiling GlobalConfModule Conf+ConfKeyMainActor.swift
[321/333] Compiling GlobalConfModule Conf+withValues.swift
[322/333] Compiling GlobalConfModule ConfContext+ConfKey.swift
[323/333] Compiling GlobalConfModule ConfContext+ConfKeyMainActor.swift
[324/333] Compiling GlobalConfModule ConfContext.swift
[325/333] Compiling GlobalConfModule ConfKey.swift
[326/333] Compiling GlobalConfModule ConfKeyMainActor.swift
[327/333] Compiling GlobalConfModule ConfKeys.swift
[328/333] Compiling GlobalConfModule InjectedConf+AutoInjectableMainActor.swift
[329/333] Compiling GlobalConfModule InjectedConf+ConfKey.swift
[330/333] Compiling GlobalConfModule InjectedConf+ConfKeyMainActor.swift
[331/333] Compiling GlobalConfModule AutoInjectable.swift
[332/333] Compiling GlobalConfModule AutoInjectableMainActor.swift
[333/333] Compiling GlobalConfModule InjectedConf+AutoInjectable.swift
[335/375] Emitting module XibLoc
[336/380] Compiling XibLoc PluralityDefinitionZoneValueGlob.swift
[337/380] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfFloats.swift
[338/380] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfInts.swift
[339/380] Compiling XibLoc PluralityDefinitionZoneValueNumber.swift
[340/380] Compiling XibLoc MultipleWordsTokens.swift
[341/380] Compiling XibLoc OneWordTokens.swift
[342/380] Compiling XibLoc ParserHelper+String.swift
[343/380] Compiling XibLoc ParserHelper.swift
[344/380] Compiling XibLoc PluralValue.swift
[345/380] Compiling XibLoc PluralityDefinition.swift
[346/380] Compiling XibLoc PluralityDefinitionZone.swift
[347/380] Compiling XibLoc PluralityDefinitionZoneValue.swift
[348/380] Compiling XibLoc XibLocColor.swift
[349/380] Compiling XibLoc XibLocFont.swift
[350/380] Compiling XibLoc XibLocNumber.swift
[351/380] Compiling XibLoc XibLoc.swift
[352/380] Compiling XibLoc XibLocConfig.swift
[353/380] Compiling XibLoc AttributesChange_UnderlineStyle.swift
[354/380] Compiling XibLoc AttributesChanger.swift
[355/380] Compiling XibLoc AttributesChanger_Aggregate.swift
[356/380] Compiling XibLoc AttributesContainer.swift
[357/380] Compiling XibLoc AttributesContainer_Foundation.swift
[358/380] Compiling XibLoc Collection+Utils.swift
[359/380] Compiling XibLoc NSMutableAttributedString+Utils.swift
[360/380] Compiling XibLoc NumberFormatter+Utils.swift
[361/380] Compiling XibLoc RandomAccessCollection+StableSort.swift
[362/380] Compiling XibLoc Range+Utils.swift
[363/380] Compiling XibLoc Str2AttrStrXibLocInfo.swift
[364/380] Compiling XibLoc Str2NSAttrStrXibLocInfo.swift
[365/380] Compiling XibLoc Str2StrXibLocInfo.swift
[366/380] Compiling XibLoc CommonTokensGroup.swift
[367/380] Compiling XibLoc TokensGroup.swift
[368/380] Compiling XibLoc XibLocResolvingInfo.swift
[369/380] Compiling XibLoc AttributedString+Utils.swift
[370/380] Compiling XibLoc AttributesChange_Bold.swift
[371/380] Compiling XibLoc AttributesChange_Colors.swift
[372/380] Compiling XibLoc AttributesChange_Font.swift
[373/380] Compiling XibLoc AttributesChange_Italic.swift
[374/380] Compiling XibLoc AttributesChange_Link.swift
[375/380] 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. */
[376/380] 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. */
[377/380] 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. */
[378/380] 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. */
[379/380] 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. */
[380/380] Compiling XibLoc ParserHelper+NSMutableAttributedString.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! (169.22s)
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/TokensGroup.swift",
        "Resolving Info/XibLocResolvingInfo.swift",
        "Utilities/AttributedString+Utils.swift",
        "Utilities/AttributesChanger/AttributesChange_Bold.swift",
        "Utilities/AttributesChanger/AttributesChange_Colors.swift",
        "Utilities/AttributesChanger/AttributesChange_Font.swift",
        "Utilities/AttributesChanger/AttributesChange_Italic.swift",
        "Utilities/AttributesChanger/AttributesChange_Link.swift",
        "Utilities/AttributesChanger/AttributesChange_UnderlineStyle.swift",
        "Utilities/AttributesChanger/AttributesChanger.swift",
        "Utilities/AttributesChanger/AttributesChanger_Aggregate.swift",
        "Utilities/AttributesContainer/AttributesContainer.swift",
        "Utilities/AttributesContainer/AttributesContainer_Foundation.swift",
        "Utilities/Collection+Utils.swift",
        "Utilities/NSMutableAttributedString+Utils.swift",
        "Utilities/NumberFormatter+Utils.swift",
        "Utilities/RandomAccessCollection+StableSort.swift",
        "Utilities/Range+Utils.swift",
        "Utilities/XibLocColor.swift",
        "Utilities/XibLocFont.swift",
        "Utilities/XibLocNumber.swift",
        "XibLoc.swift",
        "XibLocConfig.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.