You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ /Users/vagrant/git/BrowserKit/Sources/TabDataStore/TabDataStore.swift:125:34: actor-isolated property 'fileManager' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
guard let directoryURL = fileManager.windowDataDirectory(isBackup: false) else {
^
⚠️ /Users/vagrant/git/BrowserKit/Sources/TabDataStore/TabDataStore.swift:126:13: actor-isolated property 'logger' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
logger.log("Could not resolve window data directory", level: .warning, category: .tabs)
^
⚠️ /Users/vagrant/git/BrowserKit/Sources/TabDataStore/TabDataStore.swift:130:24: actor-isolated property 'fileManager' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let fileURLs = fileManager.contentsOfDirectory(at: directoryURL)
^
⚠️ /Users/vagrant/git/BrowserKit/Sources/TabDataStore/TabDataStore.swift:125:34: actor-isolated property 'fileManager' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
guard let directoryURL = fileManager.windowDataDirectory(isBackup: false) else {
^
⚠️ /Users/vagrant/git/BrowserKit/Sources/TabDataStore/TabDataStore.swift:126:13: actor-isolated property 'logger' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
logger.log("Could not resolve window data directory", level: .warning, category: .tabs)
^
⚠️ /Users/vagrant/git/BrowserKit/Sources/TabDataStore/TabDataStore.swift:130:24: actor-isolated property 'fileManager' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let fileURLs = fileManager.contentsOfDirectory(at: directoryURL)
^
⚠️ /Users/vagrant/git/BrowserKit/Sources/TabDataStore/TabDataStore.swift:125:34: actor-isolated property 'fileManager' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
guard let directoryURL = fileManager.windowDataDirectory(isBackup: false) else {
^ ⚠️ /Users/vagrant/git/BrowserKit/Sources/TabDataStore/TabDataStore.swift:126:13: actor-isolated property 'logger' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
logger.log("Could not resolve window data directory", level: .warning, category: .tabs)
^ ⚠️ /Users/vagrant/git/BrowserKit/Sources/TabDataStore/TabDataStore.swift:130:24: actor-isolated property 'fileManager' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let fileURLs = fileManager.contentsOfDirectory(at: directoryURL)
^
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: