II.
ScopeBoundary JSON
Structured · livescope-boundary:swift.scope
scope-boundary:swift.scope json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "scope-boundary:swift.scope",
"_kind": "ScopeBoundary",
"_file": "sourceref-scope/scope-boundaries/scope-boundaries-languages.yaml",
"_cluster": "sourceref-scope",
"attributes": {
"subjectId": "language:swift",
"inScope": "Apple-platform apps (iOS, macOS, iPadOS, watchOS, visionOS) and\nincreasingly server-side Swift (Vapor, Hummingbird) and on-device\nML. ARC + value semantics give predictable performance.\n",
"outOfScope": "Cross-platform mobile (use Flutter / React Native if you can't\nafford a Swift+Kotlin pair), Windows-first desktop, and anywhere\nApple's toolchain is a non-starter.\n",
"outOfScopeReasonIds": [
"out-of-scope-reason:future-phase"
]
},
"outgoingEdges": [
{
"from": "scope-boundary:swift.scope",
"to": "language:swift",
"kind": "bounds_subject"
},
{
"from": "scope-boundary:swift.scope",
"to": "out-of-scope-reason:future-phase",
"kind": "has_out_of_scope_reason"
}
],
"incomingEdges": []
}