Releases: apple/swift-system
Releases · apple/swift-system
System 1.0
Official 1.0 release!
System is already source and binary stable (at least on Darwin), so in practice this doesn't change much about System's development or guarantees (1.0.0
is effectively the same as 0.0.3
). But, it does formalize the source stability guarantee for clients of the package.
0.0.3 Bug fixes for Windows
Contains bug fixes for Windows, and minor fixes for SystemChar.
System 0.0.2
- FilePath Syntactic Operations
- decompose a path, analyze a path, components view, mutate a path, etc
- Standard file descriptors
- static
FileDescriptor.standardInput
,FileDescriptor.standardOutput
,FileDescriptor.standardError
- static
- dup/dup2
FileDescriptor.duplicate
, with optionalas
target.
System 0.0.1
Initial release