-
### Use case
Currently swift-corelibs-foundation (used for server iOS apps like Vapor) is using FoundationNetworking instead of Foundation for URLSession. Might be as simple as importing Foundation…
-
This one is another instance of a swiftlang compiler bug I've been running into for a while: https://github.com/swiftlang/swift-corelibs-foundation/issues/5108
```
root@7481e59c0960:/project/opent…
-
This is a top level issue to collect all the issues relating to missing APIs and behaviour differences in Foundation on non-Apple platforms
- [x] https://github.com/apple/swift-corelibs-foundation/…
0xTim updated
4 months ago
-
### Description
Building https://github.com/compnerd/swift-win32 with spm on the Windows toolchain built at the main-branch tip-of-tree since yesterday (11/07/2024) fails to link
```
lld-link: …
-
Using the following `Package.swift`:
```swift
// swift-tools-version: 6.0
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescrip…
-
See https://github.com/apple/swift-corelibs-foundation/blob/951f3532bdb9605ea487e919fff853f69d26fffd/Sources/Foundation/Process.swift#L664
Here we access the path property of currentDirectoryURL an…
-
I am starting contributing Swift Foundation framework. I am using swift-corelibs-foundation repository by following this guide: [swift-corelibs-foundation/GettingStarted.md at main · apple/swift-corel…
-
The only shim that has not been removed is [`DirectoryEnumerator`](https://github.com/kkk669/swift-format/blob/wasm32-wasi/Sources/WASIHelpers/FileManager.swift).
Unfortunately, it needs `fts(3)` t…
kkebo updated
1 month ago
-
Tracking support for native TLS certificate verification in Swift.
The assumption is that almost all Swift developers use Apple's networking classes either directly (e.g. `URLSession` from `Foundat…
-
This is an umbrella issue that is tracking regression of `String.init(data:encoding:)`/`String.data(using:)`.
## `Data` → `String`
- [ ] Non-lossy ASCII: https://github.com/swiftlang/swift-found…