---
title: bundle
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsbundleresourcerequest/bundle
---

# bundle

A reference to the bundle used for storing the downloaded resources. (read-only)

## Declaration

```swift
var bundle: Bundle { get }
```

## Discussion

Discussion This value is either the main bundle or the one specified in the call to init(tags:bundle:). It is valid as soon as the NSBundleResourceRequest object is created.

## See Also

### Accessing the configuration

- [tags](foundation/nsbundleresourcerequest/tags.md)
