---
title: PathList
framework: swift-package-manager
role: symbol
role_heading: Structure
path: swift-package-manager/documentation/packageplugin/pathlist
---

# PathList

Provides information about a list of paths.

## Declaration

```swift
struct PathList
```

## Overview

Overview The order is not defined but is guaranteed to be stable. This allows the implementation to be more efficient than a static path list.

## Topics

### Default Implementations

- [Sequence Implementations](swift-package-manager/documentation/packageplugin/pathlist/sequence-implementations.md)

## Relationships

### Conforms To

- Swift.Copyable
- Swift.Escapable
- Swift.Sequence

## See Also

### Inspecting Package Files

- [FileList](swift-package-manager/documentation/packageplugin/filelist.md)
- [File](swift-package-manager/documentation/packageplugin/file.md)
- [FileType](swift-package-manager/documentation/packageplugin/filetype.md)
- [Path](swift-package-manager/documentation/packageplugin/path.md)
