Skip to content

Tags: uber/swift-common

Tags

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove dependency on SourceKitten (#29)

* Remove dependency on SourceKitten

* Fix missing imports

v0.4.0

Toggle v0.4.0's commit message
Link to the static version of SwiftToolsSupport

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to new SHA256() API in the core (#27)

* Update to new SHA256() API in the core
* Move to Xcode 11.4 to get MacOS 10.15 (which should have CryptoKit)

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Move to using the new swift-tools-support-core (#26)

- This new framework has the useful bits pulled out of the SPM project

0.1.0

Toggle 0.1.0's commit message
Swift Package Manager compatible version tag.

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add a path argument to log messages (#21)

- When specified the log messages match those typically output by compilers
- This means that Xcode will properly parse them and you'll see them in the issues
  pane on the left, and clicking them will take you to the right file, etc.