Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swift-stdlib-utils

A collection of utility functions, types and macros for the Swift Standard Library.

Currently these utilities are split into 3 sections:

SwiftSyntax Version Support

The current preferred major version of SwiftSyntax is 603. Due to SwiftPM dependency resolution rules, this package also supports versions since 600, with the following considerations:

Versions older than 603

  • Module selectors are ignored when checking types

Versions older than 602

  • nonisolated(nonsending) is no longer added by Reasync()

Versions older than 601

  • None

It is recommended to use the newest SwiftSyntax version possible.

Releases

Packages

Contributors

Languages