Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix concurrency warnings in
PersonalInfoField.swift
and RemoteSVGVi…
…ew.swift` (#267) * Fix concurrency warning on defaultPersonalInfo * Fix concurrency warning on webView delegate method * Trigger Build * Fix the concurrency warning that happens when we run `make validate-podspec - WARN | xcodebuild: /Users/pinarolguc/Development/Gravatar-SDK-iOS/Sources/GravatarUI/ProfileFields/PersonalInfoField.swift:18:57: warning: main actor-isolated static property ‘defaultPersonalInfo’ can not be referenced from a non-isolated context; this is an error in Swift 6 - NOTE | xcodebuild: /Users/pinarolguc/Development/Gravatar-SDK-iOS/Sources/GravatarUI/ProfileFields/PersonalInfoField.swift:6:23: note: static property declared here * Add a note * Revert "Add a note" This reverts commit ae2fe79. * Revert "Fix the concurrency warning that happens when we run `make validate-podspec" This reverts commit 34ade28. * Bump up swift versions in the podspec * Revert "Bump up swift versions in the podspec" This reverts commit a38bab0. * Bump up swift versions in the podspec * Revert "Revert "Fix the concurrency warning that happens when we run `make validate-podspec"" This reverts commit f882d6c. * Revert "Revert "Add a note"" This reverts commit 30313df. * Revert "Bump up swift versions in the podspec" This reverts commit b036b74.
- Loading branch information