The Swift Package Index logo.Swift Package Index

Build Information

Successful build of XibLoc, reference main (e85a51), with Swift 6.1 for macOS (SPM) on 20 Jan 2026 19:25:24 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/XibLoc.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Frizlab/XibLoc
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Frizlab/XibLoc.git
https://github.com/Frizlab/XibLoc.git
{
  "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" : "/Users/admin/builder/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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/25] Write sources
[21/25] Write swift-version-2F0A5646E1D333AE.txt
[23/43] Emitting module SwiftSyntax600
[24/43] Compiling SwiftSyntax600 Empty.swift
[25/43] Emitting module SwiftSyntax509
[26/43] Compiling SwiftSyntax509 Empty.swift
[27/43] Emitting module SwiftSyntax601
[28/43] Compiling SwiftSyntax601 Empty.swift
[29/43] Emitting module SwiftSyntax602
[30/43] Compiling SwiftSyntax602 Empty.swift
[31/43] Emitting module SwiftSyntax510
[32/43] Compiling SwiftSyntax510 Empty.swift
[33/43] Compiling ServiceContextModule ServiceContextKey.swift
[34/43] Emitting module ServiceContextModule
[35/43] Compiling ServiceContextModule ServiceContext.swift
[35/43] Compiling _SwiftSyntaxCShims PlatformMutex.c
[37/107] Compiling Logging MetadataProvider.swift
[38/107] Compiling Logging LogHandler.swift
[39/107] Compiling Logging Locks.swift
[40/107] Compiling Logging Logging.swift
[41/107] Emitting module Logging
[42/107] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[43/107] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[44/107] Compiling SwiftSyntax RawSyntaxTokenView.swift
[45/107] Compiling SwiftSyntax SourceEdit.swift
[46/107] Compiling SwiftSyntax SourceLength.swift
[47/107] Compiling SwiftSyntax SourceLocation.swift
[48/107] Compiling SwiftSyntax SourcePresence.swift
[49/114] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[50/114] Compiling SwiftSyntax Syntax.swift
[51/114] Compiling SwiftSyntax SyntaxChildren.swift
[52/114] Compiling SwiftSyntax SyntaxCollection.swift
[53/114] Compiling SwiftSyntax SyntaxHashable.swift
[54/114] Compiling SwiftSyntax SyntaxIdentifier.swift
[55/114] Compiling SwiftSyntax SyntaxNodeStructure.swift
[56/114] Compiling SwiftSyntax AbsolutePosition.swift
[57/114] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[58/114] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[59/114] Compiling SwiftSyntax Assert.swift
[60/114] Compiling SwiftSyntax BumpPtrAllocator.swift
[61/114] Compiling SwiftSyntax CommonAncestor.swift
[62/114] Compiling SwiftSyntax Convenience.swift
[63/114] Emitting module SwiftSyntax
[64/114] Compiling SwiftSyntax SyntaxCollections.swift
[65/114] Compiling SwiftSyntax SyntaxEnum.swift
[66/114] Compiling SwiftSyntax SyntaxKind.swift
[67/114] Compiling SwiftSyntax SyntaxRewriter.swift
[68/114] Compiling SwiftSyntax SyntaxTraits.swift
[69/114] Compiling SwiftSyntax SyntaxVisitor.swift
[70/114] Compiling SwiftSyntax TokenKind.swift
[71/114] Compiling SwiftSyntax CustomTraits.swift
[72/114] Compiling SwiftSyntax EditorPlaceholder.swift
[73/114] Compiling SwiftSyntax Identifier.swift
[74/114] Compiling SwiftSyntax MemoryLayout.swift
[75/114] Compiling SwiftSyntax MissingNodeInitializers.swift
[76/114] Compiling SwiftSyntax RawSyntax.swift
[77/114] Compiling SwiftSyntax RawSyntaxArena.swift
[78/114] Compiling SwiftSyntax SyntaxProtocol.swift
[79/114] Compiling SwiftSyntax SyntaxText.swift
[80/114] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[81/114] Compiling SwiftSyntax TokenDiagnostic.swift
[82/114] Compiling SwiftSyntax TokenSequence.swift
[83/114] Compiling SwiftSyntax TokenSyntax.swift
[84/114] Compiling SwiftSyntax Trivia.swift
[85/114] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[86/114] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[87/114] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[88/114] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[89/114] Compiling SwiftSyntax RawSyntaxValidation.swift
[90/114] Compiling SwiftSyntax SyntaxNodesAB.swift
[91/114] Compiling SwiftSyntax SyntaxNodesC.swift
[92/114] Compiling SwiftSyntax Utils.swift
[93/114] Compiling SwiftSyntax ChildNameForKeyPath.swift
[94/114] Compiling SwiftSyntax Keyword.swift
[95/114] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[96/114] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[97/114] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[98/114] Compiling SwiftSyntax SyntaxBaseNodes.swift
[99/114] Compiling SwiftSyntax Tokens.swift
[100/114] Compiling SwiftSyntax TriviaPieces.swift
[101/114] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[102/114] Compiling SwiftSyntax RawSyntaxNodesC.swift
[103/114] Compiling SwiftSyntax RawSyntaxNodesD.swift
[104/114] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[105/114] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[106/114] Compiling SwiftSyntax SyntaxNodesD.swift
[107/114] Compiling SwiftSyntax SyntaxNodesEF.swift
[108/114] Compiling SwiftSyntax SyntaxNodesGHI.swift
[109/114] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[110/114] Compiling SwiftSyntax SyntaxNodesOP.swift
[111/114] Compiling SwiftSyntax SyntaxNodesQRS.swift
[112/114] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[113/174] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[114/174] Compiling SwiftDiagnostics Message.swift
[115/174] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[116/175] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[117/175] Compiling SwiftBasicFormat Syntax+Extensions.swift
[118/175] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[119/175] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[120/175] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[121/175] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[122/175] Compiling SwiftDiagnostics Diagnostic.swift
[123/175] Emitting module SwiftDiagnostics
[124/175] Compiling SwiftDiagnostics FixIt.swift
[125/175] Compiling SwiftDiagnostics Convenience.swift
[126/175] Compiling SwiftDiagnostics Note.swift
[127/175] Compiling SwiftBasicFormat Indenter.swift
[128/175] Compiling SwiftBasicFormat InferIndentation.swift
[129/175] Compiling SwiftBasicFormat BasicFormat.swift
[130/175] Emitting module SwiftBasicFormat
[131/175] Compiling SwiftParser Attributes.swift
[132/175] Compiling SwiftParser Availability.swift
[133/175] Compiling SwiftParser CharacterInfo.swift
[134/175] Compiling SwiftParser CollectionNodes+Parsable.swift
[135/175] Compiling SwiftParser CompilerFiles.swift
[136/179] Compiling SwiftParser StringLiterals.swift
[137/179] Compiling SwiftParser SwiftParserCompatibility.swift
[138/179] Compiling SwiftParser SwiftVersion.swift
[139/179] Compiling SwiftParser SyntaxUtils.swift
[140/179] Compiling SwiftParser Names.swift
[141/179] Compiling SwiftParser Nominals.swift
[142/179] Compiling SwiftParser Parameters.swift
[143/179] Compiling SwiftParser ParseSourceFile.swift
[144/179] Compiling SwiftParser Parser.swift
[145/179] Compiling SwiftParser IsValidIdentifier.swift
[146/179] Compiling SwiftParser Cursor.swift
[147/179] Compiling SwiftParser Lexeme.swift
[148/179] Compiling SwiftParser LexemeSequence.swift
[149/179] Compiling SwiftParser Lexer.swift
[150/179] Compiling SwiftParser Patterns.swift
[151/179] Compiling SwiftParser Recovery.swift
[152/179] Compiling SwiftParser Specifiers.swift
[153/179] Compiling SwiftParser Statements.swift
[154/179] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[155/179] Compiling SwiftParser TokenConsumer.swift
[156/179] Compiling SwiftParser TokenPrecedence.swift
[157/179] Compiling SwiftParser TokenSpec.swift
[158/179] Compiling SwiftParser TokenSpecSet.swift
[159/179] Compiling SwiftParser TopLevel.swift
[160/179] Compiling SwiftParser TriviaParser.swift
[161/179] Compiling SwiftParser Types.swift
[162/179] Compiling SwiftParser ExperimentalFeatures.swift
[163/179] Compiling SwiftParser RegexLiteralLexer.swift
[164/179] Compiling SwiftParser UnicodeScalarExtensions.swift
[165/179] Compiling SwiftParser Lookahead.swift
[166/179] Compiling SwiftParser LoopProgressCondition.swift
[167/179] Compiling SwiftParser Modifiers.swift
[168/179] Emitting module SwiftParser
[169/179] Compiling SwiftParser Declarations.swift
[170/179] Compiling SwiftParser Directives.swift
[171/179] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[172/179] Compiling SwiftParser Expressions.swift
[173/179] Compiling SwiftParser IncrementalParseTransition.swift
[174/179] Compiling SwiftParser IsLexerClassified.swift
[175/179] Compiling SwiftParser LayoutNodes+Parsable.swift
[176/179] Compiling SwiftParser Parser+TokenSpecSet.swift
[177/179] Compiling SwiftParser TokenSpecStaticMembers.swift
[178/202] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[179/203] Compiling SwiftOperators PrecedenceGroup.swift
[180/203] Compiling SwiftOperators PrecedenceGraph.swift
[181/204] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[182/204] Compiling SwiftOperators OperatorTable+Semantics.swift
[183/204] Compiling SwiftOperators OperatorTable.swift
[184/204] Compiling SwiftOperators OperatorError.swift
[185/204] Compiling SwiftOperators OperatorTable+Defaults.swift
[186/204] Compiling SwiftOperators OperatorError+Diagnostics.swift
[187/204] Compiling SwiftOperators Operator.swift
[188/204] Emitting module SwiftOperators
[189/204] Compiling SwiftOperators OperatorTable+Folding.swift
[190/204] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[191/204] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[192/204] Compiling SwiftParserDiagnostics Utils.swift
[193/204] Compiling SwiftOperators SyntaxSynthesis.swift
[194/204] Compiling SwiftParserDiagnostics PresenceUtils.swift
[195/204] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[196/204] Compiling SwiftParserDiagnostics MissingNodesError.swift
[197/204] Compiling SwiftParserDiagnostics MissingTokenError.swift
[198/204] Emitting module SwiftParserDiagnostics
[199/204] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[200/204] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[201/204] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[202/204] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[203/219] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[204/219] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[205/219] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[206/220] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[207/220] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[208/220] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[209/220] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[210/220] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[211/220] Compiling SwiftSyntaxBuilder Indenter.swift
[212/220] Compiling SwiftSyntaxBuilder ListBuilder.swift
[213/220] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[214/220] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[215/220] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[216/220] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[217/220] Emitting module SwiftSyntaxBuilder
[218/220] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[219/238] Compiling SwiftSyntaxMacros PreambleMacro.swift
[220/239] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[221/239] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[222/239] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[223/239] Compiling SwiftSyntaxMacros Macro+Format.swift
[224/239] Compiling SwiftSyntaxMacros AttachedMacro.swift
[225/239] Compiling SwiftSyntaxMacros BodyMacro.swift
[226/239] Compiling SwiftSyntaxMacros Macro.swift
[227/239] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[228/239] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[229/239] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[230/239] Compiling SwiftSyntaxMacros MemberMacro.swift
[231/239] Compiling SwiftSyntaxMacros PeerMacro.swift
[232/239] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[233/239] Compiling SwiftSyntaxMacros AccessorMacro.swift
[234/239] Emitting module SwiftSyntaxMacros
[235/239] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[236/239] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[237/239] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[238/249] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[239/249] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[240/249] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[241/249] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[242/249] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[243/249] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[244/249] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[245/249] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[246/249] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[247/249] Emitting module SwiftSyntaxMacroExpansion
[248/261] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[249/262] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[250/262] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[251/262] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[252/262] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[253/262] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[254/262] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[255/262] Emitting module SwiftCompilerPluginMessageHandling
[256/262] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[257/262] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[258/262] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[259/262] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[260/262] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[261/264] Emitting module SwiftCompilerPlugin
[262/264] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[263/273] Compiling GlobalConfMacros Optional+Utils.swift
[264/273] Compiling GlobalConfMacros Entrypoint.swift
[265/273] Compiling GlobalConfMacros LabeledExprSyntax+Utils.swift
[266/273] Compiling GlobalConfMacros DeclareConfMacro.swift
[267/273] Compiling GlobalConfMacros SimpleDiagnosticMessage.swift
[268/273] Compiling GlobalConfMacros DeclareConfAccessorMacro.swift
[269/273] Emitting module GlobalConfMacros
[270/273] Compiling GlobalConfMacros DeclareConfNamespaceMacro.swift
[271/273] Compiling GlobalConfMacros  Errors.swift
[271/273] Write Objects.LinkFileList
[272/273] Linking GlobalConfMacros-tool
[274/295] Compiling GlobalConfModule ConfContext+ConfKey.swift
[275/295] Compiling GlobalConfModule ConfContext+ConfKeyMainActor.swift
[276/295] Compiling GlobalConfModule ConfContext.swift
[277/295] Compiling GlobalConfModule InjectedConf+AutoInjectableMainActor.swift
[278/295] Compiling GlobalConfModule InjectedConf+ConfKey.swift
[279/295] Compiling GlobalConfModule AutoInjectableMainActor.swift
[280/295] Compiling GlobalConfModule InjectedConf+AutoInjectable.swift
[281/295] Compiling GlobalConfModule ConfKey.swift
[282/295] Compiling GlobalConfModule ConfKeyMainActor.swift
[283/297] Compiling GlobalConfModule InjectedConf+ConfKeyMainActor.swift
[284/297] Compiling GlobalConfModule InjectedConf.swift
[285/297] Emitting module GlobalConfModule
[286/297] Compiling GlobalConfModule ConfKeys.swift
[287/297] Compiling GlobalConfModule AutoInjectable.swift
[288/297] Compiling GlobalConfModule Conf.swift
[289/297] Compiling GlobalConfModule ConfContext+AutoInjectable.swift
[290/297] Compiling GlobalConfModule ConfContext+AutoInjectableMainActor.swift
[291/297] Compiling GlobalConfModule 1-ConfKey.swift
[292/297] Compiling GlobalConfModule 2-ServiceKey.swift
[293/297] Compiling GlobalConfModule Conf+ConfKey.swift
[294/297] Compiling GlobalConfModule Conf+ConfKeyMainActor.swift
[295/297] Compiling GlobalConfModule Conf+withValues.swift
[296/297] Compiling GlobalConfModule 3-NamespaceKey.swift
[297/297] Compiling GlobalConfModule 4-AccessorConvenience.swift
[298/333] Emitting module XibLoc
[299/336] Compiling XibLoc PluralityDefinitionZoneValueGlob.swift
[300/336] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfFloats.swift
[301/336] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfInts.swift
[302/336] Compiling XibLoc PluralityDefinitionZoneValueNumber.swift
[303/336] Compiling XibLoc CacheLock.swift
/Users/admin/builder/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. */
[304/336] Compiling XibLoc ParsedXibLoc+InitCache.swift
/Users/admin/builder/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. */
[305/336] Compiling XibLoc XibLocParsingInfo.swift
/Users/admin/builder/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. */
[306/336] Compiling XibLoc ParsedXibLoc.swift
/Users/admin/builder/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. */
[307/336] Compiling XibLoc XibLocNumber.swift
[308/336] Compiling XibLoc XibLoc.swift
[309/336] Compiling XibLoc XibLocConfig.swift
[310/336] Compiling XibLoc ParserHelper+AttributedString.swift
[311/336] Compiling XibLoc ParserHelper+NSMutableAttributedString.swift
[312/336] Compiling XibLoc ParserHelper+String.swift
[313/336] Compiling XibLoc ParserHelper.swift
[314/336] Compiling XibLoc XibLocResolvingInfo.swift
[315/336] Compiling XibLoc AttributedString+Utils.swift
[316/336] Compiling XibLoc Collection+Utils.swift
[317/336] Compiling XibLoc NSMutableAttributedString+Utils.swift
[318/336] Compiling XibLoc PluralValue.swift
[319/336] Compiling XibLoc PluralityDefinition.swift
[320/336] Compiling XibLoc PluralityDefinitionZone.swift
[321/336] Compiling XibLoc PluralityDefinitionZoneValue.swift
[322/336] Compiling XibLoc StringAttributesChangesDescription.swift
[323/336] Compiling XibLoc XibLocColor.swift
[324/336] Compiling XibLoc XibLocFont.swift
[325/336] Compiling XibLoc NumberFormatter+Utils.swift
[326/336] Compiling XibLoc RandomAccessCollection+StableSort.swift
[327/336] Compiling XibLoc Range+Utils.swift
[328/336] Compiling XibLoc Scanner+LinuxCompat.swift
[329/336] Compiling XibLoc MultipleWordsTokens.swift
[330/336] Compiling XibLoc OneWordTokens.swift
[331/336] Compiling XibLoc Str2AttrStrXibLocInfo.swift
[332/336] Compiling XibLoc Str2NSAttrStrXibLocInfo.swift
[333/336] Compiling XibLoc Str2StrXibLocInfo.swift
[334/336] Compiling XibLoc CommonTokensGroup.swift
[335/336] Compiling XibLoc CommonTokensGroup_Linux.swift
[336/336] Compiling XibLoc TokensGroup.swift
Build complete! (38.72s)
Fetching https://github.com/Frizlab/GlobalConfModule.git
Fetching https://github.com/apple/swift-log.git from cache
[1/669] Fetching globalconfmodule
Fetched https://github.com/Frizlab/GlobalConfModule.git from cache (1.16s)
Fetched https://github.com/apple/swift-log.git from cache (1.17s)
Computing version for https://github.com/Frizlab/GlobalConfModule.git
Computed https://github.com/Frizlab/GlobalConfModule.git at 0.4.4 (1.64s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/swiftlang/swift-syntax.git from cache
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.97s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (2.07s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (2.57s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (2.87s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.9.1 (0.47s)
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
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" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
Done.