The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Siren, reference 6.1.3 (6139af), with Swift 6.0 for watchOS using Xcode 16.0 on 4 Nov 2024 23:21:58 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Siren -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

  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: annotate 'czechRepublic' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'germany' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'denmark' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'dominica' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'dominicanRepublic' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'algeria' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'ecuador' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'estonia' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'egypt' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'spain' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'finland' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'fiji' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'micronesia' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'france' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'gabon' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'unitedKingdom' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'grenada' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'georgia' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'ghana' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'gambia' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'greece' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'guatemala' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'guineaBissau' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'guyana' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'hongKong' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'honduras' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'croatia' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'hungary' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'indonesia' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'ireland' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'israel' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'india' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'iraq' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'iceland' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'italy' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'jamaica' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'jordan' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'japan' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'kenya' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'kyrgyzstan' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'cambodia' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'stKittsAndNevis' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'korea' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'kuwait' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'caymanIslands' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'kazakhstan' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'laos' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'lebanon' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'libya' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'stLucia' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'sriLanka' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'liberia' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'lithuania' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'luxembourg' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'latvia' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'morocco' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'moldova' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'maldives' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'madagascar' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'northMacedonia' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'mali' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'myanmar' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'mongolia' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'montenegro' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'macau' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'mauritania' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'montserrat' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'malta' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'mauritius' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'malawi' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'mexico' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'malaysia' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'mozambique' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'namibia' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'niger' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'nigeria' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'nicaragua' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'netherlands' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'norway' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'nepal' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'nauru' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'newZealand' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'oman' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'panama' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'peru' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'papuaNewGuinea' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'philippines' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'pakistan' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'poland' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'portugal' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'palau' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'paraguay' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'qatar' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'romania' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'russia' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'rwanda' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'saudiArabia' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'solomonIslands' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'seychelles' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'sweden' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'singapore' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'slovenia' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'slovakia' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'sierraLeone' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'senegal' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'suriname' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'serbia' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'saoTomeAndPrincipe' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'elSalvador' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'swaziland' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'turksAndCaicosIslands' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'chad' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'thailand' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'tajikistan' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'turkmenistan' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'tunisia' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'tonga' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'turkey' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'trinidadAndTobago' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'taiwan' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'tanzania' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'ukraine' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'uganda' with '@MainActor' if property should only be accessed from the main actor
  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: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: annotate 'uruguay' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'uzbekistan' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'stVincentAndTheGrenadines' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'venezuela' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'britishVirginIslands' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'vietnam' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'vanuatu' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'kosovo' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'yemen' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'southAfrica' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'zambia' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'zimbabwe' with '@MainActor' if property should only be accessed from the main actor
  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: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
    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 {
                                 ^~~~~~~~~~~~~~~~
SwiftEmitModule normal armv7k Emitting\ module\ for\ Siren (in target 'Siren' from project 'Siren')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.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 armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -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/armv7k/Siren_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.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/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 -module-name Siren -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/armv7k/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/armv7k/Siren.swiftsourceinfo -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 -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/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/armv7k/Siren-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/Siren.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/Siren.abi.json
EmitSwiftModule normal armv7k (in target 'Siren' from project 'Siren')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-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 armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -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/armv7k/Siren_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.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/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 -module-name Siren -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/armv7k/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/armv7k/Siren.swiftsourceinfo -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 -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/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/armv7k/Siren-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/Siren.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/Siren.abi.json
SwiftCompile normal armv7k Compiling\ AlertAction.swift,\ AlertConstants.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/AlertAction.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/AlertConstants.swift (in target 'Siren' from project 'Siren')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Models/AlertAction.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertAction.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertAction.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertAction.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertAction.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertConstants.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertConstants.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertConstants.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertConstants.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -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/armv7k/Siren_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.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/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 -module-name Siren -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertAction.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertConstants.o -index-unit-output-path /Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertAction.o -index-unit-output-path /Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertConstants.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Models/AlertAction.swift (in target 'Siren' from project 'Siren')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Models/AlertAction.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertAction.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertAction.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertAction.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertAction.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertConstants.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertConstants.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertConstants.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertConstants.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -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/armv7k/Siren_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.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/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 -module-name Siren -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertAction.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertConstants.o -index-unit-output-path /Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertAction.o -index-unit-output-path /Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertConstants.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Models/AlertConstants.swift (in target 'Siren' from project 'Siren')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Models/AlertAction.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertAction.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertAction.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertAction.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertAction.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertConstants.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertConstants.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertConstants.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertConstants.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -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/armv7k/Siren_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.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/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 -module-name Siren -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertAction.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertConstants.o -index-unit-output-path /Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertAction.o -index-unit-output-path /Siren.build/Debug-watchos/Siren.build/Objects-normal/armv7k/AlertConstants.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Siren (in target 'Siren' from project 'Siren')
	EmitSwiftModule normal arm64_32 (in target 'Siren' from project 'Siren')
	EmitSwiftModule normal arm64 (in target 'Siren' from project 'Siren')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ Siren (in target 'Siren' from project 'Siren')
	Building workspace spi-builder-workspace with scheme Siren
(5 failures)
BUILD FAILURE 6.0 watchOS