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 Lingo, reference 1.2.1 (585392), with Swift 6.0 for macOS (SPM) on 8 Nov 2024 19:27:15 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mobelux/lingo.git
Reference: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mobelux/lingo
 * tag               1.2.1      -> FETCH_HEAD
HEAD is now at 5853926 Bump Version.swift -> 1.2.1 (#36)
Cloned https://github.com/mobelux/lingo.git
Revision (git rev-parse @):
58539261b7370a92abf3124e1cec5ec8b997c395
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mobelux/lingo.git at 1.2.1
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/mobelux/swift-version-file-plugin
[1/113] Fetching swift-version-file-plugin
[113/12477] Fetching swift-version-file-plugin, swift-argument-parser
Fetched https://github.com/mobelux/swift-version-file-plugin from cache (1.61s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.61s)
Computing version for https://github.com/mobelux/swift-version-file-plugin.git
Computed https://github.com/mobelux/swift-version-file-plugin.git at 0.2.0 (0.66s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.3.0 (0.52s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.3.0
Creating working copy for https://github.com/mobelux/swift-version-file-plugin
Working copy of https://github.com/mobelux/swift-version-file-plugin resolved at 0.2.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "lingo",
      "name": "Lingo",
      "url": "https://github.com/mobelux/lingo.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/lingo",
      "dependencies": [
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser.git",
          "version": "1.5.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/mobelux/lingo.git
[1/775] Fetching lingo
Fetched https://github.com/mobelux/lingo.git from cache (0.88s)
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.68s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.52s)
Creating working copy for https://github.com/mobelux/lingo.git
Working copy of https://github.com/mobelux/lingo.git resolved at 1.2.1 (5853926)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Found 1 product dependencies
  - swift-argument-parser
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mobelux/lingo.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin LingoPlugin
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-version-file-plugin/Plugins/VersionFile/Extensions/String+Utils.swift:11:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 9 |
10 | /// Easily throw generic errors with a text description.
11 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var errorDescription: String? {
13 |         return self
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-version-file-plugin/Plugins/VersionFile/Extensions/String+Utils.swift:11:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 9 |
10 | /// Easily throw generic errors with a text description.
11 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var errorDescription: String? {
13 |         return self
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-version-file-plugin/Plugins/VersionFile/VersionFile.swift:122:13: warning: switch covers known cases, but 'ModuleKind' may have additional unknown values; this is an error in the Swift 6 language mode
120 |             }
121 |
122 |             switch target.kind {
    |             |- warning: switch covers known cases, but 'ModuleKind' may have additional unknown values; this is an error in the Swift 6 language mode
    |             `- note: handle unknown values using "@unknown default"
123 |             case .generic, .executable:
124 |                 return target
[3/3] Compiling plugin VersionFile
Building for debugging...
[3/12] Write sources
[7/12] Write lingo-entitlement.plist
[8/12] Write swift-version--7754E27361AE5C74.txt
[10/23] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/23] Emitting module ArgumentParserToolInfo
[12/61] Compiling ArgumentParser ArgumentHelp.swift
[13/61] Compiling ArgumentParser ArgumentVisibility.swift
[14/61] Compiling ArgumentParser CompletionKind.swift
[15/61] Compiling ArgumentParser Errors.swift
[16/65] Compiling ArgumentParser BashCompletionsGenerator.swift
[17/65] Compiling ArgumentParser CompletionsGenerator.swift
[18/65] Compiling ArgumentParser FishCompletionsGenerator.swift
[19/65] Compiling ArgumentParser ZshCompletionsGenerator.swift
[20/65] Compiling ArgumentParser Argument.swift
[21/65] Compiling ArgumentParser Platform.swift
[22/65] Compiling ArgumentParser SequenceExtensions.swift
[23/65] Compiling ArgumentParser StringExtensions.swift
[24/65] Compiling ArgumentParser Tree.swift
[25/65] Emitting module ArgumentParser
[26/65] Compiling ArgumentParser ParsableArguments.swift
[27/65] Compiling ArgumentParser ParsableArgumentsValidation.swift
[28/65] Compiling ArgumentParser ParsableCommand.swift
[29/65] Compiling ArgumentParser ArgumentDecoder.swift
[30/65] Compiling ArgumentParser ArgumentDefinition.swift
[31/65] Compiling ArgumentParser ArgumentSet.swift
[32/65] Compiling ArgumentParser CommandParser.swift
[33/65] Compiling ArgumentParser InputKey.swift
[34/65] Emitting module LingoCore
[35/65] Compiling LingoCore LingoCore.swift
[36/65] Compiling LingoCore SwiftGenerator.swift
[37/65] Compiling LingoCore FileHandler.swift
[38/65] Compiling LingoCore String+Lowercase.swift
[39/65] Compiling LingoCore StructGenerator.swift
[40/65] Compiling LingoCore Struct.swift
[41/65] Compiling LingoCore KeyGenerator.swift
[42/65] Compiling LingoCore LingoError.swift
[43/65] Compiling ArgumentParser AsyncParsableCommand.swift
[44/65] Compiling ArgumentParser CommandConfiguration.swift
[45/65] Compiling ArgumentParser EnumerableFlag.swift
[46/65] Compiling ArgumentParser ExpressibleByArgument.swift
[47/65] Compiling ArgumentParser ParserError.swift
[48/65] Compiling ArgumentParser SplitArguments.swift
[49/65] Compiling ArgumentParser DumpHelpGenerator.swift
[50/65] Compiling ArgumentParser HelpCommand.swift
[51/65] Compiling ArgumentParser Flag.swift
[52/65] Compiling ArgumentParser NameSpecification.swift
[53/65] Compiling ArgumentParser Option.swift
[54/65] Compiling ArgumentParser OptionGroup.swift
[55/65] Compiling ArgumentParser HelpGenerator.swift
[56/65] Compiling ArgumentParser MessageInfo.swift
[57/65] Compiling ArgumentParser UsageGenerator.swift
[58/65] Compiling ArgumentParser CollectionExtensions.swift
[59/65] Compiling ArgumentParser InputOrigin.swift
[60/65] Compiling ArgumentParser Name.swift
[61/65] Compiling ArgumentParser Parsed.swift
[62/65] Compiling ArgumentParser ParsedValues.swift
[63/68] Emitting module Lingo
/Users/admin/builder/spi-builder-workspace/Sources/Lingo/Lingo.swift:34:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
32 | @main
33 | struct Lingo: ParsableCommand {
34 |     static let configuration = CommandConfiguration(
   |                `- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
35 |         abstract: "Swift code generation for Localizable.strings files",
36 |         version: Version.number)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration {
    |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 14 |   /// The name of the command to use on the command line.
 15 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/Lingo/Lingo.swift:28:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
26 | //
27 |
28 | import ArgumentParser
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
29 | import LingoCore
30 |
   :
32 | @main
33 | struct Lingo: ParsableCommand {
34 |     static let configuration = CommandConfiguration(
   |                |- note: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |         abstract: "Swift code generation for Localizable.strings files",
36 |         version: Version.number)
[64/68] Compiling Lingo Lingo.swift
/Users/admin/builder/spi-builder-workspace/Sources/Lingo/Lingo.swift:34:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
32 | @main
33 | struct Lingo: ParsableCommand {
34 |     static let configuration = CommandConfiguration(
   |                `- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
35 |         abstract: "Swift code generation for Localizable.strings files",
36 |         version: Version.number)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration {
    |               `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
 14 |   /// The name of the command to use on the command line.
 15 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/Lingo/Lingo.swift:28:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
26 | //
27 |
28 | import ArgumentParser
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
29 | import LingoCore
30 |
   :
32 | @main
33 | struct Lingo: ParsableCommand {
34 |     static let configuration = CommandConfiguration(
   |                |- note: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |         abstract: "Swift code generation for Localizable.strings files",
36 |         version: Version.number)
[65/68] Compiling Lingo Version.swift
[65/68] Write Objects.LinkFileList
[66/68] Linking lingo
[67/68] Applying lingo
Build complete! (17.55s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-version-file-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mobelux/swift-version-file-plugin.git"
    }
  ],
  "manifest_display_name" : "Lingo",
  "name" : "Lingo",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "lingo",
      "targets" : [
        "Lingo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "LingoPlugin",
      "targets" : [
        "LingoPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LingoTests",
      "module_type" : "SwiftTarget",
      "name" : "LingoTests",
      "path" : "Tests/LingoTests",
      "sources" : [
        "LingoTests.swift",
        "XCTest+Utils.swift"
      ],
      "target_dependencies" : [
        "Lingo"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LingoPlugin",
      "module_type" : "PluginTarget",
      "name" : "LingoPlugin",
      "path" : "Plugins/LingoPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "LingoPlugin"
      ],
      "sources" : [
        "LingoPlugin.swift"
      ],
      "target_dependencies" : [
        "Lingo"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "LingoCore",
      "module_type" : "SwiftTarget",
      "name" : "LingoCore",
      "path" : "Sources/LingoCore",
      "product_memberships" : [
        "lingo",
        "LingoPlugin"
      ],
      "sources" : [
        "FileHandler.swift",
        "KeyGenerator.swift",
        "LingoCore.swift",
        "LingoError.swift",
        "String+Lowercase.swift",
        "Struct.swift",
        "StructGenerator.swift",
        "SwiftGenerator.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Lingo",
      "module_type" : "SwiftTarget",
      "name" : "Lingo",
      "path" : "Sources/Lingo",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "lingo",
        "LingoPlugin"
      ],
      "sources" : [
        "Lingo.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "LingoCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CoreTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreTests",
      "path" : "Tests/CoreTests",
      "sources" : [
        "CoreTests.swift"
      ],
      "target_dependencies" : [
        "LingoCore"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.6"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/mobelux/lingo/1.2.1
Repository:               mobelux/lingo
Swift version used:       6.0
Target:                   Lingo
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'Lingo'...
Finished extracting symbol information for 'Lingo'. (4.28s)
Building documentation for 'Lingo'...
warning: No symbol matched 'lingo'. Can't resolve 'lingo'.
 --> Lingo.md:1:3-1:12
1 + # ``lingo``
  |     ╰─suggestion: Replace 'lingo' with 'Lingo'
2 |
3 | Swift code generation for Localizable.strings files.Finished building documentation for 'Lingo' (0.11s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/mobelux/lingo/1.2.1
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Updating https://github.com/mobelux/swift-version-file-plugin
Updating https://github.com/apple/swift-argument-parser
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.24s)
Updated https://github.com/apple/swift-argument-parser (0.60s)
Updated https://github.com/mobelux/swift-version-file-plugin (0.60s)
Computing version for https://github.com/mobelux/swift-version-file-plugin.git
Computed https://github.com/mobelux/swift-version-file-plugin.git at 0.2.0 (0.64s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.3.0 (0.50s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.63s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3178] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.25s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.66s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Mixin+Equals.swift
[8/57] Compiling SymbolKit Mixin+Hash.swift
[9/57] Compiling SymbolKit Mixin.swift
[10/57] Compiling SymbolKit LineList.swift
[11/57] Compiling SymbolKit Position.swift
[12/57] Compiling SymbolKit DeclarationFragments.swift
[13/57] Compiling SymbolKit Fragment.swift
[14/57] Compiling SymbolKit FragmentKind.swift
[15/57] Compiling SymbolKit FunctionParameter.swift
[16/57] Compiling SymbolKit FunctionSignature.swift
[17/57] Compiling SymbolKit SemanticVersion.swift
[18/57] Compiling SymbolKit AccessControl.swift
[19/57] Compiling SymbolKit Availability.swift
[20/57] Compiling SymbolKit AvailabilityItem.swift
[21/57] Compiling SymbolKit Domain.swift
[22/57] Compiling SymbolKit Identifier.swift
[23/57] Compiling SymbolKit KindIdentifier.swift
[24/57] Compiling SymbolKit Location.swift
[25/57] Compiling SymbolKit Mutability.swift
[26/57] Compiling SymbolKit SourceRange.swift
[27/57] Compiling SymbolKit Metadata.swift
[28/57] Compiling SymbolKit Module.swift
[29/57] Compiling SymbolKit OperatingSystem.swift
[30/57] Compiling SymbolKit Platform.swift
[31/57] Compiling SymbolKit Relationship.swift
[32/57] Compiling SymbolKit RelationshipKind.swift
[33/57] Compiling SymbolKit SourceOrigin.swift
[34/57] Compiling SymbolKit GenericConstraints.swift
[35/57] Compiling SymbolKit Swift.swift
[36/57] Compiling SymbolKit Names.swift
[37/57] Compiling SymbolKit SPI.swift
[38/57] Compiling SymbolKit Snippet.swift
[39/57] Compiling SymbolKit Extension.swift
[40/57] Compiling SymbolKit GenericConstraint.swift
[41/57] Compiling SymbolKit GenericParameter.swift
[42/57] Compiling SymbolKit Generics.swift
[43/57] Compiling SymbolKit Namespace.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Compiling Snippets Snippet.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.49s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/12] Emitting module ArgumentParserToolInfo
[3/12] Compiling ArgumentParserToolInfo ToolInfo.swift
[4/50] Compiling LingoCore Struct.swift
[5/50] Compiling LingoCore LingoCore.swift
[6/50] Compiling LingoCore SwiftGenerator.swift
[7/50] Compiling LingoCore String+Lowercase.swift
[8/50] Compiling LingoCore StructGenerator.swift
[9/50] Compiling LingoCore LingoError.swift
[10/50] Compiling LingoCore FileHandler.swift
[11/50] Emitting module LingoCore
[12/50] Compiling LingoCore KeyGenerator.swift
[13/50] Compiling ArgumentParser AsyncParsableCommand.swift
[14/50] Compiling ArgumentParser CommandConfiguration.swift
[15/50] Compiling ArgumentParser EnumerableFlag.swift
[16/50] Compiling ArgumentParser ExpressibleByArgument.swift
[17/54] Compiling ArgumentParser InputOrigin.swift
[18/54] Compiling ArgumentParser Name.swift
[19/54] Compiling ArgumentParser Parsed.swift
[20/54] Compiling ArgumentParser ParsedValues.swift
[21/54] Compiling ArgumentParser ArgumentHelp.swift
[22/54] Compiling ArgumentParser ArgumentVisibility.swift
[23/54] Compiling ArgumentParser CompletionKind.swift
[24/54] Compiling ArgumentParser Errors.swift
[25/54] Emitting module ArgumentParser
[26/54] Compiling ArgumentParser ParsableArguments.swift
[27/54] Compiling ArgumentParser ParsableArgumentsValidation.swift
[28/54] Compiling ArgumentParser ParsableCommand.swift
[29/54] Compiling ArgumentParser ArgumentDecoder.swift
[30/54] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/54] Compiling ArgumentParser CompletionsGenerator.swift
[32/54] Compiling ArgumentParser FishCompletionsGenerator.swift
[33/54] Compiling ArgumentParser ZshCompletionsGenerator.swift
[34/54] Compiling ArgumentParser Argument.swift
[35/54] Compiling ArgumentParser ParserError.swift
[36/54] Compiling ArgumentParser SplitArguments.swift
[37/54] Compiling ArgumentParser DumpHelpGenerator.swift
[38/54] Compiling ArgumentParser HelpCommand.swift
[39/54] Compiling ArgumentParser Flag.swift
[40/54] Compiling ArgumentParser NameSpecification.swift
[41/54] Compiling ArgumentParser Option.swift
[42/54] Compiling ArgumentParser OptionGroup.swift
[43/54] Compiling ArgumentParser HelpGenerator.swift
[44/54] Compiling ArgumentParser MessageInfo.swift
[45/54] Compiling ArgumentParser UsageGenerator.swift
[46/54] Compiling ArgumentParser CollectionExtensions.swift
[47/54] Compiling ArgumentParser ArgumentDefinition.swift
[48/54] Compiling ArgumentParser ArgumentSet.swift
[49/54] Compiling ArgumentParser CommandParser.swift
[50/54] Compiling ArgumentParser InputKey.swift
[51/54] Compiling ArgumentParser Platform.swift
[52/54] Compiling ArgumentParser SequenceExtensions.swift
[53/54] Compiling ArgumentParser StringExtensions.swift
[54/54] Compiling ArgumentParser Tree.swift
[55/57] Compiling Lingo Lingo.swift
[56/57] Emitting module Lingo
[57/57] Compiling Lingo Version.swift
Build of target: 'Lingo' complete! (2.34s)
Target:                   LingoCore
Extracting symbol information for 'LingoCore'...
Finished extracting symbol information for 'LingoCore'. (0.42s)
Building documentation for 'LingoCore'...
Finished building documentation for 'LingoCore' (0.05s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/mobelux/lingo/1.2.1
Building for debugging...
[0/3] Write swift-version--7754E27361AE5C74.txt
Build of product 'snippet-extract' complete! (0.21s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
Build of target: 'LingoCore' complete! (0.21s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/mobelux/lingo/1.2.1/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/mobelux/lingo/1.2.1/linkable-paths.json
     150
2	/Users/admin/builder/spi-builder-workspace/.docs/mobelux/lingo/1.2.1
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/mobelux/lingo/1.2.1
File count: 150
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-mobelux-lingo-1.2.1-79fd0a9c.zip to s3://spi-docs-inbox/prod-mobelux-lingo-1.2.1-79fd0a9c.zip
Copying... [15%]
Copying... [31%]
Copying... [46%]
Copying... [62%]
Copying... [77%]
Copying... [92%]
Copying... [100%]
Done.