New
Swift 6.0.3 Release
What's Changed
- [6.0] build: Repair the build on WASI platform by @MaxDesiatov in https://github.com/swiftlang/swift-corelibs-foundation/pull/5053
- [6.0] Add stub for Testing module by @jmschonfeld in https://github.com/swiftlang/swift-corelibs-foundation/pull/5078
- [CFXMLInterface] Remove spurious include path. by @al45tair in https://github.com/swiftlang/swift-corelibs-foundation/pull/5102
- Fix a leak when mutating CharacterSet by moving away from _SwiftNSCharacterSet wrapper by @parkera in https://github.com/swiftlang/swift-corelibs-foundation/pull/5110
- Fixed an infinite loop caused by force casting NSError to CocoaError by @parkera in https://github.com/swiftlang/swift-corelibs-foundation/pull/5116
- Ensure that NSCharacterSet always returns an NSObject on copy by @parkera in https://github.com/swiftlang/swift-corelibs-foundation/pull/5120
- [6.0.x] Add a thread-safe implementation of Process.currentDirectoryURL by @jakepetroules in https://github.com/swiftlang/swift-corelibs-foundation/pull/5096
- Move __CFAllocatorRespectsHintZeroWhenAllocating (6.0) by @parkera in https://github.com/swiftlang/swift-corelibs-foundation/pull/5127
- [6.0.x] Fix crash when using WebSockets with URLSession.shared by @jrflat in https://github.com/swiftlang/swift-corelibs-foundation/pull/5131