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 1.5.0 (79468d), with Swift 6.1 for Linux on 30 Apr 2025 02:55:32 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/XibLoc.git
Reference: 1.5.0
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.0      -> FETCH_HEAD
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 1.5.0
========================================
Build
========================================
Selected platform:         linux
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" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Frizlab/GlobalConfModule.git
Fetching https://github.com/apple/swift-log.git
[1/607] Fetching globalconfmodule
[463/4443] Fetching globalconfmodule, swift-log
Fetched https://github.com/Frizlab/GlobalConfModule.git from cache (0.33s)
Fetched https://github.com/apple/swift-log.git from cache (0.33s)
Computing version for https://github.com/Frizlab/GlobalConfModule.git
Computed https://github.com/Frizlab/GlobalConfModule.git at 0.4.1 (0.88s)
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
[1064/71308] Fetching swift-service-context, swift-syntax
Fetched https://github.com/apple/swift-service-context.git from cache (4.57s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.63s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (5.19s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (2.44s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.52s)
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/Frizlab/GlobalConfModule.git
Working copy of https://github.com/Frizlab/GlobalConfModule.git resolved at 0.4.1
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/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Building for debugging...
[0/38] Write sources
[19/38] Compiling _SwiftSyntaxCShims dummy.c
[20/38] Write swift-version-24593BA9C3E375BF.txt
[22/52] Emitting module SwiftSyntax509
[23/52] Compiling SwiftSyntax509 Empty.swift
[24/53] Emitting module SwiftSyntax600
[25/53] Compiling SwiftSyntax600 Empty.swift
[28/54] Emitting module SwiftSyntax510
[29/54] Compiling SwiftSyntax510 Empty.swift
[30/54] Emitting module ServiceContextModule
[31/54] Compiling ServiceContextModule ServiceContext.swift
[32/54] Compiling ServiceContextModule ServiceContextKey.swift
[34/56] Wrapping AST for SwiftSyntax509 for debugging
[35/56] Wrapping AST for SwiftSyntax600 for debugging
[36/56] Wrapping AST for SwiftSyntax510 for debugging
[38/84] Compiling Logging MetadataProvider.swift
[39/120] Emitting module Logging
[40/120] Compiling Logging Locks.swift
[41/120] Compiling Logging LogHandler.swift
[42/120] Compiling Logging Logging.swift
[44/121] Compiling SwiftSyntax AbsolutePosition.swift
[45/121] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[46/121] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[47/121] Compiling SwiftSyntax Assert.swift
[48/121] Compiling SwiftSyntax BumpPtrAllocator.swift
[49/121] Compiling SwiftSyntax CommonAncestor.swift
[50/121] Compiling SwiftSyntax Convenience.swift
[51/121] Compiling SwiftSyntax CustomTraits.swift
[52/121] Compiling SwiftSyntax Identifier.swift
[53/129] Compiling SwiftSyntax MemoryLayout.swift
[54/129] Compiling SwiftSyntax MissingNodeInitializers.swift
[55/129] Compiling SwiftSyntax RawSyntax.swift
[56/129] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[57/129] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[58/129] Compiling SwiftSyntax RawSyntaxTokenView.swift
[59/129] Compiling SwiftSyntax SourceEdit.swift
[60/129] Compiling SwiftSyntax SourceLength.swift
[61/129] Compiling SwiftSyntax SourceLocation.swift
[62/129] Emitting module SwiftSyntax
[63/129] Compiling SwiftSyntax SourcePresence.swift
[64/129] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[65/129] Compiling SwiftSyntax Syntax.swift
[66/129] Compiling SwiftSyntax SyntaxArena.swift
[67/129] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[68/129] Compiling SwiftSyntax SyntaxChildren.swift
[69/129] Compiling SwiftSyntax SyntaxCollection.swift
[70/129] Compiling SwiftSyntax SyntaxHashable.swift
[71/129] Compiling SwiftSyntax SyntaxIdentifier.swift
[72/129] Compiling SwiftSyntax SyntaxKind.swift
[73/129] Compiling SwiftSyntax SyntaxRewriter.swift
[74/129] Compiling SwiftSyntax SyntaxTraits.swift
[75/129] Compiling SwiftSyntax SyntaxVisitor.swift
[76/129] Compiling SwiftSyntax TokenKind.swift
[77/129] Compiling SwiftSyntax Tokens.swift
[78/129] Compiling SwiftSyntax TriviaPieces.swift
[79/129] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[80/129] Compiling SwiftSyntax RawSyntaxNodesC.swift
[81/129] Compiling SwiftSyntax RawSyntaxNodesD.swift
[82/129] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[83/129] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[84/129] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[85/129] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[86/129] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[87/129] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[88/129] Compiling SwiftSyntax RawSyntaxValidation.swift
[89/129] Compiling SwiftSyntax SyntaxNodesAB.swift
[90/129] Compiling SwiftSyntax SyntaxNodeFactory.swift
[91/129] Compiling SwiftSyntax SyntaxNodeStructure.swift
[92/129] Compiling SwiftSyntax SyntaxProtocol.swift
[93/129] Compiling SwiftSyntax SyntaxText.swift
[94/129] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[95/129] Compiling SwiftSyntax TokenDiagnostic.swift
[96/129] Compiling SwiftSyntax TokenSequence.swift
[97/129] Compiling SwiftSyntax TokenSyntax.swift
[98/129] Compiling SwiftSyntax Trivia.swift
[99/129] Compiling SwiftSyntax Utils.swift
[100/129] Compiling SwiftSyntax ChildNameForKeyPath.swift
[101/129] Compiling SwiftSyntax Keyword.swift
[102/129] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[103/129] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[104/129] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[105/129] Compiling SwiftSyntax SyntaxBaseNodes.swift
[106/129] Compiling SwiftSyntax SyntaxCollections.swift
[107/129] Compiling SwiftSyntax SyntaxEnum.swift
[108/129] Compiling SwiftSyntax SyntaxNodesC.swift
[109/129] Compiling SwiftSyntax SyntaxNodesD.swift
[110/129] Compiling SwiftSyntax SyntaxNodesEF.swift
[111/129] Compiling SwiftSyntax SyntaxNodesGHI.swift
[112/129] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[113/129] Compiling SwiftSyntax SyntaxNodesOP.swift
[114/129] Compiling SwiftSyntax SyntaxNodesQRS.swift
[115/129] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[116/161] Wrapping AST for SwiftSyntax for debugging
[118/187] Compiling SwiftDiagnostics Message.swift
[119/188] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[120/188] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[121/188] Compiling SwiftBasicFormat Syntax+Extensions.swift
[122/188] Compiling SwiftDiagnostics Convenience.swift
[123/188] Compiling SwiftDiagnostics Diagnostic.swift
[124/188] Compiling SwiftDiagnostics Note.swift
[125/188] Compiling SwiftBasicFormat InferIndentation.swift
[126/188] Compiling SwiftDiagnostics FixIt.swift
[127/188] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[128/188] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[129/188] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[130/188] Emitting module SwiftDiagnostics
[131/188] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[132/188] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[133/189] Wrapping AST for SwiftDiagnostics for debugging
[135/189] Compiling SwiftBasicFormat BasicFormat.swift
[136/189] Emitting module SwiftBasicFormat
[137/190] Compiling SwiftParser LexemeSequence.swift
[138/190] Compiling SwiftParser Lexer.swift
[139/190] Compiling SwiftParser RegexLiteralLexer.swift
[140/190] Compiling SwiftParser UnicodeScalarExtensions.swift
[141/190] Compiling SwiftParser Lookahead.swift
[142/190] Compiling SwiftParser LoopProgressCondition.swift
[143/195] Wrapping AST for SwiftBasicFormat for debugging
[145/195] Compiling SwiftParser Modifiers.swift
[146/195] Compiling SwiftParser Names.swift
[147/195] Compiling SwiftParser Nominals.swift
[148/195] Compiling SwiftParser Parameters.swift
[149/195] Compiling SwiftParser ParseSourceFile.swift
[150/195] Compiling SwiftParser Parser.swift
[151/195] Compiling SwiftParser Patterns.swift
[152/195] Compiling SwiftParser Recovery.swift
[153/195] Compiling SwiftParser Specifiers.swift
[154/195] Compiling SwiftParser Statements.swift
[155/195] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[156/195] Compiling SwiftParser StringLiterals.swift
[157/195] Compiling SwiftParser SwiftParserCompatibility.swift
[158/195] Compiling SwiftParser SwiftVersion.swift
[159/195] Compiling SwiftParser SyntaxUtils.swift
[160/195] Compiling SwiftParser TokenConsumer.swift
[161/195] Compiling SwiftParser TokenPrecedence.swift
[162/195] Compiling SwiftParser TokenSpec.swift
[163/195] Compiling SwiftParser TokenSpecSet.swift
[164/195] Compiling SwiftParser TopLevel.swift
[165/195] Compiling SwiftParser TriviaParser.swift
[166/195] Compiling SwiftParser Types.swift
[167/195] Compiling SwiftParser Attributes.swift
[168/195] Compiling SwiftParser Availability.swift
[169/195] Compiling SwiftParser CharacterInfo.swift
[170/195] Compiling SwiftParser CollectionNodes+Parsable.swift
[171/195] Compiling SwiftParser Declarations.swift
[172/195] Compiling SwiftParser Directives.swift
[173/195] Emitting module SwiftParser
[178/195] Compiling SwiftParser Cursor.swift
[179/195] Compiling SwiftParser Lexeme.swift
[180/195] Compiling SwiftParser ExperimentalFeatures.swift
[181/195] Compiling SwiftParser IsLexerClassified.swift
[182/195] Compiling SwiftParser LayoutNodes+Parsable.swift
[183/195] Compiling SwiftParser Parser+TokenSpecSet.swift
[184/195] Compiling SwiftParser TokenSpecStaticMembers.swift
[185/196] Wrapping AST for SwiftParser for debugging
[187/219] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[188/220] Compiling SwiftOperators PrecedenceGroup.swift
[189/220] Compiling SwiftOperators OperatorError.swift
[190/220] Compiling SwiftOperators OperatorTable+Defaults.swift
[191/221] Emitting module SwiftOperators
[192/221] Compiling SwiftOperators Operator.swift
[193/221] Compiling SwiftOperators OperatorError+Diagnostics.swift
[194/221] Compiling SwiftOperators PrecedenceGraph.swift
[195/221] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[196/221] Compiling SwiftOperators OperatorTable.swift
[197/221] Compiling SwiftOperators OperatorTable+Semantics.swift
[198/221] Compiling SwiftOperators SyntaxSynthesis.swift
[199/221] Compiling SwiftOperators OperatorTable+Folding.swift
[201/222] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[202/222] Compiling SwiftParserDiagnostics Utils.swift
[203/222] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[206/222] Emitting module SwiftParserDiagnostics
[207/222] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[208/222] Compiling SwiftParserDiagnostics PresenceUtils.swift
[208/222] Wrapping AST for SwiftOperators for debugging
[212/222] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[213/222] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[214/223] Wrapping AST for SwiftParserDiagnostics for debugging
[216/238] Compiling SwiftSyntaxBuilder Indenter.swift
[217/238] Compiling SwiftSyntaxBuilder ListBuilder.swift
[218/239] Emitting module SwiftSyntaxBuilder
[219/239] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[220/239] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[221/239] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[222/239] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[223/239] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[224/239] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[225/239] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[226/239] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[227/239] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[228/239] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[229/239] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[230/239] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[231/239] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[232/240] Wrapping AST for SwiftSyntaxBuilder for debugging
[234/257] Compiling SwiftSyntaxMacros Macro.swift
[235/257] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[236/257] Compiling SwiftSyntaxMacros MemberMacro.swift
[237/257] Compiling SwiftSyntaxMacros PeerMacro.swift
[238/257] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[239/257] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[240/257] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[241/257] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[242/259] Compiling SwiftSyntaxMacros AccessorMacro.swift
[243/259] Compiling SwiftSyntaxMacros AttachedMacro.swift
[244/259] Compiling SwiftSyntaxMacros BodyMacro.swift
[245/259] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[246/259] Compiling SwiftSyntaxMacros Macro+Format.swift
[247/259] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[248/259] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[249/259] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[250/259] Emitting module SwiftSyntaxMacros
[251/259] Compiling SwiftSyntaxMacros PreambleMacro.swift
[252/259] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[253/260] Wrapping AST for SwiftSyntaxMacros for debugging
[255/269] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[256/270] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[257/270] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[258/270] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[259/270] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[260/270] Emitting module SwiftSyntaxMacroExpansion
[261/270] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[262/270] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[263/270] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[264/270] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[265/271] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[267/283] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[268/283] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[269/283] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[270/284] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[271/284] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[272/284] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[273/284] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[274/284] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[275/284] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[276/284] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[277/284] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[278/284] Emitting module SwiftCompilerPluginMessageHandling
[279/284] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[280/285] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[282/287] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[283/287] Emitting module SwiftCompilerPlugin
[284/288] Wrapping AST for SwiftCompilerPlugin for debugging
[286/296] Emitting module GlobalConfMacros
[287/297] Compiling GlobalConfMacros DeclareConfMacro.swift
[288/297] Compiling GlobalConfMacros DeclareConfNamespaceMacro.swift
[289/297] Compiling GlobalConfMacros Entrypoint.swift
[290/297] Compiling GlobalConfMacros LabeledExprSyntax+Utils.swift
[291/297] Compiling GlobalConfMacros Optional+Utils.swift
[292/297] Compiling GlobalConfMacros  Errors.swift
[293/297] Compiling GlobalConfMacros DeclareConfAccessorMacro.swift
[294/297] Compiling GlobalConfMacros SimpleDiagnosticMessage.swift
[295/298] Wrapping AST for GlobalConfMacros for debugging
[296/298] Write Objects.LinkFileList
[297/298] Linking GlobalConfMacros-tool
[299/320] Compiling GlobalConfModule ConfContext+ConfKey.swift
[300/320] Compiling GlobalConfModule ConfContext+ConfKeyMainActor.swift
[301/320] Compiling GlobalConfModule ConfContext.swift
[302/322] Compiling GlobalConfModule InjectedConf.swift
[303/322] Compiling GlobalConfModule 1-ConfKey.swift
[304/322] Compiling GlobalConfModule 2-ServiceKey.swift
[305/322] Compiling GlobalConfModule InjectedConf+AutoInjectableMainActor.swift
[306/322] Compiling GlobalConfModule InjectedConf+ConfKey.swift
[307/322] Compiling GlobalConfModule InjectedConf+ConfKeyMainActor.swift
[308/322] Compiling GlobalConfModule AutoInjectable.swift
[309/322] Compiling GlobalConfModule AutoInjectableMainActor.swift
[310/322] Compiling GlobalConfModule InjectedConf+AutoInjectable.swift
[311/322] Compiling GlobalConfModule ConfKey.swift
[312/322] Compiling GlobalConfModule ConfKeyMainActor.swift
[313/322] Compiling GlobalConfModule ConfKeys.swift
[314/322] Emitting module GlobalConfModule
[315/322] Compiling GlobalConfModule Conf+ConfKey.swift
[316/322] Compiling GlobalConfModule Conf+ConfKeyMainActor.swift
[317/322] Compiling GlobalConfModule Conf+withValues.swift
[318/322] Compiling GlobalConfModule Conf.swift
[319/322] Compiling GlobalConfModule ConfContext+AutoInjectable.swift
[320/322] Compiling GlobalConfModule ConfContext+AutoInjectableMainActor.swift
[321/322] Compiling GlobalConfModule 3-NamespaceKey.swift
[322/322] Compiling GlobalConfModule 4-AccessorConvenience.swift
[324/358] Compiling XibLoc Range+Utils.swift
[325/358] Compiling XibLoc Scanner+LinuxCompat.swift
[326/358] Compiling XibLoc StringAttributesChangesDescription.swift
[327/358] Compiling XibLoc XibLocColor.swift
[328/362] Compiling XibLoc AttributedString+Utils.swift
[329/362] Compiling XibLoc Collection+Utils.swift
[330/362] Compiling XibLoc NSMutableAttributedString+Utils.swift
[331/362] Compiling XibLoc NumberFormatter+Utils.swift
[332/362] Compiling XibLoc RandomAccessCollection+StableSort.swift
[333/362] Emitting module XibLoc
[334/362] Compiling XibLoc XibLocFont.swift
[335/362] Compiling XibLoc XibLocNumber.swift
[336/362] Compiling XibLoc XibLoc.swift
[337/362] Compiling XibLoc XibLocConfig.swift
[338/362] Compiling XibLoc Str2StrXibLocInfo.swift
[339/362] Compiling XibLoc CommonTokensGroup.swift
[340/362] Compiling XibLoc CommonTokensGroup_Linux.swift
[341/362] Compiling XibLoc TokensGroup.swift
[342/362] Compiling XibLoc XibLocResolvingInfo.swift
[343/362] Compiling XibLoc PluralityDefinitionZone.swift
[344/362] Compiling XibLoc PluralityDefinitionZoneValue.swift
[345/362] Compiling XibLoc PluralityDefinitionZoneValueGlob.swift
[346/362] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfFloats.swift
[347/362] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfInts.swift
[348/362] Compiling XibLoc ParserHelper+NSMutableAttributedString.swift
[349/362] Compiling XibLoc ParserHelper+String.swift
[350/362] Compiling XibLoc ParserHelper.swift
[351/362] Compiling XibLoc PluralValue.swift
[352/362] Compiling XibLoc PluralityDefinition.swift
[353/362] Compiling XibLoc PluralityDefinitionZoneValueNumber.swift
[354/362] Compiling XibLoc MultipleWordsTokens.swift
[355/362] Compiling XibLoc OneWordTokens.swift
[356/362] Compiling XibLoc Str2AttrStrXibLocInfo.swift
[357/362] Compiling XibLoc Str2NSAttrStrXibLocInfo.swift
[358/362] Compiling XibLoc CacheLock.swift
/host/spi-builder-workspace/Sources/XibLoc/Parser/ParsedXibLoc.swift:416:10: warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
414 |
415 | #if !USE_UTF16_OFFSETS
416 | #warning("I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.")
    |          `- warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
417 | 			/* With this version of the algorithm we play it safe and re-compute the ranges by searching for partial strings from the original string in the new string.
418 | 			 * This has a small performance impact on some ObjC strings, but in most of the cases it’s completely negligible. */
[359/362] Compiling XibLoc ParsedXibLoc+InitCache.swift
/host/spi-builder-workspace/Sources/XibLoc/Parser/ParsedXibLoc.swift:416:10: warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
414 |
415 | #if !USE_UTF16_OFFSETS
416 | #warning("I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.")
    |          `- warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
