Build Information
Failed to build Siren, reference 6.1.3 (6139af
), with Swift 6.1 for watchOS using Xcode 16.3 on 28 Apr 2025 18:36:47 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Siren -destination generic/platform=watchOS
Build Log
public static let congoDemocraticRepublic: AppStoreCountry = "COD"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:55:21: note: add '@MainActor' to make static property 'congoDemocraticRepublic' part of global actor 'MainActor'
public static let congoDemocraticRepublic: AppStoreCountry = "COD"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:55:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let congoDemocraticRepublic: AppStoreCountry = "COD"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:56:21: warning: static property 'costaRica' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let costaRica: AppStoreCountry = "CR"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:56:21: note: add '@MainActor' to make static property 'costaRica' part of global actor 'MainActor'
public static let costaRica: AppStoreCountry = "CR"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:56:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let costaRica: AppStoreCountry = "CR"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:57:21: warning: static property 'capeVerde' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let capeVerde: AppStoreCountry = "CV"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:57:21: note: add '@MainActor' to make static property 'capeVerde' part of global actor 'MainActor'
public static let capeVerde: AppStoreCountry = "CV"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:57:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let capeVerde: AppStoreCountry = "CV"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:58:21: warning: static property 'cyprus' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let cyprus: AppStoreCountry = "CY"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:58:21: note: add '@MainActor' to make static property 'cyprus' part of global actor 'MainActor'
public static let cyprus: AppStoreCountry = "CY"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:58:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let cyprus: AppStoreCountry = "CY"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:59:21: warning: static property 'czechRepublic' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let czechRepublic: AppStoreCountry = "CZ"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:59:21: note: add '@MainActor' to make static property 'czechRepublic' part of global actor 'MainActor'
public static let czechRepublic: AppStoreCountry = "CZ"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:59:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let czechRepublic: AppStoreCountry = "CZ"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:60:21: warning: static property 'germany' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let germany: AppStoreCountry = "DE"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:60:21: note: add '@MainActor' to make static property 'germany' part of global actor 'MainActor'
public static let germany: AppStoreCountry = "DE"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:60:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let germany: AppStoreCountry = "DE"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:61:21: warning: static property 'denmark' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let denmark: AppStoreCountry = "DK"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:61:21: note: add '@MainActor' to make static property 'denmark' part of global actor 'MainActor'
public static let denmark: AppStoreCountry = "DK"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:61:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let denmark: AppStoreCountry = "DK"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:62:21: warning: static property 'dominica' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let dominica: AppStoreCountry = "DM"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:62:21: note: add '@MainActor' to make static property 'dominica' part of global actor 'MainActor'
public static let dominica: AppStoreCountry = "DM"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:62:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let dominica: AppStoreCountry = "DM"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:63:21: warning: static property 'dominicanRepublic' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let dominicanRepublic: AppStoreCountry = "DO"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:63:21: note: add '@MainActor' to make static property 'dominicanRepublic' part of global actor 'MainActor'
public static let dominicanRepublic: AppStoreCountry = "DO"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:63:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let dominicanRepublic: AppStoreCountry = "DO"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:64:21: warning: static property 'algeria' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let algeria: AppStoreCountry = "DZ"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:64:21: note: add '@MainActor' to make static property 'algeria' part of global actor 'MainActor'
public static let algeria: AppStoreCountry = "DZ"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:64:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let algeria: AppStoreCountry = "DZ"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:65:21: warning: static property 'ecuador' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ecuador: AppStoreCountry = "EC"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:65:21: note: add '@MainActor' to make static property 'ecuador' part of global actor 'MainActor'
public static let ecuador: AppStoreCountry = "EC"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:65:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ecuador: AppStoreCountry = "EC"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:66:21: warning: static property 'estonia' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let estonia: AppStoreCountry = "EE"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:66:21: note: add '@MainActor' to make static property 'estonia' part of global actor 'MainActor'
public static let estonia: AppStoreCountry = "EE"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:66:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let estonia: AppStoreCountry = "EE"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:67:21: warning: static property 'egypt' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let egypt: AppStoreCountry = "EG"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:67:21: note: add '@MainActor' to make static property 'egypt' part of global actor 'MainActor'
public static let egypt: AppStoreCountry = "EG"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:67:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let egypt: AppStoreCountry = "EG"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:68:21: warning: static property 'spain' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let spain: AppStoreCountry = "ES"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:68:21: note: add '@MainActor' to make static property 'spain' part of global actor 'MainActor'
public static let spain: AppStoreCountry = "ES"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:68:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let spain: AppStoreCountry = "ES"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:69:21: warning: static property 'finland' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let finland: AppStoreCountry = "FI"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:69:21: note: add '@MainActor' to make static property 'finland' part of global actor 'MainActor'
public static let finland: AppStoreCountry = "FI"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:69:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let finland: AppStoreCountry = "FI"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:70:21: warning: static property 'fiji' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let fiji: AppStoreCountry = "FJ"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:70:21: note: add '@MainActor' to make static property 'fiji' part of global actor 'MainActor'
public static let fiji: AppStoreCountry = "FJ"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:70:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let fiji: AppStoreCountry = "FJ"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:71:21: warning: static property 'micronesia' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let micronesia: AppStoreCountry = "FM"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:71:21: note: add '@MainActor' to make static property 'micronesia' part of global actor 'MainActor'
public static let micronesia: AppStoreCountry = "FM"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:71:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let micronesia: AppStoreCountry = "FM"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:72:21: warning: static property 'france' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let france: AppStoreCountry = "FR"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:72:21: note: add '@MainActor' to make static property 'france' part of global actor 'MainActor'
public static let france: AppStoreCountry = "FR"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:72:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let france: AppStoreCountry = "FR"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:73:21: warning: static property 'gabon' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let gabon: AppStoreCountry = "GAB"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:73:21: note: add '@MainActor' to make static property 'gabon' part of global actor 'MainActor'
public static let gabon: AppStoreCountry = "GAB"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:73:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let gabon: AppStoreCountry = "GAB"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:74:21: warning: static property 'unitedKingdom' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let unitedKingdom: AppStoreCountry = "GB"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:74:21: note: add '@MainActor' to make static property 'unitedKingdom' part of global actor 'MainActor'
public static let unitedKingdom: AppStoreCountry = "GB"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:74:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let unitedKingdom: AppStoreCountry = "GB"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:75:21: warning: static property 'grenada' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let grenada: AppStoreCountry = "GD"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:75:21: note: add '@MainActor' to make static property 'grenada' part of global actor 'MainActor'
public static let grenada: AppStoreCountry = "GD"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:75:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let grenada: AppStoreCountry = "GD"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:76:21: warning: static property 'georgia' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let georgia: AppStoreCountry = "GEO"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:76:21: note: add '@MainActor' to make static property 'georgia' part of global actor 'MainActor'
public static let georgia: AppStoreCountry = "GEO"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:76:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let georgia: AppStoreCountry = "GEO"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:77:21: warning: static property 'ghana' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ghana: AppStoreCountry = "GH"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:77:21: note: add '@MainActor' to make static property 'ghana' part of global actor 'MainActor'
public static let ghana: AppStoreCountry = "GH"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:77:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ghana: AppStoreCountry = "GH"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:78:21: warning: static property 'gambia' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let gambia: AppStoreCountry = "GM"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:78:21: note: add '@MainActor' to make static property 'gambia' part of global actor 'MainActor'
public static let gambia: AppStoreCountry = "GM"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:78:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let gambia: AppStoreCountry = "GM"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:79:21: warning: static property 'greece' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let greece: AppStoreCountry = "GR"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:79:21: note: add '@MainActor' to make static property 'greece' part of global actor 'MainActor'
public static let greece: AppStoreCountry = "GR"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:79:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let greece: AppStoreCountry = "GR"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:80:21: warning: static property 'guatemala' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let guatemala: AppStoreCountry = "GT"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:80:21: note: add '@MainActor' to make static property 'guatemala' part of global actor 'MainActor'
public static let guatemala: AppStoreCountry = "GT"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:80:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let guatemala: AppStoreCountry = "GT"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:81:21: warning: static property 'guineaBissau' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let guineaBissau: AppStoreCountry = "GW"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:81:21: note: add '@MainActor' to make static property 'guineaBissau' part of global actor 'MainActor'
public static let guineaBissau: AppStoreCountry = "GW"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:81:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let guineaBissau: AppStoreCountry = "GW"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:82:21: warning: static property 'guyana' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let guyana: AppStoreCountry = "GY"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:82:21: note: add '@MainActor' to make static property 'guyana' part of global actor 'MainActor'
public static let guyana: AppStoreCountry = "GY"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:82:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let guyana: AppStoreCountry = "GY"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:83:21: warning: static property 'hongKong' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let hongKong: AppStoreCountry = "HK"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:83:21: note: add '@MainActor' to make static property 'hongKong' part of global actor 'MainActor'
public static let hongKong: AppStoreCountry = "HK"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:83:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let hongKong: AppStoreCountry = "HK"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:84:21: warning: static property 'honduras' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let honduras: AppStoreCountry = "HN"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:84:21: note: add '@MainActor' to make static property 'honduras' part of global actor 'MainActor'
public static let honduras: AppStoreCountry = "HN"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:84:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let honduras: AppStoreCountry = "HN"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:85:21: warning: static property 'croatia' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let croatia: AppStoreCountry = "HR"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:85:21: note: add '@MainActor' to make static property 'croatia' part of global actor 'MainActor'
public static let croatia: AppStoreCountry = "HR"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:85:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let croatia: AppStoreCountry = "HR"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:86:21: warning: static property 'hungary' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let hungary: AppStoreCountry = "HU"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:86:21: note: add '@MainActor' to make static property 'hungary' part of global actor 'MainActor'
public static let hungary: AppStoreCountry = "HU"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:86:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let hungary: AppStoreCountry = "HU"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:87:21: warning: static property 'indonesia' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let indonesia: AppStoreCountry = "ID"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:87:21: note: add '@MainActor' to make static property 'indonesia' part of global actor 'MainActor'
public static let indonesia: AppStoreCountry = "ID"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:87:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let indonesia: AppStoreCountry = "ID"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:88:21: warning: static property 'ireland' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ireland: AppStoreCountry = "IE"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:88:21: note: add '@MainActor' to make static property 'ireland' part of global actor 'MainActor'
public static let ireland: AppStoreCountry = "IE"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:88:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ireland: AppStoreCountry = "IE"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:89:21: warning: static property 'israel' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let israel: AppStoreCountry = "IL"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:89:21: note: add '@MainActor' to make static property 'israel' part of global actor 'MainActor'
public static let israel: AppStoreCountry = "IL"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:89:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let israel: AppStoreCountry = "IL"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:90:21: warning: static property 'india' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let india: AppStoreCountry = "IN"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:90:21: note: add '@MainActor' to make static property 'india' part of global actor 'MainActor'
public static let india: AppStoreCountry = "IN"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:90:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let india: AppStoreCountry = "IN"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:91:21: warning: static property 'iraq' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let iraq: AppStoreCountry = "IRQ"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:91:21: note: add '@MainActor' to make static property 'iraq' part of global actor 'MainActor'
public static let iraq: AppStoreCountry = "IRQ"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:91:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let iraq: AppStoreCountry = "IRQ"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:92:21: warning: static property 'iceland' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let iceland: AppStoreCountry = "IS"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:92:21: note: add '@MainActor' to make static property 'iceland' part of global actor 'MainActor'
public static let iceland: AppStoreCountry = "IS"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:92:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let iceland: AppStoreCountry = "IS"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:93:21: warning: static property 'italy' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let italy: AppStoreCountry = "IT"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:93:21: note: add '@MainActor' to make static property 'italy' part of global actor 'MainActor'
public static let italy: AppStoreCountry = "IT"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:93:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let italy: AppStoreCountry = "IT"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:94:21: warning: static property 'jamaica' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let jamaica: AppStoreCountry = "JM"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:94:21: note: add '@MainActor' to make static property 'jamaica' part of global actor 'MainActor'
public static let jamaica: AppStoreCountry = "JM"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:94:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let jamaica: AppStoreCountry = "JM"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:95:21: warning: static property 'jordan' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let jordan: AppStoreCountry = "JO"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:95:21: note: add '@MainActor' to make static property 'jordan' part of global actor 'MainActor'
public static let jordan: AppStoreCountry = "JO"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:95:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let jordan: AppStoreCountry = "JO"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:96:21: warning: static property 'japan' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let japan: AppStoreCountry = "JP"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:96:21: note: add '@MainActor' to make static property 'japan' part of global actor 'MainActor'
public static let japan: AppStoreCountry = "JP"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:96:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let japan: AppStoreCountry = "JP"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:97:21: warning: static property 'kenya' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let kenya: AppStoreCountry = "KE"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:97:21: note: add '@MainActor' to make static property 'kenya' part of global actor 'MainActor'
public static let kenya: AppStoreCountry = "KE"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:97:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let kenya: AppStoreCountry = "KE"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:98:21: warning: static property 'kyrgyzstan' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let kyrgyzstan: AppStoreCountry = "KG"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:98:21: note: add '@MainActor' to make static property 'kyrgyzstan' part of global actor 'MainActor'
public static let kyrgyzstan: AppStoreCountry = "KG"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:98:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let kyrgyzstan: AppStoreCountry = "KG"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:99:21: warning: static property 'cambodia' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let cambodia: AppStoreCountry = "KH"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:99:21: note: add '@MainActor' to make static property 'cambodia' part of global actor 'MainActor'
public static let cambodia: AppStoreCountry = "KH"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:99:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let cambodia: AppStoreCountry = "KH"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:100:21: warning: static property 'stKittsAndNevis' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let stKittsAndNevis: AppStoreCountry = "KN"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:100:21: note: add '@MainActor' to make static property 'stKittsAndNevis' part of global actor 'MainActor'
public static let stKittsAndNevis: AppStoreCountry = "KN"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:100:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let stKittsAndNevis: AppStoreCountry = "KN"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:101:21: warning: static property 'korea' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let korea: AppStoreCountry = "KR"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:101:21: note: add '@MainActor' to make static property 'korea' part of global actor 'MainActor'
public static let korea: AppStoreCountry = "KR"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:101:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let korea: AppStoreCountry = "KR"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:102:21: warning: static property 'kuwait' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let kuwait: AppStoreCountry = "KW"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:102:21: note: add '@MainActor' to make static property 'kuwait' part of global actor 'MainActor'
public static let kuwait: AppStoreCountry = "KW"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:102:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let kuwait: AppStoreCountry = "KW"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:103:21: warning: static property 'caymanIslands' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let caymanIslands: AppStoreCountry = "KY"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:103:21: note: add '@MainActor' to make static property 'caymanIslands' part of global actor 'MainActor'
public static let caymanIslands: AppStoreCountry = "KY"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:103:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let caymanIslands: AppStoreCountry = "KY"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:104:21: warning: static property 'kazakhstan' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let kazakhstan: AppStoreCountry = "KZ"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:104:21: note: add '@MainActor' to make static property 'kazakhstan' part of global actor 'MainActor'
public static let kazakhstan: AppStoreCountry = "KZ"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:104:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let kazakhstan: AppStoreCountry = "KZ"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:105:21: warning: static property 'laos' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let laos: AppStoreCountry = "LA"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:105:21: note: add '@MainActor' to make static property 'laos' part of global actor 'MainActor'
public static let laos: AppStoreCountry = "LA"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:105:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let laos: AppStoreCountry = "LA"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:106:21: warning: static property 'lebanon' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lebanon: AppStoreCountry = "LB"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:106:21: note: add '@MainActor' to make static property 'lebanon' part of global actor 'MainActor'
public static let lebanon: AppStoreCountry = "LB"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:106:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lebanon: AppStoreCountry = "LB"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:107:21: warning: static property 'libya' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let libya: AppStoreCountry = "LBY"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:107:21: note: add '@MainActor' to make static property 'libya' part of global actor 'MainActor'
public static let libya: AppStoreCountry = "LBY"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:107:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let libya: AppStoreCountry = "LBY"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:108:21: warning: static property 'stLucia' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let stLucia: AppStoreCountry = "LC"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:108:21: note: add '@MainActor' to make static property 'stLucia' part of global actor 'MainActor'
public static let stLucia: AppStoreCountry = "LC"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:108:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let stLucia: AppStoreCountry = "LC"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:109:21: warning: static property 'sriLanka' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sriLanka: AppStoreCountry = "LK"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:109:21: note: add '@MainActor' to make static property 'sriLanka' part of global actor 'MainActor'
public static let sriLanka: AppStoreCountry = "LK"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:109:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sriLanka: AppStoreCountry = "LK"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:110:21: warning: static property 'liberia' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let liberia: AppStoreCountry = "LR"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:110:21: note: add '@MainActor' to make static property 'liberia' part of global actor 'MainActor'
public static let liberia: AppStoreCountry = "LR"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:110:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let liberia: AppStoreCountry = "LR"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:111:21: warning: static property 'lithuania' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lithuania: AppStoreCountry = "LT"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:111:21: note: add '@MainActor' to make static property 'lithuania' part of global actor 'MainActor'
public static let lithuania: AppStoreCountry = "LT"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:111:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lithuania: AppStoreCountry = "LT"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:112:21: warning: static property 'luxembourg' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let luxembourg: AppStoreCountry = "LU"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:112:21: note: add '@MainActor' to make static property 'luxembourg' part of global actor 'MainActor'
public static let luxembourg: AppStoreCountry = "LU"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:112:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let luxembourg: AppStoreCountry = "LU"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:113:21: warning: static property 'latvia' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let latvia: AppStoreCountry = "LV"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:113:21: note: add '@MainActor' to make static property 'latvia' part of global actor 'MainActor'
public static let latvia: AppStoreCountry = "LV"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:113:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let latvia: AppStoreCountry = "LV"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:114:21: warning: static property 'morocco' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let morocco: AppStoreCountry = "MAR"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:114:21: note: add '@MainActor' to make static property 'morocco' part of global actor 'MainActor'
public static let morocco: AppStoreCountry = "MAR"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:114:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let morocco: AppStoreCountry = "MAR"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:115:21: warning: static property 'moldova' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let moldova: AppStoreCountry = "MD"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:115:21: note: add '@MainActor' to make static property 'moldova' part of global actor 'MainActor'
public static let moldova: AppStoreCountry = "MD"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:115:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let moldova: AppStoreCountry = "MD"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:116:21: warning: static property 'maldives' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let maldives: AppStoreCountry = "MDV"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:116:21: note: add '@MainActor' to make static property 'maldives' part of global actor 'MainActor'
public static let maldives: AppStoreCountry = "MDV"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:116:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let maldives: AppStoreCountry = "MDV"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:117:21: warning: static property 'madagascar' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let madagascar: AppStoreCountry = "MG"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:117:21: note: add '@MainActor' to make static property 'madagascar' part of global actor 'MainActor'
public static let madagascar: AppStoreCountry = "MG"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:117:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let madagascar: AppStoreCountry = "MG"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:118:21: warning: static property 'northMacedonia' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let northMacedonia: AppStoreCountry = "MK"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:118:21: note: add '@MainActor' to make static property 'northMacedonia' part of global actor 'MainActor'
public static let northMacedonia: AppStoreCountry = "MK"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:118:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let northMacedonia: AppStoreCountry = "MK"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:119:21: warning: static property 'mali' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let mali: AppStoreCountry = "ML"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:119:21: note: add '@MainActor' to make static property 'mali' part of global actor 'MainActor'
public static let mali: AppStoreCountry = "ML"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:119:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mali: AppStoreCountry = "ML"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:120:21: warning: static property 'myanmar' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let myanmar: AppStoreCountry = "MMR"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:120:21: note: add '@MainActor' to make static property 'myanmar' part of global actor 'MainActor'
public static let myanmar: AppStoreCountry = "MMR"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:120:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let myanmar: AppStoreCountry = "MMR"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:121:21: warning: static property 'mongolia' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let mongolia: AppStoreCountry = "MN"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:121:21: note: add '@MainActor' to make static property 'mongolia' part of global actor 'MainActor'
public static let mongolia: AppStoreCountry = "MN"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:121:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mongolia: AppStoreCountry = "MN"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:122:21: warning: static property 'montenegro' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let montenegro: AppStoreCountry = "MNE"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:122:21: note: add '@MainActor' to make static property 'montenegro' part of global actor 'MainActor'
public static let montenegro: AppStoreCountry = "MNE"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:122:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let montenegro: AppStoreCountry = "MNE"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:123:21: warning: static property 'macau' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let macau: AppStoreCountry = "MO"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:123:21: note: add '@MainActor' to make static property 'macau' part of global actor 'MainActor'
public static let macau: AppStoreCountry = "MO"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:123:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let macau: AppStoreCountry = "MO"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:124:21: warning: static property 'mauritania' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let mauritania: AppStoreCountry = "MR"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:124:21: note: add '@MainActor' to make static property 'mauritania' part of global actor 'MainActor'
public static let mauritania: AppStoreCountry = "MR"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:124:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mauritania: AppStoreCountry = "MR"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:125:21: warning: static property 'montserrat' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let montserrat: AppStoreCountry = "MS"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:125:21: note: add '@MainActor' to make static property 'montserrat' part of global actor 'MainActor'
public static let montserrat: AppStoreCountry = "MS"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:125:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let montserrat: AppStoreCountry = "MS"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:126:21: warning: static property 'malta' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let malta: AppStoreCountry = "MT"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:126:21: note: add '@MainActor' to make static property 'malta' part of global actor 'MainActor'
public static let malta: AppStoreCountry = "MT"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:126:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let malta: AppStoreCountry = "MT"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:127:21: warning: static property 'mauritius' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let mauritius: AppStoreCountry = "MU"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:127:21: note: add '@MainActor' to make static property 'mauritius' part of global actor 'MainActor'
public static let mauritius: AppStoreCountry = "MU"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:127:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mauritius: AppStoreCountry = "MU"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:128:21: warning: static property 'malawi' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let malawi: AppStoreCountry = "MW"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:128:21: note: add '@MainActor' to make static property 'malawi' part of global actor 'MainActor'
public static let malawi: AppStoreCountry = "MW"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:128:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let malawi: AppStoreCountry = "MW"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:129:21: warning: static property 'mexico' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let mexico: AppStoreCountry = "MX"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:129:21: note: add '@MainActor' to make static property 'mexico' part of global actor 'MainActor'
public static let mexico: AppStoreCountry = "MX"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:129:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mexico: AppStoreCountry = "MX"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:130:21: warning: static property 'malaysia' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let malaysia: AppStoreCountry = "MY"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:130:21: note: add '@MainActor' to make static property 'malaysia' part of global actor 'MainActor'
public static let malaysia: AppStoreCountry = "MY"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:130:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let malaysia: AppStoreCountry = "MY"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:131:21: warning: static property 'mozambique' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let mozambique: AppStoreCountry = "MZ"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:131:21: note: add '@MainActor' to make static property 'mozambique' part of global actor 'MainActor'
public static let mozambique: AppStoreCountry = "MZ"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:131:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mozambique: AppStoreCountry = "MZ"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:132:21: warning: static property 'namibia' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let namibia: AppStoreCountry = "NA"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:132:21: note: add '@MainActor' to make static property 'namibia' part of global actor 'MainActor'
public static let namibia: AppStoreCountry = "NA"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:132:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let namibia: AppStoreCountry = "NA"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:133:21: warning: static property 'niger' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let niger: AppStoreCountry = "NE"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:133:21: note: add '@MainActor' to make static property 'niger' part of global actor 'MainActor'
public static let niger: AppStoreCountry = "NE"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:133:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let niger: AppStoreCountry = "NE"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:134:21: warning: static property 'nigeria' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let nigeria: AppStoreCountry = "NG"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:134:21: note: add '@MainActor' to make static property 'nigeria' part of global actor 'MainActor'
public static let nigeria: AppStoreCountry = "NG"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:134:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let nigeria: AppStoreCountry = "NG"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:135:21: warning: static property 'nicaragua' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let nicaragua: AppStoreCountry = "NI"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:135:21: note: add '@MainActor' to make static property 'nicaragua' part of global actor 'MainActor'
public static let nicaragua: AppStoreCountry = "NI"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:135:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let nicaragua: AppStoreCountry = "NI"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:136:21: warning: static property 'netherlands' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let netherlands: AppStoreCountry = "NL"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:136:21: note: add '@MainActor' to make static property 'netherlands' part of global actor 'MainActor'
public static let netherlands: AppStoreCountry = "NL"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:136:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let netherlands: AppStoreCountry = "NL"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:137:21: warning: static property 'norway' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let norway: AppStoreCountry = "NO"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:137:21: note: add '@MainActor' to make static property 'norway' part of global actor 'MainActor'
public static let norway: AppStoreCountry = "NO"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:137:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let norway: AppStoreCountry = "NO"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:138:21: warning: static property 'nepal' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let nepal: AppStoreCountry = "NP"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:138:21: note: add '@MainActor' to make static property 'nepal' part of global actor 'MainActor'
public static let nepal: AppStoreCountry = "NP"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:138:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let nepal: AppStoreCountry = "NP"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:139:21: warning: static property 'nauru' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let nauru: AppStoreCountry = "NRU"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:139:21: note: add '@MainActor' to make static property 'nauru' part of global actor 'MainActor'
public static let nauru: AppStoreCountry = "NRU"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:139:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let nauru: AppStoreCountry = "NRU"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:140:21: warning: static property 'newZealand' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let newZealand: AppStoreCountry = "NZ"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:140:21: note: add '@MainActor' to make static property 'newZealand' part of global actor 'MainActor'
public static let newZealand: AppStoreCountry = "NZ"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:140:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let newZealand: AppStoreCountry = "NZ"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:141:21: warning: static property 'oman' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let oman: AppStoreCountry = "OM"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:141:21: note: add '@MainActor' to make static property 'oman' part of global actor 'MainActor'
public static let oman: AppStoreCountry = "OM"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:141:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let oman: AppStoreCountry = "OM"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:142:21: warning: static property 'panama' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let panama: AppStoreCountry = "PA"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:142:21: note: add '@MainActor' to make static property 'panama' part of global actor 'MainActor'
public static let panama: AppStoreCountry = "PA"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:142:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let panama: AppStoreCountry = "PA"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:143:21: warning: static property 'peru' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let peru: AppStoreCountry = "PE"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:143:21: note: add '@MainActor' to make static property 'peru' part of global actor 'MainActor'
public static let peru: AppStoreCountry = "PE"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:143:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let peru: AppStoreCountry = "PE"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:144:21: warning: static property 'papuaNewGuinea' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let papuaNewGuinea: AppStoreCountry = "PG"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:144:21: note: add '@MainActor' to make static property 'papuaNewGuinea' part of global actor 'MainActor'
public static let papuaNewGuinea: AppStoreCountry = "PG"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:144:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let papuaNewGuinea: AppStoreCountry = "PG"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:145:21: warning: static property 'philippines' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let philippines: AppStoreCountry = "PH"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:145:21: note: add '@MainActor' to make static property 'philippines' part of global actor 'MainActor'
public static let philippines: AppStoreCountry = "PH"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:145:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let philippines: AppStoreCountry = "PH"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:146:21: warning: static property 'pakistan' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let pakistan: AppStoreCountry = "PK"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:146:21: note: add '@MainActor' to make static property 'pakistan' part of global actor 'MainActor'
public static let pakistan: AppStoreCountry = "PK"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:146:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let pakistan: AppStoreCountry = "PK"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:147:21: warning: static property 'poland' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let poland: AppStoreCountry = "PL"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:147:21: note: add '@MainActor' to make static property 'poland' part of global actor 'MainActor'
public static let poland: AppStoreCountry = "PL"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:147:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let poland: AppStoreCountry = "PL"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:148:21: warning: static property 'portugal' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let portugal: AppStoreCountry = "PT"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:148:21: note: add '@MainActor' to make static property 'portugal' part of global actor 'MainActor'
public static let portugal: AppStoreCountry = "PT"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:148:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let portugal: AppStoreCountry = "PT"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:149:21: warning: static property 'palau' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let palau: AppStoreCountry = "PW"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:149:21: note: add '@MainActor' to make static property 'palau' part of global actor 'MainActor'
public static let palau: AppStoreCountry = "PW"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:149:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let palau: AppStoreCountry = "PW"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:150:21: warning: static property 'paraguay' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let paraguay: AppStoreCountry = "PY"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:150:21: note: add '@MainActor' to make static property 'paraguay' part of global actor 'MainActor'
public static let paraguay: AppStoreCountry = "PY"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:150:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let paraguay: AppStoreCountry = "PY"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:151:21: warning: static property 'qatar' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let qatar: AppStoreCountry = "QA"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:151:21: note: add '@MainActor' to make static property 'qatar' part of global actor 'MainActor'
public static let qatar: AppStoreCountry = "QA"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:151:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let qatar: AppStoreCountry = "QA"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:152:21: warning: static property 'romania' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let romania: AppStoreCountry = "RO"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:152:21: note: add '@MainActor' to make static property 'romania' part of global actor 'MainActor'
public static let romania: AppStoreCountry = "RO"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:152:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let romania: AppStoreCountry = "RO"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:153:21: warning: static property 'russia' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let russia: AppStoreCountry = "RU"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:153:21: note: add '@MainActor' to make static property 'russia' part of global actor 'MainActor'
public static let russia: AppStoreCountry = "RU"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:153:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let russia: AppStoreCountry = "RU"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:154:21: warning: static property 'rwanda' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let rwanda: AppStoreCountry = "RWA"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:154:21: note: add '@MainActor' to make static property 'rwanda' part of global actor 'MainActor'
public static let rwanda: AppStoreCountry = "RWA"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:154:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let rwanda: AppStoreCountry = "RWA"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:155:21: warning: static property 'saudiArabia' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let saudiArabia: AppStoreCountry = "SA"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:155:21: note: add '@MainActor' to make static property 'saudiArabia' part of global actor 'MainActor'
public static let saudiArabia: AppStoreCountry = "SA"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:155:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let saudiArabia: AppStoreCountry = "SA"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:156:21: warning: static property 'solomonIslands' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let solomonIslands: AppStoreCountry = "SB"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:156:21: note: add '@MainActor' to make static property 'solomonIslands' part of global actor 'MainActor'
public static let solomonIslands: AppStoreCountry = "SB"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:156:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let solomonIslands: AppStoreCountry = "SB"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:157:21: warning: static property 'seychelles' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let seychelles: AppStoreCountry = "SC"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:157:21: note: add '@MainActor' to make static property 'seychelles' part of global actor 'MainActor'
public static let seychelles: AppStoreCountry = "SC"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:157:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let seychelles: AppStoreCountry = "SC"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:158:21: warning: static property 'sweden' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sweden: AppStoreCountry = "SE"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:158:21: note: add '@MainActor' to make static property 'sweden' part of global actor 'MainActor'
public static let sweden: AppStoreCountry = "SE"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:158:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sweden: AppStoreCountry = "SE"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:159:21: warning: static property 'singapore' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let singapore: AppStoreCountry = "SG"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:159:21: note: add '@MainActor' to make static property 'singapore' part of global actor 'MainActor'
public static let singapore: AppStoreCountry = "SG"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:159:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let singapore: AppStoreCountry = "SG"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:160:21: warning: static property 'slovenia' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let slovenia: AppStoreCountry = "SI"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:160:21: note: add '@MainActor' to make static property 'slovenia' part of global actor 'MainActor'
public static let slovenia: AppStoreCountry = "SI"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:160:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let slovenia: AppStoreCountry = "SI"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:161:21: warning: static property 'slovakia' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let slovakia: AppStoreCountry = "SK"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:161:21: note: add '@MainActor' to make static property 'slovakia' part of global actor 'MainActor'
public static let slovakia: AppStoreCountry = "SK"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:161:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let slovakia: AppStoreCountry = "SK"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:162:21: warning: static property 'sierraLeone' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sierraLeone: AppStoreCountry = "SL"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:162:21: note: add '@MainActor' to make static property 'sierraLeone' part of global actor 'MainActor'
public static let sierraLeone: AppStoreCountry = "SL"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:162:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sierraLeone: AppStoreCountry = "SL"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:163:21: warning: static property 'senegal' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let senegal: AppStoreCountry = "SN"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:163:21: note: add '@MainActor' to make static property 'senegal' part of global actor 'MainActor'
public static let senegal: AppStoreCountry = "SN"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:163:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let senegal: AppStoreCountry = "SN"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:164:21: warning: static property 'suriname' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let suriname: AppStoreCountry = "SR"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:164:21: note: add '@MainActor' to make static property 'suriname' part of global actor 'MainActor'
public static let suriname: AppStoreCountry = "SR"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:164:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let suriname: AppStoreCountry = "SR"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:165:21: warning: static property 'serbia' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let serbia: AppStoreCountry = "SRB"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:165:21: note: add '@MainActor' to make static property 'serbia' part of global actor 'MainActor'
public static let serbia: AppStoreCountry = "SRB"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:165:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let serbia: AppStoreCountry = "SRB"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:166:21: warning: static property 'saoTomeAndPrincipe' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let saoTomeAndPrincipe: AppStoreCountry = "ST"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:166:21: note: add '@MainActor' to make static property 'saoTomeAndPrincipe' part of global actor 'MainActor'
public static let saoTomeAndPrincipe: AppStoreCountry = "ST"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:166:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let saoTomeAndPrincipe: AppStoreCountry = "ST"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:167:21: warning: static property 'elSalvador' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let elSalvador: AppStoreCountry = "SV"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:167:21: note: add '@MainActor' to make static property 'elSalvador' part of global actor 'MainActor'
public static let elSalvador: AppStoreCountry = "SV"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:167:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let elSalvador: AppStoreCountry = "SV"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:168:21: warning: static property 'swaziland' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let swaziland: AppStoreCountry = "SZ"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:168:21: note: add '@MainActor' to make static property 'swaziland' part of global actor 'MainActor'
public static let swaziland: AppStoreCountry = "SZ"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:168:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let swaziland: AppStoreCountry = "SZ"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:169:21: warning: static property 'turksAndCaicosIslands' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let turksAndCaicosIslands: AppStoreCountry = "TC"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:169:21: note: add '@MainActor' to make static property 'turksAndCaicosIslands' part of global actor 'MainActor'
public static let turksAndCaicosIslands: AppStoreCountry = "TC"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:169:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let turksAndCaicosIslands: AppStoreCountry = "TC"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:170:21: warning: static property 'chad' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let chad: AppStoreCountry = "TD"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:170:21: note: add '@MainActor' to make static property 'chad' part of global actor 'MainActor'
public static let chad: AppStoreCountry = "TD"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:170:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let chad: AppStoreCountry = "TD"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:171:21: warning: static property 'thailand' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let thailand: AppStoreCountry = "TH"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:171:21: note: add '@MainActor' to make static property 'thailand' part of global actor 'MainActor'
public static let thailand: AppStoreCountry = "TH"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:171:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let thailand: AppStoreCountry = "TH"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:172:21: warning: static property 'tajikistan' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let tajikistan: AppStoreCountry = "TJ"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:172:21: note: add '@MainActor' to make static property 'tajikistan' part of global actor 'MainActor'
public static let tajikistan: AppStoreCountry = "TJ"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:172:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let tajikistan: AppStoreCountry = "TJ"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:173:21: warning: static property 'turkmenistan' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let turkmenistan: AppStoreCountry = "TM"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:173:21: note: add '@MainActor' to make static property 'turkmenistan' part of global actor 'MainActor'
public static let turkmenistan: AppStoreCountry = "TM"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:173:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let turkmenistan: AppStoreCountry = "TM"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:174:21: warning: static property 'tunisia' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let tunisia: AppStoreCountry = "TN"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:174:21: note: add '@MainActor' to make static property 'tunisia' part of global actor 'MainActor'
public static let tunisia: AppStoreCountry = "TN"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:174:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let tunisia: AppStoreCountry = "TN"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:175:21: warning: static property 'tonga' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let tonga: AppStoreCountry = "TON"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:175:21: note: add '@MainActor' to make static property 'tonga' part of global actor 'MainActor'
public static let tonga: AppStoreCountry = "TON"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:175:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let tonga: AppStoreCountry = "TON"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:176:21: warning: static property 'turkey' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let turkey: AppStoreCountry = "TR"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:176:21: note: add '@MainActor' to make static property 'turkey' part of global actor 'MainActor'
public static let turkey: AppStoreCountry = "TR"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:176:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let turkey: AppStoreCountry = "TR"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:177:21: warning: static property 'trinidadAndTobago' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let trinidadAndTobago: AppStoreCountry = "TT"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:177:21: note: add '@MainActor' to make static property 'trinidadAndTobago' part of global actor 'MainActor'
public static let trinidadAndTobago: AppStoreCountry = "TT"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:177:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let trinidadAndTobago: AppStoreCountry = "TT"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:178:21: warning: static property 'taiwan' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let taiwan: AppStoreCountry = "TW"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:178:21: note: add '@MainActor' to make static property 'taiwan' part of global actor 'MainActor'
public static let taiwan: AppStoreCountry = "TW"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:178:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let taiwan: AppStoreCountry = "TW"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:179:21: warning: static property 'tanzania' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let tanzania: AppStoreCountry = "TZ"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:179:21: note: add '@MainActor' to make static property 'tanzania' part of global actor 'MainActor'
public static let tanzania: AppStoreCountry = "TZ"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:179:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let tanzania: AppStoreCountry = "TZ"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:180:21: warning: static property 'ukraine' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ukraine: AppStoreCountry = "UA"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:180:21: note: add '@MainActor' to make static property 'ukraine' part of global actor 'MainActor'
public static let ukraine: AppStoreCountry = "UA"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:180:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ukraine: AppStoreCountry = "UA"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:181:21: warning: static property 'uganda' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let uganda: AppStoreCountry = "UG"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:181:21: note: add '@MainActor' to make static property 'uganda' part of global actor 'MainActor'
public static let uganda: AppStoreCountry = "UG"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:181:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let uganda: AppStoreCountry = "UG"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:182:21: warning: static property 'unitedStates' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let unitedStates: AppStoreCountry = "US"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:182:21: note: add '@MainActor' to make static property 'unitedStates' part of global actor 'MainActor'
public static let unitedStates: AppStoreCountry = "US"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:182:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let unitedStates: AppStoreCountry = "US"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:183:21: warning: static property 'uruguay' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let uruguay: AppStoreCountry = "UY"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:183:21: note: add '@MainActor' to make static property 'uruguay' part of global actor 'MainActor'
public static let uruguay: AppStoreCountry = "UY"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:183:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let uruguay: AppStoreCountry = "UY"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:184:21: warning: static property 'uzbekistan' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let uzbekistan: AppStoreCountry = "UZ"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:184:21: note: add '@MainActor' to make static property 'uzbekistan' part of global actor 'MainActor'
public static let uzbekistan: AppStoreCountry = "UZ"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:184:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let uzbekistan: AppStoreCountry = "UZ"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:185:21: warning: static property 'stVincentAndTheGrenadines' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let stVincentAndTheGrenadines: AppStoreCountry = "VC"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:185:21: note: add '@MainActor' to make static property 'stVincentAndTheGrenadines' part of global actor 'MainActor'
public static let stVincentAndTheGrenadines: AppStoreCountry = "VC"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:185:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let stVincentAndTheGrenadines: AppStoreCountry = "VC"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:186:21: warning: static property 'venezuela' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let venezuela: AppStoreCountry = "VE"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:186:21: note: add '@MainActor' to make static property 'venezuela' part of global actor 'MainActor'
public static let venezuela: AppStoreCountry = "VE"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:186:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let venezuela: AppStoreCountry = "VE"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:187:21: warning: static property 'britishVirginIslands' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let britishVirginIslands: AppStoreCountry = "VG"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:187:21: note: add '@MainActor' to make static property 'britishVirginIslands' part of global actor 'MainActor'
public static let britishVirginIslands: AppStoreCountry = "VG"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:187:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let britishVirginIslands: AppStoreCountry = "VG"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:188:21: warning: static property 'vietnam' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let vietnam: AppStoreCountry = "VN"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:188:21: note: add '@MainActor' to make static property 'vietnam' part of global actor 'MainActor'
public static let vietnam: AppStoreCountry = "VN"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:188:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let vietnam: AppStoreCountry = "VN"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:189:21: warning: static property 'vanuatu' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let vanuatu: AppStoreCountry = "VUT"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:189:21: note: add '@MainActor' to make static property 'vanuatu' part of global actor 'MainActor'
public static let vanuatu: AppStoreCountry = "VUT"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:189:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let vanuatu: AppStoreCountry = "VUT"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:190:21: warning: static property 'kosovo' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let kosovo: AppStoreCountry = "XKS"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:190:21: note: add '@MainActor' to make static property 'kosovo' part of global actor 'MainActor'
public static let kosovo: AppStoreCountry = "XKS"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:190:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let kosovo: AppStoreCountry = "XKS"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:191:21: warning: static property 'yemen' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let yemen: AppStoreCountry = "YE"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:191:21: note: add '@MainActor' to make static property 'yemen' part of global actor 'MainActor'
public static let yemen: AppStoreCountry = "YE"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:191:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let yemen: AppStoreCountry = "YE"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:192:21: warning: static property 'southAfrica' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let southAfrica: AppStoreCountry = "ZA"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:192:21: note: add '@MainActor' to make static property 'southAfrica' part of global actor 'MainActor'
public static let southAfrica: AppStoreCountry = "ZA"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:192:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let southAfrica: AppStoreCountry = "ZA"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:193:21: warning: static property 'zambia' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let zambia: AppStoreCountry = "ZMB"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:193:21: note: add '@MainActor' to make static property 'zambia' part of global actor 'MainActor'
public static let zambia: AppStoreCountry = "ZMB"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:193:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let zambia: AppStoreCountry = "ZMB"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:194:21: warning: static property 'zimbabwe' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let zimbabwe: AppStoreCountry = "ZW"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:194:21: note: add '@MainActor' to make static property 'zimbabwe' part of global actor 'MainActor'
public static let zimbabwe: AppStoreCountry = "ZW"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:194:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let zimbabwe: AppStoreCountry = "ZW"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Siren.swift:17:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Siren' may have shared mutable state; this is an error in the Swift 6 language mode
public static let shared = Siren()
^
/Users/admin/builder/spi-builder-workspace/Sources/Siren.swift:12:20: note: class 'Siren' does not conform to the 'Sendable' protocol
public final class Siren: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/Siren.swift:17:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
public static let shared = Siren()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Siren.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let shared = Siren()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/View Controllers/SirenViewController.swift:15:25: error: cannot find type 'UIWindow' in scope
var retainedWindow: UIWindow?
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/View Controllers/SirenViewController.swift:12:34: error: cannot find type 'UIViewController' in scope
final class SirenViewController: UIViewController {
^~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ KnownError.swift,\ SirenViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/Utilities/KnownError.swift /Users/admin/builder/spi-builder-workspace/Sources/View\ Controllers/SirenViewController.swift (in target 'Siren' from project 'Siren')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Utilities/KnownError.swift (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/View\ Controllers/SirenViewController.swift (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Siren (in target 'Siren' from project 'Siren')
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ Siren (in target 'Siren' from project 'Siren')
EmitSwiftModule normal arm64 (in target 'Siren' from project 'Siren')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Siren (in target 'Siren' from project 'Siren')
Building workspace spi-builder-workspace with scheme Siren
(4 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
Siren: /Users/admin/builder/spi-builder-workspace
resolved source packages: Siren
{
"dependencies" : [
],
"manifest_display_name" : "Siren",
"name" : "Siren",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Siren",
"targets" : [
"Siren"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "Siren",
"module_type" : "SwiftTarget",
"name" : "Siren",
"path" : "Sources",
"product_memberships" : [
"Siren"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Siren.bundle",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Extensions/BundleExtension.swift",
"Extensions/DateExtension.swift",
"Extensions/UIAlertControllerExtension.swift",
"Extensions/UserDefaultsExtension.swift",
"Managers/APIManager.swift",
"Managers/PresentationManager.swift",
"Managers/RulesManager.swift",
"Models/APIModel.swift",
"Models/AlertAction.swift",
"Models/AlertConstants.swift",
"Models/AppStoreCountry.swift",
"Models/Localization.swift",
"Models/Model.swift",
"Models/PerformCheck.swift",
"Models/Rules.swift",
"Models/UpdateResults.swift",
"Siren.swift",
"Utilities/DataParser.swift",
"Utilities/KnownError.swift",
"View Controllers/SirenViewController.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Siren"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Siren -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Siren -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
Siren: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
Target 'Siren' in project 'Siren'
➜ Explicit dependency on target 'Siren' in project 'Siren'
➜ Explicit dependency on target 'Siren_Siren' in project 'Siren'
Target 'Siren' in project 'Siren'
➜ Explicit dependency on target 'Siren_Siren' in project 'Siren'
Target 'Siren_Siren' in project 'Siren' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 155492158eb8067adee592d0305f41a7
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/155492158eb8067adee592d0305f41a7.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Siren_Siren.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren_Siren.build/empty-Siren_Siren.plist (in target 'Siren_Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren_Siren.build/empty-Siren_Siren.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Siren_Siren.bundle/Info.plist
SwiftDriver Siren normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Siren -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/Siren.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/Siren-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/Siren.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/Siren_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/Siren-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Siren normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Siren -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/arm64_32/Siren.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/arm64_32/Siren-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/arm64_32/Siren.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/arm64_32/Siren_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/arm64_32/Siren-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Siren normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Siren -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/arm64/Siren.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/arm64/Siren-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/arm64/Siren.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/arm64/Siren_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/arm64/Siren-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Siren (in target 'Siren' from project 'Siren')
EmitSwiftModule normal arm64_32 (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ APIManager.swift,\ PresentationManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Managers/APIManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift (in target 'Siren' from project 'Siren')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Managers/APIManager.swift (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ Model.swift,\ PerformCheck.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/Model.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/PerformCheck.swift (in target 'Siren' from project 'Siren')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Models/Model.swift (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Models/PerformCheck.swift (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ resource_bundle_accessor.swift,\ BundleExtension.swift,\ DateExtension.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/BundleExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/DateExtension.swift (in target 'Siren' from project 'Siren')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/DerivedSources/resource_bundle_accessor.swift (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/BundleExtension.swift (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/DateExtension.swift (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ AppStoreCountry.swift,\ Localization.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/Localization.swift (in target 'Siren' from project 'Siren')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Models/Localization.swift (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ UIAlertControllerExtension.swift,\ UserDefaultsExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIAlertControllerExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UserDefaultsExtension.swift (in target 'Siren' from project 'Siren')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIAlertControllerExtension.swift (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UserDefaultsExtension.swift (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ RulesManager.swift,\ APIModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Managers/RulesManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/APIModel.swift (in target 'Siren' from project 'Siren')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Managers/RulesManager.swift (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Models/APIModel.swift (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ Rules.swift,\ UpdateResults.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/Rules.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/UpdateResults.swift (in target 'Siren' from project 'Siren')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Models/Rules.swift (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Models/UpdateResults.swift (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Siren (in target 'Siren' from project 'Siren')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/BundleExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/DateExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIAlertControllerExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UserDefaultsExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/Managers/APIManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Managers/RulesManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/APIModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/AlertAction.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/AlertConstants.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/Localization.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/Model.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/PerformCheck.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/Rules.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/UpdateResults.swift /Users/admin/builder/spi-builder-workspace/Sources/Siren.swift /Users/admin/builder/spi-builder-workspace/Sources/Utilities/DataParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Utilities/KnownError.swift /Users/admin/builder/spi-builder-workspace/Sources/View\ Controllers/SirenViewController.swift -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/arm64/Siren_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Siren -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/arm64/Siren.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/arm64/Siren.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/arm64/Siren-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/arm64/Siren-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/arm64/Siren-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/arm64/Siren.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/arm64/Siren.abi.json
EmitSwiftModule normal arm64 (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIAlertControllerExtension.swift:12:11: error: cannot find type 'UIAlertController' in scope
extension UIAlertController {
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:228:36: error: cannot find type 'UIWindow' in scope
private func createWindow() -> UIWindow? {
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:38:26: error: cannot find type 'UIAlertController' in scope
var alertController: UIAlertController?
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:162:71: error: cannot find type 'UIAlertAction' in scope
func updateAlertAction(completion handler: CompletionHandler?) -> UIAlertAction {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:184:73: error: cannot find type 'UIAlertAction' in scope
func nextTimeAlertAction(completion handler: CompletionHandler?) -> UIAlertAction {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:207:127: error: cannot find type 'UIAlertAction' in scope
func skipAlertAction(forCurrentAppStoreVersion currentAppStoreVersion: String, completion handler: CompletionHandler?) -> UIAlertAction {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:242:47: error: cannot find type 'UIWindowScene' in scope
private func getFirstForegroundScene() -> UIWindowScene? {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/View Controllers/SirenViewController.swift:12:34: error: cannot find type 'UIViewController' in scope
final class SirenViewController: UIViewController {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/View Controllers/SirenViewController.swift:15:25: error: cannot find type 'UIWindow' in scope
var retainedWindow: UIWindow?
^~~~~~~~
SwiftEmitModule normal armv7k Emitting\ module\ for\ Siren (in target 'Siren' from project 'Siren')
EmitSwiftModule normal armv7k (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ APIManager.swift,\ PresentationManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Managers/APIManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift (in target 'Siren' from project 'Siren')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ Siren (in target 'Siren' from project 'Siren')
EmitSwiftModule normal arm64 (in target 'Siren' from project 'Siren')
SwiftCompile normal arm64 Compiling\ APIManager.swift,\ PresentationManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Managers/APIManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift (in target 'Siren' from project 'Siren')
Building workspace spi-builder-workspace with scheme Siren
(4 failures)
BUILD FAILURE 6.1 watchOS