diff --git a/Forji/Forji/Services/BackgroundDownloadManager.swift b/Forji/Forji/Services/BackgroundDownloadManager.swift index ee56588..2699203 100644 --- a/Forji/Forji/Services/BackgroundDownloadManager.swift +++ b/Forji/Forji/Services/BackgroundDownloadManager.swift @@ -264,7 +264,7 @@ private extension OperationQueue { // MARK: - Instance Metadata -struct InstanceMetadata: Codable { +nonisolated struct InstanceMetadata: Codable { let serverURL: String let username: String let name: String