| Codable persistence |
โ
serves it ยท confidence 0.70 ยท as of 3.0.2
StorableItem Sources/Boutique/StorableItem.swift:1 View the line on GitHub โ public typealias StorableItem = Codable & Sendable โ all stored items are CodableStore Sources/Boutique/Store.swift:51 View the line on GitHub โ Store<Item> persists Codable items to a memory cache and a storage engineStore.insert Sources/Boutique/Store.swift:159 View the line on GitHub โ func insert(_ item: Item) async throws โ persists a Codable item
|
โ
serves it ยท confidence 0.70 ยท as of 3.0.2
StorableItem Sources/Boutique/StorableItem.swift:1 View the line on GitHub โ public typealias StorableItem = Codable & Sendable โ all stored items are CodableStore Sources/Boutique/Store.swift:51 View the line on GitHub โ Store<Item> persists Codable items to a memory cache and a storage engineStore.insert Sources/Boutique/Store.swift:159 View the line on GitHub โ func insert(_ item: Item) async throws โ persists a Codable item
|
โ
serves it ยท confidence 0.70 ยท as of 3.0.2
StorableItem Sources/Boutique/StorableItem.swift:1 View the line on GitHub โ public typealias StorableItem = Codable & Sendable โ all stored items are Codable No explicit watchOS floor in Package.swift (manifest lists only iOS/macOS); symbol anchors are unconditional and the digest resolves them present on watchOS.Store Sources/Boutique/Store.swift:51 View the line on GitHub โ Store<Item> persists Codable items to a memory cache and a storage engineStore.insert Sources/Boutique/Store.swift:159 View the line on GitHub โ func insert(_ item: Item) async throws โ persists a Codable item
|
โ
serves it ยท confidence 0.70 ยท as of 3.0.2
StorableItem Sources/Boutique/StorableItem.swift:1 View the line on GitHub โ public typealias StorableItem = Codable & Sendable โ all stored items are Codable No explicit tvOS floor in Package.swift (manifest lists only iOS/macOS); symbol anchors are unconditional and the digest resolves them present on tvOS.Store Sources/Boutique/Store.swift:51 View the line on GitHub โ Store<Item> persists Codable items to a memory cache and a storage engineStore.insert Sources/Boutique/Store.swift:159 View the line on GitHub โ func insert(_ item: Item) async throws โ persists a Codable item
|
โ
serves it ยท confidence 0.70 ยท as of 3.0.2
StorableItem Sources/Boutique/StorableItem.swift:1 View the line on GitHub โ public typealias StorableItem = Codable & Sendable โ all stored items are Codable No explicit visionOS floor in Package.swift (manifest lists only iOS/macOS); symbol anchors are unconditional and the digest resolves them present on visionOS.Store Sources/Boutique/Store.swift:51 View the line on GitHub โ Store<Item> persists Codable items to a memory cache and a storage engineStore.insert Sources/Boutique/Store.swift:159 View the line on GitHub โ func insert(_ item: Item) async throws โ persists a Codable item
|
?
not verified yet ยท confidence 0.20 ยท as of 3.0.2
StorableItem Sources/Boutique/StorableItem.swift:1 View the line on GitHub โ Surface digest resolves this decl present on linux (no os() conditions anywhere in the public surface), but the module unconditionally imports SwiftUI, Security, and Observation; Package.swift and README declare only iOS 17+/macOS 14+. Linux buildability unverified โ honest answer is unknown.
|
โ
serves it ยท confidence 0.70 ยท as of 3.0.2
StorableItem Sources/Boutique/StorableItem.swift:1 View the line on GitHub โ public typealias StorableItem = Codable & Sendable โ all stored items are Codable No explicit macCatalyst floor in Package.swift (manifest lists only iOS/macOS); symbol anchors are unconditional and the digest resolves them present on macCatalyst.Store Sources/Boutique/Store.swift:51 View the line on GitHub โ Store<Item> persists Codable items to a memory cache and a storage engineStore.insert Sources/Boutique/Store.swift:159 View the line on GitHub โ func insert(_ item: Item) async throws โ persists a Codable item
|
| Disk caching |
โ
serves it ยท confidence 0.85 ยท as of 3.0.2
Store.init Sources/Boutique/Store.swift:102 View the line on GitHub โ init(storage: StorageEngine, cacheIdentifier:) โ persists items to a memory cache and a storage engine (disk persistence via Bodega StorageEngine, e.g. SQLiteStorageEngine)Store.removeAll Sources/Boutique/Store.swift:244 View the line on GitHub โ doc: 'Removes all items from the store's memory cache and storage engine'Store.init Sources/Boutique/Store+Identifiable.swift:39 View the line on GitHub โ init(storage: StorageEngine) โ Identifiable convenience, same dual-layer disk persistence
|
โ
serves it ยท confidence 0.85 ยท as of 3.0.2
Store.init Sources/Boutique/Store.swift:102 View the line on GitHub โ init(storage: StorageEngine, cacheIdentifier:) โ persists items to a memory cache and a storage engine (disk persistence via Bodega StorageEngine, e.g. SQLiteStorageEngine)Store.removeAll Sources/Boutique/Store.swift:244 View the line on GitHub โ doc: 'Removes all items from the store's memory cache and storage engine'Store.init Sources/Boutique/Store+Identifiable.swift:39 View the line on GitHub โ init(storage: StorageEngine) โ Identifiable convenience, same dual-layer disk persistence
|
โ
serves it ยท confidence 0.65 ยท as of 3.0.2
Store.init Sources/Boutique/Store.swift:102 View the line on GitHub โ init(storage: StorageEngine, cacheIdentifier:) โ persists items to a memory cache and a storage engine (disk persistence via Bodega StorageEngine, e.g. SQLiteStorageEngine) No explicit watchOS floor in Package.swift (manifest lists only iOS/macOS); symbol anchors are unconditional and the digest resolves them present on watchOS.Store.removeAll Sources/Boutique/Store.swift:244 View the line on GitHub โ doc: 'Removes all items from the store's memory cache and storage engine'Store.init Sources/Boutique/Store+Identifiable.swift:39 View the line on GitHub โ init(storage: StorageEngine) โ Identifiable convenience, same dual-layer disk persistence
|
โ
serves it ยท confidence 0.65 ยท as of 3.0.2
Store.init Sources/Boutique/Store.swift:102 View the line on GitHub โ init(storage: StorageEngine, cacheIdentifier:) โ persists items to a memory cache and a storage engine (disk persistence via Bodega StorageEngine, e.g. SQLiteStorageEngine) No explicit tvOS floor in Package.swift (manifest lists only iOS/macOS); symbol anchors are unconditional and the digest resolves them present on tvOS.Store.removeAll Sources/Boutique/Store.swift:244 View the line on GitHub โ doc: 'Removes all items from the store's memory cache and storage engine'Store.init Sources/Boutique/Store+Identifiable.swift:39 View the line on GitHub โ init(storage: StorageEngine) โ Identifiable convenience, same dual-layer disk persistence
|
โ
serves it ยท confidence 0.65 ยท as of 3.0.2
Store.init Sources/Boutique/Store.swift:102 View the line on GitHub โ init(storage: StorageEngine, cacheIdentifier:) โ persists items to a memory cache and a storage engine (disk persistence via Bodega StorageEngine, e.g. SQLiteStorageEngine) No explicit visionOS floor in Package.swift (manifest lists only iOS/macOS); symbol anchors are unconditional and the digest resolves them present on visionOS.Store.removeAll Sources/Boutique/Store.swift:244 View the line on GitHub โ doc: 'Removes all items from the store's memory cache and storage engine'Store.init Sources/Boutique/Store+Identifiable.swift:39 View the line on GitHub โ init(storage: StorageEngine) โ Identifiable convenience, same dual-layer disk persistence
|
?
not verified yet ยท confidence 0.20 ยท as of 3.0.2
Store.init Sources/Boutique/Store.swift:102 View the line on GitHub โ Surface digest resolves this decl present on linux (no os() conditions anywhere in the public surface), but the module unconditionally imports SwiftUI, Security, and Observation; Package.swift and README declare only iOS 17+/macOS 14+. Linux buildability unverified โ honest answer is unknown.
|
โ
serves it ยท confidence 0.75 ยท as of 3.0.2
Store.init Sources/Boutique/Store.swift:102 View the line on GitHub โ init(storage: StorageEngine, cacheIdentifier:) โ persists items to a memory cache and a storage engine (disk persistence via Bodega StorageEngine, e.g. SQLiteStorageEngine) No explicit macCatalyst floor in Package.swift (manifest lists only iOS/macOS); symbol anchors are unconditional and the digest resolves them present on macCatalyst.Store.removeAll Sources/Boutique/Store.swift:244 View the line on GitHub โ doc: 'Removes all items from the store's memory cache and storage engine'Store.init Sources/Boutique/Store+Identifiable.swift:39 View the line on GitHub โ init(storage: StorageEngine) โ Identifiable convenience, same dual-layer disk persistence
|
| In-memory database |
โ
serves it ยท confidence 0.70 ยท as of 3.0.2
Store.items Sources/Boutique/Store.swift:64 View the line on GitHub โ var items: [Item] โ items are held in and read synchronously from the Store's in-memory cache layer (dual-layer memory + disk architecture)Store.init Sources/Boutique/Store.swift:102 View the line on GitHub โ doc: 'persisting items to a memory cache' โ memory layer is intrinsic to every StoreStore.previewStore
#if DEBUG Sources/Boutique/Store.swift:304 View the line on GitHub โ DEBUG-only transient Store that only holds items in memory (SwiftUI Previews); no files written to disk
|
โ
serves it ยท confidence 0.70 ยท as of 3.0.2
Store.items Sources/Boutique/Store.swift:64 View the line on GitHub โ var items: [Item] โ items are held in and read synchronously from the Store's in-memory cache layer (dual-layer memory + disk architecture)Store.init Sources/Boutique/Store.swift:102 View the line on GitHub โ doc: 'persisting items to a memory cache' โ memory layer is intrinsic to every StoreStore.previewStore
#if DEBUG Sources/Boutique/Store.swift:304 View the line on GitHub โ DEBUG-only transient Store that only holds items in memory (SwiftUI Previews); no files written to disk
|
โ
serves it ยท confidence 0.60 ยท as of 3.0.2
Store.items Sources/Boutique/Store.swift:64 View the line on GitHub โ var items: [Item] โ items are held in and read synchronously from the Store's in-memory cache layer (dual-layer memory + disk architecture) No explicit watchOS floor in Package.swift (manifest lists only iOS/macOS); symbol anchors are unconditional and the digest resolves them present on watchOS.Store.init Sources/Boutique/Store.swift:102 View the line on GitHub โ doc: 'persisting items to a memory cache' โ memory layer is intrinsic to every StoreStore.previewStore
#if DEBUG Sources/Boutique/Store.swift:304 View the line on GitHub โ DEBUG-only transient Store that only holds items in memory (SwiftUI Previews); no files written to disk
|
โ
serves it ยท confidence 0.60 ยท as of 3.0.2
Store.items Sources/Boutique/Store.swift:64 View the line on GitHub โ var items: [Item] โ items are held in and read synchronously from the Store's in-memory cache layer (dual-layer memory + disk architecture) No explicit tvOS floor in Package.swift (manifest lists only iOS/macOS); symbol anchors are unconditional and the digest resolves them present on tvOS.Store.init Sources/Boutique/Store.swift:102 View the line on GitHub โ doc: 'persisting items to a memory cache' โ memory layer is intrinsic to every StoreStore.previewStore
#if DEBUG Sources/Boutique/Store.swift:304 View the line on GitHub โ DEBUG-only transient Store that only holds items in memory (SwiftUI Previews); no files written to disk
|
โ
serves it ยท confidence 0.60 ยท as of 3.0.2
Store.items Sources/Boutique/Store.swift:64 View the line on GitHub โ var items: [Item] โ items are held in and read synchronously from the Store's in-memory cache layer (dual-layer memory + disk architecture) No explicit visionOS floor in Package.swift (manifest lists only iOS/macOS); symbol anchors are unconditional and the digest resolves them present on visionOS.Store.init Sources/Boutique/Store.swift:102 View the line on GitHub โ doc: 'persisting items to a memory cache' โ memory layer is intrinsic to every StoreStore.previewStore
#if DEBUG Sources/Boutique/Store.swift:304 View the line on GitHub โ DEBUG-only transient Store that only holds items in memory (SwiftUI Previews); no files written to disk
|
?
not verified yet ยท confidence 0.20 ยท as of 3.0.2
Store.items Sources/Boutique/Store.swift:64 View the line on GitHub โ Surface digest resolves this decl present on linux (no os() conditions anywhere in the public surface), but the module unconditionally imports SwiftUI, Security, and Observation; Package.swift and README declare only iOS 17+/macOS 14+. Linux buildability unverified โ honest answer is unknown.
|
โ
serves it ยท confidence 0.65 ยท as of 3.0.2
Store.items Sources/Boutique/Store.swift:64 View the line on GitHub โ var items: [Item] โ items are held in and read synchronously from the Store's in-memory cache layer (dual-layer memory + disk architecture) No explicit macCatalyst floor in Package.swift (manifest lists only iOS/macOS); symbol anchors are unconditional and the digest resolves them present on macCatalyst.Store.init Sources/Boutique/Store.swift:102 View the line on GitHub โ doc: 'persisting items to a memory cache' โ memory layer is intrinsic to every StoreStore.previewStore
#if DEBUG Sources/Boutique/Store.swift:304 View the line on GitHub โ DEBUG-only transient Store that only holds items in memory (SwiftUI Previews); no files written to disk
|
| Key-value storage |
โ
serves it ยท confidence 0.70 ยท as of 3.0.2
StoredValue Sources/Boutique/StoredValue.swift:56 View the line on GitHub โ @StoredValue property wrapper persists a single Item in UserDefaultsStoredValue.init Sources/Boutique/StoredValue.swift:73 View the line on GitHub โ init(wrappedValue:key:storage: UserDefaults = .standard) โ key-value storage keyed by StringStoredValue.set Sources/Boutique/StoredValue.swift:135 View the line on GitHub โ func set(_ item: Item) โ writes the value for the wrapper's key
|
โ
serves it ยท confidence 0.70 ยท as of 3.0.2
StoredValue Sources/Boutique/StoredValue.swift:56 View the line on GitHub โ @StoredValue property wrapper persists a single Item in UserDefaultsStoredValue.init Sources/Boutique/StoredValue.swift:73 View the line on GitHub โ init(wrappedValue:key:storage: UserDefaults = .standard) โ key-value storage keyed by StringStoredValue.set Sources/Boutique/StoredValue.swift:135 View the line on GitHub โ func set(_ item: Item) โ writes the value for the wrapper's key
|
โ
serves it ยท confidence 0.70 ยท as of 3.0.2
StoredValue Sources/Boutique/StoredValue.swift:56 View the line on GitHub โ @StoredValue property wrapper persists a single Item in UserDefaults No explicit watchOS floor in Package.swift (manifest lists only iOS/macOS); symbol anchors are unconditional and the digest resolves them present on watchOS.StoredValue.init Sources/Boutique/StoredValue.swift:73 View the line on GitHub โ init(wrappedValue:key:storage: UserDefaults = .standard) โ key-value storage keyed by StringStoredValue.set Sources/Boutique/StoredValue.swift:135 View the line on GitHub โ func set(_ item: Item) โ writes the value for the wrapper's key
|
โ
serves it ยท confidence 0.70 ยท as of 3.0.2
StoredValue Sources/Boutique/StoredValue.swift:56 View the line on GitHub โ @StoredValue property wrapper persists a single Item in UserDefaults No explicit tvOS floor in Package.swift (manifest lists only iOS/macOS); symbol anchors are unconditional and the digest resolves them present on tvOS.StoredValue.init Sources/Boutique/StoredValue.swift:73 View the line on GitHub โ init(wrappedValue:key:storage: UserDefaults = .standard) โ key-value storage keyed by StringStoredValue.set Sources/Boutique/StoredValue.swift:135 View the line on GitHub โ func set(_ item: Item) โ writes the value for the wrapper's key
|
โ
serves it ยท confidence 0.70 ยท as of 3.0.2
StoredValue Sources/Boutique/StoredValue.swift:56 View the line on GitHub โ @StoredValue property wrapper persists a single Item in UserDefaults No explicit visionOS floor in Package.swift (manifest lists only iOS/macOS); symbol anchors are unconditional and the digest resolves them present on visionOS.StoredValue.init Sources/Boutique/StoredValue.swift:73 View the line on GitHub โ init(wrappedValue:key:storage: UserDefaults = .standard) โ key-value storage keyed by StringStoredValue.set Sources/Boutique/StoredValue.swift:135 View the line on GitHub โ func set(_ item: Item) โ writes the value for the wrapper's key
|
?
not verified yet ยท confidence 0.20 ยท as of 3.0.2
StoredValue Sources/Boutique/StoredValue.swift:56 View the line on GitHub โ Surface digest resolves this decl present on linux (no os() conditions anywhere in the public surface), but the module unconditionally imports SwiftUI, Security, and Observation; Package.swift and README declare only iOS 17+/macOS 14+. Linux buildability unverified โ honest answer is unknown.
|
โ
serves it ยท confidence 0.70 ยท as of 3.0.2
StoredValue Sources/Boutique/StoredValue.swift:56 View the line on GitHub โ @StoredValue property wrapper persists a single Item in UserDefaults No explicit macCatalyst floor in Package.swift (manifest lists only iOS/macOS); symbol anchors are unconditional and the digest resolves them present on macCatalyst.StoredValue.init Sources/Boutique/StoredValue.swift:73 View the line on GitHub โ init(wrappedValue:key:storage: UserDefaults = .standard) โ key-value storage keyed by StringStoredValue.set Sources/Boutique/StoredValue.swift:135 View the line on GitHub โ func set(_ item: Item) โ writes the value for the wrapper's key
|
| Keychain storage |
โ
serves it ยท confidence 0.70 ยท as of 3.0.2
SecurelyStoredValue Sources/Boutique/SecurelyStoredValue.swift:51 View the line on GitHub โ @SecurelyStoredValue property wrapper persists a single Item in the system KeychainSecurelyStoredValue.set Sources/Boutique/SecurelyStoredValue.swift:115 View the line on GitHub โ func set(_ value: Item?) throws โ writes the value to the KeychainSecurelyStoredValue.remove Sources/Boutique/SecurelyStoredValue.swift:154 View the line on GitHub โ func remove() throws โ removes the value from the Keychain
|
โ
serves it ยท confidence 0.70 ยท as of 3.0.2
SecurelyStoredValue Sources/Boutique/SecurelyStoredValue.swift:51 View the line on GitHub โ @SecurelyStoredValue property wrapper persists a single Item in the system KeychainSecurelyStoredValue.set Sources/Boutique/SecurelyStoredValue.swift:115 View the line on GitHub โ func set(_ value: Item?) throws โ writes the value to the KeychainSecurelyStoredValue.remove Sources/Boutique/SecurelyStoredValue.swift:154 View the line on GitHub โ func remove() throws โ removes the value from the Keychain
|
โ
serves it ยท confidence 0.70 ยท as of 3.0.2
SecurelyStoredValue Sources/Boutique/SecurelyStoredValue.swift:51 View the line on GitHub โ @SecurelyStoredValue property wrapper persists a single Item in the system Keychain No explicit watchOS floor in Package.swift (manifest lists only iOS/macOS); symbol anchors are unconditional and the digest resolves them present on watchOS.SecurelyStoredValue.set Sources/Boutique/SecurelyStoredValue.swift:115 View the line on GitHub โ func set(_ value: Item?) throws โ writes the value to the KeychainSecurelyStoredValue.remove Sources/Boutique/SecurelyStoredValue.swift:154 View the line on GitHub โ func remove() throws โ removes the value from the Keychain
|
โ
serves it ยท confidence 0.70 ยท as of 3.0.2
SecurelyStoredValue Sources/Boutique/SecurelyStoredValue.swift:51 View the line on GitHub โ @SecurelyStoredValue property wrapper persists a single Item in the system Keychain No explicit tvOS floor in Package.swift (manifest lists only iOS/macOS); symbol anchors are unconditional and the digest resolves them present on tvOS.SecurelyStoredValue.set Sources/Boutique/SecurelyStoredValue.swift:115 View the line on GitHub โ func set(_ value: Item?) throws โ writes the value to the KeychainSecurelyStoredValue.remove Sources/Boutique/SecurelyStoredValue.swift:154 View the line on GitHub โ func remove() throws โ removes the value from the Keychain
|
โ
serves it ยท confidence 0.70 ยท as of 3.0.2
SecurelyStoredValue Sources/Boutique/SecurelyStoredValue.swift:51 View the line on GitHub โ @SecurelyStoredValue property wrapper persists a single Item in the system Keychain No explicit visionOS floor in Package.swift (manifest lists only iOS/macOS); symbol anchors are unconditional and the digest resolves them present on visionOS.SecurelyStoredValue.set Sources/Boutique/SecurelyStoredValue.swift:115 View the line on GitHub โ func set(_ value: Item?) throws โ writes the value to the KeychainSecurelyStoredValue.remove Sources/Boutique/SecurelyStoredValue.swift:154 View the line on GitHub โ func remove() throws โ removes the value from the Keychain
|
?
not verified yet ยท confidence 0.15 ยท as of 3.0.2
SecurelyStoredValue Sources/Boutique/SecurelyStoredValue.swift:51 View the line on GitHub โ Surface digest resolves this decl present on linux (no os() conditions anywhere in the public surface), but the module unconditionally imports SwiftUI, Security, and Observation; Package.swift and README declare only iOS 17+/macOS 14+. Linux buildability unverified โ honest answer is unknown.
|
โ
serves it ยท confidence 0.70 ยท as of 3.0.2
SecurelyStoredValue Sources/Boutique/SecurelyStoredValue.swift:51 View the line on GitHub โ @SecurelyStoredValue property wrapper persists a single Item in the system Keychain No explicit macCatalyst floor in Package.swift (manifest lists only iOS/macOS); symbol anchors are unconditional and the digest resolves them present on macCatalyst.SecurelyStoredValue.set Sources/Boutique/SecurelyStoredValue.swift:115 View the line on GitHub โ func set(_ value: Item?) throws โ writes the value to the KeychainSecurelyStoredValue.remove Sources/Boutique/SecurelyStoredValue.swift:154 View the line on GitHub โ func remove() throws โ removes the value from the Keychain
|
| Reactive queries / change tracking |
โ
serves it ยท confidence 0.90 ยท as of 3.0.2
Store.events Sources/Boutique/Store.swift:272 View the line on GitHub โ var events: AsyncStream<StoreEvent<Item>> โ granular events tracking API for all Store changesStoreEvent Sources/Boutique/StoreEvent.swift:25 View the line on GitHub โ event type carrying operation (.initialized/.loaded/.insert/.remove) and affected itemsStoredValue.values Sources/Boutique/StoredValue.swift:109 View the line on GitHub โ AsyncStream that emits all value changes of a @StoredValue
|
โ
serves it ยท confidence 0.90 ยท as of 3.0.2
Store.events Sources/Boutique/Store.swift:272 View the line on GitHub โ var events: AsyncStream<StoreEvent<Item>> โ granular events tracking API for all Store changesStoreEvent Sources/Boutique/StoreEvent.swift:25 View the line on GitHub โ event type carrying operation (.initialized/.loaded/.insert/.remove) and affected itemsStoredValue.values Sources/Boutique/StoredValue.swift:109 View the line on GitHub โ AsyncStream that emits all value changes of a @StoredValue
|
โ
serves it ยท confidence 0.70 ยท as of 3.0.2
Store.events Sources/Boutique/Store.swift:272 View the line on GitHub โ var events: AsyncStream<StoreEvent<Item>> โ granular events tracking API for all Store changes No explicit watchOS floor in Package.swift (manifest lists only iOS/macOS); symbol anchors are unconditional and the digest resolves them present on watchOS.StoreEvent Sources/Boutique/StoreEvent.swift:25 View the line on GitHub โ event type carrying operation (.initialized/.loaded/.insert/.remove) and affected itemsStoredValue.values Sources/Boutique/StoredValue.swift:109 View the line on GitHub โ AsyncStream that emits all value changes of a @StoredValue
|
โ
serves it ยท confidence 0.70 ยท as of 3.0.2
Store.events Sources/Boutique/Store.swift:272 View the line on GitHub โ var events: AsyncStream<StoreEvent<Item>> โ granular events tracking API for all Store changes No explicit tvOS floor in Package.swift (manifest lists only iOS/macOS); symbol anchors are unconditional and the digest resolves them present on tvOS.StoreEvent Sources/Boutique/StoreEvent.swift:25 View the line on GitHub โ event type carrying operation (.initialized/.loaded/.insert/.remove) and affected itemsStoredValue.values Sources/Boutique/StoredValue.swift:109 View the line on GitHub โ AsyncStream that emits all value changes of a @StoredValue
|
โ
serves it ยท confidence 0.70 ยท as of 3.0.2
Store.events Sources/Boutique/Store.swift:272 View the line on GitHub โ var events: AsyncStream<StoreEvent<Item>> โ granular events tracking API for all Store changes No explicit visionOS floor in Package.swift (manifest lists only iOS/macOS); symbol anchors are unconditional and the digest resolves them present on visionOS.StoreEvent Sources/Boutique/StoreEvent.swift:25 View the line on GitHub โ event type carrying operation (.initialized/.loaded/.insert/.remove) and affected itemsStoredValue.values Sources/Boutique/StoredValue.swift:109 View the line on GitHub โ AsyncStream that emits all value changes of a @StoredValue
|
?
not verified yet ยท confidence 0.20 ยท as of 3.0.2
Store.events Sources/Boutique/Store.swift:272 View the line on GitHub โ Surface digest resolves this decl present on linux (no os() conditions anywhere in the public surface), but the module unconditionally imports SwiftUI, Security, and Observation; Package.swift and README declare only iOS 17+/macOS 14+. Linux buildability unverified โ honest answer is unknown.
|
โ
serves it ยท confidence 0.80 ยท as of 3.0.2
Store.events Sources/Boutique/Store.swift:272 View the line on GitHub โ var events: AsyncStream<StoreEvent<Item>> โ granular events tracking API for all Store changes No explicit macCatalyst floor in Package.swift (manifest lists only iOS/macOS); symbol anchors are unconditional and the digest resolves them present on macCatalyst.StoreEvent Sources/Boutique/StoreEvent.swift:25 View the line on GitHub โ event type carrying operation (.initialized/.loaded/.insert/.remove) and affected itemsStoredValue.values Sources/Boutique/StoredValue.swift:109 View the line on GitHub โ AsyncStream that emits all value changes of a @StoredValue
|