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.0 for Linux on 11 Dec 2024 10:08:35 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.58.5
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.0
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-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/Frizlab/GlobalConfModule.git
[1/607] Fetching globalconfmodule
Fetched https://github.com/Frizlab/GlobalConfModule.git from cache (0.22s)
[1/3727] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.36s)
Computing version for https://github.com/Frizlab/GlobalConfModule.git
Computed https://github.com/Frizlab/GlobalConfModule.git at 0.4.1 (0.65s)
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-service-context.git
[1/989] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.26s)
[1/66959] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.85s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.1.0 (1.83s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.56s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.37s)
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.2
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
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.1.0
Building for debugging...
[0/38] Write sources
[19/38] Compiling _SwiftSyntaxCShims dummy.c
[20/38] Write swift-version-24593BA9C3E375BF.txt
[22/52] Emitting module ServiceContextModule
[23/52] Compiling SwiftSyntax509 Empty.swift
[24/52] Emitting module SwiftSyntax509
[25/53] Wrapping AST for SwiftSyntax509 for debugging
[27/53] Emitting module SwiftSyntax600
[28/53] Compiling SwiftSyntax600 Empty.swift
[29/54] Compiling ServiceContextModule ServiceContextKey.swift
[30/54] Compiling ServiceContextModule ServiceContext.swift
[33/55] Emitting module SwiftSyntax510
[34/55] Compiling SwiftSyntax510 Empty.swift
[35/56] Wrapping AST for SwiftSyntax600 for debugging
[36/56] Wrapping AST for SwiftSyntax510 for debugging
[38/120] Compiling Logging MetadataProvider.swift
[39/120] Compiling Logging LogHandler.swift
[40/120] Compiling Logging Logging.swift
[41/120] Emitting module Logging
[42/120] Compiling Logging Locks.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 SyntaxNodeFactory.swift
[54/129] Compiling SwiftSyntax SyntaxNodeStructure.swift
[55/129] Compiling SwiftSyntax SyntaxProtocol.swift
[56/129] Compiling SwiftSyntax SyntaxText.swift
[57/129] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[58/129] Compiling SwiftSyntax TokenDiagnostic.swift
[59/129] Compiling SwiftSyntax TokenSequence.swift
[60/129] Compiling SwiftSyntax TokenSyntax.swift
[61/129] Compiling SwiftSyntax Trivia.swift
[62/129] Compiling SwiftSyntax SourcePresence.swift
[63/129] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[64/129] Compiling SwiftSyntax Syntax.swift
[65/129] Compiling SwiftSyntax SyntaxArena.swift
[66/129] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[67/129] Compiling SwiftSyntax SyntaxChildren.swift
[68/129] Compiling SwiftSyntax SyntaxCollection.swift
[69/129] Compiling SwiftSyntax SyntaxHashable.swift
[70/129] Compiling SwiftSyntax SyntaxIdentifier.swift
[71/129] Emitting module SwiftSyntax
[72/129] Compiling SwiftSyntax MemoryLayout.swift
[73/129] Compiling SwiftSyntax MissingNodeInitializers.swift
[74/129] Compiling SwiftSyntax RawSyntax.swift
[75/129] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[76/129] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[77/129] Compiling SwiftSyntax RawSyntaxTokenView.swift
[78/129] Compiling SwiftSyntax SourceEdit.swift
[79/129] Compiling SwiftSyntax SourceLength.swift
[80/129] Compiling SwiftSyntax SourceLocation.swift
[81/129] Compiling SwiftSyntax Utils.swift
[82/129] Compiling SwiftSyntax ChildNameForKeyPath.swift
[83/129] Compiling SwiftSyntax Keyword.swift
[84/129] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[85/129] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[86/129] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[87/129] Compiling SwiftSyntax SyntaxBaseNodes.swift
[88/129] Compiling SwiftSyntax SyntaxCollections.swift
[89/129] Compiling SwiftSyntax SyntaxEnum.swift
[90/129] Compiling SwiftSyntax SyntaxKind.swift
[91/129] Compiling SwiftSyntax SyntaxRewriter.swift
[92/129] Compiling SwiftSyntax SyntaxTraits.swift
[93/129] Compiling SwiftSyntax SyntaxVisitor.swift
[94/129] Compiling SwiftSyntax TokenKind.swift
[95/129] Compiling SwiftSyntax Tokens.swift
[96/129] Compiling SwiftSyntax TriviaPieces.swift
[97/129] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[98/129] Compiling SwiftSyntax RawSyntaxNodesC.swift
[99/129] Compiling SwiftSyntax RawSyntaxNodesD.swift
[100/129] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[101/129] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[102/129] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[103/129] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[104/129] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[105/129] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[106/129] Compiling SwiftSyntax RawSyntaxValidation.swift
[107/129] Compiling SwiftSyntax SyntaxNodesAB.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/130] Wrapping AST for SwiftSyntax for debugging
[118/187] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[119/188] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[120/188] Emitting module SwiftDiagnostics
[121/188] Compiling SwiftDiagnostics Message.swift
[122/188] Compiling SwiftDiagnostics Note.swift
[123/188] Compiling SwiftBasicFormat Syntax+Extensions.swift
[124/188] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[125/188] Compiling SwiftParser CharacterInfo.swift
[126/188] Compiling SwiftParser CollectionNodes+Parsable.swift
[127/188] Compiling SwiftParser Attributes.swift
[128/188] Compiling SwiftParser Availability.swift
[129/188] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[130/188] Compiling SwiftDiagnostics FixIt.swift
[131/188] Compiling SwiftBasicFormat InferIndentation.swift
[132/188] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[134/189] Compiling SwiftParser SwiftParserCompatibility.swift
[135/189] Compiling SwiftParser SwiftVersion.swift
[136/189] Compiling SwiftParser SyntaxUtils.swift
[137/189] Compiling SwiftParser TokenConsumer.swift
[138/189] Compiling SwiftParser TokenPrecedence.swift
[138/194] Wrapping AST for SwiftDiagnostics for debugging
[140/194] Emitting module SwiftBasicFormat
[141/194] Compiling SwiftBasicFormat BasicFormat.swift
[142/195] Wrapping AST for SwiftBasicFormat for debugging
[144/195] Compiling SwiftParser TokenSpec.swift
[145/195] Compiling SwiftParser TokenSpecSet.swift
[146/195] Compiling SwiftParser TopLevel.swift
[147/195] Compiling SwiftParser TriviaParser.swift
[148/195] Compiling SwiftParser Types.swift
[149/195] Emitting module SwiftParser
[150/195] Compiling SwiftParser Modifiers.swift
[151/195] Compiling SwiftParser Names.swift
[152/195] Compiling SwiftParser Nominals.swift
[153/195] Compiling SwiftParser Parameters.swift
[154/195] Compiling SwiftParser ParseSourceFile.swift
[155/195] Compiling SwiftParser Parser.swift
[156/195] Compiling SwiftParser Patterns.swift
[157/195] Compiling SwiftParser Recovery.swift
[158/195] Compiling SwiftParser Specifiers.swift
[159/195] Compiling SwiftParser Statements.swift
[160/195] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[161/195] Compiling SwiftParser StringLiterals.swift
[162/195] Compiling SwiftParser LexemeSequence.swift
[163/195] Compiling SwiftParser Lexer.swift
[164/195] Compiling SwiftParser RegexLiteralLexer.swift
[165/195] Compiling SwiftParser UnicodeScalarExtensions.swift
[166/195] Compiling SwiftParser Lookahead.swift
[167/195] Compiling SwiftParser LoopProgressCondition.swift
[172/195] Compiling SwiftParser Declarations.swift
[173/195] Compiling SwiftParser Directives.swift
[174/195] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[175/195] Compiling SwiftParser Expressions.swift
[176/195] Compiling SwiftParser IncrementalParseTransition.swift
[177/195] Compiling SwiftParser IsValidIdentifier.swift
[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/221] Compiling SwiftParserDiagnostics MissingNodesError.swift
[190/221] Compiling SwiftParserDiagnostics MissingTokenError.swift
[191/221] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[192/221] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[193/221] Compiling SwiftParserDiagnostics Utils.swift
[194/221] Emitting module SwiftOperators
[195/221] Compiling SwiftOperators SyntaxSynthesis.swift
[196/221] Compiling SwiftOperators PrecedenceGraph.swift
[197/221] Compiling SwiftOperators OperatorTable.swift
[198/221] Compiling SwiftOperators OperatorTable+Folding.swift
[199/221] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[200/221] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[201/221] Compiling SwiftOperators OperatorTable+Semantics.swift
[202/222] Wrapping AST for SwiftOperators for debugging
[204/222] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[205/222] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[206/222] Compiling SwiftParserDiagnostics PresenceUtils.swift
[211/222] Emitting module SwiftParserDiagnostics
[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] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[219/239] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[220/239] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[221/239] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[222/239] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[223/239] Emitting module SwiftSyntaxBuilder
[224/239] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[225/239] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[226/239] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[227/239] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[228/239] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[229/239] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[230/239] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[231/239] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[232/240] Wrapping AST for SwiftSyntaxBuilder for debugging
[234/257] Compiling SwiftSyntaxMacros Macro.swift
[235/257] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[236/259] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[237/259] Compiling SwiftSyntaxMacros Macro+Format.swift
[238/259] Compiling SwiftSyntaxMacros MemberMacro.swift
[239/259] Compiling SwiftSyntaxMacros PeerMacro.swift
[240/259] Compiling SwiftSyntaxMacros AccessorMacro.swift
[241/259] Compiling SwiftSyntaxMacros AttachedMacro.swift
[242/259] Compiling SwiftSyntaxMacros BodyMacro.swift
[243/259] Emitting module SwiftSyntaxMacros
[244/259] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[245/259] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[246/259] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[247/259] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[248/259] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[249/259] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[250/259] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[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 IndentationUtils.swift
[257/270] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[258/270] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[259/270] Emitting module SwiftSyntaxMacroExpansion
[260/270] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[261/270] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[262/270] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[263/270] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[264/270] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[265/271] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[267/283] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[268/284] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[269/284] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[270/284] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[271/284] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[272/284] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[273/284] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[274/284] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[275/284] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[276/284] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[277/284] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[278/284] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[279/284] Emitting module SwiftCompilerPluginMessageHandling
[280/285] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[282/287] Emitting module SwiftCompilerPlugin
[283/287] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[284/288] Wrapping AST for SwiftCompilerPlugin for debugging
[286/296] Emitting module GlobalConfMacros
[287/297] Compiling GlobalConfMacros Optional+Utils.swift
[288/297] Compiling GlobalConfMacros DeclareConfNamespaceMacro.swift
[289/297] Compiling GlobalConfMacros LabeledExprSyntax+Utils.swift
[290/297] Compiling GlobalConfMacros Entrypoint.swift
[291/297] Compiling GlobalConfMacros SimpleDiagnosticMessage.swift
[292/297] Compiling GlobalConfMacros DeclareConfAccessorMacro.swift
[293/297] Compiling GlobalConfMacros  Errors.swift
[294/297] Compiling GlobalConfMacros DeclareConfMacro.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/320] Compiling GlobalConfModule AutoInjectable.swift
[303/320] Compiling GlobalConfModule AutoInjectableMainActor.swift
[304/320] Compiling GlobalConfModule InjectedConf+AutoInjectable.swift
[305/322] Compiling GlobalConfModule InjectedConf.swift
[306/322] Compiling GlobalConfModule 1-ConfKey.swift
[307/322] Compiling GlobalConfModule 2-ServiceKey.swift
[308/322] Compiling GlobalConfModule Conf.swift
[309/322] Compiling GlobalConfModule ConfContext+AutoInjectable.swift
[310/322] Compiling GlobalConfModule ConfContext+AutoInjectableMainActor.swift
[311/322] Compiling GlobalConfModule InjectedConf+AutoInjectableMainActor.swift
[312/322] Compiling GlobalConfModule InjectedConf+ConfKey.swift
[313/322] Compiling GlobalConfModule InjectedConf+ConfKeyMainActor.swift
[314/322] Compiling GlobalConfModule Conf+ConfKey.swift
[315/322] Compiling GlobalConfModule Conf+ConfKeyMainActor.swift
[316/322] Compiling GlobalConfModule Conf+withValues.swift
[317/322] Compiling GlobalConfModule ConfKey.swift
[318/322] Compiling GlobalConfModule ConfKeyMainActor.swift
[319/322] Compiling GlobalConfModule ConfKeys.swift
[320/322] Compiling GlobalConfModule 3-NamespaceKey.swift
[321/322] Compiling GlobalConfModule 4-AccessorConvenience.swift
[322/322] Emitting module GlobalConfModule
[324/358] Compiling XibLoc PluralityDefinitionZoneValueNumber.swift
[325/358] Compiling XibLoc MultipleWordsTokens.swift
[326/358] Compiling XibLoc OneWordTokens.swift
[327/358] Compiling XibLoc Str2AttrStrXibLocInfo.swift
[328/358] Compiling XibLoc Str2NSAttrStrXibLocInfo.swift
[329/362] Emitting module XibLoc
[330/362] Compiling XibLoc XibLocFont.swift
[331/362] Compiling XibLoc XibLocNumber.swift
[332/362] Compiling XibLoc XibLoc.swift
[333/362] Compiling XibLoc XibLocConfig.swift
[334/362] Compiling XibLoc Str2StrXibLocInfo.swift
[335/362] Compiling XibLoc CommonTokensGroup.swift
[336/362] Compiling XibLoc CommonTokensGroup_Linux.swift
[337/362] Compiling XibLoc TokensGroup.swift
[338/362] Compiling XibLoc XibLocResolvingInfo.swift
[339/362] Compiling XibLoc Range+Utils.swift
[340/362] Compiling XibLoc Scanner+LinuxCompat.swift
[341/362] Compiling XibLoc StringAttributesChangesDescription.swift
[342/362] Compiling XibLoc XibLocColor.swift
[343/362] Compiling XibLoc AttributedString+Utils.swift
[344/362] Compiling XibLoc Collection+Utils.swift
[345/362] Compiling XibLoc NSMutableAttributedString+Utils.swift
[346/362] Compiling XibLoc NumberFormatter+Utils.swift
[347/362] Compiling XibLoc RandomAccessCollection+StableSort.swift
[348/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. */
[349/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. */
[350/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. */
[351/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. */
[352/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. */
[353/362] Compiling XibLoc ParserHelper+NSMutableAttributedString.swift
[354/362] Compiling XibLoc ParserHelper+String.swift
[355/362] Compiling XibLoc ParserHelper.swift
[356/362] Compiling XibLoc PluralValue.swift
[357/362] Compiling XibLoc PluralityDefinition.swift
[358/362] Compiling XibLoc PluralityDefinitionZone.swift
[359/362] Compiling XibLoc PluralityDefinitionZoneValue.swift
[360/362] Compiling XibLoc PluralityDefinitionZoneValueGlob.swift
[361/362] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfFloats.swift
[362/362] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfInts.swift
Build complete! (102.11s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.