---
title: "formatted(_:)"
framework: swift-package-manager
role: symbol
role_heading: Instance Method
path: "swift-package-manager/documentation/packageplugin/filelist/formatted(_:)"
---

# formatted(_:)

Inherited from Sequence.formatted(_:).

## Declaration

```swift
func formatted<S>(_ style: S) -> S.FormatOutput where Self == S.FormatInput, S : FormatStyle
```
