You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FileOperations: Add Windows implementation for FileDescriptor.resize(…
…to:) (#89)
* FileOperations: Add Windows implementation for FileDescriptor.resize(to:)
Replace _chsize with _chsize_s on Windows
update cmake setup so that the library can be used by SwiftPM cmake b…
…uild (#73)
Update cmake setup so that the library can be used by SwiftPM cmake build
Motivation: integrate with SwiftPM
changes:
* rename the top level project to SwiftSystem instead of swift-system to align with other projects
* rename System to SystemPackage to align with SwifPM setup
* update architectures to include arm64
* Update cmake/modules/SwiftSystemConfig.cmake.in
* Update cmake/modules/SwiftSupport.cmake