Rick Newton-Rogers
Rick Newton-Rogers
async chunked sequences can produce empty chunks if signals are received before primary chunk elements. This commit also includes an accompanying evolution proposal.
Initializing a URL from an empty string in Swift 6 on Linux now returns a non-nil URL value. In earlier Swift versions and on macOS it returns `nil`. On Linux...
Initializing a URL from a unix file path in Swift 6 on Linux now returns a non-nil value (an empty `String`). In earlier Swift versions and on macOS it returns...
Initializing a URL from an IPv6 address in Swift 6 on Linux now does not strip enclosing square-brackets. In earlier Swift versions and on macOS the square-brackets are removed. As...
### Motivation: To migrate to GitHub actions and centralised infrastructure. ### Modifications: Changes of note: * Adopt swift-format using rules from SwiftNIO * Remove scripts and docker files which are...
Add static SDK CI workflow which runs on commits to PRs, merges to main and daily on main.
Add static SDK CI workflow which runs on commits to PRs, merges to main and daily on main.
Motivation: Swift 5.9 is no longer supported, we should bump the tools version and remove it from our CI. Modifications: * Bump the Swift tools version to Swift 5.10 *...
Add static SDK CI workflow which runs on commits to PRs, merges to main and daily on main.