The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

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