Build Information
Successful build of Siren, reference 6.1.3 (6139af
), with Swift 6.0 for iOS using Xcode 16.0 on 4 Nov 2024 23:22:30 UTC.
Swift 6 data race errors: 179
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=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
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:182:21: warning: static property 'unitedStates' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let unitedStates: AppStoreCountry = "US"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:182:21: note: annotate 'unitedStates' with '@MainActor' if property should only be accessed from the main actor
public static let unitedStates: AppStoreCountry = "US"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:182:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let unitedStates: AppStoreCountry = "US"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:183:21: warning: static property 'uruguay' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let uruguay: AppStoreCountry = "UY"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:183:21: note: 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)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Models/Localization.swift (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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-iphoneos/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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift -primary-file /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-iphoneos/Siren.build/Objects-normal/arm64/AppStoreCountry.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/AppStoreCountry.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/AppStoreCountry.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/AppStoreCountry.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Localization.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Localization.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Localization.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Localization.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/Siren.build/Objects-normal/arm64/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Siren -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/Siren.build/Objects-normal/arm64/AppStoreCountry.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Localization.o -index-unit-output-path /Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/AppStoreCountry.o -index-unit-output-path /Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Localization.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ RulesManager.swift,\ APIModel.swift /Users/admin/builder/spi-builder-workspace/Sources/Managers/RulesManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/APIModel.swift (in target 'Siren' from project 'Siren')
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-iphoneos/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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Managers/RulesManager.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/RulesManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/RulesManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/RulesManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/RulesManager.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIModel.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIModel.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIModel.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIModel.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/Siren.build/Objects-normal/arm64/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Siren -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/Siren.build/Objects-normal/arm64/RulesManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIModel.o -index-unit-output-path /Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/RulesManager.o -index-unit-output-path /Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIModel.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Managers/RulesManager.swift (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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-iphoneos/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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Managers/RulesManager.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/RulesManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/RulesManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/RulesManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/RulesManager.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIModel.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIModel.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIModel.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIModel.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/Siren.build/Objects-normal/arm64/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Siren -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/Siren.build/Objects-normal/arm64/RulesManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIModel.o -index-unit-output-path /Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/RulesManager.o -index-unit-output-path /Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIModel.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Managers/RulesManager.swift:100:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'RulesManager' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default` = RulesManager(globalRules: .default)
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/RulesManager.swift:12:15: note: consider making struct 'RulesManager' conform to the 'Sendable' protocol
public struct RulesManager {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Managers/RulesManager.swift:100:23: note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
public static let `default` = RulesManager(globalRules: .default)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Managers/RulesManager.swift:100:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default` = RulesManager(globalRules: .default)
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Models/APIModel.swift (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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-iphoneos/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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Managers/RulesManager.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/RulesManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/RulesManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/RulesManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/RulesManager.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIModel.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIModel.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIModel.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIModel.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/Siren.build/Objects-normal/arm64/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Siren -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/Siren.build/Objects-normal/arm64/RulesManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIModel.o -index-unit-output-path /Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/RulesManager.o -index-unit-output-path /Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIModel.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ APIManager.swift,\ PresentationManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Managers/APIManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift (in target 'Siren' from project 'Siren')
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-iphoneos/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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Managers/APIManager.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIManager.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/PresentationManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/PresentationManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/PresentationManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/PresentationManager.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/Siren.build/Objects-normal/arm64/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Siren -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/Siren.build/Objects-normal/arm64/APIManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/PresentationManager.o -index-unit-output-path /Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIManager.o -index-unit-output-path /Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/PresentationManager.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Managers/APIManager.swift (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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-iphoneos/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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Managers/APIManager.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIManager.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/PresentationManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/PresentationManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/PresentationManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/PresentationManager.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/Siren.build/Objects-normal/arm64/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Siren -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/Siren.build/Objects-normal/arm64/APIManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/PresentationManager.o -index-unit-output-path /Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIManager.o -index-unit-output-path /Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/PresentationManager.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:182:21: warning: static property 'unitedStates' is not concurrency-safe because non-'Sendable' type 'AppStoreCountry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let unitedStates: AppStoreCountry = "US"
^
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:14:15: note: consider making struct 'AppStoreCountry' conform to the 'Sendable' protocol
public struct AppStoreCountry {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:182:21: note: annotate 'unitedStates' with '@MainActor' if property should only be accessed from the main actor
public static let unitedStates: AppStoreCountry = "US"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/AppStoreCountry.swift:182:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let unitedStates: AppStoreCountry = "US"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Managers/APIManager.swift:54:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'APIManager' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default` = APIManager()
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/APIManager.swift:12:15: note: consider making struct 'APIManager' conform to the 'Sendable' protocol
public struct APIManager {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Managers/APIManager.swift:54:23: note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
public static let `default` = APIManager()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Managers/APIManager.swift:54:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default` = APIManager()
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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-iphoneos/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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Managers/APIManager.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIManager.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/PresentationManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/PresentationManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/PresentationManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/PresentationManager.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/Siren.build/Objects-normal/arm64/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Siren -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/Siren.build/Objects-normal/arm64/APIManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/PresentationManager.o -index-unit-output-path /Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/APIManager.o -index-unit-output-path /Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/PresentationManager.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:77:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'PresentationManager' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default` = PresentationManager()
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:12:14: note: class 'PresentationManager' does not conform to the 'Sendable' protocol
public class PresentationManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:77:23: note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
public static let `default` = PresentationManager()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:77:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default` = PresentationManager()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:111:27: warning: call to main actor-isolated initializer 'init(title:message:preferredStyle:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
alertController = UIAlertController(title: alertTitle,
^
UIKit.UIAlertController:3:35: note: calls to initializer 'init(title:message:preferredStyle:)' from outside of its actor context are implicitly asynchronous
@MainActor public convenience init(title: String?, message: String?, preferredStyle: UIAlertController.Style)
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:90:10: note: add '@MainActor' to make instance method 'presentAlert(withRules:forCurrentAppStoreVersion:completion:)' part of global actor 'MainActor'
func presentAlert(withRules rules: Rules,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:116:35: warning: main actor-isolated property 'tintColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
alertController?.view.tintColor = tintColor
^
UIKit.UIView:28:25: note: mutation of this property is only permitted within the actor
@MainActor open var tintColor: UIColor! { get set }
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:90:10: note: add '@MainActor' to make instance method 'presentAlert(withRules:forCurrentAppStoreVersion:completion:)' part of global actor 'MainActor'
func presentAlert(withRules rules: Rules,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:116:30: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
alertController?.view.tintColor = tintColor
^
UIKit.UIViewController:5:25: note: property declared here
@MainActor open var view: UIView! { get set }
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:90:10: note: add '@MainActor' to make instance method 'presentAlert(withRules:forCurrentAppStoreVersion:completion:)' part of global actor 'MainActor'
func presentAlert(withRules rules: Rules,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:121:30: warning: call to main actor-isolated instance method 'addAction' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
alertController?.addAction(updateAlertAction(completion: handler))
^
UIKit.UIAlertController:6:26: note: calls to instance method 'addAction' from outside of its actor context are implicitly asynchronous
@MainActor open func addAction(_ action: UIAlertAction)
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:90:10: note: add '@MainActor' to make instance method 'presentAlert(withRules:forCurrentAppStoreVersion:completion:)' part of global actor 'MainActor'
func presentAlert(withRules rules: Rules,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:123:30: warning: call to main actor-isolated instance method 'addAction' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
alertController?.addAction(nextTimeAlertAction(completion: handler))
^
UIKit.UIAlertController:6:26: note: calls to instance method 'addAction' from outside of its actor context are implicitly asynchronous
@MainActor open func addAction(_ action: UIAlertAction)
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:90:10: note: add '@MainActor' to make instance method 'presentAlert(withRules:forCurrentAppStoreVersion:completion:)' part of global actor 'MainActor'
func presentAlert(withRules rules: Rules,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:124:30: warning: call to main actor-isolated instance method 'addAction' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
alertController?.addAction(updateAlertAction(completion: handler))
^
UIKit.UIAlertController:6:26: note: calls to instance method 'addAction' from outside of its actor context are implicitly asynchronous
@MainActor open func addAction(_ action: UIAlertAction)
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:90:10: note: add '@MainActor' to make instance method 'presentAlert(withRules:forCurrentAppStoreVersion:completion:)' part of global actor 'MainActor'
func presentAlert(withRules rules: Rules,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:126:30: warning: call to main actor-isolated instance method 'addAction' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
alertController?.addAction(updateAlertAction(completion: handler))
^
UIKit.UIAlertController:6:26: note: calls to instance method 'addAction' from outside of its actor context are implicitly asynchronous
@MainActor open func addAction(_ action: UIAlertAction)
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:90:10: note: add '@MainActor' to make instance method 'presentAlert(withRules:forCurrentAppStoreVersion:completion:)' part of global actor 'MainActor'
func presentAlert(withRules rules: Rules,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:127:30: warning: call to main actor-isolated instance method 'addAction' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
alertController?.addAction(nextTimeAlertAction(completion: handler))
^
UIKit.UIAlertController:6:26: note: calls to instance method 'addAction' from outside of its actor context are implicitly asynchronous
@MainActor open func addAction(_ action: UIAlertAction)
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:90:10: note: add '@MainActor' to make instance method 'presentAlert(withRules:forCurrentAppStoreVersion:completion:)' part of global actor 'MainActor'
func presentAlert(withRules rules: Rules,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:128:30: warning: call to main actor-isolated instance method 'addAction' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
alertController?.addAction(skipAlertAction(forCurrentAppStoreVersion: currentAppStoreVersion, completion: handler))
^
UIKit.UIAlertController:6:26: note: calls to instance method 'addAction' from outside of its actor context are implicitly asynchronous
@MainActor open func addAction(_ action: UIAlertAction)
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:90:10: note: add '@MainActor' to make instance method 'presentAlert(withRules:forCurrentAppStoreVersion:completion:)' part of global actor 'MainActor'
func presentAlert(withRules rules: Rules,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:136:87: warning: main actor-isolated property 'isHidden' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if rules.alertType != .none, let updaterWindow = updaterWindow, updaterWindow.isHidden {
^
UIKit.UIView:16:14: note: property declared here
open var isHidden: Bool { get set }
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:90:10: note: add '@MainActor' to make instance method 'presentAlert(withRules:forCurrentAppStoreVersion:completion:)' part of global actor 'MainActor'
func presentAlert(withRules rules: Rules,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:137:30: warning: call to main actor-isolated instance method 'show(window:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
alertController?.show(window: updaterWindow)
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIAlertControllerExtension.swift:16:10: note: calls to instance method 'show(window:)' from outside of its actor context are implicitly asynchronous
func show(window: UIWindow) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:90:10: note: add '@MainActor' to make instance method 'presentAlert(withRules:forCurrentAppStoreVersion:completion:)' part of global actor 'MainActor'
func presentAlert(withRules rules: Rules,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:147:26: warning: call to main actor-isolated instance method 'hide(window:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
alertController?.hide(window: updaterWindow)
^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/UIAlertControllerExtension.swift:25:10: note: calls to instance method 'hide(window:)' from outside of its actor context are implicitly asynchronous
func hide(window: UIWindow) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:145:10: note: add '@MainActor' to make instance method 'cleanUp()' part of global actor 'MainActor'
func cleanUp() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:148:26: warning: call to main actor-isolated instance method 'dismiss(animated:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
alertController?.dismiss(animated: true, completion: nil)
^
UIKit.UIViewController:150:15: note: calls to instance method 'dismiss(animated:completion:)' from outside of its actor context are implicitly asynchronous
open func dismiss(animated flag: Bool, completion: (() -> Void)? = nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:145:10: note: add '@MainActor' to make instance method 'cleanUp()' part of global actor 'MainActor'
func cleanUp() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:149:23: warning: call to main actor-isolated instance method 'resignKey()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
updaterWindow.resignKey()
^
UIKit.UIWindow:22:26: note: calls to instance method 'resignKey()' from outside of its actor context are implicitly asynchronous
@MainActor open func resignKey()
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:145:10: note: add '@MainActor' to make instance method 'cleanUp()' part of global actor 'MainActor'
func cleanUp() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:170:22: warning: call to main actor-isolated initializer 'init(title:style:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let action = UIAlertAction(title: title, style: .default) { _ in
^
UIKit.UIAlertAction:3:35: note: calls to initializer 'init(title:style:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor public convenience init(title: String?, style: UIAlertAction.Style, handler: ((UIAlertAction) -> Void)? = nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:162:10: note: add '@MainActor' to make instance method 'updateAlertAction(completion:)' part of global actor 'MainActor'
func updateAlertAction(completion handler: CompletionHandler?) -> UIAlertAction {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:192:22: warning: call to main actor-isolated initializer 'init(title:style:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let action = UIAlertAction(title: title, style: .default) { _ in
^
UIKit.UIAlertAction:3:35: note: calls to initializer 'init(title:style:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor public convenience init(title: String?, style: UIAlertAction.Style, handler: ((UIAlertAction) -> Void)? = nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:184:10: note: add '@MainActor' to make instance method 'nextTimeAlertAction(completion:)' part of global actor 'MainActor'
func nextTimeAlertAction(completion handler: CompletionHandler?) -> UIAlertAction {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:215:22: warning: call to main actor-isolated initializer 'init(title:style:handler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let action = UIAlertAction(title: title, style: .default) { _ in
^
UIKit.UIAlertAction:3:35: note: calls to initializer 'init(title:style:handler:)' from outside of its actor context are implicitly asynchronous
@MainActor public convenience init(title: String?, style: UIAlertAction.Style, handler: ((UIAlertAction) -> Void)? = nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:207:10: note: add '@MainActor' to make instance method 'skipAlertAction(forCurrentAppStoreVersion:completion:)' part of global actor 'MainActor'
func skipAlertAction(forCurrentAppStoreVersion currentAppStoreVersion: String, completion handler: CompletionHandler?) -> UIAlertAction {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:231:22: warning: call to main actor-isolated initializer 'init(windowScene:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let window = UIWindow(windowScene: windowScene)
^
UIKit.UIWindow:4:12: note: calls to initializer 'init(windowScene:)' from outside of its actor context are implicitly asynchronous
public init(windowScene: UIWindowScene)
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:228:18: note: add '@MainActor' to make instance method 'createWindow()' part of global actor 'MainActor'
private func createWindow() -> UIWindow? {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:232:16: warning: main actor-isolated property 'windowLevel' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
window.windowLevel = UIWindow.Level.alert + 1
^
UIKit.UIWindow:10:14: note: mutation of this property is only permitted within the actor
open var windowLevel: UIWindow.Level { get set }
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:228:18: note: add '@MainActor' to make instance method 'createWindow()' part of global actor 'MainActor'
private func createWindow() -> UIWindow? {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:234:30: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let viewController = SirenViewController()
^
UIKit.UIViewController:217:24: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
public convenience init()
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:228:18: note: add '@MainActor' to make instance method 'createWindow()' part of global actor 'MainActor'
private func createWindow() -> UIWindow? {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:235:24: warning: main actor-isolated property 'retainedWindow' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
viewController.retainedWindow = window
^
/Users/admin/builder/spi-builder-workspace/Sources/View Controllers/SirenViewController.swift:15:9: note: mutation of this property is only permitted within the actor
var retainedWindow: UIWindow?
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:228:18: note: add '@MainActor' to make instance method 'createWindow()' part of global actor 'MainActor'
private func createWindow() -> UIWindow? {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:236:16: warning: main actor-isolated property 'rootViewController' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
window.rootViewController = viewController
^
UIKit.UIWindow:30:14: note: mutation of this property is only permitted within the actor
open var rootViewController: UIViewController? { get set }
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:228:18: note: add '@MainActor' to make instance method 'createWindow()' part of global actor 'MainActor'
private func createWindow() -> UIWindow? {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:243:52: warning: main actor-isolated property 'connectedScenes' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let connectedScenes = UIApplication.shared.connectedScenes
^
UIKit.UIApplication:95:25: note: property declared here
@MainActor open var connectedScenes: Set<UIScene> { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:242:18: note: add '@MainActor' to make instance method 'getFirstForegroundScene()' part of global actor 'MainActor'
private func getFirstForegroundScene() -> UIWindowScene? {
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:243:45: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let connectedScenes = UIApplication.shared.connectedScenes
^
UIKit.UIApplication:3:20: note: class property declared here
open class var shared: UIApplication { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:242:18: note: add '@MainActor' to make instance method 'getFirstForegroundScene()' part of global actor 'MainActor'
private func getFirstForegroundScene() -> UIWindowScene? {
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:244:70: warning: main actor-isolated property 'activationState' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if let windowActiveScene = connectedScenes.first(where: { $0.activationState == .foregroundActive }) as? UIWindowScene {
^
UIKit.UIScene:10:25: note: property declared here
@MainActor open var activationState: UIScene.ActivationState { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:246:79: warning: main actor-isolated property 'activationState' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
} else if let windowInactiveScene = connectedScenes.first(where: { $0.activationState == .foregroundInactive }) as? UIWindowScene {
^
UIKit.UIScene:10:25: note: property declared here
@MainActor open var activationState: UIScene.ActivationState { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:170:22: warning: sending task-isolated value of type '(UIAlertAction) -> Void' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
let action = UIAlertAction(title: title, style: .default) { _ in
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:192:22: warning: sending task-isolated value of type '(UIAlertAction) -> Void' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
let action = UIAlertAction(title: title, style: .default) { _ in
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Managers/PresentationManager.swift:215:22: warning: sending task-isolated value of type '(UIAlertAction) -> Void' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
let action = UIAlertAction(title: title, style: .default) { _ in
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftDriverJobDiscovery normal arm64 Emitting module for Siren (in target 'Siren' from project 'Siren')
SwiftDriverJobDiscovery normal arm64 Compiling Rules.swift, UpdateResults.swift (in target 'Siren' from project 'Siren')
SwiftDriver\ Compilation\ Requirements Siren normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Siren -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Siren.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Siren-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Siren.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Siren_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Siren-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Siren-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Siren-Swift.h (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Siren-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Siren-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Siren.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Siren.swiftmodule (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Siren.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Siren.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Siren.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Siren.swiftdoc (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Siren.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Siren.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Siren.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Siren.abi.json (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Siren.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Siren.swiftmodule/arm64-apple-ios.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, BundleExtension.swift, DateExtension.swift (in target 'Siren' from project 'Siren')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Siren.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Siren.swiftsourceinfo (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Siren.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Siren.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Model.swift, PerformCheck.swift (in target 'Siren' from project 'Siren')
SwiftDriverJobDiscovery normal arm64 Compiling RulesManager.swift, APIModel.swift (in target 'Siren' from project 'Siren')
SwiftDriverJobDiscovery normal arm64 Compiling AlertAction.swift, AlertConstants.swift (in target 'Siren' from project 'Siren')
SwiftDriverJobDiscovery normal arm64 Compiling AppStoreCountry.swift, Localization.swift (in target 'Siren' from project 'Siren')
SwiftDriverJobDiscovery normal arm64 Compiling UIAlertControllerExtension.swift, UserDefaultsExtension.swift (in target 'Siren' from project 'Siren')
SwiftDriverJobDiscovery normal arm64 Compiling APIManager.swift, PresentationManager.swift (in target 'Siren' from project 'Siren')
SwiftDriverJobDiscovery normal arm64 Compiling KnownError.swift, SirenViewController.swift (in target 'Siren' from project 'Siren')
SwiftDriverJobDiscovery normal arm64 Compiling Siren.swift, DataParser.swift (in target 'Siren' from project 'Siren')
SwiftDriver\ Compilation Siren normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Siren -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Siren.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Siren-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Siren.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Siren_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Siren-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Siren.o normal (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Siren.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Siren_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Siren.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Siren.build/Debug-iphoneos/Siren.build/Objects-normal/arm64/Siren_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Siren.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Siren.o (in target 'Siren' from project 'Siren')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Siren.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Siren",
"name" : "Siren",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Siren",
"targets" : [
"Siren"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "Siren",
"module_type" : "SwiftTarget",
"name" : "Siren",
"path" : "Sources",
"product_memberships" : [
"Siren"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Siren.bundle",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Extensions/BundleExtension.swift",
"Extensions/DateExtension.swift",
"Extensions/UIAlertControllerExtension.swift",
"Extensions/UserDefaultsExtension.swift",
"Managers/APIManager.swift",
"Managers/PresentationManager.swift",
"Managers/RulesManager.swift",
"Models/APIModel.swift",
"Models/AlertAction.swift",
"Models/AlertConstants.swift",
"Models/AppStoreCountry.swift",
"Models/Localization.swift",
"Models/Model.swift",
"Models/PerformCheck.swift",
"Models/Rules.swift",
"Models/UpdateResults.swift",
"Siren.swift",
"Utilities/DataParser.swift",
"Utilities/KnownError.swift",
"View Controllers/SirenViewController.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.