summaryrefslogtreecommitdiff
path: root/DomainDigShareExtension
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-07-20 15:29:50 -0500
committerChristian Cleberg <[email protected]>2026-07-20 15:52:38 -0500
commitf834c8a8223c40bd17b90be8f6ab7db843d0914c (patch)
tree9e36e1122853d620aaae37a42b1f1d2aeda3b748 /DomainDigShareExtension
parentb4147fe8f14d900c5c87f5fc4129f79884bb92b1 (diff)
downloaddomain-dig-f834c8a8223c40bd17b90be8f6ab7db843d0914c.tar.gz
domain-dig-f834c8a8223c40bd17b90be8f6ab7db843d0914c.tar.bz2
domain-dig-f834c8a8223c40bd17b90be8f6ab7db843d0914c.zip
fix: StoreKit config path and Swift 6 concurrency warnings
The StoreKitConfigurationFileReference added in #11 used one '../' too many, resolving outside the repository. Xcode resolves it relative to the .xcodeproj's xcshareddata directory, so two levels reaches the repo root. SweepActivityAttributes is now explicitly nonisolated. The app target sets SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor while the widget target does not, so a type shared by both inferred a main-actor-isolated ActivityAttributes conformance that ActivityKit cannot use from its concurrent contexts. LocalAPIService's logger closures captured self strongly while their inner Tasks declared [weak self]. The weak capture is now on the outer closure and bound before the Task, so the concurrently-executing closure references an immutable strong local rather than the weak capture.
Diffstat (limited to 'DomainDigShareExtension')
0 files changed, 0 insertions, 0 deletions