Library Moduleswift-package-manager 6.1.2_AsyncFileSystem
_AsyncFileSystem
import _AsyncFileSystemModule information
- Declarations
- 48
- Symbols
- 124
import _AsyncFileSystemprotocol AsyncFileSystem : ActorAn abstract file system protocol with first-class support for Swift Concurrency.
protocol WritableStream : ActorAn asynchronous output byte stream.
enum AsyncFileSystemErrorErrors that can be thrown by the AsyncFileSystem type.
actor MockFileSystemIn-memory implementation of AsyncFileSystem for mocking and testing purposes.
struct MockReadableFileStreamA stream of file contents backed by an in-memory array of bytes.
actor OSFileSystemstruct OpenReadableFileA read-only thread-safe handle to an open file.
actor OpenWritableFileA write-only thread-safe handle to an open file.
enum ReadableFileStreamType-erasure wrapper over underlying file system readable streams.
struct RealReadableFileStreamA stream of file contents from the real file system provided by the OS.
import Basicsimport Buildimport CompilerPluginSupportimport DriverSupportimport LLBuildManifestimport PackageCollectionsimport PackageCollectionsModelimport PackageCollectionsSigningimport PackageDescriptionCreate reusable code, organize it in a lightweight way, and share it across your projects and with other developers.
import PackageFingerprintimport PackageGraphimport PackageLoadingimport PackageMetadataimport PackageModelimport PackageModelSyntaximport PackagePluginimport PackageRegistryimport PackageSigningimport SPMBuildCoreimport SPMLLBuildimport SPMSQLite3import SourceControlimport SourceKitLSPAPIimport Workspaceimport XCBuildSupport