| Toasts / banners |
✓
serves it · confidence 0.60 · as of 1.7.0
Drops.show
#if os(iOS) Sources/Drops.swift:41 View the line on GitHub → Core show API for presenting a drop (toast/banner); guarded by #if os(iOS), which holds on iOS.Drop
#if os(iOS) Sources/Drop.swift:28 View the line on GitHub → The drop model (title/subtitle/icon/position/duration) — the toast payload; present on iOS.- Package.swift:30
View the line on GitHub → Package.swift declares platforms: [.iOS(.v13)]; README states iOS 13+. Secondary evidence only.
|
✕
not served here · confidence 0.90 · as of 1.7.0
Drops
#if os(iOS) Sources/Drops.swift:30 View the line on GitHub → Core Drops class is guarded by #if os(iOS); surface digest resolves macOS as absent (gap) for this decl.Drop
#if os(iOS) Sources/Drop.swift:28 View the line on GitHub → Drop model guarded by #if os(iOS); macOS marked absent. All 44 public decls carry this guard — no surface exists on macOS.
|
✕
not served here · confidence 0.90 · as of 1.7.0
Drops
#if os(iOS) Sources/Drops.swift:30 View the line on GitHub → Core Drops class is guarded by #if os(iOS); surface digest resolves watchOS as absent (gap) for this decl.Drop
#if os(iOS) Sources/Drop.swift:28 View the line on GitHub → Drop model guarded by #if os(iOS); watchOS marked absent. All 44 public decls carry this guard — no surface exists on watchOS.
|
✕
not served here · confidence 0.90 · as of 1.7.0
Drops
#if os(iOS) Sources/Drops.swift:30 View the line on GitHub → Core Drops class is guarded by #if os(iOS); surface digest resolves tvOS as absent (gap) for this decl.Drop
#if os(iOS) Sources/Drop.swift:28 View the line on GitHub → Drop model guarded by #if os(iOS); tvOS marked absent. All 44 public decls carry this guard — no surface exists on tvOS.
|
✕
not served here · confidence 0.90 · as of 1.7.0
Drops
#if os(iOS) Sources/Drops.swift:30 View the line on GitHub → Core Drops class is guarded by #if os(iOS); os(iOS) is false when compiling for the visionOS SDK, and the surface digest resolves visionOS as absent (gap).Drop
#if os(iOS) Sources/Drop.swift:28 View the line on GitHub → Drop model guarded by #if os(iOS); visionOS marked absent. All 44 public decls carry this guard — no surface exists on native visionOS (iOS-compatibility mode aside).
|
✕
not served here · confidence 0.90 · as of 1.7.0
Drops
#if os(iOS) Sources/Drops.swift:30 View the line on GitHub → Core Drops class is guarded by #if os(iOS); surface digest resolves linux as absent (gap) for this decl.Drop
#if os(iOS) Sources/Drop.swift:28 View the line on GitHub → Drop model guarded by #if os(iOS); linux marked absent. All 44 public decls carry this guard (UIKit-based) — no surface exists on Linux.
|
✓
serves it · confidence 0.50 · as of 1.7.0
Drops.show
#if os(iOS) Sources/Drops.swift:41 View the line on GitHub → os(iOS) evaluates true under Mac Catalyst; the surface digest records no macCatalyst gap for this decl, so the show API resolves present there.Drop
#if os(iOS) Sources/Drop.swift:28 View the line on GitHub → Drop model present under Mac Catalyst (no gap recorded; os(iOS) holds on Catalyst). Manifest does not name Catalyst, so confidence held below the 0.6 conditional cap.
|