apple / swift-foundation

The Foundation project
Apache License 2.0
2.28k stars 135 forks source link

Slices of no copy Data bridged to and back incorrectly account for the start index #698

Closed itingliu closed 1 week ago

itingliu commented 1 week ago

when bridging back from objc the start index was not correctly re-constructed into the slices of no copy datas. This adds functionality for that.

resolves rdar://130106808

itingliu commented 1 week ago

@swift-ci please test