The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of XibLoc, reference 1.5.1-beta.2 (e85a51), with Swift 6.1 for Wasm on 21 Aug 2025 07:52:23 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/XibLoc.git
Reference: 1.5.1-beta.2
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               1.5.1-beta.2 -> FETCH_HEAD
HEAD is now at e85a517 Merge branch 'fix/frizlab/incorrect_swift_ui_link' into develop
Cloned https://github.com/Frizlab/XibLoc.git
Revision (git rev-parse @):
e85a5179bdd93e017473182d76b33af1f176e6bd
SUCCESS checkout https://github.com/Frizlab/XibLoc.git at 1.5.1-beta.2
========================================
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/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-4606859-0":/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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/Frizlab/GlobalConfModule.git
Fetching https://github.com/apple/swift-log.git
[1/661] Fetching globalconfmodule
[662/4558] Fetching globalconfmodule, swift-log
Fetched https://github.com/Frizlab/GlobalConfModule.git from cache (0.42s)
Fetched https://github.com/apple/swift-log.git from cache (0.43s)
Computing version for https://github.com/Frizlab/GlobalConfModule.git
Computed https://github.com/Frizlab/GlobalConfModule.git at 0.4.3 (1.00s)
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-service-context.git
[1/1088] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.29s)
[1/71751] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.81s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (7.54s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (2.58s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.55s)
Creating working copy for https://github.com/Frizlab/GlobalConfModule.git
Working copy of https://github.com/Frizlab/GlobalConfModule.git resolved at 0.4.3
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 601.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.4
Building for debugging...
[0/40] Write sources
[20/40] Compiling _SwiftSyntaxCShims dummy.c
[21/40] Write swift-version-24593BA9C3E375BF.txt
[23/56] Emitting module SwiftSyntax509
[24/56] Emitting module ServiceContextModule
[25/56] Emitting module Logging
[26/56] Emitting module SwiftSyntax601
[27/56] Emitting module SwiftSyntax510
[28/56] Compiling SwiftSyntax601 Empty.swift
[29/56] Compiling SwiftSyntax510 Empty.swift
[30/58] Compiling SwiftSyntax509 Empty.swift
[32/59] Compiling SwiftSyntax600 Empty.swift
[33/59] Emitting module SwiftSyntax600
[34/59] Compiling ServiceContextModule ServiceContextKey.swift
[37/60] Wrapping AST for SwiftSyntax510 for debugging
[39/60] Compiling ServiceContextModule ServiceContext.swift
[40/60] Compiling Logging Locks.swift
[40/61] Wrapping AST for SwiftSyntax600 for debugging
[41/61] Wrapping AST for SwiftSyntax509 for debugging
[42/61] Wrapping AST for SwiftSyntax601 for debugging
[45/125] Compiling Logging MetadataProvider.swift
[46/125] Compiling Logging Logging.swift
[47/125] Compiling Logging LogHandler.swift
[49/126] Compiling SwiftSyntax AbsolutePosition.swift
[50/126] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[51/126] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[52/126] Compiling SwiftSyntax Assert.swift
[53/126] Compiling SwiftSyntax BumpPtrAllocator.swift
[54/126] Compiling SwiftSyntax CommonAncestor.swift
[55/126] Compiling SwiftSyntax Convenience.swift
[56/126] Compiling SwiftSyntax CustomTraits.swift
[57/126] Compiling SwiftSyntax EditorPlaceholder.swift
[58/135] Compiling SwiftSyntax Identifier.swift
[59/135] Compiling SwiftSyntax MemoryLayout.swift
[60/135] Compiling SwiftSyntax MissingNodeInitializers.swift
[61/135] Compiling SwiftSyntax RawSyntax.swift
[62/135] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[63/135] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[64/135] Compiling SwiftSyntax RawSyntaxTokenView.swift
[65/135] Compiling SwiftSyntax SourceEdit.swift
[66/135] Compiling SwiftSyntax SourceLength.swift
[67/135] Emitting module SwiftSyntax
[68/135] Compiling SwiftSyntax RawSyntaxNodesC.swift
[69/135] Compiling SwiftSyntax RawSyntaxNodesD.swift
[70/135] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[71/135] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[72/135] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[73/135] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[74/135] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[75/135] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[76/135] Compiling SwiftSyntax RawSyntaxValidation.swift
[77/135] Compiling SwiftSyntax SyntaxEnum.swift
[78/135] Compiling SwiftSyntax SyntaxKind.swift
[79/135] Compiling SwiftSyntax SyntaxRewriter.swift
[80/135] Compiling SwiftSyntax SyntaxTraits.swift
[81/135] Compiling SwiftSyntax SyntaxVisitor.swift
[82/135] Compiling SwiftSyntax TokenKind.swift
[83/135] Compiling SwiftSyntax Tokens.swift
[84/135] Compiling SwiftSyntax TriviaPieces.swift
[85/135] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[86/135] Compiling SwiftSyntax SyntaxIdentifier.swift
[87/135] Compiling SwiftSyntax SyntaxNodeFactory.swift
[88/135] Compiling SwiftSyntax SyntaxNodeStructure.swift
[89/135] Compiling SwiftSyntax SyntaxProtocol.swift
[90/135] Compiling SwiftSyntax SyntaxText.swift
[91/135] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[92/135] Compiling SwiftSyntax TokenDiagnostic.swift
[93/135] Compiling SwiftSyntax TokenSequence.swift
[94/135] Compiling SwiftSyntax TokenSyntax.swift
[95/135] Compiling SwiftSyntax SourceLocation.swift
[96/135] Compiling SwiftSyntax SourcePresence.swift
[97/135] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[98/135] Compiling SwiftSyntax Syntax.swift
[99/135] Compiling SwiftSyntax SyntaxArena.swift
[100/135] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[101/135] Compiling SwiftSyntax SyntaxChildren.swift
[102/135] Compiling SwiftSyntax SyntaxCollection.swift
[103/135] Compiling SwiftSyntax SyntaxHashable.swift
[104/135] Compiling SwiftSyntax Trivia.swift
[105/135] Compiling SwiftSyntax Utils.swift
[106/135] Compiling SwiftSyntax ChildNameForKeyPath.swift
[107/135] Compiling SwiftSyntax Keyword.swift
[108/135] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[109/135] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[110/135] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[111/135] Compiling SwiftSyntax SyntaxBaseNodes.swift
[112/135] Compiling SwiftSyntax SyntaxCollections.swift
[113/135] Compiling SwiftSyntax SyntaxNodesAB.swift
[114/135] Compiling SwiftSyntax SyntaxNodesC.swift
[115/135] Compiling SwiftSyntax SyntaxNodesD.swift
[116/135] Compiling SwiftSyntax SyntaxNodesEF.swift
[117/135] Compiling SwiftSyntax SyntaxNodesGHI.swift
[118/135] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[119/135] Compiling SwiftSyntax SyntaxNodesOP.swift
[120/135] Compiling SwiftSyntax SyntaxNodesQRS.swift
[121/135] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[122/136] Wrapping AST for SwiftSyntax for debugging
[124/194] Compiling SwiftDiagnostics Message.swift
[125/195] Compiling SwiftBasicFormat Syntax+Extensions.swift
[126/195] Compiling SwiftDiagnostics FixIt.swift
[127/195] Compiling SwiftParser CharacterInfo.swift
[128/195] Compiling SwiftParser CollectionNodes+Parsable.swift
[129/195] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[130/195] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[131/195] Emitting module SwiftDiagnostics
[132/195] Compiling SwiftParser Attributes.swift
[133/195] Compiling SwiftParser Availability.swift
[134/195] Compiling SwiftDiagnostics Note.swift
[135/195] Compiling SwiftBasicFormat Indenter.swift
[136/195] Compiling SwiftBasicFormat InferIndentation.swift
[137/195] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[138/195] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[139/195] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[141/196] Compiling SwiftParser SwiftParserCompatibility.swift
[142/196] Compiling SwiftParser SwiftVersion.swift
[143/196] Compiling SwiftParser SyntaxUtils.swift
[144/196] Compiling SwiftParser TokenConsumer.swift
[145/196] Compiling SwiftParser TokenPrecedence.swift
[145/201] Wrapping AST for SwiftDiagnostics for debugging
[147/201] Emitting module SwiftBasicFormat
[148/201] Compiling SwiftBasicFormat BasicFormat.swift
[149/202] Wrapping AST for SwiftBasicFormat for debugging
[151/202] Emitting module SwiftParser
[152/202] Compiling SwiftParser TokenSpec.swift
[153/202] Compiling SwiftParser TokenSpecSet.swift
[154/202] Compiling SwiftParser TopLevel.swift
[155/202] Compiling SwiftParser TriviaParser.swift
[156/202] Compiling SwiftParser Types.swift
[157/202] Compiling SwiftParser Modifiers.swift
[158/202] Compiling SwiftParser Names.swift
[159/202] Compiling SwiftParser Nominals.swift
[160/202] Compiling SwiftParser Parameters.swift
[161/202] Compiling SwiftParser ParseSourceFile.swift
[162/202] Compiling SwiftParser Parser.swift
[163/202] Compiling SwiftParser Patterns.swift
[164/202] Compiling SwiftParser Recovery.swift
[165/202] Compiling SwiftParser Specifiers.swift
[166/202] Compiling SwiftParser Statements.swift
[167/202] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[168/202] Compiling SwiftParser StringLiterals.swift
[169/202] Compiling SwiftParser LexemeSequence.swift
[170/202] Compiling SwiftParser Lexer.swift
[171/202] Compiling SwiftParser RegexLiteralLexer.swift
[172/202] Compiling SwiftParser UnicodeScalarExtensions.swift
[173/202] Compiling SwiftParser Lookahead.swift
[174/202] Compiling SwiftParser LoopProgressCondition.swift
[179/202] Compiling SwiftParser Declarations.swift
[180/202] Compiling SwiftParser Directives.swift
[181/202] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[182/202] Compiling SwiftParser Expressions.swift
[183/202] Compiling SwiftParser IncrementalParseTransition.swift
[184/202] Compiling SwiftParser IsValidIdentifier.swift
[185/202] Compiling SwiftParser Cursor.swift
[186/202] Compiling SwiftParser Lexeme.swift
[187/202] Compiling SwiftParser ExperimentalFeatures.swift
[188/202] Compiling SwiftParser IsLexerClassified.swift
[189/202] Compiling SwiftParser LayoutNodes+Parsable.swift
[190/202] Compiling SwiftParser Parser+TokenSpecSet.swift
[191/202] Compiling SwiftParser TokenSpecStaticMembers.swift
[192/203] Wrapping AST for SwiftParser for debugging
[194/226] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[195/227] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[196/227] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[197/228] Compiling SwiftOperators PrecedenceGroup.swift
[198/228] Compiling SwiftOperators PrecedenceGraph.swift
[199/228] Compiling SwiftOperators OperatorError.swift
[200/228] Compiling SwiftOperators OperatorTable+Defaults.swift
[201/228] Compiling SwiftOperators OperatorTable.swift
[202/228] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[203/228] Emitting module SwiftOperators
[204/228] Compiling SwiftOperators SyntaxSynthesis.swift
[205/228] Compiling SwiftOperators OperatorTable+Semantics.swift
[206/228] Compiling SwiftOperators OperatorTable+Folding.swift
[207/229] Wrapping AST for SwiftOperators for debugging
[209/229] Emitting module SwiftParserDiagnostics
[212/229] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[213/229] Compiling SwiftParserDiagnostics Utils.swift
[214/229] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[215/229] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[216/229] Compiling SwiftParserDiagnostics PresenceUtils.swift
[217/229] Compiling SwiftParserDiagnostics MissingNodesError.swift
[218/229] Compiling SwiftParserDiagnostics MissingTokenError.swift
[221/230] Wrapping AST for SwiftParserDiagnostics for debugging
[223/245] Compiling SwiftSyntaxBuilder Indenter.swift
[224/245] Compiling SwiftSyntaxBuilder ListBuilder.swift
[225/246] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[226/246] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[227/246] Emitting module SwiftSyntaxBuilder
[228/246] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[229/246] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[230/246] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[231/246] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[232/246] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[233/246] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[234/246] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[235/246] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[236/246] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[237/246] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[238/246] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[239/247] Wrapping AST for SwiftSyntaxBuilder for debugging
[241/264] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[242/264] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[243/264] Emitting module SwiftSyntaxMacros
[244/266] Compiling SwiftSyntaxMacros Macro.swift
[245/266] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[246/266] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[247/266] Compiling SwiftSyntaxMacros Macro+Format.swift
[248/266] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[249/266] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[250/266] Compiling SwiftSyntaxMacros MemberMacro.swift
[251/266] Compiling SwiftSyntaxMacros PeerMacro.swift
[252/266] Compiling SwiftSyntaxMacros AccessorMacro.swift
[253/266] Compiling SwiftSyntaxMacros AttachedMacro.swift
[254/266] Compiling SwiftSyntaxMacros BodyMacro.swift
[255/266] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[256/266] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[257/266] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[258/266] Compiling SwiftSyntaxMacros PreambleMacro.swift
[259/266] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[260/267] Wrapping AST for SwiftSyntaxMacros for debugging
[262/276] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[263/277] Emitting module SwiftSyntaxMacroExpansion
[264/277] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[265/277] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[266/277] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[267/277] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[268/277] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[269/277] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[270/277] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[271/277] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[272/278] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[274/290] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[275/291] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[276/291] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[277/291] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[278/291] Emitting module SwiftCompilerPluginMessageHandling
[279/291] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[280/291] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[281/291] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[282/291] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[283/291] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[284/291] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[285/291] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[286/291] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[287/292] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[289/294] Emitting module SwiftCompilerPlugin
[290/294] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[291/295] Wrapping AST for SwiftCompilerPlugin for debugging
[293/303] Compiling GlobalConfMacros Optional+Utils.swift
[294/304] Compiling GlobalConfMacros Entrypoint.swift
[295/304] Compiling GlobalConfMacros SimpleDiagnosticMessage.swift
[296/304] Compiling GlobalConfMacros LabeledExprSyntax+Utils.swift
[297/304] Compiling GlobalConfMacros DeclareConfNamespaceMacro.swift
[298/304] Compiling GlobalConfMacros DeclareConfAccessorMacro.swift
[299/304] Emitting module GlobalConfMacros
[300/304] Compiling GlobalConfMacros DeclareConfMacro.swift
[301/304] Compiling GlobalConfMacros  Errors.swift
[302/305] Wrapping AST for GlobalConfMacros for debugging
[303/305] Write Objects.LinkFileList
[304/305] Linking GlobalConfMacros-tool
[306/327] Emitting module GlobalConfModule
[307/329] Compiling GlobalConfModule 3-NamespaceKey.swift
[308/329] Compiling GlobalConfModule 4-AccessorConvenience.swift
[309/329] Compiling GlobalConfModule AutoInjectable.swift
[310/329] Compiling GlobalConfModule AutoInjectableMainActor.swift
[311/329] Compiling GlobalConfModule InjectedConf+AutoInjectable.swift
[312/329] Compiling GlobalConfModule Conf+ConfKey.swift
[313/329] Compiling GlobalConfModule Conf+ConfKeyMainActor.swift
[314/329] Compiling GlobalConfModule Conf+withValues.swift
[315/329] Compiling GlobalConfModule InjectedConf.swift
[316/329] Compiling GlobalConfModule 1-ConfKey.swift
[317/329] Compiling GlobalConfModule 2-ServiceKey.swift
[318/329] Compiling GlobalConfModule InjectedConf+AutoInjectableMainActor.swift
[319/329] Compiling GlobalConfModule InjectedConf+ConfKey.swift
[320/329] Compiling GlobalConfModule InjectedConf+ConfKeyMainActor.swift
[321/329] Compiling GlobalConfModule ConfKey.swift
[322/329] Compiling GlobalConfModule ConfKeyMainActor.swift
[323/329] Compiling GlobalConfModule ConfKeys.swift
[324/329] Compiling GlobalConfModule ConfContext+ConfKey.swift
[325/329] Compiling GlobalConfModule ConfContext+ConfKeyMainActor.swift
[326/329] Compiling GlobalConfModule ConfContext.swift
[327/329] Compiling GlobalConfModule Conf.swift
[328/329] Compiling GlobalConfModule ConfContext+AutoInjectable.swift
[329/329] Compiling GlobalConfModule ConfContext+AutoInjectableMainActor.swift
[331/365] Compiling XibLoc Range+Utils.swift
[332/365] Compiling XibLoc Scanner+LinuxCompat.swift
[333/365] Compiling XibLoc StringAttributesChangesDescription.swift
[334/365] Compiling XibLoc XibLocColor.swift
[335/369] Compiling XibLoc AttributedString+Utils.swift
[336/369] Compiling XibLoc Collection+Utils.swift
[337/369] Compiling XibLoc NSMutableAttributedString+Utils.swift
[338/369] Compiling XibLoc NumberFormatter+Utils.swift
[339/369] Compiling XibLoc RandomAccessCollection+StableSort.swift
[340/369] Compiling XibLoc XibLocFont.swift
[341/369] Compiling XibLoc XibLocNumber.swift
[342/369] Compiling XibLoc XibLoc.swift
[343/369] Compiling XibLoc XibLocConfig.swift
[344/369] Compiling XibLoc PluralityDefinitionZone.swift
[345/369] Compiling XibLoc PluralityDefinitionZoneValue.swift
[346/369] Compiling XibLoc PluralityDefinitionZoneValueGlob.swift
[347/369] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfFloats.swift
[348/369] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfInts.swift
[349/369] Compiling XibLoc PluralityDefinitionZoneValueNumber.swift
[350/369] Compiling XibLoc MultipleWordsTokens.swift
[351/369] Compiling XibLoc OneWordTokens.swift
[352/369] Compiling XibLoc Str2AttrStrXibLocInfo.swift
[353/369] Compiling XibLoc Str2NSAttrStrXibLocInfo.swift
[354/369] Compiling XibLoc Str2StrXibLocInfo.swift
[355/369] Compiling XibLoc CommonTokensGroup.swift
[356/369] Compiling XibLoc CommonTokensGroup_Linux.swift
[357/369] Compiling XibLoc TokensGroup.swift
[358/369] Compiling XibLoc XibLocResolvingInfo.swift
[359/369] Compiling XibLoc ParserHelper+NSMutableAttributedString.swift
[360/369] Compiling XibLoc ParserHelper+String.swift
[361/369] Compiling XibLoc ParserHelper.swift
[362/369] Compiling XibLoc PluralValue.swift
[363/369] Compiling XibLoc PluralityDefinition.swift
[364/369] Emitting module XibLoc
[365/369] 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. */
[366/369] 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. */
[367/369] 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. */
[368/369] 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. */
[369/369] 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! (192.72s)
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"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.