Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-12-06 | 1.6 kB | |
Swift 6.0.3 Release source code.tar.gz | 2024-12-06 | 2.3 MB | |
Swift 6.0.3 Release source code.zip | 2024-12-06 | 2.7 MB | |
Totals: 3 Items | 5.0 MB | 0 |
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
- [Musl] Add back missing autolink arguments, fix CFPosixSpawnFileActionsChdir. by @al45tair in https://github.com/swiftlang/swift-corelibs-foundation/pull/5143
Full Changelog: https://github.com/swiftlang/swift-corelibs-foundation/compare/swift-6.0.2-RELEASE...swift-6.0.3-RELEASE