Jonathan Flat

Results 57 comments of Jonathan Flat

@ahoppen works with this 6.0.2 toolchain https://ci-external.swift.org/job/swift-6.0.2-windows-toolchain-arm64/12/artifact/build/artifacts/

Yeah, we'll probably need to migrate from the `CFURL` functions to using `URL`, at least on non-Darwin platforms. I can help with this cc: @jmschonfeld

Hi @swillits, I very much empathize with all the concerns you've listed here, and they're issues we're looking to fix. In fact, I'm in the process of writing a proposal...

@ole The `URL.path()` implementation in the `swift-foundation` repo returns the absolute path. This change is not yet present in a released Apple OS, but we intend to make this the...

Wrapping the do/catch in an `autoreleasepool` prevents the memory leak, but we should fix this internally. I'll forward this to the responsible team, thanks for filing!

This is an expected behavior change when updating `URL` to RFC 3986. A URL always contains a path, and it may be empty. `""` is considered a valid relative path,...

Thanks for catching this! Just opened a PR to address it