Bulk update of the public corpus from /Users/mmj/.cupertino-dev/, the local source that built v1.0.0 / v1.0.1 release database bundles. - docs/: 1,739 new pages, 403,381 modified (schema upgrade to the structured-page format used by v1.0+: overview, rawMarkdown, sections[].items[]). Total 404,568 page JSONs (2.4 GB). - packages/: 1,587 packages (1.5 GB), previously empty in this repo. Includes per-package source archives and READMEs for the curated Swift package set. Some packages (notably swiftlang/swift-foundation-icu) ship 50-100 MB ICU lookup tables — under GitHub's 100 MB limit. No deletions: existing files not in .cupertino-dev are preserved (e.g. swift-org/ has 81 historical pages this update doesn't touch).
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"abstract" : "Enable or disable debug visualizations",
|
|
"availability" : [
|
|
{
|
|
"beta" : false,
|
|
"deprecated" : false,
|
|
"introducedAt" : "2.0",
|
|
"name" : "visionOS",
|
|
"unavailable" : false
|
|
}
|
|
],
|
|
"codeExamples" : [
|
|
|
|
],
|
|
"contentHash" : "5ed3fad91d268d82d466806e2b99d6bec02e084fb1b815e4084c8d320cd7f91b",
|
|
"crawledAt" : "2025-12-02T17:37:19Z",
|
|
"declaration" : {
|
|
"code" : "func debugDraw(options: DebugDrawOptions)",
|
|
"language" : "swift"
|
|
},
|
|
"id" : "4A00F9F0-1E15-4648-9EB5-1195ECB4C876",
|
|
"kind" : "method",
|
|
"language" : "swift",
|
|
"module" : "TabletopKit",
|
|
"platforms" : [
|
|
"visionOS"
|
|
],
|
|
"rawMarkdown" : "---\nsource: https:\/\/developer.apple.com\/documentation\/TabletopKit\/TabletopGame\/debugDraw(options:)\ncrawled: 2025-12-02T17:37:19Z\n---\n\n# debugDraw(options:)\n\n**Instance Method**\n\nEnable or disable debug visualizations\n\n## Declaration\n\n```swift\nfunc debugDraw(options: DebugDrawOptions)\n```\n\n",
|
|
"sections" : [
|
|
|
|
],
|
|
"source" : "appleJSON",
|
|
"title" : "debugDraw(options:)",
|
|
"url" : "https:\/\/developer.apple.com\/documentation\/TabletopKit\/TabletopGame\/debugDraw(options:)"
|
|
} |