iiRecord
Agentic AI Atlas · SwiftUI
framework:swiftuia5c.ai
II.
Framework JSON

framework:swiftui

Structured · live

SwiftUI json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/frameworks/frameworks-server-mobile.yamlCluster · domain
Record JSON
{
  "id": "framework:swiftui",
  "_kind": "Framework",
  "_file": "domain/frameworks/frameworks-server-mobile.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "SwiftUI",
    "homepageUrl": "https://developer.apple.com/xcode/swiftui",
    "belongsToLanguageId": "language:swift",
    "category": "mobile-framework",
    "description": "SwiftUI is Apple's declarative UI framework for building apps across iOS, macOS,\nwatchOS, and tvOS using Swift. It features live previews, data-driven view\ncomposition, and deep integration with the Apple platform ecosystem.\n"
  },
  "outgoingEdges": [
    {
      "from": "framework:swiftui",
      "to": "language:swift",
      "kind": "belongs_to_language"
    },
    {
      "from": "framework:swiftui",
      "to": "skill-area:ios-native",
      "kind": "used_by_skill_area",
      "attributes": {}
    },
    {
      "from": "framework:swiftui",
      "to": "framework:flutter",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Mobile / cross-platform UI frameworks"
      }
    },
    {
      "from": "framework:swiftui",
      "to": "framework:jetpack-compose",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Mobile / cross-platform UI frameworks"
      }
    },
    {
      "from": "framework:swiftui",
      "to": "framework:compose-multiplatform",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Mobile / cross-platform UI frameworks"
      }
    },
    {
      "from": "framework:swiftui",
      "to": "framework:maui",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Mobile / cross-platform UI frameworks"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "framework:flutter",
      "to": "framework:swiftui",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Mobile / cross-platform UI frameworks"
      }
    },
    {
      "from": "framework:jetpack-compose",
      "to": "framework:swiftui",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Mobile / cross-platform UI frameworks"
      }
    },
    {
      "from": "framework:compose-multiplatform",
      "to": "framework:swiftui",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Mobile / cross-platform UI frameworks"
      }
    },
    {
      "from": "framework:maui",
      "to": "framework:swiftui",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Mobile / cross-platform UI frameworks"
      }
    },
    {
      "from": "specialization:mobile-development",
      "to": "framework:swiftui",
      "kind": "uses_framework"
    },
    {
      "from": "specialization:mobile-ios",
      "to": "framework:swiftui",
      "kind": "uses_framework"
    }
  ]
}