Build Information
Successful build of Lingo, reference main (585392
), with Swift 6.0 for macOS (SPM) on 8 Nov 2024 19:27:13 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mobelux/lingo
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
Fetching https://github.com/mobelux/swift-version-file-plugin
Fetching https://github.com/apple/swift-argument-parser
[1/113] Fetching swift-version-file-plugin
[114/12477] Fetching swift-version-file-plugin, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.56s)
Fetched https://github.com/mobelux/swift-version-file-plugin from cache (1.56s)
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.69s)
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.55s)
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.91s)
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.59s)
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/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/mobelux/lingo.git
Working copy of https://github.com/mobelux/lingo.git resolved at main (5853926)
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
[6/12] Write lingo-entitlement.plist
[7/12] Write sources
[8/12] Write swift-version--7754E27361AE5C74.txt
[10/23] Emitting module ArgumentParserToolInfo
[11/23] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/61] Compiling ArgumentParser AsyncParsableCommand.swift
[13/61] Compiling ArgumentParser CommandConfiguration.swift
[14/61] Compiling ArgumentParser EnumerableFlag.swift
[15/61] Compiling ArgumentParser ExpressibleByArgument.swift
[16/65] Compiling ArgumentParser InputOrigin.swift
[17/65] Compiling ArgumentParser Name.swift
[18/65] Compiling ArgumentParser Parsed.swift
[19/65] Compiling ArgumentParser ParsedValues.swift
[20/65] Emitting module ArgumentParser
[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] Compiling ArgumentParser Flag.swift
[26/65] Compiling ArgumentParser NameSpecification.swift
[27/65] Compiling ArgumentParser Option.swift
[28/65] Compiling ArgumentParser OptionGroup.swift
[29/65] Compiling ArgumentParser ArgumentDefinition.swift
[30/65] Compiling ArgumentParser ArgumentSet.swift
[31/65] Compiling ArgumentParser CommandParser.swift
[32/65] Compiling ArgumentParser InputKey.swift
[33/65] Compiling LingoCore StructGenerator.swift
[34/65] Compiling LingoCore SwiftGenerator.swift
[35/65] Compiling LingoCore LingoError.swift
[36/65] Compiling LingoCore LingoCore.swift
[37/65] Emitting module LingoCore
[38/65] Compiling LingoCore FileHandler.swift
[39/65] Compiling LingoCore String+Lowercase.swift
[40/65] Compiling LingoCore KeyGenerator.swift
[41/65] Compiling LingoCore Struct.swift
[42/65] Compiling ArgumentParser ParsableArguments.swift
[43/65] Compiling ArgumentParser ParsableArgumentsValidation.swift
[44/65] Compiling ArgumentParser ParsableCommand.swift
[45/65] Compiling ArgumentParser ArgumentDecoder.swift
[46/65] Compiling ArgumentParser ParserError.swift
[47/65] Compiling ArgumentParser SplitArguments.swift
[48/65] Compiling ArgumentParser DumpHelpGenerator.swift
[49/65] Compiling ArgumentParser HelpCommand.swift
[50/65] Compiling ArgumentParser BashCompletionsGenerator.swift
[51/65] Compiling ArgumentParser CompletionsGenerator.swift
[52/65] Compiling ArgumentParser FishCompletionsGenerator.swift
[53/65] Compiling ArgumentParser ZshCompletionsGenerator.swift
[54/65] Compiling ArgumentParser Argument.swift
[55/65] Compiling ArgumentParser ArgumentHelp.swift
[56/65] Compiling ArgumentParser ArgumentVisibility.swift
[57/65] Compiling ArgumentParser CompletionKind.swift
[58/65] Compiling ArgumentParser Errors.swift
[59/65] Compiling ArgumentParser HelpGenerator.swift
[60/65] Compiling ArgumentParser MessageInfo.swift
[61/65] Compiling ArgumentParser UsageGenerator.swift
[62/65] Compiling ArgumentParser CollectionExtensions.swift
[63/68] Compiling Lingo Version.swift
[64/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)
[65/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] Write Objects.LinkFileList
[66/68] Linking lingo
[67/68] Applying lingo
Build complete! (17.93s)
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/main
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.13s)
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.12s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/mobelux/lingo/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Updating https://github.com/apple/swift-argument-parser
Updating https://github.com/mobelux/swift-version-file-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.30s)
Updated https://github.com/mobelux/swift-version-file-plugin (0.56s)
Updated https://github.com/apple/swift-argument-parser (0.56s)
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.65s)
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)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.65s)
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.22s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.65s)
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/7] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Emitting module SymbolKit
[11/57] Compiling SymbolKit DeclarationFragments.swift
[12/57] Compiling SymbolKit Fragment.swift
[13/57] Compiling SymbolKit FragmentKind.swift
[14/57] Compiling SymbolKit FunctionParameter.swift
[15/57] Compiling SymbolKit FunctionSignature.swift
[16/57] Compiling SymbolKit Mixin+Equals.swift
[17/57] Compiling SymbolKit Mixin+Hash.swift
[18/57] Compiling SymbolKit Mixin.swift
[19/57] Compiling SymbolKit LineList.swift
[20/57] Compiling SymbolKit Position.swift
[21/57] Compiling SymbolKit SemanticVersion.swift
[22/57] Compiling SymbolKit AccessControl.swift
[23/57] Compiling SymbolKit Availability.swift
[24/57] Compiling SymbolKit AvailabilityItem.swift
[25/57] Compiling SymbolKit Domain.swift
[26/57] Compiling SymbolKit Identifier.swift
[27/57] Compiling SymbolKit KindIdentifier.swift
[28/57] Compiling SymbolKit Location.swift
[29/57] Compiling SymbolKit Mutability.swift
[30/57] Compiling SymbolKit Relationship.swift
[31/57] Compiling SymbolKit RelationshipKind.swift
[32/57] Compiling SymbolKit SourceOrigin.swift
[33/57] Compiling SymbolKit GenericConstraints.swift
[34/57] Compiling SymbolKit Swift.swift
[35/57] Compiling SymbolKit Names.swift
[36/57] Compiling SymbolKit SPI.swift
[37/57] Compiling SymbolKit Snippet.swift
[38/57] Compiling SymbolKit Extension.swift
[39/57] Compiling SymbolKit SourceRange.swift
[40/57] Compiling SymbolKit Metadata.swift
[41/57] Compiling SymbolKit Module.swift
[42/57] Compiling SymbolKit OperatingSystem.swift
[43/57] Compiling SymbolKit Platform.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] Emitting module Snippets
[54/57] Compiling Snippets Snippet.swift
[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.00s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/12] Emitting module ArgumentParserToolInfo
[3/12] Compiling ArgumentParserToolInfo ToolInfo.swift
[4/12] Compiling LingoCore LingoError.swift
[5/12] Compiling LingoCore String+Lowercase.swift
[6/12] Compiling LingoCore Struct.swift
[7/12] Compiling LingoCore FileHandler.swift
[8/12] Compiling LingoCore LingoCore.swift
[9/12] Compiling LingoCore SwiftGenerator.swift
[10/12] Compiling LingoCore StructGenerator.swift
[11/12] Emitting module LingoCore
[12/12] Compiling LingoCore KeyGenerator.swift
[13/50] Compiling ArgumentParser ArgumentHelp.swift
[14/50] Compiling ArgumentParser ArgumentVisibility.swift
[15/50] Compiling ArgumentParser CompletionKind.swift
[16/50] Compiling ArgumentParser Errors.swift
[17/54] Compiling ArgumentParser AsyncParsableCommand.swift
[18/54] Compiling ArgumentParser CommandConfiguration.swift
[19/54] Compiling ArgumentParser EnumerableFlag.swift
[20/54] Compiling ArgumentParser ExpressibleByArgument.swift
[21/54] Emitting module ArgumentParser
[22/54] Compiling ArgumentParser BashCompletionsGenerator.swift
[23/54] Compiling ArgumentParser CompletionsGenerator.swift
[24/54] Compiling ArgumentParser FishCompletionsGenerator.swift
[25/54] Compiling ArgumentParser ZshCompletionsGenerator.swift
[26/54] Compiling ArgumentParser Argument.swift
[27/54] Compiling ArgumentParser ParserError.swift
[28/54] Compiling ArgumentParser SplitArguments.swift
[29/54] Compiling ArgumentParser DumpHelpGenerator.swift
[30/54] Compiling ArgumentParser HelpCommand.swift
[31/54] Compiling ArgumentParser Flag.swift
[32/54] Compiling ArgumentParser NameSpecification.swift
[33/54] Compiling ArgumentParser Option.swift
[34/54] Compiling ArgumentParser OptionGroup.swift
[35/54] Compiling ArgumentParser ParsableArguments.swift
[36/54] Compiling ArgumentParser ParsableArgumentsValidation.swift
[37/54] Compiling ArgumentParser ParsableCommand.swift
[38/54] Compiling ArgumentParser ArgumentDecoder.swift
[39/54] Compiling ArgumentParser InputOrigin.swift
[40/54] Compiling ArgumentParser Name.swift
[41/54] Compiling ArgumentParser Parsed.swift
[42/54] Compiling ArgumentParser ParsedValues.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 Platform.swift
[48/54] Compiling ArgumentParser SequenceExtensions.swift
[49/54] Compiling ArgumentParser StringExtensions.swift
[50/54] Compiling ArgumentParser Tree.swift
[51/54] Compiling ArgumentParser ArgumentDefinition.swift
[52/54] Compiling ArgumentParser ArgumentSet.swift
[53/54] Compiling ArgumentParser CommandParser.swift
[54/54] Compiling ArgumentParser InputKey.swift
[55/57] Compiling Lingo Version.swift
[56/57] Emitting module Lingo
[57/57] Compiling Lingo Lingo.swift
Build of target: 'Lingo' complete! (2.01s)
Target: LingoCore
Extracting symbol information for 'LingoCore'...
Finished extracting symbol information for 'LingoCore'. (0.37s)
Building documentation for 'LingoCore'...
Finished building documentation for 'LingoCore' (0.05s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/mobelux/lingo/main
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.20s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/mobelux/lingo/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/mobelux/lingo/main/linkable-paths.json
150
2 /Users/admin/builder/spi-builder-workspace/.docs/mobelux/lingo/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/mobelux/lingo/main
File count: 150
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-mobelux-lingo-main-c0efc05d.zip to s3://spi-docs-inbox/prod-mobelux-lingo-main-c0efc05d.zip
Copying... [15%]
Copying... [31%]
Copying... [46%]
Copying... [62%]
Copying... [77%]
Copying... [92%]
Copying... [100%]
Done.