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

# init(freeSpace:)

Creates a result for an item-deactivation operation.

```
init?(freeSpace: FSFreeSpace?)
```

## Parameters

`freeSpace`

An [`FSFreeSpace`](/documentation/FSKit/FSFreeSpace) instance populated with the volume’s updated free space. Passing a `nil` free space causes FSKit to calculate the free space when the operation is done, based on the volume’s [`volumeStatistics`](/documentation/FSKit/FSVolume/Handler/volumeStatistics) property. This behavior may lead to degraded performance.

## Return Value

A populated result instance, or `nil` if validation fails.

---

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)