### [Volume capacity values](https://developer.apple.com/documentation/foundation/urlresourcevalues#Volume-capacity-values) ```swift var volumeAvailableCapacity: Int? … var volumeTotalCapacity: Int? ``` are available for tvOS9+ but you have whole `extension` wrapped with `#if os(iOS)` 
Volume capacity values
are available for tvOS9+
but you have whole
extensionwrapped with#if os(iOS)