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 main (cb2c6c), with Swift 5.10 for Linux on 29 Aug 2024 19:40:30 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.52.0
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 cb2c6cc LocalizedStringKeyの追加とClear Viewの実装
Cloned https://github.com/KC-2001MS/SwiftLI.git
Revision (git rev-parse @):
cb2c6ccb66e7b2687abc168b83b4364b58cf9888
SUCCESS checkout https://github.com/KC-2001MS/SwiftLI.git at main
========================================
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:a70f701911643a3a4293839e0e79d56dcc32eed4840549b67640dc1034af7f44
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-docc-symbolkit
Fetching https://github.com/apple/swift-argument-parser
[1/1935] Fetching swift-docc-plugin
[214/5001] Fetching swift-docc-plugin, swift-docc-symbolkit
[5002/17126] Fetching swift-docc-plugin, swift-docc-symbolkit, swift-argument-parser
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.62s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.62s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.62s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.3.0 (1.08s)
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.35s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.40s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
[1/1] Compiling plugin GenerateManual
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[2/2] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[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 LineStyle.swift
[10/31] Compiling SwiftLI Weight.swift
[11/33] Compiling SwiftLI Color.swift
[12/33] Compiling SwiftLI LabelStyle.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/33] Compiling SwiftLI Break.swift
[14/33] Compiling SwiftLI Clear.swift
[15/33] 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/33] 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)
           ^
[17/33] 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)
           ^
[18/33] Emitting module ArgumentParserToolInfo
[19/33] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/34] Wrapping AST for ArgumentParserToolInfo for debugging
[22/72] Compiling ArgumentParser OptionGroup.swift
[23/72] Compiling ArgumentParser AsyncParsableCommand.swift
[24/72] Compiling ArgumentParser CommandConfiguration.swift
[25/72] Compiling ArgumentParser CommandGroup.swift
[26/72] Compiling ArgumentParser EnumerableFlag.swift
[27/77] Compiling ArgumentParser Argument.swift
[28/77] Compiling ArgumentParser ArgumentHelp.swift
[29/77] Compiling ArgumentParser Errors.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 {
                      ^
[30/77] 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 {
                      ^
[31/77] Compiling ArgumentParser ArgumentVisibility.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))
                                 ~~~~~~ ^~~~~~~~~~~~~~~~~
[32/77] Compiling ArgumentParser CompletionKind.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))
                                 ~~~~~~ ^~~~~~~~~~~~~~~~~
/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)]
                                                                         ^
                                                                                  !
/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] Emitting module ArgumentParser
error: fatalError
[36/77] Compiling ArgumentParser Name.swift
[37/77] Compiling ArgumentParser Parsed.swift
[38/77] Compiling ArgumentParser ParsedValues.swift
[39/77] Compiling ArgumentParser ParserError.swift
[40/77] Compiling ArgumentParser SplitArguments.swift
BUILD FAILURE 5.10 linux