Skip to content

ImmutableData 0.2.0

Latest
Compare
Choose a tag to compare
@vanvoorden vanvoorden released this 27 Feb 23:00

The ImmutableData package now improves support for Swift 6.1:

AsyncSequenceTestUtils

Worked around a potential Swift 6.1 issue from protocol conformance and inferred associated types.1

Sample Apps

Worked around an issue from LocalStore with a property that is nonisolated and lazy.2

Worked around a potential Swift 6.1 issue from explicitly opened existential types.3

  1. swiftlang/swift#79367

  2. swiftlang/swift#76518

  3. swiftlang/swift#79377