---
title: ComputeNodeGraph.Port.Kind
framework: Compute Graph
role: symbol
role_heading: Enumeration
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: computegraph/computenodegraph/port/kind
---

# ComputeNodeGraph.Port.Kind

The semantic role of a port, determining what it carries along an edge and whether the edge imposes execution ordering between its endpoints.

## Declaration

```swift
enum Kind
```

## Topics

### Enumeration Cases

- [ComputeNodeGraph.Port.Kind.context](computegraph/computenodegraph/port/kind/context.md)
- [ComputeNodeGraph.Port.Kind.dependency](computegraph/computenodegraph/port/kind/dependency.md)
- [ComputeNodeGraph.Port.Kind.event](computegraph/computenodegraph/port/kind/event.md)
- [ComputeNodeGraph.Port.Kind.flow](computegraph/computenodegraph/port/kind/flow.md)
- [ComputeNodeGraph.Port.Kind.state](computegraph/computenodegraph/port/kind/state.md)
- [ComputeNodeGraph.Port.Kind.value](computegraph/computenodegraph/port/kind/value.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
