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

Failed to build SwiftLI, reference 0.4.1 (46e7b1), with Swift 5.10 for Linux on 6 Dec 2024 19:48:00 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-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: 0.4.1
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
 * tag               0.4.1      -> FETCH_HEAD
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 0.4.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/KC-2001MS/SwiftLI.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:bbf8567030a4fa53b55a34fff1a818ffa3e86e892fedc5d8aa9c6958f48fdf8a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-docc-plugin.git
[1/2044] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.31s)
[1/12396] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.69s)
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.31s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.3 (0.90s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3203] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.54s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.36s)
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/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/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.3
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/14] Write sources
[7/14] Write swift-version-24593BA9C3E375BF.txt
[9/31] Compiling SwiftLI Color.swift
[10/31] Compiling SwiftLI LabelStyle.swift
[11/31] Compiling SwiftLI LineStyle.swift
[12/31] Compiling SwiftLI Weight.swift
[13/33] Emitting module ArgumentParserToolInfo
[14/33] Compiling ArgumentParserToolInfo ToolInfo.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/34] 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
                ^
[16/34] Wrapping AST for ArgumentParserToolInfo for debugging
[18/72] Compiling ArgumentParser OptionGroup.swift
[19/72] Compiling ArgumentParser AsyncParsableCommand.swift
[20/72] Compiling ArgumentParser CommandConfiguration.swift
[21/72] Compiling ArgumentParser CommandGroup.swift
[22/72] Compiling ArgumentParser EnumerableFlag.swift
[23/77] Emitting module ArgumentParser
[24/77] Compiling ArgumentParser Errors.swift
[25/77] Compiling ArgumentParser Flag.swift
[26/77] Compiling ArgumentParser ArgumentVisibility.swift
[27/77] Compiling ArgumentParser CompletionKind.swift
[28/77] Compiling ArgumentParser BashCompletionsGenerator.swift
[29/77] Compiling ArgumentParser CompletionsGenerator.swift
[30/77] Compiling ArgumentParser FishCompletionsGenerator.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)
           ^
[31/77] Compiling ArgumentParser ZshCompletionsGenerator.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)
           ^
[32/77] Compiling ArgumentParser Argument.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/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))
                                 ~~~~~~ ^~~~~~~~~~~~~~~~~
[33/77] Compiling ArgumentParser ArgumentHelp.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/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))
                                 ~~~~~~ ^~~~~~~~~~~~~~~~~
[34/77] Compiling ArgumentParser ParsableArgumentsValidation.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: any 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: any 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)]
                                                                         ^
                                                                                  !
[35/77] Compiling ArgumentParser ParsableCommand.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: any 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: any 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.10 linux