---
title: "init(_:)"
framework: lightweightcoderequirements
role: symbol
role_heading: Initializer
path: "lightweightcoderequirements/platformtype/init(_:)"
---

# init(_:)

Matches if the process is running as the specified platform type or if the file supports the specified platform type.

## Declaration

```swift
init(_ value: PlatformType.Value)
```
