Build Information
Failed to build SwiftLI, reference main (46e7b1
), with Swift 5.9 for Linux on 6 Dec 2024 19:49:00 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.58.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KC-2001MS/SwiftLI.git
Reference: main
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/KC-2001MS/SwiftLI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 46e7b10 Add init
Cloned https://github.com/KC-2001MS/SwiftLI.git
Revision (git rev-parse @):
46e7b10aab0bcafd61de197142c4c6a39bc026da
SUCCESS checkout https://github.com/KC-2001MS/SwiftLI.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/KC-2001MS/SwiftLI.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:a06db64ee3297a5f3491915d7662e6a86c0024d45425be3d593d7649696fef17
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/apple/swift-docc-plugin.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/2044] Fetching swift-docc-plugin
[2045/14440] Fetching swift-docc-plugin, swift-argument-parser
Fetched https://github.com/apple/swift-docc-plugin.git (0.82s)
Fetched https://github.com/apple/swift-argument-parser.git (0.83s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (1.03s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.3 (1.36s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3203] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit (0.32s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.52s)
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.3
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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin Swift-DocC Preview
Building for debugging...
[4/25] Compiling SwiftLI LineStyle.swift
[5/25] Compiling SwiftLI Weight.swift
[6/27] Compiling SwiftLI Label.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:13:35: error: 'LocalizationValue' is not a member type of struct 'Swift.String'
var localizationValue: String.LocalizationValue
~~~~~~ ^
Swift.String:1:23: note: 'String' declared here
@frozen public struct String {
^
/host/spi-builder-workspace/Sources/SwiftLI/CLI Basic Components/Label.swift:56:22: error: no exact matches in call to initializer
self.title = String(localized: title.localizationValue)
^
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
@inlinable public init(_ c: Character)
^
Swift.String:3:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
@inlinable public init(_ scalar: Unicode.Scalar)
^
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
@inlinable public init(_ unicodeScalars: String.UnicodeScalarView)
^
Swift.String:4:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
@inlinable public init(_ utf16: String.UTF16View)
^
Swift.String:5:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
@inlinable public init(_ utf8: String.UTF8View)
^
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
@inlinable public init(_ substring: __shared Substring)
^
Swift.String:2:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
public init(_ content: Substring.UnicodeScalarView)
^
Foundation.String:3:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
public init(_ attrStrSlice: Slice<AttributedString.CharacterView>)
^
Foundation.String:23:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
public init(_ cocoaString: NSString)
^
/host/spi-builder-workspace/Sources/SwiftLI/CLI Basic Components/Label.swift:71:22: error: no exact matches in call to initializer
self.title = String(localized: title.localizationValue)
^
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
@inlinable public init(_ c: Character)
^
Swift.String:3:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
@inlinable public init(_ scalar: Unicode.Scalar)
^
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
@inlinable public init(_ unicodeScalars: String.UnicodeScalarView)
^
Swift.String:4:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
@inlinable public init(_ utf16: String.UTF16View)
^
Swift.String:5:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
@inlinable public init(_ utf8: String.UTF8View)
^
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
@inlinable public init(_ substring: __shared Substring)
^
Swift.String:2:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
public init(_ content: Substring.UnicodeScalarView)
^
Foundation.String:3:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
public init(_ attrStrSlice: Slice<AttributedString.CharacterView>)
^
Foundation.String:23:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
public init(_ cocoaString: NSString)
^
[7/27] Compiling SwiftLI Spacer.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:13:35: error: 'LocalizationValue' is not a member type of struct 'Swift.String'
var localizationValue: String.LocalizationValue
~~~~~~ ^
Swift.String:1:23: note: 'String' declared here
@frozen public struct String {
^
/host/spi-builder-workspace/Sources/SwiftLI/CLI Basic Components/Label.swift:56:22: error: no exact matches in call to initializer
self.title = String(localized: title.localizationValue)
^
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
@inlinable public init(_ c: Character)
^
Swift.String:3:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
@inlinable public init(_ scalar: Unicode.Scalar)
^
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
@inlinable public init(_ unicodeScalars: String.UnicodeScalarView)
^
Swift.String:4:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
@inlinable public init(_ utf16: String.UTF16View)
^
Swift.String:5:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
@inlinable public init(_ utf8: String.UTF8View)
^
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
@inlinable public init(_ substring: __shared Substring)
^
Swift.String:2:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
public init(_ content: Substring.UnicodeScalarView)
^
Foundation.String:3:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
public init(_ attrStrSlice: Slice<AttributedString.CharacterView>)
^
Foundation.String:23:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
public init(_ cocoaString: NSString)
^
/host/spi-builder-workspace/Sources/SwiftLI/CLI Basic Components/Label.swift:71:22: error: no exact matches in call to initializer
self.title = String(localized: title.localizationValue)
^
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
@inlinable public init(_ c: Character)
^
Swift.String:3:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
@inlinable public init(_ scalar: Unicode.Scalar)
^
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
@inlinable public init(_ unicodeScalars: String.UnicodeScalarView)
^
Swift.String:4:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
@inlinable public init(_ utf16: String.UTF16View)
^
Swift.String:5:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
@inlinable public init(_ utf8: String.UTF8View)
^
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
@inlinable public init(_ substring: __shared Substring)
^
Swift.String:2:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
public init(_ content: Substring.UnicodeScalarView)
^
Foundation.String:3:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
public init(_ attrStrSlice: Slice<AttributedString.CharacterView>)
^
Foundation.String:23:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
public init(_ cocoaString: NSString)
^
[8/27] Compiling SwiftLI Color.swift
[9/27] Compiling SwiftLI LabelStyle.swift
[10/27] Compiling SwiftLI Group.swift
[11/27] Compiling SwiftLI HDivider.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/27] Compiling SwiftLI Break.swift
[13/27] Compiling SwiftLI Clear.swift
[14/27] Emitting module SwiftLI
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:13:35: error: 'LocalizationValue' is not a member type of struct 'Swift.String'
var localizationValue: String.LocalizationValue
~~~~~~ ^
Swift.String:1:23: note: 'String' declared here
@frozen public struct String {
^
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:12:15: error: type 'LocalizedStringKey' does not conform to protocol 'Equatable'
public struct LocalizedStringKey: Equatable {
^
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:13:9: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'LocalizedStringKey' to 'Equatable'
var localizationValue: String.LocalizationValue
^
Swift.==:1:24: note: candidate would match if 'LocalizedStringKey' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
^
Swift.FloatingPoint:2:24: note: candidate would match if 'LocalizedStringKey' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Swift.BinaryInteger:2:24: note: candidate would match if 'LocalizedStringKey' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
^
Swift._Pointer:2:24: note: candidate would match if 'LocalizedStringKey' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Swift._Pointer:3:35: note: candidate would match if 'LocalizedStringKey' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
^
Swift.Strideable:3:35: note: candidate would match if 'LocalizedStringKey' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool
^
Swift.StringProtocol:2:35: note: candidate would match if 'LocalizedStringKey' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
^
Swift.SIMD:4:24: note: candidate would match if 'LocalizedStringKey' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool
^
Foundation.AttributedStringProtocol:5:24: note: candidate would match if 'LocalizedStringKey' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
^
Foundation.__BridgedNSError:2:24: note: candidate would match if 'LocalizedStringKey' conformed to '__BridgedNSError'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Foundation._BridgedStoredNSError:2:24: note: candidate would match if 'LocalizedStringKey' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Swift.Equatable:2:17: note: protocol requires function '==' with type '(LocalizedStringKey, LocalizedStringKey) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool
^
[15/27] Emitting module ArgumentParserToolInfo
[16/27] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/29] Wrapping AST for ArgumentParserToolInfo for debugging
[20/67] Compiling ArgumentParser OptionGroup.swift
[21/67] Compiling ArgumentParser AsyncParsableCommand.swift
[22/67] Compiling ArgumentParser CommandConfiguration.swift
[23/67] Compiling ArgumentParser CommandGroup.swift
[24/67] Compiling ArgumentParser EnumerableFlag.swift
[25/72] Emitting module ArgumentParser
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:13:35: error: 'LocalizationValue' is not a member type of struct 'Swift.String'
var localizationValue: String.LocalizationValue
~~~~~~ ^
Swift.String:1:23: note: 'String' declared here
@frozen public struct String {
^
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:12:15: error: type 'LocalizedStringKey' does not conform to protocol 'Equatable'
public struct LocalizedStringKey: Equatable {
^
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:13:9: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'LocalizedStringKey' to 'Equatable'
var localizationValue: String.LocalizationValue
^
Swift.==:1:24: note: candidate would match if 'LocalizedStringKey' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
^
Swift.FloatingPoint:2:24: note: candidate would match if 'LocalizedStringKey' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Swift.BinaryInteger:2:24: note: candidate would match if 'LocalizedStringKey' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
^
Swift._Pointer:2:24: note: candidate would match if 'LocalizedStringKey' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Swift._Pointer:3:35: note: candidate would match if 'LocalizedStringKey' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
^
Swift.Strideable:3:35: note: candidate would match if 'LocalizedStringKey' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool
^
Swift.StringProtocol:2:35: note: candidate would match if 'LocalizedStringKey' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
^
Swift.SIMD:4:24: note: candidate would match if 'LocalizedStringKey' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool
^
Foundation.AttributedStringProtocol:5:24: note: candidate would match if 'LocalizedStringKey' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
^
Foundation.__BridgedNSError:2:24: note: candidate would match if 'LocalizedStringKey' conformed to '__BridgedNSError'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Foundation._BridgedStoredNSError:2:24: note: candidate would match if 'LocalizedStringKey' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Swift.Equatable:2:17: note: protocol requires function '==' with type '(LocalizedStringKey, LocalizedStringKey) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool
^
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:18:41: error: type 'String' has no member 'LocalizationValue'
self.localizationValue = String.LocalizationValue(value)
~~~~~~ ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:24:41: error: type 'String' has no member 'LocalizationValue'
self.localizationValue = String.LocalizationValue(value)
~~~~~~ ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:38:41: error: type 'String' has no member 'LocalizationValue'
self.localizationValue = String.LocalizationValue(String(value))
~~~~~~ ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:13:35: error: 'LocalizationValue' is not a member type of struct 'Swift.String'
var localizationValue: String.LocalizationValue
~~~~~~ ^
Swift.String:1:23: note: 'String' declared here
@frozen public struct String {
^
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:12:15: error: type 'LocalizedStringKey' does not conform to protocol 'Equatable'
public struct LocalizedStringKey: Equatable {
^
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:13:9: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'LocalizedStringKey' to 'Equatable'
var localizationValue: String.LocalizationValue
^
Swift.==:1:24: note: candidate would match if 'LocalizedStringKey' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
^
Swift.FloatingPoint:2:24: note: candidate would match if 'LocalizedStringKey' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Swift.BinaryInteger:2:24: note: candidate would match if 'LocalizedStringKey' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
^
Swift._Pointer:2:24: note: candidate would match if 'LocalizedStringKey' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Swift._Pointer:3:35: note: candidate would match if 'LocalizedStringKey' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
^
Swift.Strideable:3:35: note: candidate would match if 'LocalizedStringKey' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool
^
Swift.StringProtocol:2:35: note: candidate would match if 'LocalizedStringKey' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
^
Swift.SIMD:4:24: note: candidate would match if 'LocalizedStringKey' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool
^
Foundation.AttributedStringProtocol:5:24: note: candidate would match if 'LocalizedStringKey' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
^
Foundation.__BridgedNSError:2:24: note: candidate would match if 'LocalizedStringKey' conformed to '__BridgedNSError'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Foundation._BridgedStoredNSError:2:24: note: candidate would match if 'LocalizedStringKey' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Swift.Equatable:2:17: note: protocol requires function '==' with type '(LocalizedStringKey, LocalizedStringKey) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool
^
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:18:41: error: type 'String' has no member 'LocalizationValue'
self.localizationValue = String.LocalizationValue(value)
~~~~~~ ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:24:41: error: type 'String' has no member 'LocalizationValue'
self.localizationValue = String.LocalizationValue(value)
~~~~~~ ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:38:41: error: type 'String' has no member 'LocalizationValue'
self.localizationValue = String.LocalizationValue(String(value))
~~~~~~ ^~~~~~~~~~~~~~~~~
[30/72] Compiling ArgumentParser Flag.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:13:35: error: 'LocalizationValue' is not a member type of struct 'Swift.String'
var localizationValue: String.LocalizationValue
~~~~~~ ^
Swift.String:1:23: note: 'String' declared here
@frozen public struct String {
^
/host/spi-builder-workspace/Sources/SwiftLI/View.swift:46:32: error: extra arguments at positions #3, #4 in call
self.contents = [String(localized: key.localizationValue, table: tableName, bundle: bundle, comment: comment)]
^
Foundation.String:21:12: note: 'init(format:locale:_:)' declared here
public init(format: __shared String, locale: __shared Locale?, _ args: CVarArg...)
^
/host/spi-builder-workspace/Sources/SwiftLI/View.swift:46:33: error: missing argument for parameter 'format' in call
self.contents = [String(localized: key.localizationValue, table: tableName, bundle: bundle, comment: comment)]
^
format: <#String#>,
Foundation.String:21:12: note: 'init(format:locale:_:)' declared here
public init(format: __shared String, locale: __shared Locale?, _ args: CVarArg...)
^
/host/spi-builder-workspace/Sources/SwiftLI/View.swift:46:74: error: value of optional type 'String?' must be unwrapped to a value of type 'String'
self.contents = [String(localized: key.localizationValue, table: tableName, bundle: bundle, comment: comment)]
^
/host/spi-builder-workspace/Sources/SwiftLI/View.swift:46:74: note: coalesce using '??' to provide a default when the optional value contains 'nil'
self.contents = [String(localized: key.localizationValue, table: tableName, bundle: bundle, comment: comment)]
^
?? <#default value#>
/host/spi-builder-workspace/Sources/SwiftLI/View.swift:46:74: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
self.contents = [String(localized: key.localizationValue, table: tableName, bundle: bundle, comment: comment)]
^
!
[31/72] Compiling ArgumentParser NameSpecification.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:13:35: error: 'LocalizationValue' is not a member type of struct 'Swift.String'
var localizationValue: String.LocalizationValue
~~~~~~ ^
Swift.String:1:23: note: 'String' declared here
@frozen public struct String {
^
/host/spi-builder-workspace/Sources/SwiftLI/View.swift:46:32: error: extra arguments at positions #3, #4 in call
self.contents = [String(localized: key.localizationValue, table: tableName, bundle: bundle, comment: comment)]
^
Foundation.String:21:12: note: 'init(format:locale:_:)' declared here
public init(format: __shared String, locale: __shared Locale?, _ args: CVarArg...)
^
/host/spi-builder-workspace/Sources/SwiftLI/View.swift:46:33: error: missing argument for parameter 'format' in call
self.contents = [String(localized: key.localizationValue, table: tableName, bundle: bundle, comment: comment)]
^
format: <#String#>,
Foundation.String:21:12: note: 'init(format:locale:_:)' declared here
public init(format: __shared String, locale: __shared Locale?, _ args: CVarArg...)
^
/host/spi-builder-workspace/Sources/SwiftLI/View.swift:46:74: error: value of optional type 'String?' must be unwrapped to a value of type 'String'
self.contents = [String(localized: key.localizationValue, table: tableName, bundle: bundle, comment: comment)]
^
/host/spi-builder-workspace/Sources/SwiftLI/View.swift:46:74: note: coalesce using '??' to provide a default when the optional value contains 'nil'
self.contents = [String(localized: key.localizationValue, table: tableName, bundle: bundle, comment: comment)]
^
?? <#default value#>
/host/spi-builder-workspace/Sources/SwiftLI/View.swift:46:74: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
self.contents = [String(localized: key.localizationValue, table: tableName, bundle: bundle, comment: comment)]
^
!
error: fatalError
BUILD FAILURE 5.9 linux