---
title: "init(_:)"
framework: foundation
role: symbol
role_heading: Initializer
path: "foundation/progresskind/init(_:)"
---

# init(_:)

Creates a new kind of progress using the specified string.

## Declaration

```swift
init(_ rawValue: String)
```

## Parameters

- `rawValue`: A string that represents the kind of progress.

## See Also

### Creating Kinds of Progress

- [init(rawValue:)](foundation/progresskind/init(rawvalue:).md)
