slashmo / gsoc-swift-tracing

WIP collection of Swift libraries enabling Tracing on Swift (Server) systems.
https://summerofcode.withgoogle.com/projects/#6092707967008768
Apache License 2.0
20 stars 1 forks source link

Downgrade to Swift 5.0 #128

Closed slashmo closed 4 years ago

slashmo commented 4 years ago

Adds support for Swift 5.0 & Swift 5.1 which is necessary for being integrated by other libraries that still support these versions. The CI now executes tests in parallel on 5.0.3, 5.1, and 5.2.

slashmo commented 4 years ago

@ktoso Feel free to squash this one if accepted. Had some smaller commits fixing up unit tests / CI.

ktoso commented 4 years ago

This is LGTM once the enum __namespace is not excluded 👍