Upgrade to Swift Syntax for Swift 6 #380
Annotations
10 errors and 6 warnings
Sources/SpeziAccount/AccountValue/Keys/GenderIdentityKey.swift#L17
'@AccountKey' can only be applied to 'var' declarations inside of 'AccountDetails'
|
var/folders/sf/4hnnr63x0z32klh8575xj64c0000gn/T/swift-generated-sources/@__swiftmacro_12SpeziAccount1_8KeyEntryfMm_.swift#L1
'__Key_genderIdentity' is not a member type of struct 'SpeziAccount.AccountDetails'
|
var/folders/sf/4hnnr63x0z32klh8575xj64c0000gn/T/swift-generated-sources/@__swiftmacro_12SpeziAccount1_8KeyEntryfMm_.swift#L5
'__Key_genderIdentity' is not a member type of struct 'SpeziAccount.AccountDetails'
|
Sources/SpeziAccount/AccountValue/Keys/PasswordKey.swift#L68
'@AccountKey' can only be applied to 'var' declarations inside of 'AccountDetails'
|
var/folders/sf/4hnnr63x0z32klh8575xj64c0000gn/T/swift-generated-sources/@__swiftmacro_12SpeziAccount1_8KeyEntryfMm_.swift#L1
'__Key_password' is not a member type of struct 'SpeziAccount.AccountDetails'
|
var/folders/sf/4hnnr63x0z32klh8575xj64c0000gn/T/swift-generated-sources/@__swiftmacro_12SpeziAccount1_8KeyEntryfMm_.swift#L5
'__Key_password' is not a member type of struct 'SpeziAccount.AccountDetails'
|
Sources/SpeziAccount/Views/AccountOverview/PasswordValidationRuleFooter.swift#L40
generic parameter 'Key' could not be inferred
|
Sources/SpeziAccount/Views/AccountOverview/PasswordValidationRuleFooter.swift#L40
cannot infer key path type from context; consider explicitly specifying a root type
|
Sources/SpeziAccount/AccountValue/Keys/PersonNameKey.swift#L86
'@AccountKey' can only be applied to 'var' declarations inside of 'AccountDetails'
|
var/folders/sf/4hnnr63x0z32klh8575xj64c0000gn/T/swift-generated-sources/@__swiftmacro_12SpeziAccount1_8KeyEntryfMm_.swift#L1
'__Key_name' is not a member type of struct 'SpeziAccount.AccountDetails'
|
Sources/SpeziAccount/AccountService/Configuration/UserIdType.swift#L23
associated value 'custom' of 'Sendable'-conforming enum 'UserIdType' has non-sendable type 'LocalizedStringResource'
|
Sources/SpeziAccount/AccountValue/AccountKeyCategory.swift#L43
stored property 'categoryTitle' of 'Sendable'-conforming struct 'AccountKeyCategory' has non-sendable type 'LocalizedStringResource?'
|
Sources/SpeziAccount/ExternalAccountStorage.swift#L41
stored property 'storageProvider' of 'Sendable'-conforming class 'ExternalAccountStorage' is mutable
|
Sources/SpeziAccount/ViewModifier/AccountRequiredModifier.swift#L13
let 'logger' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
|
Sources/SpeziAccount/Views/AccountOverview/AccountKeyOverviewRow.swift#L85
let 'key' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
|
Sources/SpeziAccount/Account.swift#L110
main actor-isolated property '__accountService' can not be mutated from a non-isolated context; this is an error in Swift 6
|
This job failed
Loading