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.9 for Linux on 29 Aug 2024 19:41:08 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.9-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.9
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.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:907758cf9691f0f77ca4e2d6f778ef6c038667a789e74bf575a4b60f864d6863
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
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-docc-symbolkit
[1/3066] Fetching swift-docc-symbolkit
[2/5001] Fetching swift-docc-symbolkit, swift-docc-plugin
[4383/17126] Fetching swift-docc-symbolkit, swift-docc-plugin, swift-argument-parser
Fetched https://github.com/apple/swift-docc-symbolkit (0.73s)
Fetched https://github.com/apple/swift-docc-plugin (0.73s)
Fetched https://github.com/apple/swift-argument-parser (0.73s)
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.13s)
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.38s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.41s)
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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.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
[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...
[4/25] Compiling SwiftLI Color.swift
[5/25] Compiling SwiftLI LabelStyle.swift
[6/27] Compiling SwiftLI LineStyle.swift
[7/27] Compiling SwiftLI Weight.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/27] Compiling SwiftLI Break.swift
[9/27] Compiling SwiftLI Clear.swift
[10/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
                ^
[11/27] Emitting module ArgumentParserToolInfo
[12/27] Compiling ArgumentParserToolInfo ToolInfo.swift
[14/29] Wrapping AST for ArgumentParserToolInfo for debugging
[16/67] Emitting module ArgumentParser
[17/72] 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: 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)]
                                                                         ^
                                                                                  !
[18/72] Compiling ArgumentParser ArgumentDecoder.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)]
                                                                         ^
                                                                                  !
[19/72] Compiling ArgumentParser OptionGroup.swift
[20/72] Compiling ArgumentParser AsyncParsableCommand.swift
[21/72] Compiling ArgumentParser CommandConfiguration.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))
                                 ~~~~~~ ^~~~~~~~~~~~~~~~~
[22/72] Compiling ArgumentParser CommandGroup.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))
                                 ~~~~~~ ^~~~~~~~~~~~~~~~~
[23/72] 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)
           ^
[24/72] 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)
           ^
[25/72] 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 {
                      ^
[26/72] 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 {
                      ^
[27/72] Compiling ArgumentParser CollectionExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[28/72] Compiling ArgumentParser Platform.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[29/72] Compiling ArgumentParser SequenceExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[30/72] Compiling ArgumentParser StringExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[31/72] Compiling ArgumentParser Tree.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[32/72] Compiling ArgumentParser ExpressibleByArgument.swift
[33/72] Compiling ArgumentParser ParsableArguments.swift
[34/72] Compiling ArgumentParser ParsableArgumentsValidation.swift
[37/72] Compiling ArgumentParser Name.swift
[38/72] Compiling ArgumentParser Parsed.swift
[39/72] Compiling ArgumentParser ParsedValues.swift
[40/72] Compiling ArgumentParser ParserError.swift
[41/72] Compiling ArgumentParser SplitArguments.swift
[42/72] Compiling ArgumentParser DumpHelpGenerator.swift
[43/72] Compiling ArgumentParser HelpCommand.swift
[44/72] Compiling ArgumentParser HelpGenerator.swift
[45/72] Compiling ArgumentParser MessageInfo.swift
[46/72] Compiling ArgumentParser UsageGenerator.swift
error: fatalError
[47/72] Compiling ArgumentParser ArgumentVisibility.swift
[48/72] Compiling ArgumentParser CompletionKind.swift
[49/72] Compiling ArgumentParser Errors.swift
[50/72] Compiling ArgumentParser Flag.swift
[51/72] Compiling ArgumentParser NameSpecification.swift
[52/72] Compiling ArgumentParser Option.swift
[53/72] Compiling ArgumentParser BashCompletionsGenerator.swift
[54/72] Compiling ArgumentParser CompletionsGenerator.swift
[63/72] Compiling ArgumentParser EnumerableFlag.swift
BUILD FAILURE 5.9 linux