---
title: "init(_:)"
framework: os
role: symbol
role_heading: Initializer
path: "os/ossignpostid/init(_:)"
---

# init(_:)

Creates a signpost ID from an arbitrary 64-bit integer value.

## Declaration

```swift
init(_ value: UInt64)
```

## Parameters

- `value`: The value to use when generating the signpost ID.

## See Also

### Creating a Signpost Identifier

- [init(log:)](os/ossignpostid/init(log:).md)
- [init(log:object:)](os/ossignpostid/init(log:object:).md)