417 | 			/* With this version of the algorithm we play it safe and re-compute the ranges by searching for partial strings from the original string in the new string.
418 | 			 * This has a small performance impact on some ObjC strings, but in most of the cases it’s completely negligible. */
[360/362] Compiling XibLoc XibLocParsingInfo.swift
/host/spi-builder-workspace/Sources/XibLoc/Parser/ParsedXibLoc.swift:416:10: warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
414 |
415 | #if !USE_UTF16_OFFSETS
416 | #warning("I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.")
    |          `- warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
417 | 			/* With this version of the algorithm we play it safe and re-compute the ranges by searching for partial strings from the original string in the new string.
418 | 			 * This has a small performance impact on some ObjC strings, but in most of the cases it’s completely negligible. */
[361/362] Compiling XibLoc ParsedXibLoc.swift
/host/spi-builder-workspace/Sources/XibLoc/Parser/ParsedXibLoc.swift:416:10: warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
414 |
415 | #if !USE_UTF16_OFFSETS
416 | #warning("I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.")
    |          `- warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
417 | 			/* With this version of the algorithm we play it safe and re-compute the ranges by searching for partial strings from the original string in the new string.
418 | 			 * This has a small performance impact on some ObjC strings, but in most of the cases it’s completely negligible. */
[362/362] Compiling XibLoc ParserHelper+AttributedString.swift
/host/spi-builder-workspace/Sources/XibLoc/Parser/ParsedXibLoc.swift:416:10: warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
414 |
415 | #if !USE_UTF16_OFFSETS
416 | #warning("I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.")
    |          `- warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
417 | 			/* With this version of the algorithm we play it safe and re-compute the ranges by searching for partial strings from the original string in the new string.
418 | 			 * This has a small performance impact on some ObjC strings, but in most of the cases it’s completely negligible. */
Build complete! (120.38s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "globalconfmodule",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/GlobalConfModule.git"
    }
  ],
  "manifest_display_name" : "XibLoc",
  "name" : "XibLoc",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "XibLoc",
      "targets" : [
        "XibLoc"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XibLocTests",
      "module_type" : "SwiftTarget",
      "name" : "XibLocTests",
      "path" : "Tests/XibLocTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/XibLocTests/Helpers/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        }
      ],
      "sources" : [
        "AttrStrTests.swift",
        "AttributedStringUtilsTests.swift",
        "Helpers/PluralityDefinition+Utils.swift",
        "Helpers/Utils.swift",
        "Helpers/XibLoc4ObjCHelper.swift",
        "PluralityTests.swift",
        "XibLocResolvingInfoTests.swift",
        "XibLocTestsSwiftAttrStr.swift",
        "XibLocTestsSwiftNSAttrStr.swift",
        "XibLocTestsSwiftStr.swift"
      ],
      "target_dependencies" : [
        "XibLoc"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XibLoc",
      "module_type" : "SwiftTarget",
      "name" : "XibLoc",
      "path" : "Sources/XibLoc",
      "product_dependencies" : [
        "Logging",
        "GlobalConfModule"
      ],
      "product_memberships" : [
        "XibLoc"
      ],
      "sources" : [
        "Cache/CacheLock.swift",
        "Cache/ParsedXibLoc+InitCache.swift",
        "Cache/XibLocParsingInfo.swift",
        "Parser/ParsedXibLoc.swift",
        "Parser/ParserHelper+AttributedString.swift",
        "Parser/ParserHelper+NSMutableAttributedString.swift",
        "Parser/ParserHelper+String.swift",
        "Parser/ParserHelper.swift",
        "Plurality/PluralValue.swift",
        "Plurality/PluralityDefinition.swift",
        "Plurality/PluralityDefinitionZone.swift",
        "Plurality/PluralityDefinitionZoneValue.swift",
        "Plurality/PluralityDefinitionZoneValueGlob.swift",
        "Plurality/PluralityDefinitionZoneValueIntervalOfFloats.swift",
        "Plurality/PluralityDefinitionZoneValueIntervalOfInts.swift",
        "Plurality/PluralityDefinitionZoneValueNumber.swift",
        "Resolving Info/MultipleWordsTokens.swift",
        "Resolving Info/OneWordTokens.swift",
        "Resolving Info/Str2AttrStrXibLocInfo.swift",
        "Resolving Info/Str2NSAttrStrXibLocInfo.swift",
        "Resolving Info/Str2StrXibLocInfo.swift",
        "Resolving Info/Tokens Group/CommonTokensGroup.swift",
        "Resolving Info/Tokens Group/CommonTokensGroup_Linux.swift",
        "Resolving Info/Tokens Group/TokensGroup.swift",
        "Resolving Info/XibLocResolvingInfo.swift",
        "Utilities/AttributedString+Utils.swift",
        "Utilities/Collection+Utils.swift",
        "Utilities/NSMutableAttributedString+Utils.swift",
        "Utilities/NumberFormatter+Utils.swift",
        "Utilities/RandomAccessCollection+StableSort.swift",
        "Utilities/Range+Utils.swift",
        "Utilities/Scanner+LinuxCompat.swift",
        "Utilities/StringAttributesChangesDescription.swift",
        "Utilities/XibLocColor.swift",
        "Utilities/XibLocFont.swift",
        "Utilities/XibLocNumber.swift",
        "XibLoc.swift",
        "XibLocConfig.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.