pointfreeco / swift-perception

Observable tools, backported.
MIT License
574 stars 43 forks source link

Fix signature of `access` #103

Closed mbrandonw closed 2 weeks ago

mbrandonw commented 3 weeks ago

When we introduced IssueReporting to this library (#93) we added fileID/filePath/etc. to the access method, but only on the one that is for iOS <17 that does the dynamic checks. We need to add those arguments to the iOS 17+ version too to take advantage of being able to statically resolve that method at compile-time.