<!--
{
  "availability" : [
    "macOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FSKit",
  "identifier" : "/documentation/FSKit/FSSetXattrResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "FSKit"
    ],
    "preciseIdentifier" : "c:objc(cs)FSSetXattrResult"
  },
  "title" : "FSSetXattrResult"
}
-->

# FSSetXattrResult

The result of a set-extended-attributes call.

```
class FSSetXattrResult
```

## Overview

Use this type in your implementation of  [`setXattr(named:to:on:policy:context:replyHandler:)`](/documentation/FSKit/FSVolume/XattrHandler/setXattr(named:to:on:policy:context:replyHandler:)).

## Topics

### Creating a set-extended-attributes result

[`init?(freeSpace: FSFreeSpace?)`](/documentation/FSKit/FSSetXattrResult/init(freeSpace:))

Creates a result for an extended-attribute-setting operation.

[`class FSFreeSpace`](/documentation/FSKit/FSFreeSpace)

A free space object that pairs free space values with atomic sequence numbers.

## Relationships

### Conforms To

[`CVarArg`](/documentation/Swift/CVarArg)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

### Inherits From

[`FSVolumeHandlerResult`](/documentation/FSKit/FSVolumeHandlerResult)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)