Build Information
Failed to build SwiftLI, reference main (e445c0), with Swift 6.0 for Linux on 27 Feb 2026 23:16:27 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.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 e445c0e fix code
Cloned https://github.com/KC-2001MS/SwiftLI.git
Revision (git rev-parse @):
e445c0e1bfb88a94ca8096ca8a331b6722bbacd6
SUCCESS checkout https://github.com/KC-2001MS/SwiftLI.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/KC-2001MS/SwiftLI.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:5920b6fc7f526808de8dcf4e65806a8aca248ef5a9160d25a6b9c7489c0b8a3f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-testing.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-docc-plugin.git
[1/2171] Fetching swift-docc-plugin
[219/19343] Fetching swift-docc-plugin, swift-argument-parser
[15223/54190] Fetching swift-docc-plugin, swift-argument-parser, swift-testing
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.89s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.90s)
[20560/34847] Fetching swift-testing
Fetched https://github.com/apple/swift-testing.git from cache (1.89s)
Computing version for https://github.com/apple/swift-testing.git
Computed https://github.com/apple/swift-testing.git at 0.99.0 (1.11s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/74509] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.90s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (3.79s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (0.77s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.6 (1.00s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3664] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.43s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.89s)
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.6
Creating working copy for https://github.com/apple/swift-testing.git
Working copy of https://github.com/apple/swift-testing.git resolved at 0.99.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.7.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
[1/1] Compiling plugin GenerateDoccReference
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin Swift-DocC
[4/4] Compiling plugin Swift-DocC Preview
Building for debugging...
[4/15] Write sources
[8/15] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/46] Emitting module SwiftLI
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:13:35: error: 'LocalizationValue' is not a member type of struct 'Swift.String'
11 | @frozen
12 | public struct LocalizedStringKey: Equatable {
13 | var localizationValue: String.LocalizationValue
| `- error: 'LocalizationValue' is not a member type of struct 'Swift.String'
14 |
15 | /// Creates a localized string key from the given string value.
Swift.String:1:23: note: 'String' declared here
1 | @frozen public struct String {
| `- note: 'String' declared here
2 | public var _guts: _StringGuts
3 | @inlinable public init()
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:12:15: error: type 'LocalizedStringKey' does not conform to protocol 'Equatable'
10 | /// The key used to look up an entry in a strings file or strings dictionary file.
11 | @frozen
12 | public struct LocalizedStringKey: Equatable {
| `- error: type 'LocalizedStringKey' does not conform to protocol 'Equatable'
13 | var localizationValue: String.LocalizationValue
| `- note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'LocalizedStringKey' to 'Equatable'
14 |
15 | /// Creates a localized string key from the given string value.
Swift.==:1:24: note: candidate would match if 'LocalizedStringKey' conformed to 'RawRepresentable'
1 | @inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'RawRepresentable'
Swift.FloatingPoint:2:24: note: candidate would match if 'LocalizedStringKey' conformed to 'FloatingPoint'
1 | extension FloatingPoint {
2 | public static func == (lhs: Self, rhs: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'FloatingPoint'
3 | public static func < (lhs: Self, rhs: Self) -> Bool
4 | public static func <= (lhs: Self, rhs: Self) -> Bool
Swift.BinaryInteger:2:24: note: candidate would match if 'LocalizedStringKey' conformed to 'BinaryInteger'
1 | extension BinaryInteger {
2 | public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'BinaryInteger'
3 | public static func != <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
4 | 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'
1 | extension _Pointer {
2 | public static func == (lhs: Self, rhs: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to '_Pointer'
3 | @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
| `- note: candidate would match if 'LocalizedStringKey' conformed to '_Pointer'
4 | @inlinable public static func != <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
5 | }
Swift.Strideable:3:35: note: candidate would match if 'LocalizedStringKey' conformed to 'Strideable'
1 | extension Strideable {
2 | @inlinable public static func < (x: Self, y: Self) -> Bool
3 | @inlinable public static func == (x: Self, y: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'Strideable'
4 | }
Swift.StringProtocol:2:35: note: candidate would match if 'LocalizedStringKey' conformed to 'StringProtocol'
1 | extension StringProtocol {
2 | @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'StringProtocol'
3 | @inlinable public static func != <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
4 | @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'
2 | public var indices: Range<Int> { get }
3 | public init(repeating value: Self.Scalar)
4 | public static func == (a: Self, b: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'SIMD'
5 | @inlinable public func hash(into hasher: inout Hasher)
6 | public func encode(to encoder: any Encoder) throws
Foundation.__BridgedNSError:2:24: note: candidate would match if 'LocalizedStringKey' conformed to '__BridgedNSError'
1 | extension __BridgedNSError where Self : RawRepresentable, Self.RawValue : FixedWidthInteger {
2 | public static func == (lhs: Self, rhs: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to '__BridgedNSError'
3 | }
Foundation._BridgedStoredNSError:2:24: note: candidate would match if 'LocalizedStringKey' conformed to '_BridgedStoredNSError'
1 | extension _BridgedStoredNSError {
2 | public static func == (lhs: Self, rhs: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to '_BridgedStoredNSError'
3 | }
FoundationEssentials.AttributedStringProtocol:3:24: note: candidate would match if 'LocalizedStringKey' conformed to 'AttributedStringProtocol'
1 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
2 | extension AttributedStringProtocol {
3 | public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'AttributedStringProtocol'
4 | public func hash(into hasher: inout Hasher)
5 | }
Swift.Equatable:2:17: note: protocol requires function '==' with type '(LocalizedStringKey, LocalizedStringKey) -> Bool'
1 | public protocol Equatable {
2 | static func == (lhs: Self, rhs: Self) -> Bool
| `- note: protocol requires function '==' with type '(LocalizedStringKey, LocalizedStringKey) -> Bool'
3 | }
[11/50] Compiling SwiftLI Clear.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:13:35: error: 'LocalizationValue' is not a member type of struct 'Swift.String'
11 | @frozen
12 | public struct LocalizedStringKey: Equatable {
13 | var localizationValue: String.LocalizationValue
| `- error: 'LocalizationValue' is not a member type of struct 'Swift.String'
14 |
15 | /// Creates a localized string key from the given string value.
Swift.String:1:23: note: 'String' declared here
1 | @frozen public struct String {
| `- note: 'String' declared here
2 | public var _guts: _StringGuts
3 | @inlinable public init()
/host/spi-builder-workspace/Sources/SwiftLI/CLI Basic Components/Label.swift:80:22: error: no exact matches in call to initializer
78 | self.header = ""
79 | self.image = image
80 | self.title = String(localized: title.localizationValue)
| `- error: no exact matches in call to initializer
81 | self.style = DefaultLabelStyle()
82 | }
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @inlinable public init(_ c: Character)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | }
Swift.String:3:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String : _ExpressibleByBuiltinUnicodeScalarLiteral {
2 | @inlinable public init(_builtinUnicodeScalarLiteral value: Builtin.Int32)
3 | @inlinable public init(_ scalar: Unicode.Scalar)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 | }
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @inlinable public init(_ unicodeScalars: String.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | public typealias UnicodeScalarIndex = String.UnicodeScalarView.Index
4 | @inlinable public var unicodeScalars: String.UnicodeScalarView { get set }
Swift.String:4:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
2 | @inlinable public var utf16: String.UTF16View { get set }
3 | @available(swift 4.0)
4 | @inlinable public init(_ utf16: String.UTF16View)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
5 | }
Swift.String:5:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | public var utf8CString: ContiguousArray<CChar> { get }
4 | @available(swift, introduced: 4.0, message: "Please use failable String.init?(_:UTF8View) when in Swift 3.2 mode")
5 | @inlinable public init(_ utf8: String.UTF8View)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
6 | }
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @inlinable public init(_ substring: __shared Substring)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | }
Swift.String:2:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | public init(_ content: Substring.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | }
_FoundationCollections.String:3:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, *)
2 | extension String {
3 | public init(_ big: BigString)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 | public init(_ big: BigSubstring)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
5 | public init(_ big: BigString.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
6 | public init(_ big: BigSubstring.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
7 | }
FoundationEssentials.String:3:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
3 | public init(_ characters: Slice<AttributedString.CharacterView>)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 | }
Foundation.String:21:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
19 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)
20 | public init(format: __shared String, locale: __shared Locale?, arguments: __shared [any CVarArg])
21 | public init(_ cocoaString: NSString)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
22 | }
/host/spi-builder-workspace/Sources/SwiftLI/CLI Basic Components/Label.swift:95:22: error: no exact matches in call to initializer
93 | self.header = ""
94 | self.image = image
95 | self.title = String(localized: title.localizationValue)
| `- error: no exact matches in call to initializer
96 | self.style = DefaultLabelStyle()
97 | }
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @inlinable public init(_ c: Character)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | }
Swift.String:3:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String : _ExpressibleByBuiltinUnicodeScalarLiteral {
2 | @inlinable public init(_builtinUnicodeScalarLiteral value: Builtin.Int32)
3 | @inlinable public init(_ scalar: Unicode.Scalar)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 | }
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @inlinable public init(_ unicodeScalars: String.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | public typealias UnicodeScalarIndex = String.UnicodeScalarView.Index
4 | @inlinable public var unicodeScalars: String.UnicodeScalarView { get set }
Swift.String:4:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
2 | @inlinable public var utf16: String.UTF16View { get set }
3 | @available(swift 4.0)
4 | @inlinable public init(_ utf16: String.UTF16View)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
5 | }
Swift.String:5:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | public var utf8CString: ContiguousArray<CChar> { get }
4 | @available(swift, introduced: 4.0, message: "Please use failable String.init?(_:UTF8View) when in Swift 3.2 mode")
5 | @inlinable public init(_ utf8: String.UTF8View)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
6 | }
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @inlinable public init(_ substring: __shared Substring)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | }
Swift.String:2:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | public init(_ content: Substring.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | }
_FoundationCollections.String:3:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, *)
2 | extension String {
3 | public init(_ big: BigString)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 | public init(_ big: BigSubstring)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
5 | public init(_ big: BigString.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
6 | public init(_ big: BigSubstring.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
7 | }
FoundationEssentials.String:3:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
3 | public init(_ characters: Slice<AttributedString.CharacterView>)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 | }
Foundation.String:21:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
19 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)
20 | public init(format: __shared String, locale: __shared Locale?, arguments: __shared [any CVarArg])
21 | public init(_ cocoaString: NSString)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
22 | }
[12/50] Compiling SwiftLI Divider.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:13:35: error: 'LocalizationValue' is not a member type of struct 'Swift.String'
11 | @frozen
12 | public struct LocalizedStringKey: Equatable {
13 | var localizationValue: String.LocalizationValue
| `- error: 'LocalizationValue' is not a member type of struct 'Swift.String'
14 |
15 | /// Creates a localized string key from the given string value.
Swift.String:1:23: note: 'String' declared here
1 | @frozen public struct String {
| `- note: 'String' declared here
2 | public var _guts: _StringGuts
3 | @inlinable public init()
/host/spi-builder-workspace/Sources/SwiftLI/CLI Basic Components/Label.swift:80:22: error: no exact matches in call to initializer
78 | self.header = ""
79 | self.image = image
80 | self.title = String(localized: title.localizationValue)
| `- error: no exact matches in call to initializer
81 | self.style = DefaultLabelStyle()
82 | }
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @inlinable public init(_ c: Character)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | }
Swift.String:3:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String : _ExpressibleByBuiltinUnicodeScalarLiteral {
2 | @inlinable public init(_builtinUnicodeScalarLiteral value: Builtin.Int32)
3 | @inlinable public init(_ scalar: Unicode.Scalar)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 | }
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @inlinable public init(_ unicodeScalars: String.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | public typealias UnicodeScalarIndex = String.UnicodeScalarView.Index
4 | @inlinable public var unicodeScalars: String.UnicodeScalarView { get set }
Swift.String:4:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
2 | @inlinable public var utf16: String.UTF16View { get set }
3 | @available(swift 4.0)
4 | @inlinable public init(_ utf16: String.UTF16View)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
5 | }
Swift.String:5:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | public var utf8CString: ContiguousArray<CChar> { get }
4 | @available(swift, introduced: 4.0, message: "Please use failable String.init?(_:UTF8View) when in Swift 3.2 mode")
5 | @inlinable public init(_ utf8: String.UTF8View)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
6 | }
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @inlinable public init(_ substring: __shared Substring)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | }
Swift.String:2:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | public init(_ content: Substring.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | }
_FoundationCollections.String:3:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, *)
2 | extension String {
3 | public init(_ big: BigString)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 | public init(_ big: BigSubstring)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
5 | public init(_ big: BigString.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
6 | public init(_ big: BigSubstring.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
7 | }
FoundationEssentials.String:3:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
3 | public init(_ characters: Slice<AttributedString.CharacterView>)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 | }
Foundation.String:21:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
19 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)
20 | public init(format: __shared String, locale: __shared Locale?, arguments: __shared [any CVarArg])
21 | public init(_ cocoaString: NSString)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
22 | }
/host/spi-builder-workspace/Sources/SwiftLI/CLI Basic Components/Label.swift:95:22: error: no exact matches in call to initializer
93 | self.header = ""
94 | self.image = image
95 | self.title = String(localized: title.localizationValue)
| `- error: no exact matches in call to initializer
96 | self.style = DefaultLabelStyle()
97 | }
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @inlinable public init(_ c: Character)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | }
Swift.String:3:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String : _ExpressibleByBuiltinUnicodeScalarLiteral {
2 | @inlinable public init(_builtinUnicodeScalarLiteral value: Builtin.Int32)
3 | @inlinable public init(_ scalar: Unicode.Scalar)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 | }
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @inlinable public init(_ unicodeScalars: String.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | public typealias UnicodeScalarIndex = String.UnicodeScalarView.Index
4 | @inlinable public var unicodeScalars: String.UnicodeScalarView { get set }
Swift.String:4:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
2 | @inlinable public var utf16: String.UTF16View { get set }
3 | @available(swift 4.0)
4 | @inlinable public init(_ utf16: String.UTF16View)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
5 | }
Swift.String:5:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | public var utf8CString: ContiguousArray<CChar> { get }
4 | @available(swift, introduced: 4.0, message: "Please use failable String.init?(_:UTF8View) when in Swift 3.2 mode")
5 | @inlinable public init(_ utf8: String.UTF8View)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
6 | }
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @inlinable public init(_ substring: __shared Substring)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | }
Swift.String:2:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | public init(_ content: Substring.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | }
_FoundationCollections.String:3:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, *)
2 | extension String {
3 | public init(_ big: BigString)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 | public init(_ big: BigSubstring)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
5 | public init(_ big: BigString.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
6 | public init(_ big: BigSubstring.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
7 | }
FoundationEssentials.String:3:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
3 | public init(_ characters: Slice<AttributedString.CharacterView>)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 | }
Foundation.String:21:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
19 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)
20 | public init(format: __shared String, locale: __shared Locale?, arguments: __shared [any CVarArg])
21 | public init(_ cocoaString: NSString)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
22 | }
[13/50] Compiling SwiftLI Group.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:13:35: error: 'LocalizationValue' is not a member type of struct 'Swift.String'
11 | @frozen
12 | public struct LocalizedStringKey: Equatable {
13 | var localizationValue: String.LocalizationValue
| `- error: 'LocalizationValue' is not a member type of struct 'Swift.String'
14 |
15 | /// Creates a localized string key from the given string value.
Swift.String:1:23: note: 'String' declared here
1 | @frozen public struct String {
| `- note: 'String' declared here
2 | public var _guts: _StringGuts
3 | @inlinable public init()
/host/spi-builder-workspace/Sources/SwiftLI/CLI Basic Components/Label.swift:80:22: error: no exact matches in call to initializer
78 | self.header = ""
79 | self.image = image
80 | self.title = String(localized: title.localizationValue)
| `- error: no exact matches in call to initializer
81 | self.style = DefaultLabelStyle()
82 | }
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @inlinable public init(_ c: Character)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | }
Swift.String:3:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String : _ExpressibleByBuiltinUnicodeScalarLiteral {
2 | @inlinable public init(_builtinUnicodeScalarLiteral value: Builtin.Int32)
3 | @inlinable public init(_ scalar: Unicode.Scalar)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 | }
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @inlinable public init(_ unicodeScalars: String.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | public typealias UnicodeScalarIndex = String.UnicodeScalarView.Index
4 | @inlinable public var unicodeScalars: String.UnicodeScalarView { get set }
Swift.String:4:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
2 | @inlinable public var utf16: String.UTF16View { get set }
3 | @available(swift 4.0)
4 | @inlinable public init(_ utf16: String.UTF16View)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
5 | }
Swift.String:5:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | public var utf8CString: ContiguousArray<CChar> { get }
4 | @available(swift, introduced: 4.0, message: "Please use failable String.init?(_:UTF8View) when in Swift 3.2 mode")
5 | @inlinable public init(_ utf8: String.UTF8View)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
6 | }
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @inlinable public init(_ substring: __shared Substring)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | }
Swift.String:2:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | public init(_ content: Substring.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | }
_FoundationCollections.String:3:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, *)
2 | extension String {
3 | public init(_ big: BigString)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 | public init(_ big: BigSubstring)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
5 | public init(_ big: BigString.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
6 | public init(_ big: BigSubstring.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
7 | }
FoundationEssentials.String:3:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
3 | public init(_ characters: Slice<AttributedString.CharacterView>)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 | }
Foundation.String:21:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
19 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)
20 | public init(format: __shared String, locale: __shared Locale?, arguments: __shared [any CVarArg])
21 | public init(_ cocoaString: NSString)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
22 | }
/host/spi-builder-workspace/Sources/SwiftLI/CLI Basic Components/Label.swift:95:22: error: no exact matches in call to initializer
93 | self.header = ""
94 | self.image = image
95 | self.title = String(localized: title.localizationValue)
| `- error: no exact matches in call to initializer
96 | self.style = DefaultLabelStyle()
97 | }
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @inlinable public init(_ c: Character)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | }
Swift.String:3:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String : _ExpressibleByBuiltinUnicodeScalarLiteral {
2 | @inlinable public init(_builtinUnicodeScalarLiteral value: Builtin.Int32)
3 | @inlinable public init(_ scalar: Unicode.Scalar)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 | }
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @inlinable public init(_ unicodeScalars: String.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | public typealias UnicodeScalarIndex = String.UnicodeScalarView.Index
4 | @inlinable public var unicodeScalars: String.UnicodeScalarView { get set }
Swift.String:4:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
2 | @inlinable public var utf16: String.UTF16View { get set }
3 | @available(swift 4.0)
4 | @inlinable public init(_ utf16: String.UTF16View)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
5 | }
Swift.String:5:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | public var utf8CString: ContiguousArray<CChar> { get }
4 | @available(swift, introduced: 4.0, message: "Please use failable String.init?(_:UTF8View) when in Swift 3.2 mode")
5 | @inlinable public init(_ utf8: String.UTF8View)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
6 | }
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @inlinable public init(_ substring: __shared Substring)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | }
Swift.String:2:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | public init(_ content: Substring.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | }
_FoundationCollections.String:3:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, *)
2 | extension String {
3 | public init(_ big: BigString)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 | public init(_ big: BigSubstring)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
5 | public init(_ big: BigString.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
6 | public init(_ big: BigSubstring.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
7 | }
FoundationEssentials.String:3:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
3 | public init(_ characters: Slice<AttributedString.CharacterView>)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 | }
Foundation.String:21:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
19 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)
20 | public init(format: __shared String, locale: __shared Locale?, arguments: __shared [any CVarArg])
21 | public init(_ cocoaString: NSString)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
22 | }
[14/50] 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'
11 | @frozen
12 | public struct LocalizedStringKey: Equatable {
13 | var localizationValue: String.LocalizationValue
| `- error: 'LocalizationValue' is not a member type of struct 'Swift.String'
14 |
15 | /// Creates a localized string key from the given string value.
Swift.String:1:23: note: 'String' declared here
1 | @frozen public struct String {
| `- note: 'String' declared here
2 | public var _guts: _StringGuts
3 | @inlinable public init()
/host/spi-builder-workspace/Sources/SwiftLI/CLI Basic Components/Label.swift:80:22: error: no exact matches in call to initializer
78 | self.header = ""
79 | self.image = image
80 | self.title = String(localized: title.localizationValue)
| `- error: no exact matches in call to initializer
81 | self.style = DefaultLabelStyle()
82 | }
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @inlinable public init(_ c: Character)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | }
Swift.String:3:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String : _ExpressibleByBuiltinUnicodeScalarLiteral {
2 | @inlinable public init(_builtinUnicodeScalarLiteral value: Builtin.Int32)
3 | @inlinable public init(_ scalar: Unicode.Scalar)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 | }
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @inlinable public init(_ unicodeScalars: String.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | public typealias UnicodeScalarIndex = String.UnicodeScalarView.Index
4 | @inlinable public var unicodeScalars: String.UnicodeScalarView { get set }
Swift.String:4:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
2 | @inlinable public var utf16: String.UTF16View { get set }
3 | @available(swift 4.0)
4 | @inlinable public init(_ utf16: String.UTF16View)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
5 | }
Swift.String:5:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | public var utf8CString: ContiguousArray<CChar> { get }
4 | @available(swift, introduced: 4.0, message: "Please use failable String.init?(_:UTF8View) when in Swift 3.2 mode")
5 | @inlinable public init(_ utf8: String.UTF8View)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
6 | }
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @inlinable public init(_ substring: __shared Substring)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | }
Swift.String:2:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | public init(_ content: Substring.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | }
_FoundationCollections.String:3:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, *)
2 | extension String {
3 | public init(_ big: BigString)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 | public init(_ big: BigSubstring)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
5 | public init(_ big: BigString.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
6 | public init(_ big: BigSubstring.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
7 | }
FoundationEssentials.String:3:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
3 | public init(_ characters: Slice<AttributedString.CharacterView>)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 | }
Foundation.String:21:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
19 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)
20 | public init(format: __shared String, locale: __shared Locale?, arguments: __shared [any CVarArg])
21 | public init(_ cocoaString: NSString)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
22 | }
/host/spi-builder-workspace/Sources/SwiftLI/CLI Basic Components/Label.swift:95:22: error: no exact matches in call to initializer
93 | self.header = ""
94 | self.image = image
95 | self.title = String(localized: title.localizationValue)
| `- error: no exact matches in call to initializer
96 | self.style = DefaultLabelStyle()
97 | }
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @inlinable public init(_ c: Character)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | }
Swift.String:3:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String : _ExpressibleByBuiltinUnicodeScalarLiteral {
2 | @inlinable public init(_builtinUnicodeScalarLiteral value: Builtin.Int32)
3 | @inlinable public init(_ scalar: Unicode.Scalar)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 | }
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @inlinable public init(_ unicodeScalars: String.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | public typealias UnicodeScalarIndex = String.UnicodeScalarView.Index
4 | @inlinable public var unicodeScalars: String.UnicodeScalarView { get set }
Swift.String:4:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
2 | @inlinable public var utf16: String.UTF16View { get set }
3 | @available(swift 4.0)
4 | @inlinable public init(_ utf16: String.UTF16View)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
5 | }
Swift.String:5:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | public var utf8CString: ContiguousArray<CChar> { get }
4 | @available(swift, introduced: 4.0, message: "Please use failable String.init?(_:UTF8View) when in Swift 3.2 mode")
5 | @inlinable public init(_ utf8: String.UTF8View)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
6 | }
Swift.String:2:23: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @inlinable public init(_ substring: __shared Substring)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | }
Swift.String:2:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | public init(_ content: Substring.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
3 | }
_FoundationCollections.String:3:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | @available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, *)
2 | extension String {
3 | public init(_ big: BigString)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 | public init(_ big: BigSubstring)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
5 | public init(_ big: BigString.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
6 | public init(_ big: BigSubstring.UnicodeScalarView)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
7 | }
FoundationEssentials.String:3:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
1 | extension String {
2 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
3 | public init(_ characters: Slice<AttributedString.CharacterView>)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
4 | }
Foundation.String:21:12: note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
19 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)
20 | public init(format: __shared String, locale: __shared Locale?, arguments: __shared [any CVarArg])
21 | public init(_ cocoaString: NSString)
| `- note: incorrect labels for candidate (have: '(localized:)', expected: '(_:)')
22 | }
[15/50] Emitting module ArgumentParserToolInfo
[16/50] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/51] Wrapping AST for ArgumentParserToolInfo for debugging
[19/97] Compiling ArgumentParser BashCompletionsGenerator.swift
[20/97] Compiling ArgumentParser CompletionsGenerator.swift
[21/97] Compiling ArgumentParser FishCompletionsGenerator.swift
[22/97] Compiling ArgumentParser ZshCompletionsGenerator.swift
[23/97] Compiling ArgumentParser Platform.swift
/host/spi-builder-workspace/Sources/SwiftLI/Reactive/InlineRenderer.swift:88:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
86 |
87 | view.render()
88 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
89 |
90 | // Restore stdout
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/host/spi-builder-workspace/Sources/SwiftLI/Reactive/InlineRenderer.swift:99:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
97 | // Write captured content to the real stdout
98 | FileHandle.standardOutput.write(data)
99 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
100 |
101 | // Count newlines to know how many lines were rendered
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
[24/97] Compiling ArgumentParser SequenceExtensions.swift
/host/spi-builder-workspace/Sources/SwiftLI/Reactive/InlineRenderer.swift:88:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
86 |
87 | view.render()
88 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
89 |
90 | // Restore stdout
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/host/spi-builder-workspace/Sources/SwiftLI/Reactive/InlineRenderer.swift:99:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
97 | // Write captured content to the real stdout
98 | FileHandle.standardOutput.write(data)
99 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
100 |
101 | // Count newlines to know how many lines were rendered
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
[25/97] Compiling ArgumentParser StringExtensions.swift
/host/spi-builder-workspace/Sources/SwiftLI/Reactive/InlineRenderer.swift:88:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
86 |
87 | view.render()
88 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
89 |
90 | // Restore stdout
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/host/spi-builder-workspace/Sources/SwiftLI/Reactive/InlineRenderer.swift:99:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
97 | // Write captured content to the real stdout
98 | FileHandle.standardOutput.write(data)
99 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
100 |
101 | // Count newlines to know how many lines were rendered
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
[26/97] Compiling ArgumentParser SwiftExtensions.swift
/host/spi-builder-workspace/Sources/SwiftLI/Reactive/InlineRenderer.swift:88:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
86 |
87 | view.render()
88 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
89 |
90 | // Restore stdout
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/host/spi-builder-workspace/Sources/SwiftLI/Reactive/InlineRenderer.swift:99:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
97 | // Write captured content to the real stdout
98 | FileHandle.standardOutput.write(data)
99 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
100 |
101 | // Count newlines to know how many lines were rendered
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
[27/97] Compiling ArgumentParser NameSpecification.swift
/host/spi-builder-workspace/Sources/SwiftLI/Dynamic Components/ProgressBar.swift:185:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
183 | let s = barString(value: valueSource.current)
184 | print(s, terminator: "")
185 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
186 | }
187 |
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/host/spi-builder-workspace/Sources/SwiftLI/Dynamic Components/ProgressBar.swift:241:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
239 | func printBar(value: Double) {
240 | print(barString(value: value), terminator: "")
241 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
242 | }
243 |
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
[28/97] Compiling ArgumentParser Option.swift
/host/spi-builder-workspace/Sources/SwiftLI/Dynamic Components/ProgressBar.swift:185:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
183 | let s = barString(value: valueSource.current)
184 | print(s, terminator: "")
185 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
186 | }
187 |
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/host/spi-builder-workspace/Sources/SwiftLI/Dynamic Components/ProgressBar.swift:241:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
239 | func printBar(value: Double) {
240 | print(barString(value: value), terminator: "")
241 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
242 | }
243 |
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
[29/97] Compiling ArgumentParser OptionGroup.swift
/host/spi-builder-workspace/Sources/SwiftLI/Dynamic Components/ProgressBar.swift:185:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
183 | let s = barString(value: valueSource.current)
184 | print(s, terminator: "")
185 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
186 | }
187 |
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/host/spi-builder-workspace/Sources/SwiftLI/Dynamic Components/ProgressBar.swift:241:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
239 | func printBar(value: Double) {
240 | print(barString(value: value), terminator: "")
241 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
242 | }
243 |
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
[30/97] Compiling ArgumentParser ParentCommand.swift
/host/spi-builder-workspace/Sources/SwiftLI/Dynamic Components/ProgressBar.swift:185:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
183 | let s = barString(value: valueSource.current)
184 | print(s, terminator: "")
185 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
186 | }
187 |
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/host/spi-builder-workspace/Sources/SwiftLI/Dynamic Components/ProgressBar.swift:241:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
239 | func printBar(value: Double) {
240 | print(barString(value: value), terminator: "")
241 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
242 | }
243 |
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
[31/97] Compiling ArgumentParser ExpressibleByArgument.swift
/host/spi-builder-workspace/Sources/SwiftLI/Reactive/TerminalRenderer.swift:57:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
55 | print(ANSICode.clearScreen, terminator: "")
56 | print(ANSICode.cursorHome, terminator: "")
57 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
58 | }
59 |
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/host/spi-builder-workspace/Sources/SwiftLI/Reactive/TerminalRenderer.swift:86:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
84 |
85 | // Force flush stdout so all output is visible immediately
86 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
87 | }
88 |
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/host/spi-builder-workspace/Sources/SwiftLI/Reactive/TerminalRenderer.swift:97:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
95 | print(ANSICode.reset, terminator: "")
96 | print("") // Final newline
97 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
98 | }
99 | }
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
[32/97] Compiling ArgumentParser ParsableArguments.swift
/host/spi-builder-workspace/Sources/SwiftLI/Reactive/TerminalRenderer.swift:57:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
55 | print(ANSICode.clearScreen, terminator: "")
56 | print(ANSICode.cursorHome, terminator: "")
57 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
58 | }
59 |
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/host/spi-builder-workspace/Sources/SwiftLI/Reactive/TerminalRenderer.swift:86:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
84 |
85 | // Force flush stdout so all output is visible immediately
86 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
87 | }
88 |
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/host/spi-builder-workspace/Sources/SwiftLI/Reactive/TerminalRenderer.swift:97:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
95 | print(ANSICode.reset, terminator: "")
96 | print("") // Final newline
97 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
98 | }
99 | }
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
[33/97] Compiling ArgumentParser Foundation.swift
/host/spi-builder-workspace/Sources/SwiftLI/Reactive/TerminalRenderer.swift:57:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
55 | print(ANSICode.clearScreen, terminator: "")
56 | print(ANSICode.cursorHome, terminator: "")
57 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
58 | }
59 |
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/host/spi-builder-workspace/Sources/SwiftLI/Reactive/TerminalRenderer.swift:86:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
84 |
85 | // Force flush stdout so all output is visible immediately
86 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
87 | }
88 |
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/host/spi-builder-workspace/Sources/SwiftLI/Reactive/TerminalRenderer.swift:97:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
95 | print(ANSICode.reset, terminator: "")
96 | print("") // Final newline
97 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
98 | }
99 | }
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
[34/97] Compiling ArgumentParser Mutex.swift
/host/spi-builder-workspace/Sources/SwiftLI/Reactive/TerminalRenderer.swift:57:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
55 | print(ANSICode.clearScreen, terminator: "")
56 | print(ANSICode.cursorHome, terminator: "")
57 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
58 | }
59 |
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/host/spi-builder-workspace/Sources/SwiftLI/Reactive/TerminalRenderer.swift:86:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
84 |
85 | // Force flush stdout so all output is visible immediately
86 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
87 | }
88 |
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
/host/spi-builder-workspace/Sources/SwiftLI/Reactive/TerminalRenderer.swift:97:16: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
95 | print(ANSICode.reset, terminator: "")
96 | print("") // Final newline
97 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
98 | }
99 | }
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
[35/97] Compiling ArgumentParser Argument.swift
/host/spi-builder-workspace/Sources/SwiftLI/CLI Basic Components/Padding.swift:52:20: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
50 |
51 | wrapped.render()
52 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
53 |
54 | dup2(originalFd, STDOUT_FILENO)
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
[36/97] Compiling ArgumentParser ArgumentDiscussion.swift
/host/spi-builder-workspace/Sources/SwiftLI/CLI Basic Components/Padding.swift:52:20: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
50 |
51 | wrapped.render()
52 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
53 |
54 | dup2(originalFd, STDOUT_FILENO)
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
[37/97] Compiling ArgumentParser ArgumentHelp.swift
/host/spi-builder-workspace/Sources/SwiftLI/CLI Basic Components/Padding.swift:52:20: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
50 |
51 | wrapped.render()
52 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
53 |
54 | dup2(originalFd, STDOUT_FILENO)
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
[38/97] Compiling ArgumentParser DumpHelpGenerator.swift
/host/spi-builder-workspace/Sources/SwiftLI/CLI Basic Components/Padding.swift:52:20: error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
50 |
51 | wrapped.render()
52 | fflush(stdout)
| `- error: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state
53 |
54 | dup2(originalFd, STDOUT_FILENO)
SwiftGlibc.stdout:1:12: note: var declared here
1 | public var stdout: UnsafeMutablePointer<FILE>!
| `- note: var declared here
[39/97] Compiling ArgumentParser HelpCommand.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:13:35: error: 'LocalizationValue' is not a member type of struct 'Swift.String'
11 | @frozen
12 | public struct LocalizedStringKey: Equatable {
13 | var localizationValue: String.LocalizationValue
| `- error: 'LocalizationValue' is not a member type of struct 'Swift.String'
14 |
15 | /// Creates a localized string key from the given string value.
Swift.String:1:23: note: 'String' declared here
1 | @frozen public struct String {
| `- note: 'String' declared here
2 | public var _guts: _StringGuts
3 | @inlinable public init()
/host/spi-builder-workspace/Sources/SwiftLI/View.swift:65:32: error: extra arguments at positions #3, #4 in call
63 | ) {
64 | self.header = ""
65 | self.contents = [String(localized: key.localizationValue, table: tableName, bundle: bundle, comment: comment)]
| `- error: extra arguments at positions #3, #4 in call
66 | }
67 |
Foundation.String:19:12: note: 'init(format:locale:_:)' declared here
17 | public init(format: __shared String, _ arguments: any CVarArg...)
18 | public init(format: __shared String, arguments: __shared [any CVarArg])
19 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)
| `- note: 'init(format:locale:_:)' declared here
20 | public init(format: __shared String, locale: __shared Locale?, arguments: __shared [any CVarArg])
21 | public init(_ cocoaString: NSString)
/host/spi-builder-workspace/Sources/SwiftLI/View.swift:65:33: error: missing argument for parameter 'format' in call
63 | ) {
64 | self.header = ""
65 | self.contents = [String(localized: key.localizationValue, table: tableName, bundle: bundle, comment: comment)]
| `- error: missing argument for parameter 'format' in call
66 | }
67 |
Foundation.String:19:12: note: 'init(format:locale:_:)' declared here
17 | public init(format: __shared String, _ arguments: any CVarArg...)
18 | public init(format: __shared String, arguments: __shared [any CVarArg])
19 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)
| `- note: 'init(format:locale:_:)' declared here
20 | public init(format: __shared String, locale: __shared Locale?, arguments: __shared [any CVarArg])
21 | public init(_ cocoaString: NSString)
/host/spi-builder-workspace/Sources/SwiftLI/View.swift:65:74: error: value of optional type 'String?' must be unwrapped to a value of type 'String'
63 | ) {
64 | self.header = ""
65 | self.contents = [String(localized: key.localizationValue, table: tableName, bundle: bundle, comment: comment)]
| |- error: value of optional type 'String?' must be unwrapped to a value of type 'String'
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
66 | }
67 |
[40/97] Compiling ArgumentParser HelpGenerator.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:13:35: error: 'LocalizationValue' is not a member type of struct 'Swift.String'
11 | @frozen
12 | public struct LocalizedStringKey: Equatable {
13 | var localizationValue: String.LocalizationValue
| `- error: 'LocalizationValue' is not a member type of struct 'Swift.String'
14 |
15 | /// Creates a localized string key from the given string value.
Swift.String:1:23: note: 'String' declared here
1 | @frozen public struct String {
| `- note: 'String' declared here
2 | public var _guts: _StringGuts
3 | @inlinable public init()
/host/spi-builder-workspace/Sources/SwiftLI/View.swift:65:32: error: extra arguments at positions #3, #4 in call
63 | ) {
64 | self.header = ""
65 | self.contents = [String(localized: key.localizationValue, table: tableName, bundle: bundle, comment: comment)]
| `- error: extra arguments at positions #3, #4 in call
66 | }
67 |
Foundation.String:19:12: note: 'init(format:locale:_:)' declared here
17 | public init(format: __shared String, _ arguments: any CVarArg...)
18 | public init(format: __shared String, arguments: __shared [any CVarArg])
19 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)
| `- note: 'init(format:locale:_:)' declared here
20 | public init(format: __shared String, locale: __shared Locale?, arguments: __shared [any CVarArg])
21 | public init(_ cocoaString: NSString)
/host/spi-builder-workspace/Sources/SwiftLI/View.swift:65:33: error: missing argument for parameter 'format' in call
63 | ) {
64 | self.header = ""
65 | self.contents = [String(localized: key.localizationValue, table: tableName, bundle: bundle, comment: comment)]
| `- error: missing argument for parameter 'format' in call
66 | }
67 |
Foundation.String:19:12: note: 'init(format:locale:_:)' declared here
17 | public init(format: __shared String, _ arguments: any CVarArg...)
18 | public init(format: __shared String, arguments: __shared [any CVarArg])
19 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)
| `- note: 'init(format:locale:_:)' declared here
20 | public init(format: __shared String, locale: __shared Locale?, arguments: __shared [any CVarArg])
21 | public init(_ cocoaString: NSString)
/host/spi-builder-workspace/Sources/SwiftLI/View.swift:65:74: error: value of optional type 'String?' must be unwrapped to a value of type 'String'
63 | ) {
64 | self.header = ""
65 | self.contents = [String(localized: key.localizationValue, table: tableName, bundle: bundle, comment: comment)]
| |- error: value of optional type 'String?' must be unwrapped to a value of type 'String'
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
66 | }
67 |
[41/97] Compiling ArgumentParser MessageInfo.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:13:35: error: 'LocalizationValue' is not a member type of struct 'Swift.String'
11 | @frozen
12 | public struct LocalizedStringKey: Equatable {
13 | var localizationValue: String.LocalizationValue
| `- error: 'LocalizationValue' is not a member type of struct 'Swift.String'
14 |
15 | /// Creates a localized string key from the given string value.
Swift.String:1:23: note: 'String' declared here
1 | @frozen public struct String {
| `- note: 'String' declared here
2 | public var _guts: _StringGuts
3 | @inlinable public init()
/host/spi-builder-workspace/Sources/SwiftLI/View.swift:65:32: error: extra arguments at positions #3, #4 in call
63 | ) {
64 | self.header = ""
65 | self.contents = [String(localized: key.localizationValue, table: tableName, bundle: bundle, comment: comment)]
| `- error: extra arguments at positions #3, #4 in call
66 | }
67 |
Foundation.String:19:12: note: 'init(format:locale:_:)' declared here
17 | public init(format: __shared String, _ arguments: any CVarArg...)
18 | public init(format: __shared String, arguments: __shared [any CVarArg])
19 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)
| `- note: 'init(format:locale:_:)' declared here
20 | public init(format: __shared String, locale: __shared Locale?, arguments: __shared [any CVarArg])
21 | public init(_ cocoaString: NSString)
/host/spi-builder-workspace/Sources/SwiftLI/View.swift:65:33: error: missing argument for parameter 'format' in call
63 | ) {
64 | self.header = ""
65 | self.contents = [String(localized: key.localizationValue, table: tableName, bundle: bundle, comment: comment)]
| `- error: missing argument for parameter 'format' in call
66 | }
67 |
Foundation.String:19:12: note: 'init(format:locale:_:)' declared here
17 | public init(format: __shared String, _ arguments: any CVarArg...)
18 | public init(format: __shared String, arguments: __shared [any CVarArg])
19 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)
| `- note: 'init(format:locale:_:)' declared here
20 | public init(format: __shared String, locale: __shared Locale?, arguments: __shared [any CVarArg])
21 | public init(_ cocoaString: NSString)
/host/spi-builder-workspace/Sources/SwiftLI/View.swift:65:74: error: value of optional type 'String?' must be unwrapped to a value of type 'String'
63 | ) {
64 | self.header = ""
65 | self.contents = [String(localized: key.localizationValue, table: tableName, bundle: bundle, comment: comment)]
| |- error: value of optional type 'String?' must be unwrapped to a value of type 'String'
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
66 | }
67 |
[42/97] Compiling ArgumentParser UsageGenerator.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:13:35: error: 'LocalizationValue' is not a member type of struct 'Swift.String'
11 | @frozen
12 | public struct LocalizedStringKey: Equatable {
13 | var localizationValue: String.LocalizationValue
| `- error: 'LocalizationValue' is not a member type of struct 'Swift.String'
14 |
15 | /// Creates a localized string key from the given string value.
Swift.String:1:23: note: 'String' declared here
1 | @frozen public struct String {
| `- note: 'String' declared here
2 | public var _guts: _StringGuts
3 | @inlinable public init()
/host/spi-builder-workspace/Sources/SwiftLI/View.swift:65:32: error: extra arguments at positions #3, #4 in call
63 | ) {
64 | self.header = ""
65 | self.contents = [String(localized: key.localizationValue, table: tableName, bundle: bundle, comment: comment)]
| `- error: extra arguments at positions #3, #4 in call
66 | }
67 |
Foundation.String:19:12: note: 'init(format:locale:_:)' declared here
17 | public init(format: __shared String, _ arguments: any CVarArg...)
18 | public init(format: __shared String, arguments: __shared [any CVarArg])
19 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)
| `- note: 'init(format:locale:_:)' declared here
20 | public init(format: __shared String, locale: __shared Locale?, arguments: __shared [any CVarArg])
21 | public init(_ cocoaString: NSString)
/host/spi-builder-workspace/Sources/SwiftLI/View.swift:65:33: error: missing argument for parameter 'format' in call
63 | ) {
64 | self.header = ""
65 | self.contents = [String(localized: key.localizationValue, table: tableName, bundle: bundle, comment: comment)]
| `- error: missing argument for parameter 'format' in call
66 | }
67 |
Foundation.String:19:12: note: 'init(format:locale:_:)' declared here
17 | public init(format: __shared String, _ arguments: any CVarArg...)
18 | public init(format: __shared String, arguments: __shared [any CVarArg])
19 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)
| `- note: 'init(format:locale:_:)' declared here
20 | public init(format: __shared String, locale: __shared Locale?, arguments: __shared [any CVarArg])
21 | public init(_ cocoaString: NSString)
/host/spi-builder-workspace/Sources/SwiftLI/View.swift:65:74: error: value of optional type 'String?' must be unwrapped to a value of type 'String'
63 | ) {
64 | self.header = ""
65 | self.contents = [String(localized: key.localizationValue, table: tableName, bundle: bundle, comment: comment)]
| |- error: value of optional type 'String?' must be unwrapped to a value of type 'String'
| |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
| `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
66 | }
67 |
[43/97] Compiling ArgumentParser AsyncParsableCommand.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:13:35: error: 'LocalizationValue' is not a member type of struct 'Swift.String'
11 | @frozen
12 | public struct LocalizedStringKey: Equatable {
13 | var localizationValue: String.LocalizationValue
| `- error: 'LocalizationValue' is not a member type of struct 'Swift.String'
14 |
15 | /// Creates a localized string key from the given string value.
Swift.String:1:23: note: 'String' declared here
1 | @frozen public struct String {
| `- note: 'String' declared here
2 | public var _guts: _StringGuts
3 | @inlinable public init()
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:12:15: error: type 'LocalizedStringKey' does not conform to protocol 'Equatable'
10 | /// The key used to look up an entry in a strings file or strings dictionary file.
11 | @frozen
12 | public struct LocalizedStringKey: Equatable {
| `- error: type 'LocalizedStringKey' does not conform to protocol 'Equatable'
13 | var localizationValue: String.LocalizationValue
| `- note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'LocalizedStringKey' to 'Equatable'
14 |
15 | /// Creates a localized string key from the given string value.
Swift.==:1:24: note: candidate would match if 'LocalizedStringKey' conformed to 'RawRepresentable'
1 | @inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'RawRepresentable'
Swift.FloatingPoint:2:24: note: candidate would match if 'LocalizedStringKey' conformed to 'FloatingPoint'
1 | extension FloatingPoint {
2 | public static func == (lhs: Self, rhs: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'FloatingPoint'
3 | public static func < (lhs: Self, rhs: Self) -> Bool
4 | public static func <= (lhs: Self, rhs: Self) -> Bool
Swift.BinaryInteger:2:24: note: candidate would match if 'LocalizedStringKey' conformed to 'BinaryInteger'
1 | extension BinaryInteger {
2 | public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'BinaryInteger'
3 | public static func != <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
4 | 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'
1 | extension _Pointer {
2 | public static func == (lhs: Self, rhs: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to '_Pointer'
3 | @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
| `- note: candidate would match if 'LocalizedStringKey' conformed to '_Pointer'
4 | @inlinable public static func != <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
5 | }
Swift.Strideable:3:35: note: candidate would match if 'LocalizedStringKey' conformed to 'Strideable'
1 | extension Strideable {
2 | @inlinable public static func < (x: Self, y: Self) -> Bool
3 | @inlinable public static func == (x: Self, y: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'Strideable'
4 | }
Swift.StringProtocol:2:35: note: candidate would match if 'LocalizedStringKey' conformed to 'StringProtocol'
1 | extension StringProtocol {
2 | @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'StringProtocol'
3 | @inlinable public static func != <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
4 | @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'
2 | public var indices: Range<Int> { get }
3 | public init(repeating value: Self.Scalar)
4 | public static func == (a: Self, b: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'SIMD'
5 | @inlinable public func hash(into hasher: inout Hasher)
6 | public func encode(to encoder: any Encoder) throws
Foundation.__BridgedNSError:2:24: note: candidate would match if 'LocalizedStringKey' conformed to '__BridgedNSError'
1 | extension __BridgedNSError where Self : RawRepresentable, Self.RawValue : FixedWidthInteger {
2 | public static func == (lhs: Self, rhs: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to '__BridgedNSError'
3 | }
Foundation._BridgedStoredNSError:2:24: note: candidate would match if 'LocalizedStringKey' conformed to '_BridgedStoredNSError'
1 | extension _BridgedStoredNSError {
2 | public static func == (lhs: Self, rhs: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to '_BridgedStoredNSError'
3 | }
FoundationEssentials.AttributedStringProtocol:3:24: note: candidate would match if 'LocalizedStringKey' conformed to 'AttributedStringProtocol'
1 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
2 | extension AttributedStringProtocol {
3 | public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'AttributedStringProtocol'
4 | public func hash(into hasher: inout Hasher)
5 | }
Swift.Equatable:2:17: note: protocol requires function '==' with type '(LocalizedStringKey, LocalizedStringKey) -> Bool'
1 | public protocol Equatable {
2 | static func == (lhs: Self, rhs: Self) -> Bool
| `- note: protocol requires function '==' with type '(LocalizedStringKey, LocalizedStringKey) -> Bool'
3 | }
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:18:41: error: type 'String' has no member 'LocalizationValue'
16 | /// - Parameter value: The string to use as a localization key.
17 | public init(_ value: String) {
18 | self.localizationValue = String.LocalizationValue(value)
| `- error: type 'String' has no member 'LocalizationValue'
19 | }
20 | }
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:24:41: error: type 'String' has no member 'LocalizationValue'
22 | extension LocalizedStringKey: ExpressibleByExtendedGraphemeClusterLiteral {
23 | public init(extendedGraphemeClusterLiteral value: String) {
24 | self.localizationValue = String.LocalizationValue(value)
| `- error: type 'String' has no member 'LocalizationValue'
25 | }
26 | }
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:38:41: error: type 'String' has no member 'LocalizationValue'
36 | extension LocalizedStringKey: ExpressibleByUnicodeScalarLiteral {
37 | public init(unicodeScalarLiteral value: UnicodeScalar) {
38 | self.localizationValue = String.LocalizationValue(String(value))
| `- error: type 'String' has no member 'LocalizationValue'
39 | }
40 | }
/host/spi-builder-workspace/Sources/SwiftLI/Reactive/AppRuntime.swift:76:21: warning: result of call to 'run(mode:before:)' is unused
74 | while isRunning {
75 | // 100ms timeout keeps the loop responsive to signal-driven stops
76 | runLoop.run(mode: .default, before: Date(timeIntervalSinceNow: 0.1))
| `- warning: result of call to 'run(mode:before:)' is unused
77 | }
78 |
[44/97] 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'
11 | @frozen
12 | public struct LocalizedStringKey: Equatable {
13 | var localizationValue: String.LocalizationValue
| `- error: 'LocalizationValue' is not a member type of struct 'Swift.String'
14 |
15 | /// Creates a localized string key from the given string value.
Swift.String:1:23: note: 'String' declared here
1 | @frozen public struct String {
| `- note: 'String' declared here
2 | public var _guts: _StringGuts
3 | @inlinable public init()
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:12:15: error: type 'LocalizedStringKey' does not conform to protocol 'Equatable'
10 | /// The key used to look up an entry in a strings file or strings dictionary file.
11 | @frozen
12 | public struct LocalizedStringKey: Equatable {
| `- error: type 'LocalizedStringKey' does not conform to protocol 'Equatable'
13 | var localizationValue: String.LocalizationValue
| `- note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'LocalizedStringKey' to 'Equatable'
14 |
15 | /// Creates a localized string key from the given string value.
Swift.==:1:24: note: candidate would match if 'LocalizedStringKey' conformed to 'RawRepresentable'
1 | @inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'RawRepresentable'
Swift.FloatingPoint:2:24: note: candidate would match if 'LocalizedStringKey' conformed to 'FloatingPoint'
1 | extension FloatingPoint {
2 | public static func == (lhs: Self, rhs: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'FloatingPoint'
3 | public static func < (lhs: Self, rhs: Self) -> Bool
4 | public static func <= (lhs: Self, rhs: Self) -> Bool
Swift.BinaryInteger:2:24: note: candidate would match if 'LocalizedStringKey' conformed to 'BinaryInteger'
1 | extension BinaryInteger {
2 | public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'BinaryInteger'
3 | public static func != <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
4 | 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'
1 | extension _Pointer {
2 | public static func == (lhs: Self, rhs: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to '_Pointer'
3 | @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
| `- note: candidate would match if 'LocalizedStringKey' conformed to '_Pointer'
4 | @inlinable public static func != <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
5 | }
Swift.Strideable:3:35: note: candidate would match if 'LocalizedStringKey' conformed to 'Strideable'
1 | extension Strideable {
2 | @inlinable public static func < (x: Self, y: Self) -> Bool
3 | @inlinable public static func == (x: Self, y: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'Strideable'
4 | }
Swift.StringProtocol:2:35: note: candidate would match if 'LocalizedStringKey' conformed to 'StringProtocol'
1 | extension StringProtocol {
2 | @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'StringProtocol'
3 | @inlinable public static func != <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
4 | @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'
2 | public var indices: Range<Int> { get }
3 | public init(repeating value: Self.Scalar)
4 | public static func == (a: Self, b: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'SIMD'
5 | @inlinable public func hash(into hasher: inout Hasher)
6 | public func encode(to encoder: any Encoder) throws
Foundation.__BridgedNSError:2:24: note: candidate would match if 'LocalizedStringKey' conformed to '__BridgedNSError'
1 | extension __BridgedNSError where Self : RawRepresentable, Self.RawValue : FixedWidthInteger {
2 | public static func == (lhs: Self, rhs: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to '__BridgedNSError'
3 | }
Foundation._BridgedStoredNSError:2:24: note: candidate would match if 'LocalizedStringKey' conformed to '_BridgedStoredNSError'
1 | extension _BridgedStoredNSError {
2 | public static func == (lhs: Self, rhs: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to '_BridgedStoredNSError'
3 | }
FoundationEssentials.AttributedStringProtocol:3:24: note: candidate would match if 'LocalizedStringKey' conformed to 'AttributedStringProtocol'
1 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
2 | extension AttributedStringProtocol {
3 | public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'AttributedStringProtocol'
4 | public func hash(into hasher: inout Hasher)
5 | }
Swift.Equatable:2:17: note: protocol requires function '==' with type '(LocalizedStringKey, LocalizedStringKey) -> Bool'
1 | public protocol Equatable {
2 | static func == (lhs: Self, rhs: Self) -> Bool
| `- note: protocol requires function '==' with type '(LocalizedStringKey, LocalizedStringKey) -> Bool'
3 | }
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:18:41: error: type 'String' has no member 'LocalizationValue'
16 | /// - Parameter value: The string to use as a localization key.
17 | public init(_ value: String) {
18 | self.localizationValue = String.LocalizationValue(value)
| `- error: type 'String' has no member 'LocalizationValue'
19 | }
20 | }
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:24:41: error: type 'String' has no member 'LocalizationValue'
22 | extension LocalizedStringKey: ExpressibleByExtendedGraphemeClusterLiteral {
23 | public init(extendedGraphemeClusterLiteral value: String) {
24 | self.localizationValue = String.LocalizationValue(value)
| `- error: type 'String' has no member 'LocalizationValue'
25 | }
26 | }
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:38:41: error: type 'String' has no member 'LocalizationValue'
36 | extension LocalizedStringKey: ExpressibleByUnicodeScalarLiteral {
37 | public init(unicodeScalarLiteral value: UnicodeScalar) {
38 | self.localizationValue = String.LocalizationValue(String(value))
| `- error: type 'String' has no member 'LocalizationValue'
39 | }
40 | }
/host/spi-builder-workspace/Sources/SwiftLI/Reactive/AppRuntime.swift:76:21: warning: result of call to 'run(mode:before:)' is unused
74 | while isRunning {
75 | // 100ms timeout keeps the loop responsive to signal-driven stops
76 | runLoop.run(mode: .default, before: Date(timeIntervalSinceNow: 0.1))
| `- warning: result of call to 'run(mode:before:)' is unused
77 | }
78 |
[45/97] 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'
11 | @frozen
12 | public struct LocalizedStringKey: Equatable {
13 | var localizationValue: String.LocalizationValue
| `- error: 'LocalizationValue' is not a member type of struct 'Swift.String'
14 |
15 | /// Creates a localized string key from the given string value.
Swift.String:1:23: note: 'String' declared here
1 | @frozen public struct String {
| `- note: 'String' declared here
2 | public var _guts: _StringGuts
3 | @inlinable public init()
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:12:15: error: type 'LocalizedStringKey' does not conform to protocol 'Equatable'
10 | /// The key used to look up an entry in a strings file or strings dictionary file.
11 | @frozen
12 | public struct LocalizedStringKey: Equatable {
| `- error: type 'LocalizedStringKey' does not conform to protocol 'Equatable'
13 | var localizationValue: String.LocalizationValue
| `- note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'LocalizedStringKey' to 'Equatable'
14 |
15 | /// Creates a localized string key from the given string value.
Swift.==:1:24: note: candidate would match if 'LocalizedStringKey' conformed to 'RawRepresentable'
1 | @inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'RawRepresentable'
Swift.FloatingPoint:2:24: note: candidate would match if 'LocalizedStringKey' conformed to 'FloatingPoint'
1 | extension FloatingPoint {
2 | public static func == (lhs: Self, rhs: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'FloatingPoint'
3 | public static func < (lhs: Self, rhs: Self) -> Bool
4 | public static func <= (lhs: Self, rhs: Self) -> Bool
Swift.BinaryInteger:2:24: note: candidate would match if 'LocalizedStringKey' conformed to 'BinaryInteger'
1 | extension BinaryInteger {
2 | public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'BinaryInteger'
3 | public static func != <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
4 | 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'
1 | extension _Pointer {
2 | public static func == (lhs: Self, rhs: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to '_Pointer'
3 | @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
| `- note: candidate would match if 'LocalizedStringKey' conformed to '_Pointer'
4 | @inlinable public static func != <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
5 | }
Swift.Strideable:3:35: note: candidate would match if 'LocalizedStringKey' conformed to 'Strideable'
1 | extension Strideable {
2 | @inlinable public static func < (x: Self, y: Self) -> Bool
3 | @inlinable public static func == (x: Self, y: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'Strideable'
4 | }
Swift.StringProtocol:2:35: note: candidate would match if 'LocalizedStringKey' conformed to 'StringProtocol'
1 | extension StringProtocol {
2 | @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'StringProtocol'
3 | @inlinable public static func != <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
4 | @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'
2 | public var indices: Range<Int> { get }
3 | public init(repeating value: Self.Scalar)
4 | public static func == (a: Self, b: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'SIMD'
5 | @inlinable public func hash(into hasher: inout Hasher)
6 | public func encode(to encoder: any Encoder) throws
Foundation.__BridgedNSError:2:24: note: candidate would match if 'LocalizedStringKey' conformed to '__BridgedNSError'
1 | extension __BridgedNSError where Self : RawRepresentable, Self.RawValue : FixedWidthInteger {
2 | public static func == (lhs: Self, rhs: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to '__BridgedNSError'
3 | }
Foundation._BridgedStoredNSError:2:24: note: candidate would match if 'LocalizedStringKey' conformed to '_BridgedStoredNSError'
1 | extension _BridgedStoredNSError {
2 | public static func == (lhs: Self, rhs: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to '_BridgedStoredNSError'
3 | }
FoundationEssentials.AttributedStringProtocol:3:24: note: candidate would match if 'LocalizedStringKey' conformed to 'AttributedStringProtocol'
1 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
2 | extension AttributedStringProtocol {
3 | public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'AttributedStringProtocol'
4 | public func hash(into hasher: inout Hasher)
5 | }
Swift.Equatable:2:17: note: protocol requires function '==' with type '(LocalizedStringKey, LocalizedStringKey) -> Bool'
1 | public protocol Equatable {
2 | static func == (lhs: Self, rhs: Self) -> Bool
| `- note: protocol requires function '==' with type '(LocalizedStringKey, LocalizedStringKey) -> Bool'
3 | }
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:18:41: error: type 'String' has no member 'LocalizationValue'
16 | /// - Parameter value: The string to use as a localization key.
17 | public init(_ value: String) {
18 | self.localizationValue = String.LocalizationValue(value)
| `- error: type 'String' has no member 'LocalizationValue'
19 | }
20 | }
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:24:41: error: type 'String' has no member 'LocalizationValue'
22 | extension LocalizedStringKey: ExpressibleByExtendedGraphemeClusterLiteral {
23 | public init(extendedGraphemeClusterLiteral value: String) {
24 | self.localizationValue = String.LocalizationValue(value)
| `- error: type 'String' has no member 'LocalizationValue'
25 | }
26 | }
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:38:41: error: type 'String' has no member 'LocalizationValue'
36 | extension LocalizedStringKey: ExpressibleByUnicodeScalarLiteral {
37 | public init(unicodeScalarLiteral value: UnicodeScalar) {
38 | self.localizationValue = String.LocalizationValue(String(value))
| `- error: type 'String' has no member 'LocalizationValue'
39 | }
40 | }
/host/spi-builder-workspace/Sources/SwiftLI/Reactive/AppRuntime.swift:76:21: warning: result of call to 'run(mode:before:)' is unused
74 | while isRunning {
75 | // 100ms timeout keeps the loop responsive to signal-driven stops
76 | runLoop.run(mode: .default, before: Date(timeIntervalSinceNow: 0.1))
| `- warning: result of call to 'run(mode:before:)' is unused
77 | }
78 |
[46/97] Compiling ArgumentParser EnumerableFlag.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:13:35: error: 'LocalizationValue' is not a member type of struct 'Swift.String'
11 | @frozen
12 | public struct LocalizedStringKey: Equatable {
13 | var localizationValue: String.LocalizationValue
| `- error: 'LocalizationValue' is not a member type of struct 'Swift.String'
14 |
15 | /// Creates a localized string key from the given string value.
Swift.String:1:23: note: 'String' declared here
1 | @frozen public struct String {
| `- note: 'String' declared here
2 | public var _guts: _StringGuts
3 | @inlinable public init()
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:12:15: error: type 'LocalizedStringKey' does not conform to protocol 'Equatable'
10 | /// The key used to look up an entry in a strings file or strings dictionary file.
11 | @frozen
12 | public struct LocalizedStringKey: Equatable {
| `- error: type 'LocalizedStringKey' does not conform to protocol 'Equatable'
13 | var localizationValue: String.LocalizationValue
| `- note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'LocalizedStringKey' to 'Equatable'
14 |
15 | /// Creates a localized string key from the given string value.
Swift.==:1:24: note: candidate would match if 'LocalizedStringKey' conformed to 'RawRepresentable'
1 | @inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'RawRepresentable'
Swift.FloatingPoint:2:24: note: candidate would match if 'LocalizedStringKey' conformed to 'FloatingPoint'
1 | extension FloatingPoint {
2 | public static func == (lhs: Self, rhs: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'FloatingPoint'
3 | public static func < (lhs: Self, rhs: Self) -> Bool
4 | public static func <= (lhs: Self, rhs: Self) -> Bool
Swift.BinaryInteger:2:24: note: candidate would match if 'LocalizedStringKey' conformed to 'BinaryInteger'
1 | extension BinaryInteger {
2 | public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'BinaryInteger'
3 | public static func != <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
4 | 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'
1 | extension _Pointer {
2 | public static func == (lhs: Self, rhs: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to '_Pointer'
3 | @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
| `- note: candidate would match if 'LocalizedStringKey' conformed to '_Pointer'
4 | @inlinable public static func != <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
5 | }
Swift.Strideable:3:35: note: candidate would match if 'LocalizedStringKey' conformed to 'Strideable'
1 | extension Strideable {
2 | @inlinable public static func < (x: Self, y: Self) -> Bool
3 | @inlinable public static func == (x: Self, y: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'Strideable'
4 | }
Swift.StringProtocol:2:35: note: candidate would match if 'LocalizedStringKey' conformed to 'StringProtocol'
1 | extension StringProtocol {
2 | @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'StringProtocol'
3 | @inlinable public static func != <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
4 | @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'
2 | public var indices: Range<Int> { get }
3 | public init(repeating value: Self.Scalar)
4 | public static func == (a: Self, b: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'SIMD'
5 | @inlinable public func hash(into hasher: inout Hasher)
6 | public func encode(to encoder: any Encoder) throws
Foundation.__BridgedNSError:2:24: note: candidate would match if 'LocalizedStringKey' conformed to '__BridgedNSError'
1 | extension __BridgedNSError where Self : RawRepresentable, Self.RawValue : FixedWidthInteger {
2 | public static func == (lhs: Self, rhs: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to '__BridgedNSError'
3 | }
Foundation._BridgedStoredNSError:2:24: note: candidate would match if 'LocalizedStringKey' conformed to '_BridgedStoredNSError'
1 | extension _BridgedStoredNSError {
2 | public static func == (lhs: Self, rhs: Self) -> Bool
| `- note: candidate would match if 'LocalizedStringKey' conformed to '_BridgedStoredNSError'
3 | }
FoundationEssentials.AttributedStringProtocol:3:24: note: candidate would match if 'LocalizedStringKey' conformed to 'AttributedStringProtocol'
1 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
2 | extension AttributedStringProtocol {
3 | public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
| `- note: candidate would match if 'LocalizedStringKey' conformed to 'AttributedStringProtocol'
4 | public func hash(into hasher: inout Hasher)
5 | }
Swift.Equatable:2:17: note: protocol requires function '==' with type '(LocalizedStringKey, LocalizedStringKey) -> Bool'
1 | public protocol Equatable {
2 | static func == (lhs: Self, rhs: Self) -> Bool
| `- note: protocol requires function '==' with type '(LocalizedStringKey, LocalizedStringKey) -> Bool'
3 | }
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:18:41: error: type 'String' has no member 'LocalizationValue'
16 | /// - Parameter value: The string to use as a localization key.
17 | public init(_ value: String) {
18 | self.localizationValue = String.LocalizationValue(value)
| `- error: type 'String' has no member 'LocalizationValue'
19 | }
20 | }
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:24:41: error: type 'String' has no member 'LocalizationValue'
22 | extension LocalizedStringKey: ExpressibleByExtendedGraphemeClusterLiteral {
23 | public init(extendedGraphemeClusterLiteral value: String) {
24 | self.localizationValue = String.LocalizationValue(value)
| `- error: type 'String' has no member 'LocalizationValue'
25 | }
26 | }
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:38:41: error: type 'String' has no member 'LocalizationValue'
36 | extension LocalizedStringKey: ExpressibleByUnicodeScalarLiteral {
37 | public init(unicodeScalarLiteral value: UnicodeScalar) {
38 | self.localizationValue = String.LocalizationValue(String(value))
| `- error: type 'String' has no member 'LocalizationValue'
39 | }
40 | }
/host/spi-builder-workspace/Sources/SwiftLI/Reactive/AppRuntime.swift:76:21: warning: result of call to 'run(mode:before:)' is unused
74 | while isRunning {
75 | // 100ms timeout keeps the loop responsive to signal-driven stops
76 | runLoop.run(mode: .default, before: Date(timeIntervalSinceNow: 0.1))
| `- warning: result of call to 'run(mode:before:)' is unused
77 | }
78 |
BUILD FAILURE 6.0 linux