summaryrefslogtreecommitdiff
path: root/DomainDig/SSLCheckService.swift
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-07-17 00:01:29 -0500
committerChristian Cleberg <[email protected]>2026-07-17 00:01:29 -0500
commitf112f894ac00bf7b6397287c26edc1267883612f (patch)
treec898e0a4cf44162a68038608b099d2bdb04c35cc /DomainDig/SSLCheckService.swift
parent4fcf49a6443d8d921188ea29d1845da752ecd558 (diff)
downloaddomain-dig-f112f894ac00bf7b6397287c26edc1267883612f.tar.gz
domain-dig-f112f894ac00bf7b6397287c26edc1267883612f.tar.bz2
domain-dig-f112f894ac00bf7b6397287c26edc1267883612f.zip
Fix Swift 6 actor-isolation warning in InspectDomainIntent
The app target sets SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor, so DomainReportBuilder and DomainInspectionService are MainActor-isolated. The unmarked perform() ran nonisolated, so calling build(from:) triggered an "expression is 'async' but is not marked with 'await'" warning (an error in the Swift 6 language mode). Mark perform() @MainActor to match AddToWatchlistIntent.
Diffstat (limited to 'DomainDig/SSLCheckService.swift')
0 files changed, 0 insertions, 0 deletions