{
  "ABIRoot": {
    "kind": "Root",
    "name": "TopLevel",
    "printedName": "TopLevel",
    "children": [
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "UTSJSONObject",
        "printedName": "UTSJSONObject",
        "children": [
          {
            "kind": "Function",
            "name": "__$getOriginalPosition",
            "printedName": "__$getOriginalPosition()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "DCloudUTSFoundation.UTSSourceMapPosition?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UTSSourceMapPosition",
                    "printedName": "DCloudUTSFoundation.UTSSourceMapPosition",
                    "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSSourceMapPosition"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject(im)__$getOriginalPosition",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC22__$getOriginalPositionAA012UTSSourceMapF0CSgyF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl",
              "ObjC"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Var",
            "name": "__utsJsonObjectMap",
            "printedName": "__utsJsonObjectMap",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject(py)__utsJsonObjectMap",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC18__utsJsonObjectMapSDySSypGvp",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "RawDocComment",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Dictionary",
                    "printedName": "[Swift.String : Any]",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:SD"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject(im)__utsJsonObjectMap",
                "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC18__utsJsonObjectMapSDySSypGvg",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Dictionary",
                    "printedName": "[Swift.String : Any]",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:SD"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject(im)set__utsJsonObjectMap:",
                "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC18__utsJsonObjectMapSDySSypGvs",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation13UTSJSONObjectC18__utsJsonObjectMapSDySSypGvM",
                "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC18__utsJsonObjectMapSDySSypGvM",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UTSJSONObject",
                "printedName": "DCloudUTSFoundation.UTSJSONObject",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject"
              }
            ],
            "declKind": "Constructor",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject(im)init",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectCACycfc",
            "moduleName": "DCloudUTSFoundation",
            "overriding": true,
            "objc_name": "init",
            "declAttributes": [
              "Dynamic",
              "ObjC",
              "Override",
              "AccessControl"
            ],
            "init_kind": "Designated"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(dictionary:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UTSJSONObject",
                "printedName": "DCloudUTSFoundation.UTSJSONObject",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject"
              },
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Constructor",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject(im)initWithDictionary:",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC10dictionaryACSDySSypG_tcfc",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl",
              "RawDocComment",
              "ObjC"
            ],
            "init_kind": "Designated"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(dictionary:position:shouldConvert:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UTSJSONObject",
                "printedName": "DCloudUTSFoundation.UTSJSONObject",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject"
              },
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "DCloudUTSFoundation.UTSSourceMapPosition?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UTSSourceMapPosition",
                    "printedName": "DCloudUTSFoundation.UTSSourceMapPosition",
                    "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSSourceMapPosition"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              }
            ],
            "declKind": "Constructor",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject(im)initWithDictionary:position:shouldConvert:",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC10dictionary8position13shouldConvertACSDySSypG_AA20UTSSourceMapPositionCSgSbtcfc",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl",
              "ObjC"
            ],
            "init_kind": "Designated"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UTSJSONObject",
                "printedName": "DCloudUTSFoundation.UTSJSONObject",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject"
              },
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any?]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Any?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "usr": "s:SD"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "DCloudUTSFoundation.UTSSourceMapPosition?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UTSSourceMapPosition",
                    "printedName": "DCloudUTSFoundation.UTSSourceMapPosition",
                    "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSSourceMapPosition"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:19DCloudUTSFoundation13UTSJSONObjectCyACSDySSypSgG_AA20UTSSourceMapPositionCSgSbtcfc",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectCyACSDySSypSgG_AA20UTSSourceMapPositionCSgSbtcfc",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "init_kind": "Designated"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UTSJSONObject",
                "printedName": "DCloudUTSFoundation.UTSJSONObject",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject"
              },
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any?]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Any?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "usr": "s:SD"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "DCloudUTSFoundation.UTSSourceMapPosition?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UTSSourceMapPosition",
                    "printedName": "DCloudUTSFoundation.UTSSourceMapPosition",
                    "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSSourceMapPosition"
                  }
                ],
                "hasDefaultArg": true,
                "usr": "s:Sq"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:19DCloudUTSFoundation13UTSJSONObjectCyACSDySSypSgG_AA20UTSSourceMapPositionCSgtcfc",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectCyACSDySSypSgG_AA20UTSSourceMapPositionCSgtcfc",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "init_kind": "Designated"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UTSJSONObject",
                "printedName": "DCloudUTSFoundation.UTSJSONObject",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "DCloudUTSFoundation.UTSSourceMapPosition?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UTSSourceMapPosition",
                    "printedName": "DCloudUTSFoundation.UTSSourceMapPosition",
                    "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSSourceMapPosition"
                  }
                ],
                "hasDefaultArg": true,
                "usr": "s:Sq"
              }
            ],
            "declKind": "Constructor",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject(im)init::",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectCyACyp_AA20UTSSourceMapPositionCSgtcfc",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl",
              "Convenience",
              "ObjC"
            ],
            "init_kind": "Convenience"
          },
          {
            "kind": "Subscript",
            "name": "subscript",
            "printedName": "subscript(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Any?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Subscript",
            "usr": "s:19DCloudUTSFoundation13UTSJSONObjectCyypSgSScip",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectCyypSgSScip",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl",
              "RawDocComment",
              "ObjC"
            ],
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Any?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:Sq"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject(im)objectForKeyedSubscript:",
                "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectCyypSgSScig",
                "moduleName": "DCloudUTSFoundation",
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Any?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:Sq"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject(im)setObject:forKeyedSubscript:",
                "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectCyypSgSScis",
                "moduleName": "DCloudUTSFoundation",
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation13UTSJSONObjectCyypSgSSciM",
                "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectCyypSgSSciM",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Function",
            "name": "set",
            "printedName": "set(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Any?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject(im)set::",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC3setyySS_ypSgtF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl",
              "ObjC"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Var",
            "name": "description",
            "printedName": "description",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject(py)description",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC11descriptionSSvp",
            "moduleName": "DCloudUTSFoundation",
            "overriding": true,
            "objc_name": "description",
            "declAttributes": [
              "Dynamic",
              "ObjC",
              "Override",
              "AccessControl"
            ],
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject(im)description",
                "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC11descriptionSSvg",
                "moduleName": "DCloudUTSFoundation",
                "overriding": true,
                "objc_name": "description",
                "declAttributes": [
                  "Dynamic",
                  "ObjC"
                ],
                "accessorKind": "get"
              }
            ]
          },
          {
            "kind": "Function",
            "name": "toMap",
            "printedName": "toMap()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Func",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject(im)toMap",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC5toMapSDySSypGyF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl",
              "ObjC"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toString",
            "printedName": "toString()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject(im)toString",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC8toStringSSyF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl",
              "ObjC"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "makeIterator",
            "printedName": "makeIterator()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "DCUTSJSONObjectIterator",
                "printedName": "DCloudUTSFoundation.DCUTSJSONObjectIterator",
                "usr": "s:19DCloudUTSFoundation23DCUTSJSONObjectIteratorV"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation13UTSJSONObjectC12makeIteratorAA015DCUTSJSONObjectE0VyF",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC12makeIteratorAA015DCUTSJSONObjectE0VyF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "keys",
            "printedName": "keys(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Swift.String]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "UTSJSONObject",
                "printedName": "DCloudUTSFoundation.UTSJSONObject",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject"
              }
            ],
            "declKind": "Func",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject(cm)keys:",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC4keysySaySSGACFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl",
              "ObjC"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "assign",
            "printedName": "assign(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UTSJSONObject",
                "printedName": "DCloudUTSFoundation.UTSJSONObject",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[any DCloudUTSFoundation.IUTSObject]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "IUTSObject",
                    "printedName": "any DCloudUTSFoundation.IUTSObject",
                    "usr": "s:19DCloudUTSFoundation10IUTSObjectP"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation13UTSJSONObjectC6assignyACyp_AA10IUTSObject_pdtFZ",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC6assignyACyp_AA10IUTSObject_pdtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "assign",
            "printedName": "assign(_:_:type:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "τ_0_0?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[any DCloudUTSFoundation.IUTSObject]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "IUTSObject",
                    "printedName": "any DCloudUTSFoundation.IUTSObject",
                    "usr": "s:19DCloudUTSFoundation10IUTSObjectP"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "Metatype",
                "printedName": "τ_0_0.Type",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation13UTSJSONObjectC6assign__4typexSgyp_AA10IUTSObject_pdxmtlFZ",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC6assign__4typexSgyp_AA10IUTSObject_pdxmtlFZ",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<T>",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "assign",
            "printedName": "assign(_:_:type:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "τ_0_0?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[any DCloudUTSFoundation.IUTSObject]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "IUTSObject",
                    "printedName": "any DCloudUTSFoundation.IUTSObject",
                    "usr": "s:19DCloudUTSFoundation10IUTSObjectP"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "Metatype",
                "printedName": "τ_0_0.Type",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation13UTSJSONObjectC6assign__4typexSgyp_AA10IUTSObject_pdxmtSeRzlFZ",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC6assign__4typexSgyp_AA10IUTSObject_pdxmtSeRzlFZ",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 : Swift.Decodable>",
            "sugared_genericSig": "<T where T : Swift.Decodable>",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getString",
            "printedName": "getString(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.String?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "c:@CM@DCloudUTSFoundation@objc(cs)UTSJSONObject(im)getString:",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC9getStringySSSgSSF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Dynamic",
              "AccessControl",
              "ObjC"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getString",
            "printedName": "getString(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "c:@CM@DCloudUTSFoundation@objc(cs)UTSJSONObject(im)getString::",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC9getStringyS2S_SStF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Dynamic",
              "AccessControl",
              "ObjC"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getNumber",
            "printedName": "getNumber(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Foundation.NSNumber?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "c:@CM@DCloudUTSFoundation@objc(cs)UTSJSONObject(im)getNumber:",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC9getNumberySo8NSNumberCSgSSF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Dynamic",
              "AccessControl",
              "ObjC"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getNumber",
            "printedName": "getNumber(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "c:@CM@DCloudUTSFoundation@objc(cs)UTSJSONObject(im)getNumber::",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC9getNumberySo8NSNumberCSS_AFtF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Dynamic",
              "AccessControl",
              "ObjC"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getBoolean",
            "printedName": "getBoolean(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.Bool?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation13UTSJSONObjectC10getBooleanySbSgSSF",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC10getBooleanySbSgSSF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getBoolean",
            "printedName": "getBoolean(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              }
            ],
            "declKind": "Func",
            "usr": "c:@CM@DCloudUTSFoundation@objc(cs)UTSJSONObject(im)getBoolean::",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC10getBooleanySbSS_SbtF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Dynamic",
              "AccessControl",
              "ObjC"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getJSON",
            "printedName": "getJSON(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "DCloudUTSFoundation.UTSJSONObject?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UTSJSONObject",
                    "printedName": "DCloudUTSFoundation.UTSJSONObject",
                    "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "c:@CM@DCloudUTSFoundation@objc(cs)UTSJSONObject(im)getJSON:",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC7getJSONyACSgSSF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Dynamic",
              "AccessControl",
              "ObjC"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getJSON",
            "printedName": "getJSON(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UTSJSONObject",
                "printedName": "DCloudUTSFoundation.UTSJSONObject",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "UTSJSONObject",
                "printedName": "DCloudUTSFoundation.UTSJSONObject",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject"
              }
            ],
            "declKind": "Func",
            "usr": "c:@CM@DCloudUTSFoundation@objc(cs)UTSJSONObject(im)getJSON::",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC7getJSONyACSS_ACtF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Dynamic",
              "AccessControl",
              "ObjC"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getAny",
            "printedName": "getAny(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Any?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "c:@CM@DCloudUTSFoundation@objc(cs)UTSJSONObject(im)getAny:",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC6getAnyyypSgSSF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Dynamic",
              "AccessControl",
              "ObjC"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getAny",
            "printedName": "getAny(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              }
            ],
            "declKind": "Func",
            "usr": "c:@CM@DCloudUTSFoundation@objc(cs)UTSJSONObject(im)getAny::",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC6getAnyyypSS_yptF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Dynamic",
              "AccessControl",
              "ObjC"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getArray",
            "printedName": "getArray(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "[Any]?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Array",
                    "printedName": "[Any]",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:Sa"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "c:@CM@DCloudUTSFoundation@objc(cs)UTSJSONObject(im)getArray:",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC8getArrayySayypGSgSSF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Dynamic",
              "AccessControl",
              "ObjC"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getArrayDef",
            "printedName": "getArrayDef(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Func",
            "usr": "c:@CM@DCloudUTSFoundation@objc(cs)UTSJSONObject(im)getArrayDef::",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC11getArrayDefySayypGSS_AEtF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Dynamic",
              "AccessControl",
              "ObjC"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getArray",
            "printedName": "getArray(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "[τ_0_0]?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Array",
                    "printedName": "[τ_0_0]",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      }
                    ],
                    "usr": "s:Sa"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation13UTSJSONObjectC8getArrayySayxGSgSSlF",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC8getArrayySayxGSgSSlF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<E>",
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getArray",
            "printedName": "getArray(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation13UTSJSONObjectC8getArrayySayxGSS_AEtlF",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC8getArrayySayxGSS_AEtlF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<E>",
            "declAttributes": [
              "AccessControl"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getArray",
            "printedName": "getArray(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "[τ_0_0]?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Array",
                    "printedName": "[τ_0_0]",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      }
                    ],
                    "usr": "s:Sa"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation13UTSJSONObjectC8getArrayySayxGSgSSSeRzlF",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC8getArrayySayxGSgSSSeRzlF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 : Swift.Decodable>",
            "sugared_genericSig": "<E where E : Swift.Decodable>",
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getArray",
            "printedName": "getArray(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation13UTSJSONObjectC8getArrayySayxGSS_AEtSeRzlF",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC8getArrayySayxGSS_AEtSeRzlF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 : Swift.Decodable>",
            "sugared_genericSig": "<E where E : Swift.Decodable>",
            "declAttributes": [
              "AccessControl"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "hasOwnProperty",
            "printedName": "hasOwnProperty(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "c:@CM@DCloudUTSFoundation@objc(cs)UTSJSONObject(im)hasOwnProperty:",
            "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC14hasOwnPropertyySbSSF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Dynamic",
              "AccessControl",
              "ObjC"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Class",
        "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject",
        "mangledName": "$s19DCloudUTSFoundation13UTSJSONObjectC",
        "moduleName": "DCloudUTSFoundation",
        "objc_name": "UTSJSONObject",
        "declAttributes": [
          "AccessControl",
          "ObjCMembers",
          "ObjC",
          "RawDocComment"
        ],
        "superclassUsr": "c:objc(cs)NSObject",
        "inheritsConvenienceInitializers": true,
        "superclassNames": [
          "ObjectiveC.NSObject"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "IUTSObject",
            "printedName": "IUTSObject",
            "usr": "s:19DCloudUTSFoundation10IUTSObjectP",
            "mangledName": "$s19DCloudUTSFoundation10IUTSObjectP"
          },
          {
            "kind": "Conformance",
            "name": "IUTSSourceMap",
            "printedName": "IUTSSourceMap",
            "usr": "s:19DCloudUTSFoundation13IUTSSourceMapP",
            "mangledName": "$s19DCloudUTSFoundation13IUTSSourceMapP"
          },
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObservingPublishing",
            "printedName": "_KeyValueCodingAndObservingPublishing",
            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObserving",
            "printedName": "_KeyValueCodingAndObserving",
            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "DCUTSSequence",
            "printedName": "DCUTSSequence",
            "usr": "s:19DCloudUTSFoundation13DCUTSSequenceP",
            "mangledName": "$s19DCloudUTSFoundation13DCUTSSequenceP"
          },
          {
            "kind": "Conformance",
            "name": "Sequence",
            "printedName": "Sequence",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Element",
                "printedName": "Element",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "Iterator",
                "printedName": "Iterator",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "DCUTSJSONObjectIterator",
                    "printedName": "DCloudUTSFoundation.DCUTSJSONObjectIterator",
                    "usr": "s:19DCloudUTSFoundation23DCUTSJSONObjectIteratorV"
                  }
                ]
              }
            ],
            "usr": "s:ST",
            "mangledName": "$sST"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "DCUTSJSONObjectIterator",
        "printedName": "DCUTSJSONObjectIterator",
        "children": [
          {
            "kind": "Function",
            "name": "next",
            "printedName": "next()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.String?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation23DCUTSJSONObjectIteratorV4nextSSSgyF",
            "mangledName": "$s19DCloudUTSFoundation23DCUTSJSONObjectIteratorV4nextSSSgyF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl",
              "Mutating"
            ],
            "funcSelfKind": "Mutating"
          }
        ],
        "declKind": "Struct",
        "usr": "s:19DCloudUTSFoundation23DCUTSJSONObjectIteratorV",
        "mangledName": "$s19DCloudUTSFoundation23DCUTSJSONObjectIteratorV",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl",
          "RawDocComment"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "IteratorProtocol",
            "printedName": "IteratorProtocol",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Element",
                "printedName": "Element",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ]
              }
            ],
            "usr": "s:St",
            "mangledName": "$sSt"
          }
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "UIKit",
        "printedName": "UIKit",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "UTSCallback",
        "printedName": "UTSCallback",
        "children": [
          {
            "kind": "Var",
            "name": "wxCallabck",
            "printedName": "wxCallabck",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "((Any, DCloudUTSFoundation.DCUTSBlockType) -> ())?",
                "children": [
                  {
                    "kind": "TypeFunc",
                    "name": "Function",
                    "printedName": "(Any, DCloudUTSFoundation.DCUTSBlockType) -> ()",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "Void",
                        "printedName": "()"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Tuple",
                        "printedName": "(Any, DCloudUTSFoundation.DCUTSBlockType)",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "ProtocolComposition",
                            "printedName": "Any"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "DCUTSBlockType",
                            "printedName": "DCloudUTSFoundation.DCUTSBlockType",
                            "usr": "c:@E@DCUTSBlockType"
                          }
                        ]
                      }
                    ]
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSCallback(py)wxCallabck",
            "mangledName": "$s19DCloudUTSFoundation11UTSCallbackC10wxCallabckyyp_So14DCUTSBlockTypeVtcSgvp",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "RawDocComment",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "((Any, DCloudUTSFoundation.DCUTSBlockType) -> ())?",
                    "children": [
                      {
                        "kind": "TypeFunc",
                        "name": "Function",
                        "printedName": "(Any, DCloudUTSFoundation.DCUTSBlockType) -> ()",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "Void",
                            "printedName": "()"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "Tuple",
                            "printedName": "(Any, DCloudUTSFoundation.DCUTSBlockType)",
                            "children": [
                              {
                                "kind": "TypeNominal",
                                "name": "ProtocolComposition",
                                "printedName": "Any"
                              },
                              {
                                "kind": "TypeNominal",
                                "name": "DCUTSBlockType",
                                "printedName": "DCloudUTSFoundation.DCUTSBlockType",
                                "usr": "c:@E@DCUTSBlockType"
                              }
                            ]
                          }
                        ]
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSCallback(im)wxCallabck",
                "mangledName": "$s19DCloudUTSFoundation11UTSCallbackC10wxCallabckyyp_So14DCUTSBlockTypeVtcSgvg",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "((Any, DCloudUTSFoundation.DCUTSBlockType) -> ())?",
                    "children": [
                      {
                        "kind": "TypeFunc",
                        "name": "Function",
                        "printedName": "(Any, DCloudUTSFoundation.DCUTSBlockType) -> ()",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "Void",
                            "printedName": "()"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "Tuple",
                            "printedName": "(Any, DCloudUTSFoundation.DCUTSBlockType)",
                            "children": [
                              {
                                "kind": "TypeNominal",
                                "name": "ProtocolComposition",
                                "printedName": "Any"
                              },
                              {
                                "kind": "TypeNominal",
                                "name": "DCUTSBlockType",
                                "printedName": "DCloudUTSFoundation.DCUTSBlockType",
                                "usr": "c:@E@DCUTSBlockType"
                              }
                            ]
                          }
                        ]
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSCallback(im)setWxCallabck:",
                "mangledName": "$s19DCloudUTSFoundation11UTSCallbackC10wxCallabckyyp_So14DCUTSBlockTypeVtcSgvs",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation11UTSCallbackC10wxCallabckyyp_So14DCUTSBlockTypeVtcSgvM",
                "mangledName": "$s19DCloudUTSFoundation11UTSCallbackC10wxCallabckyyp_So14DCUTSBlockTypeVtcSgvM",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "callbackId",
            "printedName": "callbackId",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSCallback(py)callbackId",
            "mangledName": "$s19DCloudUTSFoundation11UTSCallbackC10callbackIdSivp",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "RawDocComment",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSCallback(im)callbackId",
                "mangledName": "$s19DCloudUTSFoundation11UTSCallbackC10callbackIdSivg",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSCallback(im)setCallbackId:",
                "mangledName": "$s19DCloudUTSFoundation11UTSCallbackC10callbackIdSivs",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation11UTSCallbackC10callbackIdSivM",
                "mangledName": "$s19DCloudUTSFoundation11UTSCallbackC10callbackIdSivM",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "keepAlive",
            "printedName": "keepAlive",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSCallback(py)keepAlive",
            "mangledName": "$s19DCloudUTSFoundation11UTSCallbackC9keepAliveSbvp",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSCallback(im)keepAlive",
                "mangledName": "$s19DCloudUTSFoundation11UTSCallbackC9keepAliveSbvg",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSCallback(im)setKeepAlive:",
                "mangledName": "$s19DCloudUTSFoundation11UTSCallbackC9keepAliveSbvs",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation11UTSCallbackC9keepAliveSbvM",
                "mangledName": "$s19DCloudUTSFoundation11UTSCallbackC9keepAliveSbvM",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "callbackTable",
            "printedName": "callbackTable",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "WeakStorage",
                "printedName": "Foundation.NSMapTable<Foundation.NSString, DCloudUTSFoundation.UTSCallback>?"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSCallback(py)callbackTable",
            "mangledName": "$s19DCloudUTSFoundation11UTSCallbackC13callbackTableSo05NSMapE0CySo8NSStringCACGSgvp",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "ReferenceOwnership",
              "AccessControl",
              "ObjC"
            ],
            "ownership": 1,
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Foundation.NSMapTable<Foundation.NSString, DCloudUTSFoundation.UTSCallback>?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "NSMapTable",
                        "printedName": "Foundation.NSMapTable<Foundation.NSString, DCloudUTSFoundation.UTSCallback>",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "NSString",
                            "printedName": "Foundation.NSString",
                            "usr": "c:objc(cs)NSString"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "UTSCallback",
                            "printedName": "DCloudUTSFoundation.UTSCallback",
                            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSCallback"
                          }
                        ],
                        "usr": "c:objc(cs)NSMapTable"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSCallback(im)callbackTable",
                "mangledName": "$s19DCloudUTSFoundation11UTSCallbackC13callbackTableSo05NSMapE0CySo8NSStringCACGSgvg",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Foundation.NSMapTable<Foundation.NSString, DCloudUTSFoundation.UTSCallback>?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "NSMapTable",
                        "printedName": "Foundation.NSMapTable<Foundation.NSString, DCloudUTSFoundation.UTSCallback>",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "NSString",
                            "printedName": "Foundation.NSString",
                            "usr": "c:objc(cs)NSString"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "UTSCallback",
                            "printedName": "DCloudUTSFoundation.UTSCallback",
                            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSCallback"
                          }
                        ],
                        "usr": "c:objc(cs)NSMapTable"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSCallback(im)setCallbackTable:",
                "mangledName": "$s19DCloudUTSFoundation11UTSCallbackC13callbackTableSo05NSMapE0CySo8NSStringCACGSgvs",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation11UTSCallbackC13callbackTableSo05NSMapE0CySo8NSStringCACGSgvM",
                "mangledName": "$s19DCloudUTSFoundation11UTSCallbackC13callbackTableSo05NSMapE0CySo8NSStringCACGSgvM",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "callbackName",
            "printedName": "callbackName",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSCallback(py)callbackName",
            "mangledName": "$s19DCloudUTSFoundation11UTSCallbackC12callbackNameSSvp",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC",
              "RawDocComment"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSCallback(im)callbackName",
                "mangledName": "$s19DCloudUTSFoundation11UTSCallbackC12callbackNameSSvg",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSCallback(im)setCallbackName:",
                "mangledName": "$s19DCloudUTSFoundation11UTSCallbackC12callbackNameSSvs",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation11UTSCallbackC12callbackNameSSvM",
                "mangledName": "$s19DCloudUTSFoundation11UTSCallbackC12callbackNameSSvM",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UTSCallback",
                "printedName": "DCloudUTSFoundation.UTSCallback",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSCallback"
              }
            ],
            "declKind": "Constructor",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSCallback(im)init",
            "mangledName": "$s19DCloudUTSFoundation11UTSCallbackCACycfc",
            "moduleName": "DCloudUTSFoundation",
            "overriding": true,
            "objc_name": "init",
            "declAttributes": [
              "Dynamic",
              "ObjC",
              "Override",
              "AccessControl"
            ],
            "init_kind": "Designated"
          },
          {
            "kind": "Function",
            "name": "callAsFunction",
            "printedName": "callAsFunction(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation11UTSCallbackC14callAsFunctionyyypd_tF",
            "mangledName": "$s19DCloudUTSFoundation11UTSCallbackC14callAsFunctionyyypd_tF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Class",
        "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSCallback",
        "mangledName": "$s19DCloudUTSFoundation11UTSCallbackC",
        "moduleName": "DCloudUTSFoundation",
        "isOpen": true,
        "objc_name": "UTSCallback",
        "declAttributes": [
          "AccessControl",
          "ObjCMembers",
          "ObjC"
        ],
        "superclassUsr": "c:objc(cs)NSObject",
        "inheritsConvenienceInitializers": true,
        "superclassNames": [
          "ObjectiveC.NSObject"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObservingPublishing",
            "printedName": "_KeyValueCodingAndObservingPublishing",
            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObserving",
            "printedName": "_KeyValueCodingAndObserving",
            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          }
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "IUTSObject",
        "printedName": "IUTSObject",
        "declKind": "Protocol",
        "usr": "s:19DCloudUTSFoundation10IUTSObjectP",
        "mangledName": "$s19DCloudUTSFoundation10IUTSObjectP",
        "moduleName": "DCloudUTSFoundation",
        "genericSig": "<τ_0_0 : DCloudUTSFoundation.DCUTSSequence, τ_0_0.Element == Swift.String>",
        "sugared_genericSig": "<Self : DCloudUTSFoundation.DCUTSSequence, Self.Element == Swift.String>",
        "declAttributes": [
          "AccessControl"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "DCUTSSequence",
            "printedName": "DCUTSSequence",
            "usr": "s:19DCloudUTSFoundation13DCUTSSequenceP",
            "mangledName": "$s19DCloudUTSFoundation13DCUTSSequenceP"
          },
          {
            "kind": "Conformance",
            "name": "Sequence",
            "printedName": "Sequence",
            "usr": "s:ST",
            "mangledName": "$sST"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "UTSObject",
        "printedName": "UTSObject",
        "declKind": "Protocol",
        "usr": "s:19DCloudUTSFoundation9UTSObjectP",
        "mangledName": "$s19DCloudUTSFoundation9UTSObjectP",
        "moduleName": "DCloudUTSFoundation",
        "genericSig": "<τ_0_0 : DCloudUTSFoundation.IUTSObject>",
        "sugared_genericSig": "<Self : DCloudUTSFoundation.IUTSObject>",
        "declAttributes": [
          "AccessControl"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "IUTSObject",
            "printedName": "IUTSObject",
            "usr": "s:19DCloudUTSFoundation10IUTSObjectP",
            "mangledName": "$s19DCloudUTSFoundation10IUTSObjectP"
          },
          {
            "kind": "Conformance",
            "name": "DCUTSSequence",
            "printedName": "DCUTSSequence",
            "usr": "s:19DCloudUTSFoundation13DCUTSSequenceP",
            "mangledName": "$s19DCloudUTSFoundation13DCUTSSequenceP"
          },
          {
            "kind": "Conformance",
            "name": "Sequence",
            "printedName": "Sequence",
            "usr": "s:ST",
            "mangledName": "$sST"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "DCUniIterator",
        "printedName": "DCUniIterator",
        "children": [
          {
            "kind": "Function",
            "name": "next",
            "printedName": "next()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.String?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation13DCUniIteratorV4nextSSSgyF",
            "mangledName": "$s19DCloudUTSFoundation13DCUniIteratorV4nextSSSgyF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl",
              "Mutating"
            ],
            "funcSelfKind": "Mutating"
          }
        ],
        "declKind": "Struct",
        "usr": "s:19DCloudUTSFoundation13DCUniIteratorV",
        "mangledName": "$s19DCloudUTSFoundation13DCUniIteratorV",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "IteratorProtocol",
            "printedName": "IteratorProtocol",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Element",
                "printedName": "Element",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ]
              }
            ],
            "usr": "s:St",
            "mangledName": "$sSt"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "DCUTSSequence",
        "printedName": "DCUTSSequence",
        "children": [
          {
            "kind": "Subscript",
            "name": "subscript",
            "printedName": "subscript(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Any?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Subscript",
            "usr": "s:19DCloudUTSFoundation13DCUTSSequencePyypSgSScip",
            "mangledName": "$s19DCloudUTSFoundation13DCUTSSequencePyypSgSScip",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 : DCloudUTSFoundation.DCUTSSequence>",
            "sugared_genericSig": "<Self where Self : DCloudUTSFoundation.DCUTSSequence>",
            "protocolReq": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Any?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:Sq"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation13DCUTSSequencePyypSgSScig",
                "mangledName": "$s19DCloudUTSFoundation13DCUTSSequencePyypSgSScig",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0 where τ_0_0 : DCloudUTSFoundation.DCUTSSequence>",
                "sugared_genericSig": "<Self where Self : DCloudUTSFoundation.DCUTSSequence>",
                "protocolReq": true,
                "reqNewWitnessTableEntry": true,
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Any?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:Sq"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation13DCUTSSequencePyypSgSScis",
                "mangledName": "$s19DCloudUTSFoundation13DCUTSSequencePyypSgSScis",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0 where τ_0_0 : DCloudUTSFoundation.DCUTSSequence>",
                "sugared_genericSig": "<Self where Self : DCloudUTSFoundation.DCUTSSequence>",
                "protocolReq": true,
                "reqNewWitnessTableEntry": true,
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation13DCUTSSequencePyypSgSSciM",
                "mangledName": "$s19DCloudUTSFoundation13DCUTSSequencePyypSgSSciM",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0 where τ_0_0 : DCloudUTSFoundation.DCUTSSequence>",
                "sugared_genericSig": "<Self where Self : DCloudUTSFoundation.DCUTSSequence>",
                "protocolReq": true,
                "implicit": true,
                "reqNewWitnessTableEntry": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Function",
            "name": "makeIterator",
            "printedName": "makeIterator()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "DCUniIterator",
                "printedName": "DCloudUTSFoundation.DCUniIterator",
                "usr": "s:19DCloudUTSFoundation13DCUniIteratorV"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation13DCUTSSequencePAAE12makeIteratorAA05DCUniE0VyF",
            "mangledName": "$s19DCloudUTSFoundation13DCUTSSequencePAAE12makeIteratorAA05DCUniE0VyF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 : DCloudUTSFoundation.DCUTSSequence>",
            "sugared_genericSig": "<Self where Self : DCloudUTSFoundation.DCUTSSequence>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "utsSubscriptGetValue",
            "printedName": "utsSubscriptGetValue(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Any?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation13DCUTSSequencePAAE20utsSubscriptGetValueyypSgSSF",
            "mangledName": "$s19DCloudUTSFoundation13DCUTSSequencePAAE20utsSubscriptGetValueyypSgSSF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 : DCloudUTSFoundation.DCUTSSequence>",
            "sugared_genericSig": "<Self where Self : DCloudUTSFoundation.DCUTSSequence>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "utsSubscriptCheckValue",
            "printedName": "utsSubscriptCheckValue(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_1_0"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Any?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation13DCUTSSequencePAAE22utsSubscriptCheckValueyqd__ypSgKlF",
            "mangledName": "$s19DCloudUTSFoundation13DCUTSSequencePAAE22utsSubscriptCheckValueyqd__ypSgKlF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : DCloudUTSFoundation.DCUTSSequence>",
            "sugared_genericSig": "<Self, T where Self : DCloudUTSFoundation.DCUTSSequence>",
            "isFromExtension": true,
            "throwing": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "utsSubscriptCheckValueIfPresent",
            "printedName": "utsSubscriptCheckValueIfPresent(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "τ_1_0?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_1_0"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Any?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation13DCUTSSequencePAAE31utsSubscriptCheckValueIfPresentyqd__SgypSgKlF",
            "mangledName": "$s19DCloudUTSFoundation13DCUTSSequencePAAE31utsSubscriptCheckValueIfPresentyqd__SgypSgKlF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : DCloudUTSFoundation.DCUTSSequence>",
            "sugared_genericSig": "<Self, T where Self : DCloudUTSFoundation.DCUTSSequence>",
            "isFromExtension": true,
            "throwing": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Protocol",
        "usr": "s:19DCloudUTSFoundation13DCUTSSequenceP",
        "mangledName": "$s19DCloudUTSFoundation13DCUTSSequenceP",
        "moduleName": "DCloudUTSFoundation",
        "genericSig": "<τ_0_0 : Swift.Sequence>",
        "sugared_genericSig": "<Self : Swift.Sequence>",
        "declAttributes": [
          "AccessControl",
          "RawDocComment"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Sequence",
            "printedName": "Sequence",
            "usr": "s:ST",
            "mangledName": "$sST"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "UTSObjectTransformer",
        "printedName": "UTSObjectTransformer",
        "children": [
          {
            "kind": "Function",
            "name": "transformObj2Map",
            "printedName": "transformObj2Map(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation20UTSObjectTransformerC16transformObj2MapySDySSypGypFZ",
            "mangledName": "$s19DCloudUTSFoundation20UTSObjectTransformerC16transformObj2MapySDySSypGypFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Class",
        "usr": "s:19DCloudUTSFoundation20UTSObjectTransformerC",
        "mangledName": "$s19DCloudUTSFoundation20UTSObjectTransformerC",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl"
        ],
        "hasMissingDesignatedInitializers": true
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "DCloudBigInt",
        "printedName": "DCloudBigInt",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "ImplementationOnly"
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "DCloudBigInt",
        "printedName": "DCloudBigInt",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "ImplementationOnly"
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Var",
        "name": "NaN",
        "printedName": "NaN",
        "children": [
          {
            "kind": "TypeNominal",
            "name": "NSNumber",
            "printedName": "Foundation.NSNumber",
            "usr": "c:objc(cs)NSNumber"
          }
        ],
        "declKind": "Var",
        "usr": "s:19DCloudUTSFoundation3NaNSo8NSNumberCvp",
        "mangledName": "$s19DCloudUTSFoundation3NaNSo8NSNumberCvp",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "HasInitialValue",
          "HasStorage",
          "AccessControl"
        ],
        "isLet": true,
        "hasStorage": true,
        "accessors": [
          {
            "kind": "Accessor",
            "name": "Get",
            "printedName": "Get()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Accessor",
            "usr": "s:19DCloudUTSFoundation3NaNSo8NSNumberCvg",
            "mangledName": "$s19DCloudUTSFoundation3NaNSo8NSNumberCvg",
            "moduleName": "DCloudUTSFoundation",
            "implicit": true,
            "accessorKind": "get"
          }
        ]
      },
      {
        "kind": "Var",
        "name": "Infinity",
        "printedName": "Infinity",
        "children": [
          {
            "kind": "TypeNominal",
            "name": "NSNumber",
            "printedName": "Foundation.NSNumber",
            "usr": "c:objc(cs)NSNumber"
          }
        ],
        "declKind": "Var",
        "usr": "s:19DCloudUTSFoundation8InfinitySo8NSNumberCvp",
        "mangledName": "$s19DCloudUTSFoundation8InfinitySo8NSNumberCvp",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "HasInitialValue",
          "HasStorage",
          "AccessControl"
        ],
        "isLet": true,
        "hasStorage": true,
        "accessors": [
          {
            "kind": "Accessor",
            "name": "Get",
            "printedName": "Get()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Accessor",
            "usr": "s:19DCloudUTSFoundation8InfinitySo8NSNumberCvg",
            "mangledName": "$s19DCloudUTSFoundation8InfinitySo8NSNumberCvg",
            "moduleName": "DCloudUTSFoundation",
            "implicit": true,
            "accessorKind": "get"
          }
        ]
      },
      {
        "kind": "Function",
        "name": "clearDebugErrorInfo",
        "printedName": "clearDebugErrorInfo()",
        "children": [
          {
            "kind": "TypeNominal",
            "name": "Void",
            "printedName": "()"
          }
        ],
        "declKind": "Func",
        "usr": "s:19DCloudUTSFoundation19clearDebugErrorInfoyyF",
        "mangledName": "$s19DCloudUTSFoundation19clearDebugErrorInfoyyF",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl"
        ],
        "funcSelfKind": "NonMutating"
      },
      {
        "kind": "Function",
        "name": "isNaN",
        "printedName": "isNaN(_:)",
        "children": [
          {
            "kind": "TypeNominal",
            "name": "Bool",
            "printedName": "Swift.Bool",
            "usr": "s:Sb"
          },
          {
            "kind": "TypeNominal",
            "name": "NSNumber",
            "printedName": "Foundation.NSNumber",
            "usr": "c:objc(cs)NSNumber"
          }
        ],
        "declKind": "Func",
        "usr": "s:19DCloudUTSFoundation5isNaNySbSo8NSNumberCF",
        "mangledName": "$s19DCloudUTSFoundation5isNaNySbSo8NSNumberCF",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl",
          "RawDocComment"
        ],
        "funcSelfKind": "NonMutating"
      },
      {
        "kind": "Function",
        "name": "isFinite",
        "printedName": "isFinite(_:)",
        "children": [
          {
            "kind": "TypeNominal",
            "name": "Bool",
            "printedName": "Swift.Bool",
            "usr": "s:Sb"
          },
          {
            "kind": "TypeNominal",
            "name": "ProtocolComposition",
            "printedName": "Any"
          }
        ],
        "declKind": "Func",
        "usr": "s:19DCloudUTSFoundation8isFiniteySbypF",
        "mangledName": "$s19DCloudUTSFoundation8isFiniteySbypF",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl"
        ],
        "funcSelfKind": "NonMutating"
      },
      {
        "kind": "Function",
        "name": "parseInt",
        "printedName": "parseInt(_:)",
        "children": [
          {
            "kind": "TypeNominal",
            "name": "NSNumber",
            "printedName": "Foundation.NSNumber",
            "usr": "c:objc(cs)NSNumber"
          },
          {
            "kind": "TypeNominal",
            "name": "String",
            "printedName": "Swift.String",
            "usr": "s:SS"
          }
        ],
        "declKind": "Func",
        "usr": "s:19DCloudUTSFoundation8parseIntySo8NSNumberCSSF",
        "mangledName": "$s19DCloudUTSFoundation8parseIntySo8NSNumberCSSF",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl"
        ],
        "funcSelfKind": "NonMutating"
      },
      {
        "kind": "Function",
        "name": "parseInt",
        "printedName": "parseInt(_:_:)",
        "children": [
          {
            "kind": "TypeNominal",
            "name": "NSNumber",
            "printedName": "Foundation.NSNumber",
            "usr": "c:objc(cs)NSNumber"
          },
          {
            "kind": "TypeNominal",
            "name": "String",
            "printedName": "Swift.String",
            "usr": "s:SS"
          },
          {
            "kind": "TypeNominal",
            "name": "NSNumber",
            "printedName": "Foundation.NSNumber",
            "usr": "c:objc(cs)NSNumber"
          }
        ],
        "declKind": "Func",
        "usr": "s:19DCloudUTSFoundation8parseIntySo8NSNumberCSS_ADtF",
        "mangledName": "$s19DCloudUTSFoundation8parseIntySo8NSNumberCSS_ADtF",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl"
        ],
        "funcSelfKind": "NonMutating"
      },
      {
        "kind": "Function",
        "name": "parseInt",
        "printedName": "parseInt(_:_:)",
        "children": [
          {
            "kind": "TypeNominal",
            "name": "NSNumber",
            "printedName": "Foundation.NSNumber",
            "usr": "c:objc(cs)NSNumber"
          },
          {
            "kind": "TypeNominal",
            "name": "String",
            "printedName": "Swift.String",
            "usr": "s:SS"
          },
          {
            "kind": "TypeNominal",
            "name": "Int",
            "printedName": "Swift.Int",
            "usr": "s:Si"
          }
        ],
        "declKind": "Func",
        "usr": "s:19DCloudUTSFoundation8parseIntySo8NSNumberCSS_SitF",
        "mangledName": "$s19DCloudUTSFoundation8parseIntySo8NSNumberCSS_SitF",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl"
        ],
        "funcSelfKind": "NonMutating"
      },
      {
        "kind": "Function",
        "name": "parseFloat",
        "printedName": "parseFloat(_:)",
        "children": [
          {
            "kind": "TypeNominal",
            "name": "NSNumber",
            "printedName": "Foundation.NSNumber",
            "usr": "c:objc(cs)NSNumber"
          },
          {
            "kind": "TypeNominal",
            "name": "String",
            "printedName": "Swift.String",
            "usr": "s:SS"
          }
        ],
        "declKind": "Func",
        "usr": "s:19DCloudUTSFoundation10parseFloatySo8NSNumberCSSF",
        "mangledName": "$s19DCloudUTSFoundation10parseFloatySo8NSNumberCSSF",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl"
        ],
        "funcSelfKind": "NonMutating"
      },
      {
        "kind": "Function",
        "name": "decodeURI",
        "printedName": "decodeURI(_:)",
        "children": [
          {
            "kind": "TypeNominal",
            "name": "Optional",
            "printedName": "Swift.String?",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "usr": "s:Sq"
          },
          {
            "kind": "TypeNominal",
            "name": "String",
            "printedName": "Swift.String",
            "usr": "s:SS"
          }
        ],
        "declKind": "Func",
        "usr": "s:19DCloudUTSFoundation9decodeURIySSSgSSF",
        "mangledName": "$s19DCloudUTSFoundation9decodeURIySSSgSSF",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl",
          "RawDocComment"
        ],
        "funcSelfKind": "NonMutating"
      },
      {
        "kind": "Function",
        "name": "decodeURIComponent",
        "printedName": "decodeURIComponent(_:)",
        "children": [
          {
            "kind": "TypeNominal",
            "name": "Optional",
            "printedName": "Swift.String?",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "usr": "s:Sq"
          },
          {
            "kind": "TypeNominal",
            "name": "String",
            "printedName": "Swift.String",
            "usr": "s:SS"
          }
        ],
        "declKind": "Func",
        "usr": "s:19DCloudUTSFoundation18decodeURIComponentySSSgSSF",
        "mangledName": "$s19DCloudUTSFoundation18decodeURIComponentySSSgSSF",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl"
        ],
        "funcSelfKind": "NonMutating"
      },
      {
        "kind": "Function",
        "name": "encodeURI",
        "printedName": "encodeURI(_:)",
        "children": [
          {
            "kind": "TypeNominal",
            "name": "Optional",
            "printedName": "Swift.String?",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "usr": "s:Sq"
          },
          {
            "kind": "TypeNominal",
            "name": "String",
            "printedName": "Swift.String",
            "usr": "s:SS"
          }
        ],
        "declKind": "Func",
        "usr": "s:19DCloudUTSFoundation9encodeURIySSSgSSF",
        "mangledName": "$s19DCloudUTSFoundation9encodeURIySSSgSSF",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl"
        ],
        "funcSelfKind": "NonMutating"
      },
      {
        "kind": "Function",
        "name": "encodeURIComponent",
        "printedName": "encodeURIComponent(_:)",
        "children": [
          {
            "kind": "TypeNominal",
            "name": "Optional",
            "printedName": "Swift.String?",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "usr": "s:Sq"
          },
          {
            "kind": "TypeNominal",
            "name": "String",
            "printedName": "Swift.String",
            "usr": "s:SS"
          }
        ],
        "declKind": "Func",
        "usr": "s:19DCloudUTSFoundation18encodeURIComponentySSSgSSF",
        "mangledName": "$s19DCloudUTSFoundation18encodeURIComponentySSSgSSF",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl"
        ],
        "funcSelfKind": "NonMutating"
      },
      {
        "kind": "TypeDecl",
        "name": "UniResource",
        "printedName": "UniResource",
        "children": [
          {
            "kind": "Var",
            "name": "APP_RESOURCE_PATH",
            "printedName": "APP_RESOURCE_PATH",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation11UniResourceC17APP_RESOURCE_PATHSSvpZ",
            "mangledName": "$s19DCloudUTSFoundation11UniResourceC17APP_RESOURCE_PATHSSvpZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "HasInitialValue",
              "Final",
              "HasStorage",
              "AccessControl"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation11UniResourceC17APP_RESOURCE_PATHSSvgZ",
                "mangledName": "$s19DCloudUTSFoundation11UniResourceC17APP_RESOURCE_PATHSSvgZ",
                "moduleName": "DCloudUTSFoundation",
                "static": true,
                "implicit": true,
                "declAttributes": [
                  "Final"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation11UniResourceC17APP_RESOURCE_PATHSSvsZ",
                "mangledName": "$s19DCloudUTSFoundation11UniResourceC17APP_RESOURCE_PATHSSvsZ",
                "moduleName": "DCloudUTSFoundation",
                "static": true,
                "implicit": true,
                "declAttributes": [
                  "Final"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation11UniResourceC17APP_RESOURCE_PATHSSvMZ",
                "mangledName": "$s19DCloudUTSFoundation11UniResourceC17APP_RESOURCE_PATHSSvMZ",
                "moduleName": "DCloudUTSFoundation",
                "static": true,
                "implicit": true,
                "declAttributes": [
                  "Final"
                ],
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "USER_DATA_PATH",
            "printedName": "USER_DATA_PATH",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation11UniResourceC14USER_DATA_PATHSSvpZ",
            "mangledName": "$s19DCloudUTSFoundation11UniResourceC14USER_DATA_PATHSSvpZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "HasInitialValue",
              "Final",
              "HasStorage",
              "AccessControl"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation11UniResourceC14USER_DATA_PATHSSvgZ",
                "mangledName": "$s19DCloudUTSFoundation11UniResourceC14USER_DATA_PATHSSvgZ",
                "moduleName": "DCloudUTSFoundation",
                "static": true,
                "implicit": true,
                "declAttributes": [
                  "Final"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation11UniResourceC14USER_DATA_PATHSSvsZ",
                "mangledName": "$s19DCloudUTSFoundation11UniResourceC14USER_DATA_PATHSSvsZ",
                "moduleName": "DCloudUTSFoundation",
                "static": true,
                "implicit": true,
                "declAttributes": [
                  "Final"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation11UniResourceC14USER_DATA_PATHSSvMZ",
                "mangledName": "$s19DCloudUTSFoundation11UniResourceC14USER_DATA_PATHSSvMZ",
                "moduleName": "DCloudUTSFoundation",
                "static": true,
                "implicit": true,
                "declAttributes": [
                  "Final"
                ],
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "CACHE_PATH",
            "printedName": "CACHE_PATH",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation11UniResourceC10CACHE_PATHSSvpZ",
            "mangledName": "$s19DCloudUTSFoundation11UniResourceC10CACHE_PATHSSvpZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "HasInitialValue",
              "Final",
              "HasStorage",
              "AccessControl"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation11UniResourceC10CACHE_PATHSSvgZ",
                "mangledName": "$s19DCloudUTSFoundation11UniResourceC10CACHE_PATHSSvgZ",
                "moduleName": "DCloudUTSFoundation",
                "static": true,
                "implicit": true,
                "declAttributes": [
                  "Final"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation11UniResourceC10CACHE_PATHSSvsZ",
                "mangledName": "$s19DCloudUTSFoundation11UniResourceC10CACHE_PATHSSvsZ",
                "moduleName": "DCloudUTSFoundation",
                "static": true,
                "implicit": true,
                "declAttributes": [
                  "Final"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation11UniResourceC10CACHE_PATHSSvMZ",
                "mangledName": "$s19DCloudUTSFoundation11UniResourceC10CACHE_PATHSSvMZ",
                "moduleName": "DCloudUTSFoundation",
                "static": true,
                "implicit": true,
                "declAttributes": [
                  "Final"
                ],
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "SANDBOX_PATH",
            "printedName": "SANDBOX_PATH",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation11UniResourceC12SANDBOX_PATHSSvpZ",
            "mangledName": "$s19DCloudUTSFoundation11UniResourceC12SANDBOX_PATHSSvpZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "HasInitialValue",
              "Final",
              "HasStorage",
              "AccessControl"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation11UniResourceC12SANDBOX_PATHSSvgZ",
                "mangledName": "$s19DCloudUTSFoundation11UniResourceC12SANDBOX_PATHSSvgZ",
                "moduleName": "DCloudUTSFoundation",
                "static": true,
                "implicit": true,
                "declAttributes": [
                  "Final"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation11UniResourceC12SANDBOX_PATHSSvsZ",
                "mangledName": "$s19DCloudUTSFoundation11UniResourceC12SANDBOX_PATHSSvsZ",
                "moduleName": "DCloudUTSFoundation",
                "static": true,
                "implicit": true,
                "declAttributes": [
                  "Final"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation11UniResourceC12SANDBOX_PATHSSvMZ",
                "mangledName": "$s19DCloudUTSFoundation11UniResourceC12SANDBOX_PATHSSvMZ",
                "moduleName": "DCloudUTSFoundation",
                "static": true,
                "implicit": true,
                "declAttributes": [
                  "Final"
                ],
                "accessorKind": "_modify"
              }
            ]
          }
        ],
        "declKind": "Class",
        "usr": "s:19DCloudUTSFoundation11UniResourceC",
        "mangledName": "$s19DCloudUTSFoundation11UniResourceC",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl"
        ],
        "hasMissingDesignatedInitializers": true
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "DCUniBase",
        "printedName": "DCUniBase",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation"
      },
      {
        "kind": "TypeDecl",
        "name": "UTSiOS",
        "printedName": "UTSiOS",
        "children": [
          {
            "kind": "Function",
            "name": "getCurrentViewController",
            "printedName": "getCurrentViewController()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UIViewController",
                "printedName": "UIKit.UIViewController",
                "usr": "c:objc(cs)UIViewController"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC24getCurrentViewControllerSo06UIViewH0CyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC24getCurrentViewControllerSo06UIViewH0CyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getKeyWindow",
            "printedName": "getKeyWindow()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UIWindow",
                "printedName": "UIKit.UIWindow",
                "usr": "c:objc(cs)UIWindow"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC12getKeyWindowSo8UIWindowCyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC12getKeyWindowSo8UIWindowCyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "colorWithString",
            "printedName": "colorWithString(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UIColor",
                "printedName": "UIKit.UIColor",
                "usr": "c:objc(cs)UIColor"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC15colorWithStringySo7UIColorCSSFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC15colorWithStringySo7UIColorCSSFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getResourcePath",
            "printedName": "getResourcePath(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC15getResourcePathyS2SFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC15getResourcePathyS2SFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "isSimulator",
            "printedName": "isSimulator()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC11isSimulatorSbyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC11isSimulatorSbyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getDeviceId",
            "printedName": "getDeviceId()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC11getDeviceIdSSyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC11getDeviceIdSSyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getModel",
            "printedName": "getModel()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC8getModelSSyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC8getModelSSyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getUserAgent",
            "printedName": "getUserAgent()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC12getUserAgentSSyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC12getUserAgentSSyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getAppId",
            "printedName": "getAppId()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC8getAppIdSSyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC8getAppIdSSyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getDataPath",
            "printedName": "getDataPath()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC11getDataPathSSyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC11getDataPathSSyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "isUniMp",
            "printedName": "isUniMp()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC7isUniMpSbyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC7isUniMpSbyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "isUniAppX",
            "printedName": "isUniAppX()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC9isUniAppXSbyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC9isUniAppXSbyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getAppName",
            "printedName": "getAppName()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC10getAppNameSSyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC10getAppNameSSyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getAppVersion",
            "printedName": "getAppVersion()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC13getAppVersionSSyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC13getAppVersionSSyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getAppVersionCode",
            "printedName": "getAppVersionCode()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC17getAppVersionCodeSSyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC17getAppVersionCodeSSyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getOsLanguage",
            "printedName": "getOsLanguage()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC13getOsLanguageSSyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC13getOsLanguageSSyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getOsVersion",
            "printedName": "getOsVersion()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC12getOsVersionSSyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC12getOsVersionSSyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getOsTheme",
            "printedName": "getOsTheme()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC10getOsThemeSSyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC10getOsThemeSSyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getAppTheme",
            "printedName": "getAppTheme()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC11getAppThemeSSyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC11getAppThemeSSyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getAppWgtVersion",
            "printedName": "getAppWgtVersion()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC16getAppWgtVersionSSyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC16getAppWgtVersionSSyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getHostLanguage",
            "printedName": "getHostLanguage()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC15getHostLanguageSSyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC15getHostLanguageSSyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getHostVersion",
            "printedName": "getHostVersion()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC14getHostVersionSSyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC14getHostVersionSSyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getHostName",
            "printedName": "getHostName()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC11getHostNameSSyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC11getHostNameSSyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getHostPackageName",
            "printedName": "getHostPackageName()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC18getHostPackageNameSSyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC18getHostPackageNameSSyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getHostTheme",
            "printedName": "getHostTheme()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC12getHostThemeSSyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC12getHostThemeSSyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getInnerVersion",
            "printedName": "getInnerVersion()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC15getInnerVersionSSyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC15getInnerVersionSSyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getSystemSetting",
            "printedName": "getSystemSetting()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC16getSystemSettingSDySSypGyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC16getSystemSettingSDySSypGyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getAppAuthorizeSetting",
            "printedName": "getAppAuthorizeSetting()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC22getAppAuthorizeSettingSDySSypGyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC22getAppAuthorizeSettingSDySSypGyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getDeviceOrientation",
            "printedName": "getDeviceOrientation()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC20getDeviceOrientationSSyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC20getDeviceOrientationSSyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getDeviceType",
            "printedName": "getDeviceType()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC13getDeviceTypeSSyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC13getDeviceTypeSSyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getRuntimeVersion",
            "printedName": "getRuntimeVersion()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC17getRuntimeVersionSSyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC17getRuntimeVersionSSyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getCompileVersion",
            "printedName": "getCompileVersion()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC17getCompileVersionSSyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC17getCompileVersionSSyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getStatusBarHeight",
            "printedName": "getStatusBarHeight()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC18getStatusBarHeightSo8NSNumberCyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC18getStatusBarHeightSo8NSNumberCyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getSafeAreaInsets",
            "printedName": "getSafeAreaInsets()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC17getSafeAreaInsetsSDySSypGyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC17getSafeAreaInsetsSDySSypGyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getWindowInfo",
            "printedName": "getWindowInfo()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC13getWindowInfoSDySSypGyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC13getWindowInfoSDySSypGyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "convertString",
            "printedName": "convertString(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC13convertStringySSypFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC13convertStringySSypFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "convertBool",
            "printedName": "convertBool(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC11convertBoolySbypFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC11convertBoolySbypFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "convertNumber",
            "printedName": "convertNumber(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Foundation.NSNumber?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC13convertNumberySo8NSNumberCSgypFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC13convertNumberySo8NSNumberCSgypFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "convertDouble",
            "printedName": "convertDouble(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "usr": "s:Sd"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC13convertDoubleySdypFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC13convertDoubleySdypFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "convertFloat",
            "printedName": "convertFloat(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "usr": "s:Sf"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC12convertFloatySfypFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC12convertFloatySfypFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "convertInt",
            "printedName": "convertInt(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC10convertIntySiypFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC10convertIntySiypFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "convertArray",
            "printedName": "convertArray(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC12convertArrayySayypGypFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC12convertArrayySayypGypFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "convertDictionary",
            "printedName": "convertDictionary(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC17convertDictionaryySDySSypGypFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC17convertDictionaryySDySSypGypFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "dc_AESDecrypt",
            "printedName": "dc_AESDecrypt(data:key:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Foundation.Data?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Data",
                    "printedName": "Foundation.Data",
                    "usr": "s:10Foundation4DataV"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Data",
                "printedName": "Foundation.Data",
                "usr": "s:10Foundation4DataV"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC13dc_AESDecrypt4data3key10Foundation4DataVSgAI_SStFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC13dc_AESDecrypt4data3key10Foundation4DataVSgAI_SStFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getCookieString",
            "printedName": "getCookieString(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "URL",
                "printedName": "Foundation.URL",
                "usr": "s:10Foundation3URLV"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC15getCookieStringySS10Foundation3URLVFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC15getCookieStringySS10Foundation3URLVFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "lockScreen",
            "printedName": "lockScreen()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC10lockScreenyyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC10lockScreenyyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "unlockScreen",
            "printedName": "unlockScreen()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC12unlockScreenyyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC12unlockScreenyyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "setFullScreen",
            "printedName": "setFullScreen(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC13setFullScreenyySbFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC13setFullScreenyySbFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "setHomeIndicatorAutoHidden",
            "printedName": "setHomeIndicatorAutoHidden(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC26setHomeIndicatorAutoHiddenyySbFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC26setHomeIndicatorAutoHiddenyySbFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "setTempOrientation",
            "printedName": "setTempOrientation(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "UIInterfaceOrientationMask",
                "printedName": "UIKit.UIInterfaceOrientationMask",
                "usr": "c:@E@UIInterfaceOrientationMask"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC18setTempOrientationyySo011UIInterfaceG4MaskVFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC18setTempOrientationyySo011UIInterfaceG4MaskVFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "configSupportOrientation",
            "printedName": "configSupportOrientation(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "UIInterfaceOrientation",
                "printedName": "UIKit.UIInterfaceOrientation",
                "usr": "c:@E@UIInterfaceOrientation"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC24configSupportOrientationySbSo011UIInterfaceG0VFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC24configSupportOrientationySbSo011UIInterfaceG0VFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "setDeviceInterfaceOrientation",
            "printedName": "setDeviceInterfaceOrientation(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "UIInterfaceOrientation",
                "printedName": "UIKit.UIInterfaceOrientation",
                "usr": "c:@E@UIInterfaceOrientation"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC29setDeviceInterfaceOrientationyySo011UIInterfaceH0VFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC29setDeviceInterfaceOrientationyySo011UIInterfaceH0VFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "loadImage",
            "printedName": "loadImage(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(UIKit.UIImage?, Foundation.Data?) -> ()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(UIKit.UIImage?, Foundation.Data?)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "Optional",
                        "printedName": "UIKit.UIImage?",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "UIImage",
                            "printedName": "UIKit.UIImage",
                            "usr": "c:objc(cs)UIImage"
                          }
                        ],
                        "usr": "s:Sq"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Optional",
                        "printedName": "Foundation.Data?",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "Data",
                            "printedName": "Foundation.Data",
                            "usr": "s:10Foundation4DataV"
                          }
                        ],
                        "usr": "s:Sq"
                      }
                    ]
                  }
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC9loadImageyySS_ySo7UIImageCSg_10Foundation4DataVSgtctFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC9loadImageyySS_ySo7UIImageCSg_10Foundation4DataVSgtctFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getResourceAbsolutePath",
            "printedName": "getResourceAbsolutePath(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.String?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC23getResourceAbsolutePathyS2S_SSSgtFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC23getResourceAbsolutePathyS2S_SSSgtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getWorkRootPath",
            "printedName": "getWorkRootPath()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC15getWorkRootPathSSyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC15getWorkRootPathSSyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getMediaCacheDir",
            "printedName": "getMediaCacheDir()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC16getMediaCacheDirSSyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC16getMediaCacheDirSSyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "isBaseIpa",
            "printedName": "isBaseIpa()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC9isBaseIpaSbyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC9isBaseIpaSbyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getGgbs",
            "printedName": "getGgbs()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC7getGgbsSSyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC7getGgbsSSyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "isRoot",
            "printedName": "isRoot()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC6isRootSbyFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC6isRootSbyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "typeof",
            "printedName": "typeof(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Any?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC6typeofySSypSgFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC6typeofySSypSgFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "instanceof",
            "printedName": "instanceof(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Any?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Metatype",
                "printedName": "τ_0_0.Type",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC10instanceofySbypSg_xmtlFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC10instanceofySbypSg_xmtlFZ",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<T>",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "consoleDebugError",
            "printedName": "consoleDebugError(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "τ_0_0?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "τ_0_0?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC17consoleDebugErroryxSgAE_SStlFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC17consoleDebugErroryxSgAE_SStlFZ",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<T>",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "convert2AbsFullPath",
            "printedName": "convert2AbsFullPath(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC19convert2AbsFullPathyS2SFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC19convert2AbsFullPathyS2SFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "destroyInstance",
            "printedName": "destroyInstance(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "AnyObject"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation6UTSiOSC15destroyInstanceyyyXlFZ",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSC15destroyInstanceyyyXlFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UTSiOS",
                "printedName": "DCloudUTSFoundation.UTSiOS",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSiOS"
              }
            ],
            "declKind": "Constructor",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSiOS(im)init",
            "mangledName": "$s19DCloudUTSFoundation6UTSiOSCACycfc",
            "moduleName": "DCloudUTSFoundation",
            "overriding": true,
            "implicit": true,
            "objc_name": "init",
            "declAttributes": [
              "Dynamic",
              "ObjC",
              "Override"
            ],
            "init_kind": "Designated"
          }
        ],
        "declKind": "Class",
        "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSiOS",
        "mangledName": "$s19DCloudUTSFoundation6UTSiOSC",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl",
          "ObjC"
        ],
        "superclassUsr": "c:objc(cs)NSObject",
        "inheritsConvenienceInitializers": true,
        "superclassNames": [
          "ObjectiveC.NSObject"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObservingPublishing",
            "printedName": "_KeyValueCodingAndObservingPublishing",
            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObserving",
            "printedName": "_KeyValueCodingAndObserving",
            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "UTSBridge",
        "printedName": "UTSBridge",
        "children": [
          {
            "kind": "Function",
            "name": "registerJavaScriptClassInstance",
            "printedName": "registerJavaScriptClassInstance(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "AnyObject"
              }
            ],
            "declKind": "Func",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSBridge(cm)registerJavaScriptClassInstance:",
            "mangledName": "$s19DCloudUTSFoundation9UTSBridgeC31registerJavaScriptClassInstanceySiyXlFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "AccessControl",
              "ObjC"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getInstanceId",
            "printedName": "getInstanceId()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSBridge(cm)getInstanceId",
            "mangledName": "$s19DCloudUTSFoundation9UTSBridgeC13getInstanceIdSiyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl",
              "ObjC"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "storeInstance",
            "printedName": "storeInstance(obj:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "AnyObject"
              }
            ],
            "declKind": "Func",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSBridge(cm)storeInstanceWithObj:",
            "mangledName": "$s19DCloudUTSFoundation9UTSBridgeC13storeInstance3objSiyXl_tFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl",
              "ObjC"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getInstanceById",
            "printedName": "getInstanceById(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Any?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSBridge(cm)getInstanceById:",
            "mangledName": "$s19DCloudUTSFoundation9UTSBridgeC15getInstanceByIdyypSgSSFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl",
              "ObjC"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "destroyInstance",
            "printedName": "destroyInstance(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "AnyObject"
              }
            ],
            "declKind": "Func",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSBridge(cm)destroyInstance:",
            "mangledName": "$s19DCloudUTSFoundation9UTSBridgeC15destroyInstanceyyyXlFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl",
              "ObjC"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UTSBridge",
                "printedName": "DCloudUTSFoundation.UTSBridge",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSBridge"
              }
            ],
            "declKind": "Constructor",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSBridge(im)init",
            "mangledName": "$s19DCloudUTSFoundation9UTSBridgeCACycfc",
            "moduleName": "DCloudUTSFoundation",
            "overriding": true,
            "implicit": true,
            "objc_name": "init",
            "declAttributes": [
              "Dynamic",
              "ObjC",
              "Override"
            ],
            "init_kind": "Designated"
          }
        ],
        "declKind": "Class",
        "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSBridge",
        "mangledName": "$s19DCloudUTSFoundation9UTSBridgeC",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl",
          "ObjCMembers",
          "ObjC"
        ],
        "superclassUsr": "c:objc(cs)NSObject",
        "inheritsConvenienceInitializers": true,
        "superclassNames": [
          "ObjectiveC.NSObject"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObservingPublishing",
            "printedName": "_KeyValueCodingAndObservingPublishing",
            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObserving",
            "printedName": "_KeyValueCodingAndObserving",
            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          }
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Var",
        "name": "dc_storage_aes_key",
        "printedName": "dc_storage_aes_key",
        "children": [
          {
            "kind": "TypeNominal",
            "name": "String",
            "printedName": "Swift.String",
            "usr": "s:SS"
          }
        ],
        "declKind": "Var",
        "usr": "s:19DCloudUTSFoundation18dc_storage_aes_keySSvp",
        "mangledName": "$s19DCloudUTSFoundation18dc_storage_aes_keySSvp",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "HasInitialValue",
          "HasStorage",
          "AccessControl"
        ],
        "isLet": true,
        "hasStorage": true,
        "accessors": [
          {
            "kind": "Accessor",
            "name": "Get",
            "printedName": "Get()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Accessor",
            "usr": "s:19DCloudUTSFoundation18dc_storage_aes_keySSvg",
            "mangledName": "$s19DCloudUTSFoundation18dc_storage_aes_keySSvg",
            "moduleName": "DCloudUTSFoundation",
            "implicit": true,
            "accessorKind": "get"
          }
        ]
      },
      {
        "kind": "Var",
        "name": "dc_storage_path_component",
        "printedName": "dc_storage_path_component",
        "children": [
          {
            "kind": "TypeNominal",
            "name": "String",
            "printedName": "Swift.String",
            "usr": "s:SS"
          }
        ],
        "declKind": "Var",
        "usr": "s:19DCloudUTSFoundation25dc_storage_path_componentSSvp",
        "mangledName": "$s19DCloudUTSFoundation25dc_storage_path_componentSSvp",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "HasInitialValue",
          "HasStorage",
          "AccessControl"
        ],
        "isLet": true,
        "hasStorage": true,
        "accessors": [
          {
            "kind": "Accessor",
            "name": "Get",
            "printedName": "Get()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Accessor",
            "usr": "s:19DCloudUTSFoundation25dc_storage_path_componentSSvg",
            "mangledName": "$s19DCloudUTSFoundation25dc_storage_path_componentSSvg",
            "moduleName": "DCloudUTSFoundation",
            "implicit": true,
            "accessorKind": "get"
          }
        ]
      },
      {
        "kind": "Var",
        "name": "dc_storage_old_path_component",
        "printedName": "dc_storage_old_path_component",
        "children": [
          {
            "kind": "TypeNominal",
            "name": "String",
            "printedName": "Swift.String",
            "usr": "s:SS"
          }
        ],
        "declKind": "Var",
        "usr": "s:19DCloudUTSFoundation29dc_storage_old_path_componentSSvp",
        "mangledName": "$s19DCloudUTSFoundation29dc_storage_old_path_componentSSvp",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "HasInitialValue",
          "HasStorage",
          "AccessControl"
        ],
        "isLet": true,
        "hasStorage": true,
        "accessors": [
          {
            "kind": "Accessor",
            "name": "Get",
            "printedName": "Get()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Accessor",
            "usr": "s:19DCloudUTSFoundation29dc_storage_old_path_componentSSvg",
            "mangledName": "$s19DCloudUTSFoundation29dc_storage_old_path_componentSSvg",
            "moduleName": "DCloudUTSFoundation",
            "implicit": true,
            "accessorKind": "get"
          }
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Function",
        "name": "_object_without_properties_loose",
        "printedName": "_object_without_properties_loose(_:_:)",
        "children": [
          {
            "kind": "TypeNominal",
            "name": "UTSJSONObject",
            "printedName": "DCloudUTSFoundation.UTSJSONObject",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject"
          },
          {
            "kind": "TypeNominal",
            "name": "Optional",
            "printedName": "τ_0_0?",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              }
            ],
            "usr": "s:Sq"
          },
          {
            "kind": "TypeNominal",
            "name": "Array",
            "printedName": "[Swift.String]",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "usr": "s:Sa"
          }
        ],
        "declKind": "Func",
        "usr": "s:19DCloudUTSFoundation32_object_without_properties_looseyAA13UTSJSONObjectCxSg_SaySSGtAA10IUTSObjectRzlF",
        "mangledName": "$s19DCloudUTSFoundation32_object_without_properties_looseyAA13UTSJSONObjectCxSg_SaySSGtAA10IUTSObjectRzlF",
        "moduleName": "DCloudUTSFoundation",
        "genericSig": "<τ_0_0 where τ_0_0 : DCloudUTSFoundation.IUTSObject>",
        "sugared_genericSig": "<T where T : DCloudUTSFoundation.IUTSObject>",
        "declAttributes": [
          "AccessControl"
        ],
        "funcSelfKind": "NonMutating"
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "IJsonStringify",
        "printedName": "IJsonStringify",
        "children": [
          {
            "kind": "Function",
            "name": "toJson",
            "printedName": "toJson()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Any?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation14IJsonStringifyP6toJsonypSgyF",
            "mangledName": "$s19DCloudUTSFoundation14IJsonStringifyP6toJsonypSgyF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 : DCloudUTSFoundation.IJsonStringify>",
            "sugared_genericSig": "<Self where Self : DCloudUTSFoundation.IJsonStringify>",
            "protocolReq": true,
            "reqNewWitnessTableEntry": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Protocol",
        "usr": "s:19DCloudUTSFoundation14IJsonStringifyP",
        "mangledName": "$s19DCloudUTSFoundation14IJsonStringifyP",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl"
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "JSON",
        "printedName": "JSON",
        "children": [
          {
            "kind": "Function",
            "name": "parse",
            "printedName": "parse(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Any?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4JSONC5parseyypSgSSFZ",
            "mangledName": "$s19DCloudUTSFoundation4JSONC5parseyypSgSSFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "parse",
            "printedName": "parse(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4JSONC5parseyypSS_yptFZ",
            "mangledName": "$s19DCloudUTSFoundation4JSONC5parseyypSS_yptFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "parse",
            "printedName": "parse(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "τ_0_0?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Metatype",
                "printedName": "τ_0_0.Type",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4JSONC5parseyxSgSS_xmtlFZ",
            "mangledName": "$s19DCloudUTSFoundation4JSONC5parseyxSgSS_xmtlFZ",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<T>",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "parse",
            "printedName": "parse(_:_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "Metatype",
                "printedName": "τ_0_0.Type",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4JSONC5parseyxSS_xxmtlFZ",
            "mangledName": "$s19DCloudUTSFoundation4JSONC5parseyxSS_xxmtlFZ",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<T>",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "parse",
            "printedName": "parse(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "τ_0_0?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Metatype",
                "printedName": "τ_0_0.Type",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4JSONC5parseyxSgSS_xmtSeRzlFZ",
            "mangledName": "$s19DCloudUTSFoundation4JSONC5parseyxSgSS_xmtSeRzlFZ",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 : Swift.Decodable>",
            "sugared_genericSig": "<T where T : Swift.Decodable>",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "parse",
            "printedName": "parse(_:_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "Metatype",
                "printedName": "τ_0_0.Type",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4JSONC5parseyxSS_xxmtSeRzlFZ",
            "mangledName": "$s19DCloudUTSFoundation4JSONC5parseyxSS_xxmtSeRzlFZ",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 : Swift.Decodable>",
            "sugared_genericSig": "<T where T : Swift.Decodable>",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "parseObject",
            "printedName": "parseObject(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "DCloudUTSFoundation.UTSJSONObject?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UTSJSONObject",
                    "printedName": "DCloudUTSFoundation.UTSJSONObject",
                    "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4JSONC11parseObjectyAA13UTSJSONObjectCSgSSFZ",
            "mangledName": "$s19DCloudUTSFoundation4JSONC11parseObjectyAA13UTSJSONObjectCSgSSFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "parseObject",
            "printedName": "parseObject(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UTSJSONObject",
                "printedName": "DCloudUTSFoundation.UTSJSONObject",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "UTSJSONObject",
                "printedName": "DCloudUTSFoundation.UTSJSONObject",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4JSONC11parseObjectyAA13UTSJSONObjectCSS_AFtFZ",
            "mangledName": "$s19DCloudUTSFoundation4JSONC11parseObjectyAA13UTSJSONObjectCSS_AFtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "parseObject",
            "printedName": "parseObject(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "τ_0_0?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Metatype",
                "printedName": "τ_0_0.Type",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4JSONC11parseObjectyxSgSS_xmtlFZ",
            "mangledName": "$s19DCloudUTSFoundation4JSONC11parseObjectyxSgSS_xmtlFZ",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<T>",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "parseObject",
            "printedName": "parseObject(_:_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "Metatype",
                "printedName": "τ_0_0.Type",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4JSONC11parseObjectyxSS_xxmtlFZ",
            "mangledName": "$s19DCloudUTSFoundation4JSONC11parseObjectyxSS_xxmtlFZ",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<T>",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "parseObject",
            "printedName": "parseObject(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "τ_0_0?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Metatype",
                "printedName": "τ_0_0.Type",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4JSONC11parseObjectyxSgSS_xmtSeRzlFZ",
            "mangledName": "$s19DCloudUTSFoundation4JSONC11parseObjectyxSgSS_xmtSeRzlFZ",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 : Swift.Decodable>",
            "sugared_genericSig": "<T where T : Swift.Decodable>",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "parseObject",
            "printedName": "parseObject(_:_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "Metatype",
                "printedName": "τ_0_0.Type",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4JSONC11parseObjectyxSS_xxmtSeRzlFZ",
            "mangledName": "$s19DCloudUTSFoundation4JSONC11parseObjectyxSS_xxmtSeRzlFZ",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 : Swift.Decodable>",
            "sugared_genericSig": "<T where T : Swift.Decodable>",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "parseArray",
            "printedName": "parseArray(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "[Any]?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Array",
                    "printedName": "[Any]",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:Sa"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4JSONC10parseArrayySayypGSgSSFZ",
            "mangledName": "$s19DCloudUTSFoundation4JSONC10parseArrayySayypGSgSSFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "parseArray",
            "printedName": "parseArray(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4JSONC10parseArrayySayypGSS_AEtFZ",
            "mangledName": "$s19DCloudUTSFoundation4JSONC10parseArrayySayypGSS_AEtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "parseArray",
            "printedName": "parseArray(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "[τ_0_0]?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Array",
                    "printedName": "[τ_0_0]",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      }
                    ],
                    "usr": "s:Sa"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Metatype",
                "printedName": "τ_0_0.Type",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4JSONC10parseArrayySayxGSgSS_xmtlFZ",
            "mangledName": "$s19DCloudUTSFoundation4JSONC10parseArrayySayxGSgSS_xmtlFZ",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<T>",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "parseArray",
            "printedName": "parseArray(_:_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "Metatype",
                "printedName": "τ_0_0.Type",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4JSONC10parseArrayySayxGSS_AExmtlFZ",
            "mangledName": "$s19DCloudUTSFoundation4JSONC10parseArrayySayxGSS_AExmtlFZ",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<T>",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "parseArray",
            "printedName": "parseArray(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "[τ_0_0]?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Array",
                    "printedName": "[τ_0_0]",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      }
                    ],
                    "usr": "s:Sa"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Metatype",
                "printedName": "τ_0_0.Type",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4JSONC10parseArrayySayxGSgSS_xmtSeRzlFZ",
            "mangledName": "$s19DCloudUTSFoundation4JSONC10parseArrayySayxGSgSS_xmtSeRzlFZ",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 : Swift.Decodable>",
            "sugared_genericSig": "<T where T : Swift.Decodable>",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "parseArray",
            "printedName": "parseArray(_:_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "Metatype",
                "printedName": "τ_0_0.Type",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4JSONC10parseArrayySayxGSS_AExmtSeRzlFZ",
            "mangledName": "$s19DCloudUTSFoundation4JSONC10parseArrayySayxGSS_AExmtSeRzlFZ",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 : Swift.Decodable>",
            "sugared_genericSig": "<T where T : Swift.Decodable>",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "stringify",
            "printedName": "stringify(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.String?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Any?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4JSONC9stringifyySSSgypSgFZ",
            "mangledName": "$s19DCloudUTSFoundation4JSONC9stringifyySSSgypSgFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "stringify",
            "printedName": "stringify(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.String?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "τ_0_0?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4JSONC9stringifyySSSgxSgSERzlFZ",
            "mangledName": "$s19DCloudUTSFoundation4JSONC9stringifyySSSgxSgSERzlFZ",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 : Swift.Encodable>",
            "sugared_genericSig": "<T where T : Swift.Encodable>",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl",
              "RawDocComment"
            ],
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Class",
        "usr": "s:19DCloudUTSFoundation4JSONC",
        "mangledName": "$s19DCloudUTSFoundation4JSONC",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl"
        ],
        "hasMissingDesignatedInitializers": true
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "DCloudBigInt",
        "printedName": "DCloudBigInt",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "ImplementationOnly"
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "UIKit",
        "printedName": "UIKit",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation"
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "OperatorDecl",
        "name": ">>>",
        "printedName": ">>>",
        "declKind": "InfixOperator",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "Infix"
        ]
      },
      {
        "kind": "OperatorDecl",
        "name": ">>>=",
        "printedName": ">>>=",
        "declKind": "InfixOperator",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "Infix"
        ]
      },
      {
        "kind": "OperatorDecl",
        "name": "++",
        "printedName": "++",
        "declKind": "PostfixOperator",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "Postfix"
        ]
      },
      {
        "kind": "OperatorDecl",
        "name": "--",
        "printedName": "--",
        "declKind": "PrefixOperator",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "Prefix"
        ]
      },
      {
        "kind": "Function",
        "name": "toSliceIndex",
        "printedName": "toSliceIndex(_:_:)",
        "children": [
          {
            "kind": "TypeNominal",
            "name": "Int",
            "printedName": "Swift.Int",
            "usr": "s:Si"
          },
          {
            "kind": "TypeNominal",
            "name": "Int",
            "printedName": "Swift.Int",
            "usr": "s:Si"
          },
          {
            "kind": "TypeNominal",
            "name": "Int",
            "printedName": "Swift.Int",
            "usr": "s:Si"
          }
        ],
        "declKind": "Func",
        "usr": "s:19DCloudUTSFoundation12toSliceIndexyS2i_SitF",
        "mangledName": "$s19DCloudUTSFoundation12toSliceIndexyS2i_SitF",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl",
          "RawDocComment"
        ],
        "funcSelfKind": "NonMutating"
      },
      {
        "kind": "Function",
        "name": "toSliceIndex",
        "printedName": "toSliceIndex(_:_:)",
        "children": [
          {
            "kind": "TypeNominal",
            "name": "NSNumber",
            "printedName": "Foundation.NSNumber",
            "usr": "c:objc(cs)NSNumber"
          },
          {
            "kind": "TypeNominal",
            "name": "NSNumber",
            "printedName": "Foundation.NSNumber",
            "usr": "c:objc(cs)NSNumber"
          },
          {
            "kind": "TypeNominal",
            "name": "NSNumber",
            "printedName": "Foundation.NSNumber",
            "usr": "c:objc(cs)NSNumber"
          }
        ],
        "declKind": "Func",
        "usr": "s:19DCloudUTSFoundation12toSliceIndexySo8NSNumberCAD_ADtF",
        "mangledName": "$s19DCloudUTSFoundation12toSliceIndexySo8NSNumberCAD_ADtF",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl"
        ],
        "funcSelfKind": "NonMutating"
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Function",
        "name": "UTSTrycatch",
        "printedName": "UTSTrycatch(_:_:)",
        "children": [
          {
            "kind": "TypeNominal",
            "name": "Void",
            "printedName": "()"
          },
          {
            "kind": "TypeFunc",
            "name": "Function",
            "printedName": "() throws -> ()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              }
            ],
            "typeAttributes": [
              "noescape"
            ]
          },
          {
            "kind": "TypeFunc",
            "name": "Function",
            "printedName": "(DCloudUTSFoundation.UTSError) -> ()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "UTSError",
                "printedName": "DCloudUTSFoundation.UTSError",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError"
              }
            ],
            "typeAttributes": [
              "noescape"
            ]
          }
        ],
        "declKind": "Func",
        "usr": "s:19DCloudUTSFoundation11UTSTrycatchyyyyKXE_yAA8UTSErrorCXEtF",
        "mangledName": "$s19DCloudUTSFoundation11UTSTrycatchyyyyKXE_yAA8UTSErrorCXEtF",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl",
          "RawDocComment"
        ],
        "funcSelfKind": "NonMutating"
      },
      {
        "kind": "TypeDecl",
        "name": "UTSError",
        "printedName": "UTSError",
        "children": [
          {
            "kind": "Var",
            "name": "domain",
            "printedName": "domain",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError(py)domain",
            "mangledName": "$s19DCloudUTSFoundation8UTSErrorC6domainSSvp",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError(im)domain",
                "mangledName": "$s19DCloudUTSFoundation8UTSErrorC6domainSSvg",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError(im)setDomain:",
                "mangledName": "$s19DCloudUTSFoundation8UTSErrorC6domainSSvs",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation8UTSErrorC6domainSSvM",
                "mangledName": "$s19DCloudUTSFoundation8UTSErrorC6domainSSvM",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "userInfo",
            "printedName": "userInfo",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError(py)userInfo",
            "mangledName": "$s19DCloudUTSFoundation8UTSErrorC8userInfoSDySSypGvp",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Dictionary",
                    "printedName": "[Swift.String : Any]",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:SD"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError(im)userInfo",
                "mangledName": "$s19DCloudUTSFoundation8UTSErrorC8userInfoSDySSypGvg",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Dictionary",
                    "printedName": "[Swift.String : Any]",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:SD"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError(im)setUserInfo:",
                "mangledName": "$s19DCloudUTSFoundation8UTSErrorC8userInfoSDySSypGvs",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation8UTSErrorC8userInfoSDySSypGvM",
                "mangledName": "$s19DCloudUTSFoundation8UTSErrorC8userInfoSDySSypGvM",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "code",
            "printedName": "code",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError(py)code",
            "mangledName": "$s19DCloudUTSFoundation8UTSErrorC4codeSo8NSNumberCvp",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError(im)code",
                "mangledName": "$s19DCloudUTSFoundation8UTSErrorC4codeSo8NSNumberCvg",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError(im)setCode:",
                "mangledName": "$s19DCloudUTSFoundation8UTSErrorC4codeSo8NSNumberCvs",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation8UTSErrorC4codeSo8NSNumberCvM",
                "mangledName": "$s19DCloudUTSFoundation8UTSErrorC4codeSo8NSNumberCvM",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "message",
            "printedName": "message",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError(py)message",
            "mangledName": "$s19DCloudUTSFoundation8UTSErrorC7messageSSvp",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError(im)message",
                "mangledName": "$s19DCloudUTSFoundation8UTSErrorC7messageSSvg",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError(im)setMessage:",
                "mangledName": "$s19DCloudUTSFoundation8UTSErrorC7messageSSvs",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation8UTSErrorC7messageSSvM",
                "mangledName": "$s19DCloudUTSFoundation8UTSErrorC7messageSSvM",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "name",
            "printedName": "name",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError(py)name",
            "mangledName": "$s19DCloudUTSFoundation8UTSErrorC4nameSSvp",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError(im)name",
                "mangledName": "$s19DCloudUTSFoundation8UTSErrorC4nameSSvg",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError(im)setName:",
                "mangledName": "$s19DCloudUTSFoundation8UTSErrorC4nameSSvs",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation8UTSErrorC4nameSSvM",
                "mangledName": "$s19DCloudUTSFoundation8UTSErrorC4nameSSvM",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "cause",
            "printedName": "cause",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "DCloudUTSFoundation.UTSError?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UTSError",
                    "printedName": "DCloudUTSFoundation.UTSError",
                    "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError(py)cause",
            "mangledName": "$s19DCloudUTSFoundation8UTSErrorC5causeACSgvp",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "DCloudUTSFoundation.UTSError?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "UTSError",
                        "printedName": "DCloudUTSFoundation.UTSError",
                        "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError(im)cause",
                "mangledName": "$s19DCloudUTSFoundation8UTSErrorC5causeACSgvg",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "DCloudUTSFoundation.UTSError?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "UTSError",
                        "printedName": "DCloudUTSFoundation.UTSError",
                        "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError(im)setCause:",
                "mangledName": "$s19DCloudUTSFoundation8UTSErrorC5causeACSgvs",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation8UTSErrorC5causeACSgvM",
                "mangledName": "$s19DCloudUTSFoundation8UTSErrorC5causeACSgvM",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "stack",
            "printedName": "stack",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError(py)stack",
            "mangledName": "$s19DCloudUTSFoundation8UTSErrorC5stackSSvp",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl",
              "ObjC"
            ],
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError(im)stack",
                "mangledName": "$s19DCloudUTSFoundation8UTSErrorC5stackSSvg",
                "moduleName": "DCloudUTSFoundation",
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              }
            ]
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UTSError",
                "printedName": "DCloudUTSFoundation.UTSError",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError"
              }
            ],
            "declKind": "Constructor",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError(im)init",
            "mangledName": "$s19DCloudUTSFoundation8UTSErrorCACycfc",
            "moduleName": "DCloudUTSFoundation",
            "overriding": true,
            "objc_name": "init",
            "declAttributes": [
              "Dynamic",
              "ObjC",
              "Override",
              "AccessControl"
            ],
            "init_kind": "Designated"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UTSError",
                "printedName": "DCloudUTSFoundation.UTSError",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Constructor",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError(im)initWithMessage:",
            "mangledName": "$s19DCloudUTSFoundation8UTSErrorCyACSScfc",
            "moduleName": "DCloudUTSFoundation",
            "objc_name": "initWithMessage:",
            "declAttributes": [
              "Convenience",
              "AccessControl",
              "ObjC"
            ],
            "init_kind": "Convenience"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UTSError",
                "printedName": "DCloudUTSFoundation.UTSError",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError"
              },
              {
                "kind": "TypeNominal",
                "name": "Error",
                "printedName": "any Swift.Error",
                "usr": "s:s5ErrorP"
              }
            ],
            "declKind": "Constructor",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError(im)initWithError:",
            "mangledName": "$s19DCloudUTSFoundation8UTSErrorCyACs5Error_pcfc",
            "moduleName": "DCloudUTSFoundation",
            "objc_name": "initWithError:",
            "declAttributes": [
              "Convenience",
              "AccessControl",
              "ObjC"
            ],
            "init_kind": "Convenience"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UTSError",
                "printedName": "DCloudUTSFoundation.UTSError",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "UTSJSONObject",
                "printedName": "DCloudUTSFoundation.UTSJSONObject",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject"
              }
            ],
            "declKind": "Constructor",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError(im)initWithMessage:options:",
            "mangledName": "$s19DCloudUTSFoundation8UTSErrorCyACSS_AA13UTSJSONObjectCtcfc",
            "moduleName": "DCloudUTSFoundation",
            "objc_name": "initWithMessage:options:",
            "declAttributes": [
              "Convenience",
              "AccessControl",
              "ObjC"
            ],
            "init_kind": "Convenience"
          },
          {
            "kind": "Function",
            "name": "toString",
            "printedName": "toString()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError(im)toString",
            "mangledName": "$s19DCloudUTSFoundation8UTSErrorC8toStringSSyF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl",
              "ObjC"
            ],
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Class",
        "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError",
        "mangledName": "$s19DCloudUTSFoundation8UTSErrorC",
        "moduleName": "DCloudUTSFoundation",
        "isOpen": true,
        "objc_name": "UTSError",
        "declAttributes": [
          "AccessControl",
          "ObjCMembers",
          "ObjC"
        ],
        "superclassUsr": "c:objc(cs)NSObject",
        "inheritsConvenienceInitializers": true,
        "superclassNames": [
          "ObjectiveC.NSObject"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Error",
            "printedName": "Error",
            "usr": "s:s5ErrorP",
            "mangledName": "$ss5ErrorP"
          },
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObservingPublishing",
            "printedName": "_KeyValueCodingAndObservingPublishing",
            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObserving",
            "printedName": "_KeyValueCodingAndObserving",
            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "Sendable",
            "printedName": "Sendable",
            "usr": "s:s8SendableP",
            "mangledName": "$ss8SendableP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "AsyncApiResult",
        "printedName": "AsyncApiResult",
        "children": [
          {
            "kind": "Var",
            "name": "errMsg",
            "printedName": "errMsg",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation14AsyncApiResultP6errMsgSSvp",
            "mangledName": "$s19DCloudUTSFoundation14AsyncApiResultP6errMsgSSvp",
            "moduleName": "DCloudUTSFoundation",
            "protocolReq": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation14AsyncApiResultP6errMsgSSvg",
                "mangledName": "$s19DCloudUTSFoundation14AsyncApiResultP6errMsgSSvg",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0 where τ_0_0 : DCloudUTSFoundation.AsyncApiResult>",
                "sugared_genericSig": "<Self where Self : DCloudUTSFoundation.AsyncApiResult>",
                "protocolReq": true,
                "reqNewWitnessTableEntry": true,
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation14AsyncApiResultP6errMsgSSvs",
                "mangledName": "$s19DCloudUTSFoundation14AsyncApiResultP6errMsgSSvs",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0 where τ_0_0 : DCloudUTSFoundation.AsyncApiResult>",
                "sugared_genericSig": "<Self where Self : DCloudUTSFoundation.AsyncApiResult>",
                "protocolReq": true,
                "reqNewWitnessTableEntry": true,
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation14AsyncApiResultP6errMsgSSvM",
                "mangledName": "$s19DCloudUTSFoundation14AsyncApiResultP6errMsgSSvM",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0 where τ_0_0 : DCloudUTSFoundation.AsyncApiResult>",
                "sugared_genericSig": "<Self where Self : DCloudUTSFoundation.AsyncApiResult>",
                "protocolReq": true,
                "implicit": true,
                "reqNewWitnessTableEntry": true,
                "accessorKind": "_modify"
              }
            ]
          }
        ],
        "declKind": "Protocol",
        "usr": "s:19DCloudUTSFoundation14AsyncApiResultP",
        "mangledName": "$s19DCloudUTSFoundation14AsyncApiResultP",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl",
          "RawDocComment"
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "IUniError",
        "printedName": "IUniError",
        "children": [
          {
            "kind": "Var",
            "name": "errCode",
            "printedName": "errCode",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation9IUniErrorP7errCodeSo8NSNumberCvp",
            "mangledName": "$s19DCloudUTSFoundation9IUniErrorP7errCodeSo8NSNumberCvp",
            "moduleName": "DCloudUTSFoundation",
            "protocolReq": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation9IUniErrorP7errCodeSo8NSNumberCvg",
                "mangledName": "$s19DCloudUTSFoundation9IUniErrorP7errCodeSo8NSNumberCvg",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0 where τ_0_0 : DCloudUTSFoundation.IUniError>",
                "sugared_genericSig": "<Self where Self : DCloudUTSFoundation.IUniError>",
                "protocolReq": true,
                "reqNewWitnessTableEntry": true,
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation9IUniErrorP7errCodeSo8NSNumberCvs",
                "mangledName": "$s19DCloudUTSFoundation9IUniErrorP7errCodeSo8NSNumberCvs",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0 where τ_0_0 : DCloudUTSFoundation.IUniError>",
                "sugared_genericSig": "<Self where Self : DCloudUTSFoundation.IUniError>",
                "protocolReq": true,
                "reqNewWitnessTableEntry": true,
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation9IUniErrorP7errCodeSo8NSNumberCvM",
                "mangledName": "$s19DCloudUTSFoundation9IUniErrorP7errCodeSo8NSNumberCvM",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0 where τ_0_0 : DCloudUTSFoundation.IUniError>",
                "sugared_genericSig": "<Self where Self : DCloudUTSFoundation.IUniError>",
                "protocolReq": true,
                "implicit": true,
                "reqNewWitnessTableEntry": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "errSubject",
            "printedName": "errSubject",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation9IUniErrorP10errSubjectSSvp",
            "mangledName": "$s19DCloudUTSFoundation9IUniErrorP10errSubjectSSvp",
            "moduleName": "DCloudUTSFoundation",
            "protocolReq": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation9IUniErrorP10errSubjectSSvg",
                "mangledName": "$s19DCloudUTSFoundation9IUniErrorP10errSubjectSSvg",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0 where τ_0_0 : DCloudUTSFoundation.IUniError>",
                "sugared_genericSig": "<Self where Self : DCloudUTSFoundation.IUniError>",
                "protocolReq": true,
                "reqNewWitnessTableEntry": true,
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation9IUniErrorP10errSubjectSSvs",
                "mangledName": "$s19DCloudUTSFoundation9IUniErrorP10errSubjectSSvs",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0 where τ_0_0 : DCloudUTSFoundation.IUniError>",
                "sugared_genericSig": "<Self where Self : DCloudUTSFoundation.IUniError>",
                "protocolReq": true,
                "reqNewWitnessTableEntry": true,
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation9IUniErrorP10errSubjectSSvM",
                "mangledName": "$s19DCloudUTSFoundation9IUniErrorP10errSubjectSSvM",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0 where τ_0_0 : DCloudUTSFoundation.IUniError>",
                "sugared_genericSig": "<Self where Self : DCloudUTSFoundation.IUniError>",
                "protocolReq": true,
                "implicit": true,
                "reqNewWitnessTableEntry": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "data",
            "printedName": "data",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Any?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation9IUniErrorP4dataypSgvp",
            "mangledName": "$s19DCloudUTSFoundation9IUniErrorP4dataypSgvp",
            "moduleName": "DCloudUTSFoundation",
            "protocolReq": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Any?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation9IUniErrorP4dataypSgvg",
                "mangledName": "$s19DCloudUTSFoundation9IUniErrorP4dataypSgvg",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0 where τ_0_0 : DCloudUTSFoundation.IUniError>",
                "sugared_genericSig": "<Self where Self : DCloudUTSFoundation.IUniError>",
                "protocolReq": true,
                "reqNewWitnessTableEntry": true,
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Any?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation9IUniErrorP4dataypSgvs",
                "mangledName": "$s19DCloudUTSFoundation9IUniErrorP4dataypSgvs",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0 where τ_0_0 : DCloudUTSFoundation.IUniError>",
                "sugared_genericSig": "<Self where Self : DCloudUTSFoundation.IUniError>",
                "protocolReq": true,
                "reqNewWitnessTableEntry": true,
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation9IUniErrorP4dataypSgvM",
                "mangledName": "$s19DCloudUTSFoundation9IUniErrorP4dataypSgvM",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0 where τ_0_0 : DCloudUTSFoundation.IUniError>",
                "sugared_genericSig": "<Self where Self : DCloudUTSFoundation.IUniError>",
                "protocolReq": true,
                "implicit": true,
                "reqNewWitnessTableEntry": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "cause",
            "printedName": "cause",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "DCloudUTSFoundation.UTSError?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UTSError",
                    "printedName": "DCloudUTSFoundation.UTSError",
                    "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation9IUniErrorP5causeAA8UTSErrorCSgvp",
            "mangledName": "$s19DCloudUTSFoundation9IUniErrorP5causeAA8UTSErrorCSgvp",
            "moduleName": "DCloudUTSFoundation",
            "protocolReq": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "DCloudUTSFoundation.UTSError?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "UTSError",
                        "printedName": "DCloudUTSFoundation.UTSError",
                        "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation9IUniErrorP5causeAA8UTSErrorCSgvg",
                "mangledName": "$s19DCloudUTSFoundation9IUniErrorP5causeAA8UTSErrorCSgvg",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0 where τ_0_0 : DCloudUTSFoundation.IUniError>",
                "sugared_genericSig": "<Self where Self : DCloudUTSFoundation.IUniError>",
                "protocolReq": true,
                "reqNewWitnessTableEntry": true,
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "DCloudUTSFoundation.UTSError?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "UTSError",
                        "printedName": "DCloudUTSFoundation.UTSError",
                        "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation9IUniErrorP5causeAA8UTSErrorCSgvs",
                "mangledName": "$s19DCloudUTSFoundation9IUniErrorP5causeAA8UTSErrorCSgvs",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0 where τ_0_0 : DCloudUTSFoundation.IUniError>",
                "sugared_genericSig": "<Self where Self : DCloudUTSFoundation.IUniError>",
                "protocolReq": true,
                "reqNewWitnessTableEntry": true,
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation9IUniErrorP5causeAA8UTSErrorCSgvM",
                "mangledName": "$s19DCloudUTSFoundation9IUniErrorP5causeAA8UTSErrorCSgvM",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0 where τ_0_0 : DCloudUTSFoundation.IUniError>",
                "sugared_genericSig": "<Self where Self : DCloudUTSFoundation.IUniError>",
                "protocolReq": true,
                "implicit": true,
                "reqNewWitnessTableEntry": true,
                "accessorKind": "_modify"
              }
            ]
          }
        ],
        "declKind": "Protocol",
        "usr": "s:19DCloudUTSFoundation9IUniErrorP",
        "mangledName": "$s19DCloudUTSFoundation9IUniErrorP",
        "moduleName": "DCloudUTSFoundation",
        "genericSig": "<τ_0_0 : DCloudUTSFoundation.AsyncApiResult>",
        "sugared_genericSig": "<Self : DCloudUTSFoundation.AsyncApiResult>",
        "declAttributes": [
          "AccessControl",
          "RawDocComment"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "AsyncApiResult",
            "printedName": "AsyncApiResult",
            "usr": "s:19DCloudUTSFoundation14AsyncApiResultP",
            "mangledName": "$s19DCloudUTSFoundation14AsyncApiResultP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "UniError",
        "printedName": "UniError",
        "children": [
          {
            "kind": "Var",
            "name": "errSubject",
            "printedName": "errSubject",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UniError(py)errSubject",
            "mangledName": "$s19DCloudUTSFoundation8UniErrorC10errSubjectSSvp",
            "moduleName": "DCloudUTSFoundation",
            "isOpen": true,
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UniError(im)errSubject",
                "mangledName": "$s19DCloudUTSFoundation8UniErrorC10errSubjectSSvg",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "isOpen": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UniError(im)setErrSubject:",
                "mangledName": "$s19DCloudUTSFoundation8UniErrorC10errSubjectSSvs",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "isOpen": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation8UniErrorC10errSubjectSSvM",
                "mangledName": "$s19DCloudUTSFoundation8UniErrorC10errSubjectSSvM",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "isOpen": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "errCode",
            "printedName": "errCode",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UniError(py)errCode",
            "mangledName": "$s19DCloudUTSFoundation8UniErrorC7errCodeSo8NSNumberCvp",
            "moduleName": "DCloudUTSFoundation",
            "isOpen": true,
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UniError(im)errCode",
                "mangledName": "$s19DCloudUTSFoundation8UniErrorC7errCodeSo8NSNumberCvg",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "isOpen": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UniError(im)setErrCode:",
                "mangledName": "$s19DCloudUTSFoundation8UniErrorC7errCodeSo8NSNumberCvs",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "isOpen": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation8UniErrorC7errCodeSo8NSNumberCvM",
                "mangledName": "$s19DCloudUTSFoundation8UniErrorC7errCodeSo8NSNumberCvM",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "isOpen": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "errMsg",
            "printedName": "errMsg",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UniError(py)errMsg",
            "mangledName": "$s19DCloudUTSFoundation8UniErrorC6errMsgSSvp",
            "moduleName": "DCloudUTSFoundation",
            "isOpen": true,
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UniError(im)errMsg",
                "mangledName": "$s19DCloudUTSFoundation8UniErrorC6errMsgSSvg",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "isOpen": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UniError(im)setErrMsg:",
                "mangledName": "$s19DCloudUTSFoundation8UniErrorC6errMsgSSvs",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "isOpen": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation8UniErrorC6errMsgSSvM",
                "mangledName": "$s19DCloudUTSFoundation8UniErrorC6errMsgSSvM",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "isOpen": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "data",
            "printedName": "data",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Any?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Var",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UniError(py)data",
            "mangledName": "$s19DCloudUTSFoundation8UniErrorC4dataypSgvp",
            "moduleName": "DCloudUTSFoundation",
            "isOpen": true,
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl",
              "ObjC"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Any?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UniError(im)data",
                "mangledName": "$s19DCloudUTSFoundation8UniErrorC4dataypSgvg",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "isOpen": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Any?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "declKind": "Accessor",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UniError(im)setData:",
                "mangledName": "$s19DCloudUTSFoundation8UniErrorC4dataypSgvs",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "isOpen": true,
                "declAttributes": [
                  "ObjC"
                ],
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation8UniErrorC4dataypSgvM",
                "mangledName": "$s19DCloudUTSFoundation8UniErrorC4dataypSgvM",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "isOpen": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:_:_:_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UniError",
                "printedName": "DCloudUTSFoundation.UniError",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UniError"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Any?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "hasDefaultArg": true,
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "DCloudUTSFoundation.UTSJSONObject?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UTSJSONObject",
                    "printedName": "DCloudUTSFoundation.UTSJSONObject",
                    "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject"
                  }
                ],
                "hasDefaultArg": true,
                "usr": "s:Sq"
              }
            ],
            "declKind": "Constructor",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UniError(im)init:::::",
            "mangledName": "$s19DCloudUTSFoundation8UniErrorCyACSS_So8NSNumberCSSypSgAA13UTSJSONObjectCSgtcfc",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl",
              "ObjC"
            ],
            "init_kind": "Designated"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UniError",
                "printedName": "DCloudUTSFoundation.UniError",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UniError"
              }
            ],
            "declKind": "Constructor",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UniError(im)init",
            "mangledName": "$s19DCloudUTSFoundation8UniErrorCACycfc",
            "moduleName": "DCloudUTSFoundation",
            "overriding": true,
            "objc_name": "init",
            "declAttributes": [
              "Dynamic",
              "ObjC",
              "Override",
              "AccessControl"
            ],
            "init_kind": "Designated"
          }
        ],
        "declKind": "Class",
        "usr": "c:@M@DCloudUTSFoundation@objc(cs)UniError",
        "mangledName": "$s19DCloudUTSFoundation8UniErrorC",
        "moduleName": "DCloudUTSFoundation",
        "isOpen": true,
        "objc_name": "UniError",
        "declAttributes": [
          "AccessControl",
          "ObjCMembers",
          "ObjC",
          "RawDocComment"
        ],
        "superclassUsr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError",
        "inheritsConvenienceInitializers": true,
        "superclassNames": [
          "DCloudUTSFoundation.UTSError",
          "ObjectiveC.NSObject"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "IUniError",
            "printedName": "IUniError",
            "usr": "s:19DCloudUTSFoundation9IUniErrorP",
            "mangledName": "$s19DCloudUTSFoundation9IUniErrorP"
          },
          {
            "kind": "Conformance",
            "name": "Error",
            "printedName": "Error",
            "usr": "s:s5ErrorP",
            "mangledName": "$ss5ErrorP"
          },
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObservingPublishing",
            "printedName": "_KeyValueCodingAndObservingPublishing",
            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObserving",
            "printedName": "_KeyValueCodingAndObserving",
            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "Sendable",
            "printedName": "Sendable",
            "usr": "s:s8SendableP",
            "mangledName": "$ss8SendableP"
          },
          {
            "kind": "Conformance",
            "name": "AsyncApiResult",
            "printedName": "AsyncApiResult",
            "usr": "s:19DCloudUTSFoundation14AsyncApiResultP",
            "mangledName": "$s19DCloudUTSFoundation14AsyncApiResultP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "SourceError",
        "printedName": "SourceError",
        "children": [
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "SourceError",
                "printedName": "DCloudUTSFoundation.SourceError",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)SourceError"
              }
            ],
            "declKind": "Constructor",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)SourceError(im)init",
            "mangledName": "$s19DCloudUTSFoundation11SourceErrorCACycfc",
            "moduleName": "DCloudUTSFoundation",
            "overriding": true,
            "implicit": true,
            "objc_name": "init",
            "declAttributes": [
              "Dynamic",
              "ObjC",
              "Override"
            ],
            "init_kind": "Designated"
          }
        ],
        "declKind": "Class",
        "usr": "c:@M@DCloudUTSFoundation@objc(cs)SourceError",
        "mangledName": "$s19DCloudUTSFoundation11SourceErrorC",
        "moduleName": "DCloudUTSFoundation",
        "isOpen": true,
        "objc_name": "SourceError",
        "declAttributes": [
          "AccessControl",
          "ObjCMembers",
          "ObjC",
          "RawDocComment"
        ],
        "superclassUsr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError",
        "inheritsConvenienceInitializers": true,
        "superclassNames": [
          "DCloudUTSFoundation.UTSError",
          "ObjectiveC.NSObject"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Error",
            "printedName": "Error",
            "usr": "s:s5ErrorP",
            "mangledName": "$ss5ErrorP"
          },
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObservingPublishing",
            "printedName": "_KeyValueCodingAndObservingPublishing",
            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObserving",
            "printedName": "_KeyValueCodingAndObserving",
            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "Sendable",
            "printedName": "Sendable",
            "usr": "s:s8SendableP",
            "mangledName": "$ss8SendableP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "AggregateError",
        "printedName": "AggregateError",
        "children": [
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "AggregateError",
                "printedName": "DCloudUTSFoundation.AggregateError",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)AggregateError"
              }
            ],
            "declKind": "Constructor",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)AggregateError(im)init",
            "mangledName": "$s19DCloudUTSFoundation14AggregateErrorCACycfc",
            "moduleName": "DCloudUTSFoundation",
            "overriding": true,
            "implicit": true,
            "objc_name": "init",
            "declAttributes": [
              "Dynamic",
              "ObjC",
              "Override"
            ],
            "init_kind": "Designated"
          }
        ],
        "declKind": "Class",
        "usr": "c:@M@DCloudUTSFoundation@objc(cs)AggregateError",
        "mangledName": "$s19DCloudUTSFoundation14AggregateErrorC",
        "moduleName": "DCloudUTSFoundation",
        "objc_name": "AggregateError",
        "declAttributes": [
          "AccessControl",
          "ObjCMembers",
          "ObjC",
          "RawDocComment"
        ],
        "superclassUsr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError",
        "hasMissingDesignatedInitializers": true,
        "superclassNames": [
          "DCloudUTSFoundation.UTSError",
          "ObjectiveC.NSObject"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Error",
            "printedName": "Error",
            "usr": "s:s5ErrorP",
            "mangledName": "$ss5ErrorP"
          },
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObservingPublishing",
            "printedName": "_KeyValueCodingAndObservingPublishing",
            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObserving",
            "printedName": "_KeyValueCodingAndObserving",
            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "Sendable",
            "printedName": "Sendable",
            "usr": "s:s8SendableP",
            "mangledName": "$ss8SendableP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "UniAggregateError",
        "printedName": "UniAggregateError",
        "children": [
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UniAggregateError",
                "printedName": "DCloudUTSFoundation.UniAggregateError",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UniAggregateError"
              }
            ],
            "declKind": "Constructor",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UniAggregateError(im)init",
            "mangledName": "$s19DCloudUTSFoundation17UniAggregateErrorCACycfc",
            "moduleName": "DCloudUTSFoundation",
            "overriding": true,
            "implicit": true,
            "objc_name": "init",
            "declAttributes": [
              "Dynamic",
              "ObjC",
              "Override"
            ],
            "init_kind": "Designated"
          }
        ],
        "declKind": "Class",
        "usr": "c:@M@DCloudUTSFoundation@objc(cs)UniAggregateError",
        "mangledName": "$s19DCloudUTSFoundation17UniAggregateErrorC",
        "moduleName": "DCloudUTSFoundation",
        "objc_name": "UniAggregateError",
        "declAttributes": [
          "AccessControl",
          "ObjCMembers",
          "ObjC"
        ],
        "superclassUsr": "c:@M@DCloudUTSFoundation@objc(cs)SourceError",
        "hasMissingDesignatedInitializers": true,
        "superclassNames": [
          "DCloudUTSFoundation.SourceError",
          "DCloudUTSFoundation.UTSError",
          "ObjectiveC.NSObject"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Error",
            "printedName": "Error",
            "usr": "s:s5ErrorP",
            "mangledName": "$ss5ErrorP"
          },
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObservingPublishing",
            "printedName": "_KeyValueCodingAndObservingPublishing",
            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObserving",
            "printedName": "_KeyValueCodingAndObserving",
            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "Sendable",
            "printedName": "Sendable",
            "usr": "s:s8SendableP",
            "mangledName": "$ss8SendableP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "SyntaxError",
        "printedName": "SyntaxError",
        "children": [
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "SyntaxError",
                "printedName": "DCloudUTSFoundation.SyntaxError",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)SyntaxError"
              }
            ],
            "declKind": "Constructor",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)SyntaxError(im)init",
            "mangledName": "$s19DCloudUTSFoundation11SyntaxErrorCACycfc",
            "moduleName": "DCloudUTSFoundation",
            "overriding": true,
            "implicit": true,
            "objc_name": "init",
            "declAttributes": [
              "Dynamic",
              "ObjC",
              "Override"
            ],
            "init_kind": "Designated"
          }
        ],
        "declKind": "Class",
        "usr": "c:@M@DCloudUTSFoundation@objc(cs)SyntaxError",
        "mangledName": "$s19DCloudUTSFoundation11SyntaxErrorC",
        "moduleName": "DCloudUTSFoundation",
        "objc_name": "SyntaxError",
        "declAttributes": [
          "AccessControl",
          "ObjCMembers",
          "ObjC",
          "RawDocComment"
        ],
        "superclassUsr": "c:@M@DCloudUTSFoundation@objc(cs)UTSError",
        "inheritsConvenienceInitializers": true,
        "superclassNames": [
          "DCloudUTSFoundation.UTSError",
          "ObjectiveC.NSObject"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Error",
            "printedName": "Error",
            "usr": "s:s5ErrorP",
            "mangledName": "$ss5ErrorP"
          },
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObservingPublishing",
            "printedName": "_KeyValueCodingAndObservingPublishing",
            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObserving",
            "printedName": "_KeyValueCodingAndObserving",
            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "Sendable",
            "printedName": "Sendable",
            "usr": "s:s8SendableP",
            "mangledName": "$ss8SendableP"
          }
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "UniCallbackWrapper",
        "printedName": "UniCallbackWrapper",
        "children": [
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UniCallbackWrapper",
                "printedName": "DCloudUTSFoundation.UniCallbackWrapper<τ_0_0, τ_0_1>",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_1"
                  }
                ],
                "usr": "s:19DCloudUTSFoundation18UniCallbackWrapperC"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "(() -> τ_0_0)?",
                "children": [
                  {
                    "kind": "TypeFunc",
                    "name": "Function",
                    "printedName": "() -> τ_0_0",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Void",
                        "printedName": "()"
                      }
                    ]
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:19DCloudUTSFoundation18UniCallbackWrapperCyACyxq_GxycSgcfc",
            "mangledName": "$s19DCloudUTSFoundation18UniCallbackWrapperCyACyxq_GxycSgcfc",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_0_1>",
            "sugared_genericSig": "<R, P>",
            "declAttributes": [
              "AccessControl"
            ],
            "init_kind": "Designated"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UniCallbackWrapper",
                "printedName": "DCloudUTSFoundation.UniCallbackWrapper<τ_0_0, τ_0_1>",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_1"
                  }
                ],
                "usr": "s:19DCloudUTSFoundation18UniCallbackWrapperC"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "((τ_0_1) -> τ_0_0)?",
                "children": [
                  {
                    "kind": "TypeFunc",
                    "name": "Function",
                    "printedName": "(τ_0_1) -> τ_0_0",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_1"
                      }
                    ]
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:19DCloudUTSFoundation18UniCallbackWrapperCyACyxq_Gxq_cSgcfc",
            "mangledName": "$s19DCloudUTSFoundation18UniCallbackWrapperCyACyxq_Gxq_cSgcfc",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_0_1>",
            "sugared_genericSig": "<R, P>",
            "declAttributes": [
              "AccessControl"
            ],
            "init_kind": "Designated"
          },
          {
            "kind": "Function",
            "name": "callAsFunction",
            "printedName": "callAsFunction()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "τ_0_0?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation18UniCallbackWrapperC14callAsFunctionxSgyF",
            "mangledName": "$s19DCloudUTSFoundation18UniCallbackWrapperC14callAsFunctionxSgyF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_0_1>",
            "sugared_genericSig": "<R, P>",
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "callAsFunction",
            "printedName": "callAsFunction(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "τ_0_0?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_1"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation18UniCallbackWrapperC14callAsFunctionyxSgq_F",
            "mangledName": "$s19DCloudUTSFoundation18UniCallbackWrapperC14callAsFunctionyxSgq_F",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_0_1>",
            "sugared_genericSig": "<R, P>",
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UniCallbackWrapper",
                "printedName": "DCloudUTSFoundation.UniCallbackWrapper<τ_0_0, τ_0_1>",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_1"
                  }
                ],
                "usr": "s:19DCloudUTSFoundation18UniCallbackWrapperC"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:19DCloudUTSFoundation18UniCallbackWrapperCACyxq_Gycfc",
            "mangledName": "$s19DCloudUTSFoundation18UniCallbackWrapperCACyxq_Gycfc",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_0_1>",
            "sugared_genericSig": "<R, P>",
            "overriding": true,
            "implicit": true,
            "objc_name": "init",
            "declAttributes": [
              "Dynamic",
              "ObjC",
              "Override"
            ],
            "init_kind": "Designated"
          }
        ],
        "declKind": "Class",
        "usr": "s:19DCloudUTSFoundation18UniCallbackWrapperC",
        "mangledName": "$s19DCloudUTSFoundation18UniCallbackWrapperC",
        "moduleName": "DCloudUTSFoundation",
        "genericSig": "<τ_0_0, τ_0_1>",
        "sugared_genericSig": "<R, P>",
        "isOpen": true,
        "declAttributes": [
          "AccessControl",
          "RawDocComment"
        ],
        "superclassUsr": "c:objc(cs)NSObject",
        "superclassNames": [
          "ObjectiveC.NSObject"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObservingPublishing",
            "printedName": "_KeyValueCodingAndObservingPublishing",
            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObserving",
            "printedName": "_KeyValueCodingAndObserving",
            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          }
        ]
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Function",
        "name": "setTimeout",
        "printedName": "setTimeout(_:_:)",
        "children": [
          {
            "kind": "TypeNominal",
            "name": "NSNumber",
            "printedName": "Foundation.NSNumber",
            "usr": "c:objc(cs)NSNumber"
          },
          {
            "kind": "TypeFunc",
            "name": "Function",
            "printedName": "() -> ()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              }
            ]
          },
          {
            "kind": "TypeNominal",
            "name": "Int",
            "printedName": "Swift.Int",
            "hasDefaultArg": true,
            "usr": "s:Si"
          }
        ],
        "declKind": "Func",
        "usr": "s:19DCloudUTSFoundation10setTimeoutySo8NSNumberCyyc_SitF",
        "mangledName": "$s19DCloudUTSFoundation10setTimeoutySo8NSNumberCyyc_SitF",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl"
        ],
        "funcSelfKind": "NonMutating"
      },
      {
        "kind": "Function",
        "name": "clearTimeout",
        "printedName": "clearTimeout(_:)",
        "children": [
          {
            "kind": "TypeNominal",
            "name": "Void",
            "printedName": "()"
          },
          {
            "kind": "TypeNominal",
            "name": "NSNumber",
            "printedName": "Foundation.NSNumber",
            "usr": "c:objc(cs)NSNumber"
          }
        ],
        "declKind": "Func",
        "usr": "s:19DCloudUTSFoundation12clearTimeoutyySo8NSNumberCF",
        "mangledName": "$s19DCloudUTSFoundation12clearTimeoutyySo8NSNumberCF",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl"
        ],
        "funcSelfKind": "NonMutating"
      },
      {
        "kind": "Function",
        "name": "setInterval",
        "printedName": "setInterval(_:_:)",
        "children": [
          {
            "kind": "TypeNominal",
            "name": "NSNumber",
            "printedName": "Foundation.NSNumber",
            "usr": "c:objc(cs)NSNumber"
          },
          {
            "kind": "TypeFunc",
            "name": "Function",
            "printedName": "() -> ()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              }
            ]
          },
          {
            "kind": "TypeNominal",
            "name": "Int",
            "printedName": "Swift.Int",
            "hasDefaultArg": true,
            "usr": "s:Si"
          }
        ],
        "declKind": "Func",
        "usr": "s:19DCloudUTSFoundation11setIntervalySo8NSNumberCyyc_SitF",
        "mangledName": "$s19DCloudUTSFoundation11setIntervalySo8NSNumberCyyc_SitF",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl"
        ],
        "funcSelfKind": "NonMutating"
      },
      {
        "kind": "Function",
        "name": "clearInterval",
        "printedName": "clearInterval(_:)",
        "children": [
          {
            "kind": "TypeNominal",
            "name": "Void",
            "printedName": "()"
          },
          {
            "kind": "TypeNominal",
            "name": "NSNumber",
            "printedName": "Foundation.NSNumber",
            "usr": "c:objc(cs)NSNumber"
          }
        ],
        "declKind": "Func",
        "usr": "s:19DCloudUTSFoundation13clearIntervalyySo8NSNumberCF",
        "mangledName": "$s19DCloudUTSFoundation13clearIntervalyySo8NSNumberCF",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl"
        ],
        "funcSelfKind": "NonMutating"
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "Import",
        "name": "DCUniBase",
        "printedName": "DCUniBase",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation"
      },
      {
        "kind": "TypeDecl",
        "name": "IUTSSourceMap",
        "printedName": "IUTSSourceMap",
        "children": [
          {
            "kind": "Function",
            "name": "__$getOriginalPosition",
            "printedName": "__$getOriginalPosition()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "DCloudUTSFoundation.UTSSourceMapPosition?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UTSSourceMapPosition",
                    "printedName": "DCloudUTSFoundation.UTSSourceMapPosition",
                    "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSSourceMapPosition"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation13IUTSSourceMapP22__$getOriginalPositionAA09UTSSourcedG0CSgyF",
            "mangledName": "$s19DCloudUTSFoundation13IUTSSourceMapP22__$getOriginalPositionAA09UTSSourcedG0CSgyF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 : DCloudUTSFoundation.IUTSSourceMap>",
            "sugared_genericSig": "<Self where Self : DCloudUTSFoundation.IUTSSourceMap>",
            "protocolReq": true,
            "reqNewWitnessTableEntry": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Protocol",
        "usr": "s:19DCloudUTSFoundation13IUTSSourceMapP",
        "mangledName": "$s19DCloudUTSFoundation13IUTSSourceMapP",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl",
          "RawDocComment"
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "UTSSourceMapPosition",
        "printedName": "UTSSourceMapPosition",
        "children": [
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UTSSourceMapPosition",
                "printedName": "DCloudUTSFoundation.UTSSourceMapPosition",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSSourceMapPosition"
              }
            ],
            "declKind": "Constructor",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSSourceMapPosition(im)init",
            "mangledName": "$s19DCloudUTSFoundation20UTSSourceMapPositionCACycfc",
            "moduleName": "DCloudUTSFoundation",
            "overriding": true,
            "objc_name": "init",
            "declAttributes": [
              "Dynamic",
              "ObjC",
              "Override",
              "AccessControl"
            ],
            "init_kind": "Designated"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UTSSourceMapPosition",
                "printedName": "DCloudUTSFoundation.UTSSourceMapPosition",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSSourceMapPosition"
              },
              {
                "kind": "TypeNominal",
                "name": "UTSJSONObject",
                "printedName": "DCloudUTSFoundation.UTSJSONObject",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject"
              }
            ],
            "declKind": "Constructor",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSSourceMapPosition(im)init:",
            "mangledName": "$s19DCloudUTSFoundation20UTSSourceMapPositionCyAcA13UTSJSONObjectCcfc",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl",
              "ObjC"
            ],
            "init_kind": "Designated"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:_:_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UTSSourceMapPosition",
                "printedName": "DCloudUTSFoundation.UTSSourceMapPosition",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSSourceMapPosition"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Constructor",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSSourceMapPosition(im)init::::",
            "mangledName": "$s19DCloudUTSFoundation20UTSSourceMapPositionCyACSS_SSS2itcfc",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl",
              "ObjC"
            ],
            "init_kind": "Designated"
          }
        ],
        "declKind": "Class",
        "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSSourceMapPosition",
        "mangledName": "$s19DCloudUTSFoundation20UTSSourceMapPositionC",
        "moduleName": "DCloudUTSFoundation",
        "objc_name": "UTSSourceMapPosition",
        "declAttributes": [
          "AccessControl",
          "ObjC",
          "ObjCMembers",
          "RawDocComment"
        ],
        "superclassUsr": "c:objc(cs)NSObject",
        "inheritsConvenienceInitializers": true,
        "superclassNames": [
          "ObjectiveC.NSObject"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObservingPublishing",
            "printedName": "_KeyValueCodingAndObservingPublishing",
            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObserving",
            "printedName": "_KeyValueCodingAndObserving",
            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "LogSelf",
        "printedName": "LogSelf",
        "children": [
          {
            "kind": "Function",
            "name": "toLog",
            "printedName": "toLog()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Any?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation7LogSelfP02toC0ypSgyF",
            "mangledName": "$s19DCloudUTSFoundation7LogSelfP02toC0ypSgyF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 : DCloudUTSFoundation.LogSelf>",
            "sugared_genericSig": "<Self where Self : DCloudUTSFoundation.LogSelf>",
            "protocolReq": true,
            "reqNewWitnessTableEntry": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Protocol",
        "usr": "s:19DCloudUTSFoundation7LogSelfP",
        "mangledName": "$s19DCloudUTSFoundation7LogSelfP",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl",
          "RawDocComment"
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "UniLogProtocol",
        "printedName": "UniLogProtocol",
        "children": [
          {
            "kind": "Function",
            "name": "tologJSON",
            "printedName": "tologJSON()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation14UniLogProtocolP9tologJSONSDySSypGyF",
            "mangledName": "$s19DCloudUTSFoundation14UniLogProtocolP9tologJSONSDySSypGyF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 : DCloudUTSFoundation.UniLogProtocol>",
            "sugared_genericSig": "<Self where Self : DCloudUTSFoundation.UniLogProtocol>",
            "protocolReq": true,
            "reqNewWitnessTableEntry": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Protocol",
        "usr": "s:19DCloudUTSFoundation14UniLogProtocolP",
        "mangledName": "$s19DCloudUTSFoundation14UniLogProtocolP",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl"
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "console",
        "printedName": "console",
        "children": [
          {
            "kind": "Function",
            "name": "log",
            "printedName": "log(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Any?]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Any?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation7consoleC3logyyypSgd_tFZ",
            "mangledName": "$s19DCloudUTSFoundation7consoleC3logyyypSgd_tFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "debug",
            "printedName": "debug(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Any?]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Any?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation7consoleC5debugyyypSgd_tFZ",
            "mangledName": "$s19DCloudUTSFoundation7consoleC5debugyyypSgd_tFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "info",
            "printedName": "info(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Any?]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Any?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation7consoleC4infoyyypSgd_tFZ",
            "mangledName": "$s19DCloudUTSFoundation7consoleC4infoyyypSgd_tFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "error",
            "printedName": "error(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Any?]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Any?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation7consoleC5erroryyypSgd_tFZ",
            "mangledName": "$s19DCloudUTSFoundation7consoleC5erroryyypSgd_tFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "warn",
            "printedName": "warn(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Any?]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Any?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation7consoleC4warnyyypSgd_tFZ",
            "mangledName": "$s19DCloudUTSFoundation7consoleC4warnyyypSgd_tFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getLogV2",
            "printedName": "getLogV2(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Any?]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Optional",
                    "printedName": "Any?",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:Sq"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation7consoleC8getLogV2ySSypSgd_tFZ",
            "mangledName": "$s19DCloudUTSFoundation7consoleC8getLogV2ySSypSgd_tFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Class",
        "usr": "s:19DCloudUTSFoundation7consoleC",
        "mangledName": "$s19DCloudUTSFoundation7consoleC",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl"
        ],
        "hasMissingDesignatedInitializers": true
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "Math",
        "printedName": "Math",
        "children": [
          {
            "kind": "Var",
            "name": "E",
            "printedName": "E",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation4MathC1ESo8NSNumberCvpZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC1ESo8NSNumberCvpZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation4MathC1ESo8NSNumberCvgZ",
                "mangledName": "$s19DCloudUTSFoundation4MathC1ESo8NSNumberCvgZ",
                "moduleName": "DCloudUTSFoundation",
                "static": true,
                "declAttributes": [
                  "Final"
                ],
                "accessorKind": "get"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "LN10",
            "printedName": "LN10",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation4MathC4LN10So8NSNumberCvpZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC4LN10So8NSNumberCvpZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation4MathC4LN10So8NSNumberCvgZ",
                "mangledName": "$s19DCloudUTSFoundation4MathC4LN10So8NSNumberCvgZ",
                "moduleName": "DCloudUTSFoundation",
                "static": true,
                "declAttributes": [
                  "Final"
                ],
                "accessorKind": "get"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "LN2",
            "printedName": "LN2",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation4MathC3LN2So8NSNumberCvpZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC3LN2So8NSNumberCvpZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation4MathC3LN2So8NSNumberCvgZ",
                "mangledName": "$s19DCloudUTSFoundation4MathC3LN2So8NSNumberCvgZ",
                "moduleName": "DCloudUTSFoundation",
                "static": true,
                "declAttributes": [
                  "Final"
                ],
                "accessorKind": "get"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "LOG10E",
            "printedName": "LOG10E",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation4MathC6LOG10ESo8NSNumberCvpZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC6LOG10ESo8NSNumberCvpZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation4MathC6LOG10ESo8NSNumberCvgZ",
                "mangledName": "$s19DCloudUTSFoundation4MathC6LOG10ESo8NSNumberCvgZ",
                "moduleName": "DCloudUTSFoundation",
                "static": true,
                "declAttributes": [
                  "Final"
                ],
                "accessorKind": "get"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "LOG2E",
            "printedName": "LOG2E",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation4MathC5LOG2ESo8NSNumberCvpZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC5LOG2ESo8NSNumberCvpZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation4MathC5LOG2ESo8NSNumberCvgZ",
                "mangledName": "$s19DCloudUTSFoundation4MathC5LOG2ESo8NSNumberCvgZ",
                "moduleName": "DCloudUTSFoundation",
                "static": true,
                "declAttributes": [
                  "Final"
                ],
                "accessorKind": "get"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "PI",
            "printedName": "PI",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation4MathC2PISo8NSNumberCvpZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC2PISo8NSNumberCvpZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation4MathC2PISo8NSNumberCvgZ",
                "mangledName": "$s19DCloudUTSFoundation4MathC2PISo8NSNumberCvgZ",
                "moduleName": "DCloudUTSFoundation",
                "static": true,
                "declAttributes": [
                  "Final"
                ],
                "accessorKind": "get"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "SQRT1_2",
            "printedName": "SQRT1_2",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation4MathC7SQRT1_2So8NSNumberCvpZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC7SQRT1_2So8NSNumberCvpZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation4MathC7SQRT1_2So8NSNumberCvgZ",
                "mangledName": "$s19DCloudUTSFoundation4MathC7SQRT1_2So8NSNumberCvgZ",
                "moduleName": "DCloudUTSFoundation",
                "static": true,
                "declAttributes": [
                  "Final"
                ],
                "accessorKind": "get"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "SQRT2",
            "printedName": "SQRT2",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation4MathC5SQRT2So8NSNumberCvpZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC5SQRT2So8NSNumberCvpZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation4MathC5SQRT2So8NSNumberCvgZ",
                "mangledName": "$s19DCloudUTSFoundation4MathC5SQRT2So8NSNumberCvgZ",
                "moduleName": "DCloudUTSFoundation",
                "static": true,
                "declAttributes": [
                  "Final"
                ],
                "accessorKind": "get"
              }
            ]
          },
          {
            "kind": "Function",
            "name": "abs",
            "printedName": "abs(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC3absySo8NSNumberCAFFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC3absySo8NSNumberCAFFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "acos",
            "printedName": "acos(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC4acosySo8NSNumberCAFFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC4acosySo8NSNumberCAFFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "acosh",
            "printedName": "acosh(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC5acoshySo8NSNumberCAFFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC5acoshySo8NSNumberCAFFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "asin",
            "printedName": "asin(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC4asinySo8NSNumberCAFFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC4asinySo8NSNumberCAFFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "asinh",
            "printedName": "asinh(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC5asinhySo8NSNumberCAFFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC5asinhySo8NSNumberCAFFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "atan",
            "printedName": "atan(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC4atanySo8NSNumberCAFFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC4atanySo8NSNumberCAFFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "atan2",
            "printedName": "atan2(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC5atan2ySo8NSNumberCAF_AFtFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC5atan2ySo8NSNumberCAF_AFtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "atanh",
            "printedName": "atanh(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC5atanhySo8NSNumberCAFFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC5atanhySo8NSNumberCAFFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "cbrt",
            "printedName": "cbrt(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC4cbrtySo8NSNumberCAFFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC4cbrtySo8NSNumberCAFFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "ceil",
            "printedName": "ceil(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC4ceilySo8NSNumberCAFFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC4ceilySo8NSNumberCAFFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "cos",
            "printedName": "cos(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC3cosySo8NSNumberCAFFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC3cosySo8NSNumberCAFFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "cosh",
            "printedName": "cosh(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC4coshySo8NSNumberCAFFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC4coshySo8NSNumberCAFFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "sin",
            "printedName": "sin(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC3sinySo8NSNumberCAFFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC3sinySo8NSNumberCAFFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "sinh",
            "printedName": "sinh(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC4sinhySo8NSNumberCAFFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC4sinhySo8NSNumberCAFFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "tan",
            "printedName": "tan(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC3tanySo8NSNumberCAFFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC3tanySo8NSNumberCAFFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "tanh",
            "printedName": "tanh(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC4tanhySo8NSNumberCAFFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC4tanhySo8NSNumberCAFFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "exp",
            "printedName": "exp(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC3expySo8NSNumberCAFFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC3expySo8NSNumberCAFFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "expm1",
            "printedName": "expm1(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC5expm1ySo8NSNumberCAFFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC5expm1ySo8NSNumberCAFFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "floor",
            "printedName": "floor(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC5floorySo8NSNumberCAFFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC5floorySo8NSNumberCAFFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "hypot",
            "printedName": "hypot(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Foundation.NSNumber]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC5hypotySo8NSNumberCAFd_tFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC5hypotySo8NSNumberCAFd_tFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "max",
            "printedName": "max(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Foundation.NSNumber]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC3maxySo8NSNumberCAFd_tFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC3maxySo8NSNumberCAFd_tFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "min",
            "printedName": "min(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Foundation.NSNumber]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC3minySo8NSNumberCAFd_tFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC3minySo8NSNumberCAFd_tFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "log",
            "printedName": "log(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC3logySo8NSNumberCAFFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC3logySo8NSNumberCAFFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "log10",
            "printedName": "log10(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC5log10ySo8NSNumberCAFFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC5log10ySo8NSNumberCAFFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "log1p",
            "printedName": "log1p(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC5log1pySo8NSNumberCAFFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC5log1pySo8NSNumberCAFFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "log2",
            "printedName": "log2(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC4log2ySo8NSNumberCAFFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC4log2ySo8NSNumberCAFFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "pow",
            "printedName": "pow(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC3powySo8NSNumberCAF_AFtFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC3powySo8NSNumberCAF_AFtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "sqrt",
            "printedName": "sqrt(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC4sqrtySo8NSNumberCAFFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC4sqrtySo8NSNumberCAFFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "random",
            "printedName": "random()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC6randomSo8NSNumberCyFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC6randomSo8NSNumberCyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "round",
            "printedName": "round(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC5roundySo8NSNumberCAFFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC5roundySo8NSNumberCAFFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "sign",
            "printedName": "sign(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC4signySo8NSNumberCAFFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC4signySo8NSNumberCAFFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "trunc",
            "printedName": "trunc(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC5truncySo8NSNumberCAFFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC5truncySo8NSNumberCAFFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "imul",
            "printedName": "imul(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC4imulySo8NSNumberCAF_AFtFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC4imulySo8NSNumberCAF_AFtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "clz32",
            "printedName": "clz32(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Any?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "hasDefaultArg": true,
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC5clz32ySo8NSNumberCypSgFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC5clz32ySo8NSNumberCypSgFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "fround",
            "printedName": "fround(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC6froundySo8NSNumberCAFFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC6froundySo8NSNumberCAFFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "fround",
            "printedName": "fround(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "usr": "s:Sd"
              },
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "usr": "s:Sd"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation4MathC6froundyS2dFZ",
            "mangledName": "$s19DCloudUTSFoundation4MathC6froundyS2dFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Class",
        "usr": "s:19DCloudUTSFoundation4MathC",
        "mangledName": "$s19DCloudUTSFoundation4MathC",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl",
          "RawDocComment"
        ],
        "hasMissingDesignatedInitializers": true
      },
      {
        "kind": "Import",
        "name": "Foundation",
        "printedName": "Foundation",
        "declKind": "Import",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "RawDocComment"
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "UTSRegExp",
        "printedName": "UTSRegExp",
        "children": [
          {
            "kind": "Var",
            "name": "lastIndex",
            "printedName": "lastIndex",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC9lastIndexSo8NSNumberCvp",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC9lastIndexSo8NSNumberCvp",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation9UTSRegExpC9lastIndexSo8NSNumberCvg",
                "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC9lastIndexSo8NSNumberCvg",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation9UTSRegExpC9lastIndexSo8NSNumberCvs",
                "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC9lastIndexSo8NSNumberCvs",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation9UTSRegExpC9lastIndexSo8NSNumberCvM",
                "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC9lastIndexSo8NSNumberCvM",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "matchFlag",
            "printedName": "matchFlag",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC9matchFlagSSvp",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC9matchFlagSSvp",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "HasInitialValue",
              "HasStorage",
              "AccessControl"
            ],
            "hasStorage": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation9UTSRegExpC9matchFlagSSvg",
                "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC9matchFlagSSvg",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation9UTSRegExpC9matchFlagSSvs",
                "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC9matchFlagSSvs",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation9UTSRegExpC9matchFlagSSvM",
                "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC9matchFlagSSvM",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "dotAll",
            "printedName": "dotAll",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC6dotAllSbvp",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC6dotAllSbvp",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation9UTSRegExpC6dotAllSbvg",
                "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC6dotAllSbvg",
                "moduleName": "DCloudUTSFoundation",
                "accessorKind": "get"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "flags",
            "printedName": "flags",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC5flagsSSvp",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC5flagsSSvp",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation9UTSRegExpC5flagsSSvg",
                "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC5flagsSSvg",
                "moduleName": "DCloudUTSFoundation",
                "accessorKind": "get"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "global",
            "printedName": "global",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC6globalSbvp",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC6globalSbvp",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation9UTSRegExpC6globalSbvg",
                "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC6globalSbvg",
                "moduleName": "DCloudUTSFoundation",
                "accessorKind": "get"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "hasIndices",
            "printedName": "hasIndices",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC10hasIndicesSbvp",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC10hasIndicesSbvp",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation9UTSRegExpC10hasIndicesSbvg",
                "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC10hasIndicesSbvg",
                "moduleName": "DCloudUTSFoundation",
                "accessorKind": "get"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "ignoreCase",
            "printedName": "ignoreCase",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC10ignoreCaseSbvp",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC10ignoreCaseSbvp",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation9UTSRegExpC10ignoreCaseSbvg",
                "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC10ignoreCaseSbvg",
                "moduleName": "DCloudUTSFoundation",
                "accessorKind": "get"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "sticky",
            "printedName": "sticky",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC6stickySbvp",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC6stickySbvp",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation9UTSRegExpC6stickySbvg",
                "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC6stickySbvg",
                "moduleName": "DCloudUTSFoundation",
                "accessorKind": "get"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "unicode",
            "printedName": "unicode",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC7unicodeSbvp",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC7unicodeSbvp",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation9UTSRegExpC7unicodeSbvg",
                "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC7unicodeSbvg",
                "moduleName": "DCloudUTSFoundation",
                "accessorKind": "get"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "multiline",
            "printedName": "multiline",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC9multilineSbvp",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC9multilineSbvp",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation9UTSRegExpC9multilineSbvg",
                "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC9multilineSbvg",
                "moduleName": "DCloudUTSFoundation",
                "accessorKind": "get"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "source",
            "printedName": "source",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Var",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC6sourceSSvp",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC6sourceSSvp",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:19DCloudUTSFoundation9UTSRegExpC6sourceSSvg",
                "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC6sourceSSvg",
                "moduleName": "DCloudUTSFoundation",
                "accessorKind": "get"
              }
            ]
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UTSRegExp",
                "printedName": "DCloudUTSFoundation.UTSRegExp",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSRegExp"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.String?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "hasDefaultArg": true,
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "hasDefaultArg": true,
                "usr": "s:SS"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpCyACSSSg_SStcfc",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpCyACSSSg_SStcfc",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "init_kind": "Designated"
          },
          {
            "kind": "Function",
            "name": "exec",
            "printedName": "exec(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Foundation.NSMutableArray?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSMutableArray",
                    "printedName": "Foundation.NSMutableArray",
                    "usr": "c:objc(cs)NSMutableArray"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC4execySo14NSMutableArrayCSgSSF",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC4execySo14NSMutableArrayCSgSSF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl",
              "DiscardableResult"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "test",
            "printedName": "test(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC4testySbSSF",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC4testySbSSF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "replace",
            "printedName": "replace(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC7replaceyS2S_SStF",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC7replaceyS2S_SStF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "replaceAll",
            "printedName": "replaceAll(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC10replaceAllyS2S_SStF",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC10replaceAllyS2S_SStF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "replace",
            "printedName": "replace(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "((Swift.String) -> Swift.String)?",
                "children": [
                  {
                    "kind": "TypeFunc",
                    "name": "Function",
                    "printedName": "(Swift.String) -> Swift.String",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      }
                    ]
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC7replaceyS2S_S2ScSgtF",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC7replaceyS2S_S2ScSgtF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "replace",
            "printedName": "replace(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "((Swift.String, [Swift.String]) -> Swift.String)?",
                "children": [
                  {
                    "kind": "TypeFunc",
                    "name": "Function",
                    "printedName": "(Swift.String, [Swift.String]) -> Swift.String",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Tuple",
                        "printedName": "(Swift.String, [Swift.String])",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "String",
                            "printedName": "Swift.String",
                            "usr": "s:SS"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "Array",
                            "printedName": "[Swift.String]",
                            "children": [
                              {
                                "kind": "TypeNominal",
                                "name": "String",
                                "printedName": "Swift.String",
                                "usr": "s:SS"
                              }
                            ],
                            "usr": "s:Sa"
                          }
                        ]
                      }
                    ]
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC7replaceyS2S_S2S_SaySSGtcSgtF",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC7replaceyS2S_S2S_SaySSGtcSgtF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "replace",
            "printedName": "replace(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "((Swift.String, [Swift.String], Foundation.NSNumber) -> Swift.String)?",
                "children": [
                  {
                    "kind": "TypeFunc",
                    "name": "Function",
                    "printedName": "(Swift.String, [Swift.String], Foundation.NSNumber) -> Swift.String",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Tuple",
                        "printedName": "(Swift.String, [Swift.String], Foundation.NSNumber)",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "String",
                            "printedName": "Swift.String",
                            "usr": "s:SS"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "Array",
                            "printedName": "[Swift.String]",
                            "children": [
                              {
                                "kind": "TypeNominal",
                                "name": "String",
                                "printedName": "Swift.String",
                                "usr": "s:SS"
                              }
                            ],
                            "usr": "s:Sa"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "NSNumber",
                            "printedName": "Foundation.NSNumber",
                            "usr": "c:objc(cs)NSNumber"
                          }
                        ]
                      }
                    ]
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC7replaceyS2S_S2S_SaySSGSo8NSNumberCtcSgtF",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC7replaceyS2S_S2S_SaySSGSo8NSNumberCtcSgtF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "replace",
            "printedName": "replace(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "((Swift.String, [Swift.String], Foundation.NSNumber, Swift.String) -> Swift.String)?",
                "children": [
                  {
                    "kind": "TypeFunc",
                    "name": "Function",
                    "printedName": "(Swift.String, [Swift.String], Foundation.NSNumber, Swift.String) -> Swift.String",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Tuple",
                        "printedName": "(Swift.String, [Swift.String], Foundation.NSNumber, Swift.String)",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "String",
                            "printedName": "Swift.String",
                            "usr": "s:SS"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "Array",
                            "printedName": "[Swift.String]",
                            "children": [
                              {
                                "kind": "TypeNominal",
                                "name": "String",
                                "printedName": "Swift.String",
                                "usr": "s:SS"
                              }
                            ],
                            "usr": "s:Sa"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "NSNumber",
                            "printedName": "Foundation.NSNumber",
                            "usr": "c:objc(cs)NSNumber"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "String",
                            "printedName": "Swift.String",
                            "usr": "s:SS"
                          }
                        ]
                      }
                    ]
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC7replaceyS2S_S2S_SaySSGSo8NSNumberCSStcSgtF",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC7replaceyS2S_S2S_SaySSGSo8NSNumberCSStcSgtF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "replace",
            "printedName": "replace(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "((Swift.String, [Swift.String], Foundation.NSNumber, Swift.String, DCloudUTSFoundation.UTSJSONObject) -> Swift.String)?",
                "children": [
                  {
                    "kind": "TypeFunc",
                    "name": "Function",
                    "printedName": "(Swift.String, [Swift.String], Foundation.NSNumber, Swift.String, DCloudUTSFoundation.UTSJSONObject) -> Swift.String",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Tuple",
                        "printedName": "(Swift.String, [Swift.String], Foundation.NSNumber, Swift.String, DCloudUTSFoundation.UTSJSONObject)",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "String",
                            "printedName": "Swift.String",
                            "usr": "s:SS"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "Array",
                            "printedName": "[Swift.String]",
                            "children": [
                              {
                                "kind": "TypeNominal",
                                "name": "String",
                                "printedName": "Swift.String",
                                "usr": "s:SS"
                              }
                            ],
                            "usr": "s:Sa"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "NSNumber",
                            "printedName": "Foundation.NSNumber",
                            "usr": "c:objc(cs)NSNumber"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "String",
                            "printedName": "Swift.String",
                            "usr": "s:SS"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "UTSJSONObject",
                            "printedName": "DCloudUTSFoundation.UTSJSONObject",
                            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject"
                          }
                        ]
                      }
                    ]
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC7replaceyS2S_S2S_SaySSGSo8NSNumberCSSAA13UTSJSONObjectCtcSgtF",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC7replaceyS2S_S2S_SaySSGSo8NSNumberCSSAA13UTSJSONObjectCtcSgtF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "replaceAll",
            "printedName": "replaceAll(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "((Swift.String) -> Swift.String)?",
                "children": [
                  {
                    "kind": "TypeFunc",
                    "name": "Function",
                    "printedName": "(Swift.String) -> Swift.String",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      }
                    ]
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC10replaceAllyS2S_S2ScSgtF",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC10replaceAllyS2S_S2ScSgtF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "split",
            "printedName": "split(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Swift.String]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC5splitySaySSGSSF",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC5splitySaySSGSSF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "split",
            "printedName": "split(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Swift.String]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.Int?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC5splitySaySSGSS_SiSgtF",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC5splitySaySSGSS_SiSgtF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "split",
            "printedName": "split(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Swift.String]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Foundation.NSNumber?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC5splitySaySSGSS_So8NSNumberCSgtF",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC5splitySaySSGSS_So8NSNumberCSgtF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "search",
            "printedName": "search(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC6searchySo8NSNumberCSSF",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC6searchySo8NSNumberCSSF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "firstMatch",
            "printedName": "firstMatch(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.String?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC10firstMatchySSSgSSF",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC10firstMatchySSSgSSF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "indexOf",
            "printedName": "indexOf(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC7indexOfySiSSF",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC7indexOfySiSSF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(pattern:options:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UTSRegExp",
                "printedName": "DCloudUTSFoundation.UTSRegExp",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSRegExp"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Options",
                "printedName": "Foundation.NSRegularExpression.Options",
                "hasDefaultArg": true,
                "usr": "c:@E@NSRegularExpressionOptions"
              }
            ],
            "declKind": "Constructor",
            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSRegExp(im)initWithPattern:options:error:",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC7pattern7optionsACSS_So26NSRegularExpressionOptionsVtKcfc",
            "moduleName": "DCloudUTSFoundation",
            "overriding": true,
            "implicit": true,
            "objc_name": "initWithPattern:options:error:",
            "declAttributes": [
              "Dynamic",
              "ObjC",
              "Override"
            ],
            "throwing": true,
            "init_kind": "Designated"
          },
          {
            "kind": "Function",
            "name": "tologJSON",
            "printedName": "tologJSON()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Func",
            "usr": "s:19DCloudUTSFoundation9UTSRegExpC9tologJSONSDySSypGyF",
            "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC9tologJSONSDySSypGyF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Class",
        "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSRegExp",
        "mangledName": "$s19DCloudUTSFoundation9UTSRegExpC",
        "moduleName": "DCloudUTSFoundation",
        "declAttributes": [
          "AccessControl",
          "ObjC"
        ],
        "superclassUsr": "c:objc(cs)NSRegularExpression",
        "hasMissingDesignatedInitializers": true,
        "superclassNames": [
          "Foundation.NSRegularExpression",
          "ObjectiveC.NSObject"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "UniLogProtocol",
            "printedName": "UniLogProtocol",
            "usr": "s:19DCloudUTSFoundation14UniLogProtocolP",
            "mangledName": "$s19DCloudUTSFoundation14UniLogProtocolP"
          },
          {
            "kind": "Conformance",
            "name": "Sendable",
            "printedName": "Sendable",
            "usr": "s:s8SendableP",
            "mangledName": "$ss8SendableP"
          },
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObservingPublishing",
            "printedName": "_KeyValueCodingAndObservingPublishing",
            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObserving",
            "printedName": "_KeyValueCodingAndObserving",
            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "KeyedEncodingContainer",
        "printedName": "KeyedEncodingContainer",
        "children": [
          {
            "kind": "Function",
            "name": "encode",
            "printedName": "encode(_:forKey:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_1_0"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "Encoder",
                "printedName": "any Swift.Encoder",
                "usr": "s:s7EncoderP"
              }
            ],
            "declKind": "Func",
            "usr": "s:s22KeyedEncodingContainerV19DCloudUTSFoundationE6encode_6forKey_yqd___xs7Encoder_ptKlF",
            "mangledName": "$ss22KeyedEncodingContainerV19DCloudUTSFoundationE6encode_6forKey_yqd___xs7Encoder_ptKlF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.CodingKey>",
            "sugared_genericSig": "<K, T where K : Swift.CodingKey>",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "throwing": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "encode",
            "printedName": "encode(_:forKey:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_1_0"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "Encoder",
                "printedName": "any Swift.Encoder",
                "usr": "s:s7EncoderP"
              }
            ],
            "declKind": "Func",
            "usr": "s:s22KeyedEncodingContainerV19DCloudUTSFoundationE6encode_6forKey_yqd___xs7Encoder_ptKSERd__lF",
            "mangledName": "$ss22KeyedEncodingContainerV19DCloudUTSFoundationE6encode_6forKey_yqd___xs7Encoder_ptKSERd__lF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.CodingKey, τ_1_0 : Swift.Encodable>",
            "sugared_genericSig": "<K, T where K : Swift.CodingKey, T : Swift.Encodable>",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "throwing": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "encodeIfPresent",
            "printedName": "encodeIfPresent(_:forKey:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "τ_1_0?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_1_0"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "Encoder",
                "printedName": "any Swift.Encoder",
                "usr": "s:s7EncoderP"
              }
            ],
            "declKind": "Func",
            "usr": "s:s22KeyedEncodingContainerV19DCloudUTSFoundationE15encodeIfPresent_6forKey_yqd__Sg_xs7Encoder_ptKlF",
            "mangledName": "$ss22KeyedEncodingContainerV19DCloudUTSFoundationE15encodeIfPresent_6forKey_yqd__Sg_xs7Encoder_ptKlF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.CodingKey>",
            "sugared_genericSig": "<K, T where K : Swift.CodingKey>",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "throwing": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "encodeIfPresent",
            "printedName": "encodeIfPresent(_:forKey:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "τ_1_0?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_1_0"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "Encoder",
                "printedName": "any Swift.Encoder",
                "usr": "s:s7EncoderP"
              }
            ],
            "declKind": "Func",
            "usr": "s:s22KeyedEncodingContainerV19DCloudUTSFoundationE15encodeIfPresent_6forKey_yqd__Sg_xs7Encoder_ptKSERd__lF",
            "mangledName": "$ss22KeyedEncodingContainerV19DCloudUTSFoundationE15encodeIfPresent_6forKey_yqd__Sg_xs7Encoder_ptKSERd__lF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.CodingKey, τ_1_0 : Swift.Encodable>",
            "sugared_genericSig": "<K, T where K : Swift.CodingKey, T : Swift.Encodable>",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "throwing": true,
            "funcSelfKind": "Mutating"
          }
        ],
        "declKind": "Struct",
        "usr": "s:s22KeyedEncodingContainerV",
        "mangledName": "$ss22KeyedEncodingContainerV",
        "moduleName": "Swift",
        "genericSig": "<τ_0_0 where τ_0_0 : Swift.CodingKey>",
        "sugared_genericSig": "<K where K : Swift.CodingKey>",
        "isExternal": true,
        "conformances": [
          {
            "kind": "Conformance",
            "name": "KeyedEncodingContainerProtocol",
            "printedName": "KeyedEncodingContainerProtocol",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Key",
                "printedName": "Key",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ]
              }
            ],
            "usr": "s:s30KeyedEncodingContainerProtocolP",
            "mangledName": "$ss30KeyedEncodingContainerProtocolP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "String",
        "printedName": "String",
        "children": [
          {
            "kind": "Var",
            "name": "length",
            "printedName": "length",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Var",
            "usr": "s:SS19DCloudUTSFoundationE6lengthSivp",
            "mangledName": "$sSS19DCloudUTSFoundationE6lengthSivp",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:SS19DCloudUTSFoundationE6lengthSivg",
                "mangledName": "$sSS19DCloudUTSFoundationE6lengthSivg",
                "moduleName": "DCloudUTSFoundation",
                "isFromExtension": true,
                "accessorKind": "get"
              }
            ]
          },
          {
            "kind": "Function",
            "name": "at",
            "printedName": "at(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.String?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE2atySSSgSiF",
            "mangledName": "$sSS19DCloudUTSFoundationE2atySSSgSiF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "at",
            "printedName": "at(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.String?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE2atySSSgSo8NSNumberCF",
            "mangledName": "$sSS19DCloudUTSFoundationE2atySSSgSo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "charAt",
            "printedName": "charAt(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE6charAtySSSiF",
            "mangledName": "$sSS19DCloudUTSFoundationE6charAtySSSiF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "charAt",
            "printedName": "charAt(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE6charAtySSSo8NSNumberCF",
            "mangledName": "$sSS19DCloudUTSFoundationE6charAtySSSo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "charCodeAt",
            "printedName": "charCodeAt(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE10charCodeAtySo8NSNumberCSiF",
            "mangledName": "$sSS19DCloudUTSFoundationE10charCodeAtySo8NSNumberCSiF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "charCodeAt",
            "printedName": "charCodeAt(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE10charCodeAtySo8NSNumberCADF",
            "mangledName": "$sSS19DCloudUTSFoundationE10charCodeAtySo8NSNumberCADF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "codePointAt",
            "printedName": "codePointAt(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Foundation.NSNumber?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE11codePointAtySo8NSNumberCSgSiF",
            "mangledName": "$sSS19DCloudUTSFoundationE11codePointAtySo8NSNumberCSgSiF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "codePointAt",
            "printedName": "codePointAt(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Foundation.NSNumber?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE11codePointAtySo8NSNumberCSgADF",
            "mangledName": "$sSS19DCloudUTSFoundationE11codePointAtySo8NSNumberCSgADF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "concat",
            "printedName": "concat(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Swift.String]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE6concatyS2Sd_tF",
            "mangledName": "$sSS19DCloudUTSFoundationE6concatyS2Sd_tF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "endsWith",
            "printedName": "endsWith(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE8endsWithySbSSF",
            "mangledName": "$sSS19DCloudUTSFoundationE8endsWithySbSSF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "endsWith",
            "printedName": "endsWith(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.Int?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE8endsWithySbSS_SiSgtF",
            "mangledName": "$sSS19DCloudUTSFoundationE8endsWithySbSS_SiSgtF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "endsWith",
            "printedName": "endsWith(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Foundation.NSNumber?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE8endsWithySbSS_So8NSNumberCSgtF",
            "mangledName": "$sSS19DCloudUTSFoundationE8endsWithySbSS_So8NSNumberCSgtF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "includes",
            "printedName": "includes(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE8includesySbSSF",
            "mangledName": "$sSS19DCloudUTSFoundationE8includesySbSSF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "includes",
            "printedName": "includes(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.Int?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE8includesySbSS_SiSgtF",
            "mangledName": "$sSS19DCloudUTSFoundationE8includesySbSS_SiSgtF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "includes",
            "printedName": "includes(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Foundation.NSNumber?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE8includesySbSS_So8NSNumberCSgtF",
            "mangledName": "$sSS19DCloudUTSFoundationE8includesySbSS_So8NSNumberCSgtF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "indexOf",
            "printedName": "indexOf(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE7indexOfySiSSF",
            "mangledName": "$sSS19DCloudUTSFoundationE7indexOfySiSSF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "indexOf",
            "printedName": "indexOf(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.Int?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE7indexOfySiSS_SiSgtF",
            "mangledName": "$sSS19DCloudUTSFoundationE7indexOfySiSS_SiSgtF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "indexOf",
            "printedName": "indexOf(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Foundation.NSNumber?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE7indexOfySo8NSNumberCSS_ADSgtF",
            "mangledName": "$sSS19DCloudUTSFoundationE7indexOfySo8NSNumberCSS_ADSgtF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "padStart",
            "printedName": "padStart(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.String?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "hasDefaultArg": true,
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE8padStartySSSi_SSSgtF",
            "mangledName": "$sSS19DCloudUTSFoundationE8padStartySSSi_SSSgtF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "padStart",
            "printedName": "padStart(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.String?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "hasDefaultArg": true,
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE8padStartySSSo8NSNumberC_SSSgtF",
            "mangledName": "$sSS19DCloudUTSFoundationE8padStartySSSo8NSNumberC_SSSgtF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "padEnd",
            "printedName": "padEnd(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.String?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "hasDefaultArg": true,
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE6padEndySSSi_SSSgtF",
            "mangledName": "$sSS19DCloudUTSFoundationE6padEndySSSi_SSSgtF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "padEnd",
            "printedName": "padEnd(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.String?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "hasDefaultArg": true,
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE6padEndySSSo8NSNumberC_SSSgtF",
            "mangledName": "$sSS19DCloudUTSFoundationE6padEndySSSo8NSNumberC_SSSgtF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "repeat",
            "printedName": "repeat(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE6repeatySSSiF",
            "mangledName": "$sSS19DCloudUTSFoundationE6repeatySSSiF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "repeat",
            "printedName": "repeat(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE6repeatySSSo8NSNumberCF",
            "mangledName": "$sSS19DCloudUTSFoundationE6repeatySSSo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "slice",
            "printedName": "slice()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE5sliceSSyF",
            "mangledName": "$sSS19DCloudUTSFoundationE5sliceSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "slice",
            "printedName": "slice(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.Int?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.Int?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ],
                "hasDefaultArg": true,
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE5sliceySSSiSg_ACtF",
            "mangledName": "$sSS19DCloudUTSFoundationE5sliceySSSiSg_ACtF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "slice",
            "printedName": "slice(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Foundation.NSNumber?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Foundation.NSNumber?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "hasDefaultArg": true,
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE5sliceySSSo8NSNumberCSg_AEtF",
            "mangledName": "$sSS19DCloudUTSFoundationE5sliceySSSo8NSNumberCSg_AEtF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toLowerCase",
            "printedName": "toLowerCase()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE11toLowerCaseSSyF",
            "mangledName": "$sSS19DCloudUTSFoundationE11toLowerCaseSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toUpperCase",
            "printedName": "toUpperCase()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE11toUpperCaseSSyF",
            "mangledName": "$sSS19DCloudUTSFoundationE11toUpperCaseSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "replaceAll",
            "printedName": "replaceAll(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE10replaceAllyS2S_SStF",
            "mangledName": "$sSS19DCloudUTSFoundationE10replaceAllyS2S_SStF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "replace",
            "printedName": "replace(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE7replaceyS2S_SStF",
            "mangledName": "$sSS19DCloudUTSFoundationE7replaceyS2S_SStF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "split",
            "printedName": "split(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Swift.String]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE5splitySaySSGSSF",
            "mangledName": "$sSS19DCloudUTSFoundationE5splitySaySSGSSF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "split",
            "printedName": "split(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Swift.String]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE5splitySaySSGSS_SitF",
            "mangledName": "$sSS19DCloudUTSFoundationE5splitySaySSGSS_SitF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "split",
            "printedName": "split(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Swift.String]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE5splitySaySSGSS_So8NSNumberCtF",
            "mangledName": "$sSS19DCloudUTSFoundationE5splitySaySSGSS_So8NSNumberCtF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "split",
            "printedName": "split(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Swift.String]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "UTSRegExp",
                "printedName": "DCloudUTSFoundation.UTSRegExp",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSRegExp"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE5splitySaySSGAA9UTSRegExpCF",
            "mangledName": "$sSS19DCloudUTSFoundationE5splitySaySSGAA9UTSRegExpCF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "split",
            "printedName": "split(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Swift.String]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "UTSRegExp",
                "printedName": "DCloudUTSFoundation.UTSRegExp",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSRegExp"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.Int?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE5splitySaySSGAA9UTSRegExpC_SiSgtF",
            "mangledName": "$sSS19DCloudUTSFoundationE5splitySaySSGAA9UTSRegExpC_SiSgtF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "split",
            "printedName": "split(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Swift.String]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "UTSRegExp",
                "printedName": "DCloudUTSFoundation.UTSRegExp",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSRegExp"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Foundation.NSNumber?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE5splitySaySSGAA9UTSRegExpC_So8NSNumberCSgtF",
            "mangledName": "$sSS19DCloudUTSFoundationE5splitySaySSGAA9UTSRegExpC_So8NSNumberCSgtF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "replace",
            "printedName": "replace(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "UTSRegExp",
                "printedName": "DCloudUTSFoundation.UTSRegExp",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSRegExp"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE7replaceySSAA9UTSRegExpC_SStF",
            "mangledName": "$sSS19DCloudUTSFoundationE7replaceySSAA9UTSRegExpC_SStF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "replaceAll",
            "printedName": "replaceAll(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "UTSRegExp",
                "printedName": "DCloudUTSFoundation.UTSRegExp",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSRegExp"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE10replaceAllySSAA9UTSRegExpC_SStF",
            "mangledName": "$sSS19DCloudUTSFoundationE10replaceAllySSAA9UTSRegExpC_SStF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "replace",
            "printedName": "replace(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "UTSRegExp",
                "printedName": "DCloudUTSFoundation.UTSRegExp",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSRegExp"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "((Swift.String) -> Swift.String)?",
                "children": [
                  {
                    "kind": "TypeFunc",
                    "name": "Function",
                    "printedName": "(Swift.String) -> Swift.String",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      }
                    ]
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE7replaceySSAA9UTSRegExpC_S2ScSgtF",
            "mangledName": "$sSS19DCloudUTSFoundationE7replaceySSAA9UTSRegExpC_S2ScSgtF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "replace",
            "printedName": "replace(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "UTSRegExp",
                "printedName": "DCloudUTSFoundation.UTSRegExp",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSRegExp"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "((Swift.String, [Swift.String]) -> Swift.String)?",
                "children": [
                  {
                    "kind": "TypeFunc",
                    "name": "Function",
                    "printedName": "(Swift.String, [Swift.String]) -> Swift.String",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Tuple",
                        "printedName": "(Swift.String, [Swift.String])",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "String",
                            "printedName": "Swift.String",
                            "usr": "s:SS"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "Array",
                            "printedName": "[Swift.String]",
                            "children": [
                              {
                                "kind": "TypeNominal",
                                "name": "String",
                                "printedName": "Swift.String",
                                "usr": "s:SS"
                              }
                            ],
                            "usr": "s:Sa"
                          }
                        ]
                      }
                    ]
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE7replaceySSAA9UTSRegExpC_S2S_SaySSGtcSgtF",
            "mangledName": "$sSS19DCloudUTSFoundationE7replaceySSAA9UTSRegExpC_S2S_SaySSGtcSgtF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "replace",
            "printedName": "replace(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "UTSRegExp",
                "printedName": "DCloudUTSFoundation.UTSRegExp",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSRegExp"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "((Swift.String, [Swift.String], Foundation.NSNumber) -> Swift.String)?",
                "children": [
                  {
                    "kind": "TypeFunc",
                    "name": "Function",
                    "printedName": "(Swift.String, [Swift.String], Foundation.NSNumber) -> Swift.String",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Tuple",
                        "printedName": "(Swift.String, [Swift.String], Foundation.NSNumber)",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "String",
                            "printedName": "Swift.String",
                            "usr": "s:SS"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "Array",
                            "printedName": "[Swift.String]",
                            "children": [
                              {
                                "kind": "TypeNominal",
                                "name": "String",
                                "printedName": "Swift.String",
                                "usr": "s:SS"
                              }
                            ],
                            "usr": "s:Sa"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "NSNumber",
                            "printedName": "Foundation.NSNumber",
                            "usr": "c:objc(cs)NSNumber"
                          }
                        ]
                      }
                    ]
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE7replaceySSAA9UTSRegExpC_S2S_SaySSGSo8NSNumberCtcSgtF",
            "mangledName": "$sSS19DCloudUTSFoundationE7replaceySSAA9UTSRegExpC_S2S_SaySSGSo8NSNumberCtcSgtF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "replace",
            "printedName": "replace(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "UTSRegExp",
                "printedName": "DCloudUTSFoundation.UTSRegExp",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSRegExp"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "((Swift.String, [Swift.String], Foundation.NSNumber, Swift.String) -> Swift.String)?",
                "children": [
                  {
                    "kind": "TypeFunc",
                    "name": "Function",
                    "printedName": "(Swift.String, [Swift.String], Foundation.NSNumber, Swift.String) -> Swift.String",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Tuple",
                        "printedName": "(Swift.String, [Swift.String], Foundation.NSNumber, Swift.String)",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "String",
                            "printedName": "Swift.String",
                            "usr": "s:SS"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "Array",
                            "printedName": "[Swift.String]",
                            "children": [
                              {
                                "kind": "TypeNominal",
                                "name": "String",
                                "printedName": "Swift.String",
                                "usr": "s:SS"
                              }
                            ],
                            "usr": "s:Sa"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "NSNumber",
                            "printedName": "Foundation.NSNumber",
                            "usr": "c:objc(cs)NSNumber"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "String",
                            "printedName": "Swift.String",
                            "usr": "s:SS"
                          }
                        ]
                      }
                    ]
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE7replaceySSAA9UTSRegExpC_S2S_SaySSGSo8NSNumberCSStcSgtF",
            "mangledName": "$sSS19DCloudUTSFoundationE7replaceySSAA9UTSRegExpC_S2S_SaySSGSo8NSNumberCSStcSgtF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "replace",
            "printedName": "replace(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "UTSRegExp",
                "printedName": "DCloudUTSFoundation.UTSRegExp",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSRegExp"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "((Swift.String, [Swift.String], Foundation.NSNumber, Swift.String, DCloudUTSFoundation.UTSJSONObject) -> Swift.String)?",
                "children": [
                  {
                    "kind": "TypeFunc",
                    "name": "Function",
                    "printedName": "(Swift.String, [Swift.String], Foundation.NSNumber, Swift.String, DCloudUTSFoundation.UTSJSONObject) -> Swift.String",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Tuple",
                        "printedName": "(Swift.String, [Swift.String], Foundation.NSNumber, Swift.String, DCloudUTSFoundation.UTSJSONObject)",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "String",
                            "printedName": "Swift.String",
                            "usr": "s:SS"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "Array",
                            "printedName": "[Swift.String]",
                            "children": [
                              {
                                "kind": "TypeNominal",
                                "name": "String",
                                "printedName": "Swift.String",
                                "usr": "s:SS"
                              }
                            ],
                            "usr": "s:Sa"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "NSNumber",
                            "printedName": "Foundation.NSNumber",
                            "usr": "c:objc(cs)NSNumber"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "String",
                            "printedName": "Swift.String",
                            "usr": "s:SS"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "UTSJSONObject",
                            "printedName": "DCloudUTSFoundation.UTSJSONObject",
                            "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject"
                          }
                        ]
                      }
                    ]
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE7replaceySSAA9UTSRegExpC_S2S_SaySSGSo8NSNumberCSSAA13UTSJSONObjectCtcSgtF",
            "mangledName": "$sSS19DCloudUTSFoundationE7replaceySSAA9UTSRegExpC_S2S_SaySSGSo8NSNumberCSSAA13UTSJSONObjectCtcSgtF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "replaceAll",
            "printedName": "replaceAll(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "UTSRegExp",
                "printedName": "DCloudUTSFoundation.UTSRegExp",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSRegExp"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "((Swift.String) -> Swift.String)?",
                "children": [
                  {
                    "kind": "TypeFunc",
                    "name": "Function",
                    "printedName": "(Swift.String) -> Swift.String",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      }
                    ]
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE10replaceAllySSAA9UTSRegExpC_S2ScSgtF",
            "mangledName": "$sSS19DCloudUTSFoundationE10replaceAllySSAA9UTSRegExpC_S2ScSgtF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "search",
            "printedName": "search(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "UTSRegExp",
                "printedName": "DCloudUTSFoundation.UTSRegExp",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSRegExp"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE6searchySiAA9UTSRegExpCF",
            "mangledName": "$sSS19DCloudUTSFoundationE6searchySiAA9UTSRegExpCF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "search",
            "printedName": "search(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "UTSRegExp",
                "printedName": "DCloudUTSFoundation.UTSRegExp",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSRegExp"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE6searchySo8NSNumberCAA9UTSRegExpCF",
            "mangledName": "$sSS19DCloudUTSFoundationE6searchySo8NSNumberCAA9UTSRegExpCF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "match",
            "printedName": "match(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Foundation.NSMutableArray?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSMutableArray",
                    "printedName": "Foundation.NSMutableArray",
                    "usr": "c:objc(cs)NSMutableArray"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "DCloudUTSFoundation.UTSRegExp?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UTSRegExp",
                    "printedName": "DCloudUTSFoundation.UTSRegExp",
                    "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSRegExp"
                  }
                ],
                "hasDefaultArg": true,
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE5matchySo14NSMutableArrayCSgAA9UTSRegExpCSgF",
            "mangledName": "$sSS19DCloudUTSFoundationE5matchySo14NSMutableArrayCSgAA9UTSRegExpCSgF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "matchAll",
            "printedName": "matchAll(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Foundation.NSMutableArray?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSMutableArray",
                    "printedName": "Foundation.NSMutableArray",
                    "usr": "c:objc(cs)NSMutableArray"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "DCloudUTSFoundation.UTSRegExp?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UTSRegExp",
                    "printedName": "DCloudUTSFoundation.UTSRegExp",
                    "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSRegExp"
                  }
                ],
                "hasDefaultArg": true,
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE8matchAllySo14NSMutableArrayCSgAA9UTSRegExpCSgF",
            "mangledName": "$sSS19DCloudUTSFoundationE8matchAllySo14NSMutableArrayCSgAA9UTSRegExpCSgF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "startsWith",
            "printedName": "startsWith(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE10startsWithySbSSF",
            "mangledName": "$sSS19DCloudUTSFoundationE10startsWithySbSSF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "startsWith",
            "printedName": "startsWith(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE10startsWithySbSS_SitF",
            "mangledName": "$sSS19DCloudUTSFoundationE10startsWithySbSS_SitF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "startsWith",
            "printedName": "startsWith(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE10startsWithySbSS_So8NSNumberCtF",
            "mangledName": "$sSS19DCloudUTSFoundationE10startsWithySbSS_So8NSNumberCtF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "substring",
            "printedName": "substring(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE9substringySSSiF",
            "mangledName": "$sSS19DCloudUTSFoundationE9substringySSSiF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "substring",
            "printedName": "substring(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE9substringySSSi_SitF",
            "mangledName": "$sSS19DCloudUTSFoundationE9substringySSSi_SitF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "substring",
            "printedName": "substring(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE9substringySSSo8NSNumberC_ADtF",
            "mangledName": "$sSS19DCloudUTSFoundationE9substringySSSo8NSNumberC_ADtF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "trim",
            "printedName": "trim()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE4trimSSyF",
            "mangledName": "$sSS19DCloudUTSFoundationE4trimSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "trimStart",
            "printedName": "trimStart()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE9trimStartSSyF",
            "mangledName": "$sSS19DCloudUTSFoundationE9trimStartSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "trimEnd",
            "printedName": "trimEnd()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE7trimEndSSyF",
            "mangledName": "$sSS19DCloudUTSFoundationE7trimEndSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toString",
            "printedName": "toString()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE8toStringSSyF",
            "mangledName": "$sSS19DCloudUTSFoundationE8toStringSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "valueOf",
            "printedName": "valueOf()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE7valueOfSSyF",
            "mangledName": "$sSS19DCloudUTSFoundationE7valueOfSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "lastIndexOf",
            "printedName": "lastIndexOf(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE11lastIndexOfySo8NSNumberCSSF",
            "mangledName": "$sSS19DCloudUTSFoundationE11lastIndexOfySo8NSNumberCSSF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "lastIndexOf",
            "printedName": "lastIndexOf(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE11lastIndexOfySiSS_SitF",
            "mangledName": "$sSS19DCloudUTSFoundationE11lastIndexOfySiSS_SitF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "lastIndexOf",
            "printedName": "lastIndexOf(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE11lastIndexOfySo8NSNumberCSS_ADtF",
            "mangledName": "$sSS19DCloudUTSFoundationE11lastIndexOfySo8NSNumberCSS_ADtF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "fromCharCode",
            "printedName": "fromCharCode(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Foundation.NSNumber]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE12fromCharCodeySSSo8NSNumberCd_tFZ",
            "mangledName": "$sSS19DCloudUTSFoundationE12fromCharCodeySSSo8NSNumberCd_tFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "fromCodePoint",
            "printedName": "fromCodePoint(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Foundation.NSNumber]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE13fromCodePointySSSo8NSNumberCd_tFZ",
            "mangledName": "$sSS19DCloudUTSFoundationE13fromCodePointySSSo8NSNumberCd_tFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "tologJSON",
            "printedName": "tologJSON()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Func",
            "usr": "s:SS19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "mangledName": "$sSS19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Struct",
        "usr": "s:SS",
        "mangledName": "$sSS",
        "moduleName": "Swift",
        "declAttributes": [
          "EagerMove",
          "Frozen"
        ],
        "isExternal": true,
        "conformances": [
          {
            "kind": "Conformance",
            "name": "UniLogProtocol",
            "printedName": "UniLogProtocol",
            "usr": "s:19DCloudUTSFoundation14UniLogProtocolP",
            "mangledName": "$s19DCloudUTSFoundation14UniLogProtocolP"
          },
          {
            "kind": "Conformance",
            "name": "Decodable",
            "printedName": "Decodable",
            "usr": "s:Se",
            "mangledName": "$sSe"
          },
          {
            "kind": "Conformance",
            "name": "Encodable",
            "printedName": "Encodable",
            "usr": "s:SE",
            "mangledName": "$sSE"
          },
          {
            "kind": "Conformance",
            "name": "CodingKeyRepresentable",
            "printedName": "CodingKeyRepresentable",
            "usr": "s:s22CodingKeyRepresentableP",
            "mangledName": "$ss22CodingKeyRepresentableP"
          },
          {
            "kind": "Conformance",
            "name": "_HasContiguousBytes",
            "printedName": "_HasContiguousBytes",
            "usr": "s:s19_HasContiguousBytesP",
            "mangledName": "$ss19_HasContiguousBytesP"
          },
          {
            "kind": "Conformance",
            "name": "CustomReflectable",
            "printedName": "CustomReflectable",
            "usr": "s:s17CustomReflectableP",
            "mangledName": "$ss17CustomReflectableP"
          },
          {
            "kind": "Conformance",
            "name": "_CustomPlaygroundQuickLookable",
            "printedName": "_CustomPlaygroundQuickLookable",
            "usr": "s:s30_CustomPlaygroundQuickLookableP",
            "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
          },
          {
            "kind": "Conformance",
            "name": "TextOutputStream",
            "printedName": "TextOutputStream",
            "usr": "s:s16TextOutputStreamP",
            "mangledName": "$ss16TextOutputStreamP"
          },
          {
            "kind": "Conformance",
            "name": "TextOutputStreamable",
            "printedName": "TextOutputStreamable",
            "usr": "s:s20TextOutputStreamableP",
            "mangledName": "$ss20TextOutputStreamableP"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "Sendable",
            "printedName": "Sendable",
            "usr": "s:s8SendableP",
            "mangledName": "$ss8SendableP"
          },
          {
            "kind": "Conformance",
            "name": "_ExpressibleByBuiltinUnicodeScalarLiteral",
            "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral",
            "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP",
            "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral",
            "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral",
            "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP",
            "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "_ExpressibleByBuiltinStringLiteral",
            "printedName": "_ExpressibleByBuiltinStringLiteral",
            "usr": "s:s34_ExpressibleByBuiltinStringLiteralP",
            "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByStringLiteral",
            "printedName": "ExpressibleByStringLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "StringLiteralType",
                "printedName": "StringLiteralType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ]
              }
            ],
            "usr": "s:s26ExpressibleByStringLiteralP",
            "mangledName": "$ss26ExpressibleByStringLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByExtendedGraphemeClusterLiteral",
            "printedName": "ExpressibleByExtendedGraphemeClusterLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "ExtendedGraphemeClusterLiteralType",
                "printedName": "ExtendedGraphemeClusterLiteralType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ]
              }
            ],
            "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP",
            "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByUnicodeScalarLiteral",
            "printedName": "ExpressibleByUnicodeScalarLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "UnicodeScalarLiteralType",
                "printedName": "UnicodeScalarLiteralType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ]
              }
            ],
            "usr": "s:s33ExpressibleByUnicodeScalarLiteralP",
            "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "BidirectionalCollection",
            "printedName": "BidirectionalCollection",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Element",
                "printedName": "Element",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Character",
                    "printedName": "Swift.Character",
                    "usr": "s:SJ"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "Index",
                "printedName": "Index",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Index",
                    "printedName": "Swift.String.Index",
                    "usr": "s:SS5IndexV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SubSequence",
                "printedName": "SubSequence",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Substring",
                    "printedName": "Swift.Substring",
                    "usr": "s:Ss"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "Indices",
                "printedName": "Indices",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "DefaultIndices",
                    "printedName": "Swift.DefaultIndices<Swift.String>",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      }
                    ],
                    "usr": "s:SI"
                  }
                ]
              }
            ],
            "usr": "s:SK",
            "mangledName": "$sSK"
          },
          {
            "kind": "Conformance",
            "name": "Collection",
            "printedName": "Collection",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Element",
                "printedName": "Element",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Character",
                    "printedName": "Swift.Character",
                    "usr": "s:SJ"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "Index",
                "printedName": "Index",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Index",
                    "printedName": "Swift.String.Index",
                    "usr": "s:SS5IndexV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "Iterator",
                "printedName": "Iterator",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Iterator",
                    "printedName": "Swift.String.Iterator",
                    "usr": "s:SS8IteratorV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SubSequence",
                "printedName": "SubSequence",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Substring",
                    "printedName": "Swift.Substring",
                    "usr": "s:Ss"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "Indices",
                "printedName": "Indices",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "DefaultIndices",
                    "printedName": "Swift.DefaultIndices<Swift.String>",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "String",
                        "printedName": "Swift.String",
                        "usr": "s:SS"
                      }
                    ],
                    "usr": "s:SI"
                  }
                ]
              }
            ],
            "usr": "s:Sl",
            "mangledName": "$sSl"
          },
          {
            "kind": "Conformance",
            "name": "Sequence",
            "printedName": "Sequence",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Element",
                "printedName": "Element",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Character",
                    "printedName": "Swift.Character",
                    "usr": "s:SJ"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "Iterator",
                "printedName": "Iterator",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Iterator",
                    "printedName": "Swift.String.Iterator",
                    "usr": "s:SS8IteratorV"
                  }
                ]
              }
            ],
            "usr": "s:ST",
            "mangledName": "$sST"
          },
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Comparable",
            "printedName": "Comparable",
            "usr": "s:SL",
            "mangledName": "$sSL"
          },
          {
            "kind": "Conformance",
            "name": "StringProtocol",
            "printedName": "StringProtocol",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "UTF8View",
                "printedName": "UTF8View",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UTF8View",
                    "printedName": "Swift.String.UTF8View",
                    "usr": "s:SS8UTF8ViewV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "UTF16View",
                "printedName": "UTF16View",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UTF16View",
                    "printedName": "Swift.String.UTF16View",
                    "usr": "s:SS9UTF16ViewV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "UnicodeScalarView",
                "printedName": "UnicodeScalarView",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UnicodeScalarView",
                    "printedName": "Swift.String.UnicodeScalarView",
                    "usr": "s:SS17UnicodeScalarViewV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SubSequence",
                "printedName": "SubSequence",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Substring",
                    "printedName": "Swift.Substring",
                    "usr": "s:Ss"
                  }
                ]
              }
            ],
            "usr": "s:Sy",
            "mangledName": "$sSy"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByStringInterpolation",
            "printedName": "ExpressibleByStringInterpolation",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "StringInterpolation",
                "printedName": "StringInterpolation",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "DefaultStringInterpolation",
                    "printedName": "Swift.DefaultStringInterpolation",
                    "usr": "s:s26DefaultStringInterpolationV"
                  }
                ]
              }
            ],
            "usr": "s:s32ExpressibleByStringInterpolationP",
            "mangledName": "$ss32ExpressibleByStringInterpolationP"
          },
          {
            "kind": "Conformance",
            "name": "LosslessStringConvertible",
            "printedName": "LosslessStringConvertible",
            "usr": "s:s25LosslessStringConvertibleP",
            "mangledName": "$ss25LosslessStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "RangeReplaceableCollection",
            "printedName": "RangeReplaceableCollection",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "SubSequence",
                "printedName": "SubSequence",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Substring",
                    "printedName": "Swift.Substring",
                    "usr": "s:Ss"
                  }
                ]
              }
            ],
            "usr": "s:Sm",
            "mangledName": "$sSm"
          },
          {
            "kind": "Conformance",
            "name": "MirrorPath",
            "printedName": "MirrorPath",
            "usr": "s:s10MirrorPathP",
            "mangledName": "$ss10MirrorPathP"
          },
          {
            "kind": "Conformance",
            "name": "_ObjectiveCBridgeable",
            "printedName": "_ObjectiveCBridgeable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_ObjectiveCType",
                "printedName": "_ObjectiveCType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSString",
                    "printedName": "Foundation.NSString",
                    "usr": "c:objc(cs)NSString"
                  }
                ]
              }
            ],
            "usr": "s:s21_ObjectiveCBridgeableP",
            "mangledName": "$ss21_ObjectiveCBridgeableP"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "NSString",
        "printedName": "NSString",
        "children": [
          {
            "kind": "Function",
            "name": "tologJSON",
            "printedName": "tologJSON()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSStringC19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "mangledName": "$sSo8NSStringC19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Class",
        "usr": "c:objc(cs)NSString",
        "moduleName": "Foundation",
        "isOpen": true,
        "objc_name": "NSString",
        "declAttributes": [
          "ObjC",
          "NonSendable",
          "Dynamic"
        ],
        "superclassUsr": "c:objc(cs)NSObject",
        "isExternal": true,
        "inheritsConvenienceInitializers": true,
        "superclassNames": [
          "ObjectiveC.NSObject"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObservingPublishing",
            "printedName": "_KeyValueCodingAndObservingPublishing",
            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObserving",
            "printedName": "_KeyValueCodingAndObserving",
            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "UniLogProtocol",
            "printedName": "UniLogProtocol",
            "usr": "s:19DCloudUTSFoundation14UniLogProtocolP",
            "mangledName": "$s19DCloudUTSFoundation14UniLogProtocolP"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByStringLiteral",
            "printedName": "ExpressibleByStringLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "StringLiteralType",
                "printedName": "StringLiteralType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "StaticString",
                    "printedName": "Swift.StaticString",
                    "usr": "s:s12StaticStringV"
                  }
                ]
              }
            ],
            "usr": "s:s26ExpressibleByStringLiteralP",
            "mangledName": "$ss26ExpressibleByStringLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByExtendedGraphemeClusterLiteral",
            "printedName": "ExpressibleByExtendedGraphemeClusterLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "ExtendedGraphemeClusterLiteralType",
                "printedName": "ExtendedGraphemeClusterLiteralType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "StaticString",
                    "printedName": "Swift.StaticString",
                    "usr": "s:s12StaticStringV"
                  }
                ]
              }
            ],
            "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP",
            "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByUnicodeScalarLiteral",
            "printedName": "ExpressibleByUnicodeScalarLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "UnicodeScalarLiteralType",
                "printedName": "UnicodeScalarLiteralType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "StaticString",
                    "printedName": "Swift.StaticString",
                    "usr": "s:s12StaticStringV"
                  }
                ]
              }
            ],
            "usr": "s:s33ExpressibleByUnicodeScalarLiteralP",
            "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "_HasCustomAnyHashableRepresentation",
            "printedName": "_HasCustomAnyHashableRepresentation",
            "usr": "s:s35_HasCustomAnyHashableRepresentationP",
            "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
          },
          {
            "kind": "Conformance",
            "name": "_CustomPlaygroundQuickLookable",
            "printedName": "_CustomPlaygroundQuickLookable",
            "usr": "s:s30_CustomPlaygroundQuickLookableP",
            "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "Selector",
        "printedName": "Selector",
        "children": [
          {
            "kind": "Function",
            "name": "tologJSON",
            "printedName": "tologJSON()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Func",
            "usr": "s:10ObjectiveC8SelectorV19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "mangledName": "$s10ObjectiveC8SelectorV19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Struct",
        "usr": "s:10ObjectiveC8SelectorV",
        "mangledName": "$s10ObjectiveC8SelectorV",
        "moduleName": "ObjectiveC",
        "declAttributes": [
          "Frozen"
        ],
        "isExternal": true,
        "conformances": [
          {
            "kind": "Conformance",
            "name": "ExpressibleByStringLiteral",
            "printedName": "ExpressibleByStringLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "StringLiteralType",
                "printedName": "StringLiteralType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ]
              }
            ],
            "usr": "s:s26ExpressibleByStringLiteralP",
            "mangledName": "$ss26ExpressibleByStringLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByExtendedGraphemeClusterLiteral",
            "printedName": "ExpressibleByExtendedGraphemeClusterLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "ExtendedGraphemeClusterLiteralType",
                "printedName": "ExtendedGraphemeClusterLiteralType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ]
              }
            ],
            "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP",
            "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByUnicodeScalarLiteral",
            "printedName": "ExpressibleByUnicodeScalarLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "UnicodeScalarLiteralType",
                "printedName": "UnicodeScalarLiteralType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ]
              }
            ],
            "usr": "s:s33ExpressibleByUnicodeScalarLiteralP",
            "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "UniLogProtocol",
            "printedName": "UniLogProtocol",
            "usr": "s:19DCloudUTSFoundation14UniLogProtocolP",
            "mangledName": "$s19DCloudUTSFoundation14UniLogProtocolP"
          },
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomReflectable",
            "printedName": "CustomReflectable",
            "usr": "s:s17CustomReflectableP",
            "mangledName": "$ss17CustomReflectableP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "Float",
        "printedName": "Float",
        "children": [
          {
            "kind": "Function",
            "name": "++",
            "printedName": "++(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "usr": "s:Sf"
              },
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "paramValueOwnership": "InOut",
                "usr": "s:Sf"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sf19DCloudUTSFoundationE2ppoPyS2fzFZ",
            "mangledName": "$sSf19DCloudUTSFoundationE2ppoPyS2fzFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Postfix",
              "DiscardableResult"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "--",
            "printedName": "--(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "usr": "s:Sf"
              },
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "paramValueOwnership": "InOut",
                "usr": "s:Sf"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sf19DCloudUTSFoundationE2ssoPyS2fzFZ",
            "mangledName": "$sSf19DCloudUTSFoundationE2ssoPyS2fzFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Postfix",
              "DiscardableResult"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "++",
            "printedName": "++(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "usr": "s:Sf"
              },
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "paramValueOwnership": "InOut",
                "usr": "s:Sf"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sf19DCloudUTSFoundationE2ppopyS2fzFZ",
            "mangledName": "$sSf19DCloudUTSFoundationE2ppopyS2fzFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Prefix",
              "DiscardableResult"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "--",
            "printedName": "--(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "usr": "s:Sf"
              },
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "paramValueOwnership": "InOut",
                "usr": "s:Sf"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sf19DCloudUTSFoundationE2ssopyS2fzFZ",
            "mangledName": "$sSf19DCloudUTSFoundationE2ssopyS2fzFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Prefix",
              "DiscardableResult"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toFixed",
            "printedName": "toFixed(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sf19DCloudUTSFoundationE7toFixedySSSiF",
            "mangledName": "$sSf19DCloudUTSFoundationE7toFixedySSSiF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toFixed",
            "printedName": "toFixed(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sf19DCloudUTSFoundationE7toFixedySSSo8NSNumberCF",
            "mangledName": "$sSf19DCloudUTSFoundationE7toFixedySSSo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toString",
            "printedName": "toString()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sf19DCloudUTSFoundationE8toStringSSyF",
            "mangledName": "$sSf19DCloudUTSFoundationE8toStringSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toString",
            "printedName": "toString(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sf19DCloudUTSFoundationE8toStringySSSiF",
            "mangledName": "$sSf19DCloudUTSFoundationE8toStringySSSiF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toString",
            "printedName": "toString(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sf19DCloudUTSFoundationE8toStringySSSo8NSNumberCF",
            "mangledName": "$sSf19DCloudUTSFoundationE8toStringySSSo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "valueOf",
            "printedName": "valueOf()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "usr": "s:Sf"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sf19DCloudUTSFoundationE7valueOfSfyF",
            "mangledName": "$sSf19DCloudUTSFoundationE7valueOfSfyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toPrecision",
            "printedName": "toPrecision()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sf19DCloudUTSFoundationE11toPrecisionSSyF",
            "mangledName": "$sSf19DCloudUTSFoundationE11toPrecisionSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toPrecision",
            "printedName": "toPrecision(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sf19DCloudUTSFoundationE11toPrecisionySSSiF",
            "mangledName": "$sSf19DCloudUTSFoundationE11toPrecisionySSSiF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toPrecision",
            "printedName": "toPrecision(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sf19DCloudUTSFoundationE11toPrecisionySSSo8NSNumberCF",
            "mangledName": "$sSf19DCloudUTSFoundationE11toPrecisionySSSo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toExponential",
            "printedName": "toExponential()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sf19DCloudUTSFoundationE13toExponentialSSyF",
            "mangledName": "$sSf19DCloudUTSFoundationE13toExponentialSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toExponential",
            "printedName": "toExponential(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sf19DCloudUTSFoundationE13toExponentialySSSiF",
            "mangledName": "$sSf19DCloudUTSFoundationE13toExponentialySSSiF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toExponential",
            "printedName": "toExponential(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sf19DCloudUTSFoundationE13toExponentialySSSo8NSNumberCF",
            "mangledName": "$sSf19DCloudUTSFoundationE13toExponentialySSSo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "tologJSON",
            "printedName": "tologJSON()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sf19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "mangledName": "$sSf19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Struct",
        "usr": "s:Sf",
        "mangledName": "$sSf",
        "moduleName": "Swift",
        "declAttributes": [
          "Frozen"
        ],
        "isExternal": true,
        "conformances": [
          {
            "kind": "Conformance",
            "name": "UniLogProtocol",
            "printedName": "UniLogProtocol",
            "usr": "s:19DCloudUTSFoundation14UniLogProtocolP",
            "mangledName": "$s19DCloudUTSFoundation14UniLogProtocolP"
          },
          {
            "kind": "Conformance",
            "name": "Decodable",
            "printedName": "Decodable",
            "usr": "s:Se",
            "mangledName": "$sSe"
          },
          {
            "kind": "Conformance",
            "name": "Encodable",
            "printedName": "Encodable",
            "usr": "s:SE",
            "mangledName": "$sSE"
          },
          {
            "kind": "Conformance",
            "name": "CustomReflectable",
            "printedName": "CustomReflectable",
            "usr": "s:s17CustomReflectableP",
            "mangledName": "$ss17CustomReflectableP"
          },
          {
            "kind": "Conformance",
            "name": "_CustomPlaygroundQuickLookable",
            "printedName": "_CustomPlaygroundQuickLookable",
            "usr": "s:s30_CustomPlaygroundQuickLookableP",
            "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
          },
          {
            "kind": "Conformance",
            "name": "_CVarArgPassedAsDouble",
            "printedName": "_CVarArgPassedAsDouble",
            "usr": "s:s22_CVarArgPassedAsDoubleP",
            "mangledName": "$ss22_CVarArgPassedAsDoubleP"
          },
          {
            "kind": "Conformance",
            "name": "_CVarArgAligned",
            "printedName": "_CVarArgAligned",
            "usr": "s:s15_CVarArgAlignedP",
            "mangledName": "$ss15_CVarArgAlignedP"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "LosslessStringConvertible",
            "printedName": "LosslessStringConvertible",
            "usr": "s:s25LosslessStringConvertibleP",
            "mangledName": "$ss25LosslessStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "TextOutputStreamable",
            "printedName": "TextOutputStreamable",
            "usr": "s:s20TextOutputStreamableP",
            "mangledName": "$ss20TextOutputStreamableP"
          },
          {
            "kind": "Conformance",
            "name": "BinaryFloatingPoint",
            "printedName": "BinaryFloatingPoint",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "RawSignificand",
                "printedName": "RawSignificand",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UInt32",
                    "printedName": "Swift.UInt32",
                    "usr": "s:s6UInt32V"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "RawExponent",
                "printedName": "RawExponent",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UInt",
                    "printedName": "Swift.UInt",
                    "usr": "s:Su"
                  }
                ]
              }
            ],
            "usr": "s:SB",
            "mangledName": "$sSB"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByFloatLiteral",
            "printedName": "ExpressibleByFloatLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "FloatLiteralType",
                "printedName": "FloatLiteralType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Float",
                    "printedName": "Swift.Float",
                    "usr": "s:Sf"
                  }
                ]
              }
            ],
            "usr": "s:s25ExpressibleByFloatLiteralP",
            "mangledName": "$ss25ExpressibleByFloatLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "FloatingPoint",
            "printedName": "FloatingPoint",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Exponent",
                "printedName": "Exponent",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ]
              }
            ],
            "usr": "s:SF",
            "mangledName": "$sSF"
          },
          {
            "kind": "Conformance",
            "name": "SignedNumeric",
            "printedName": "SignedNumeric",
            "usr": "s:s13SignedNumericP",
            "mangledName": "$ss13SignedNumericP"
          },
          {
            "kind": "Conformance",
            "name": "Numeric",
            "printedName": "Numeric",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Magnitude",
                "printedName": "Magnitude",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Float",
                    "printedName": "Swift.Float",
                    "usr": "s:Sf"
                  }
                ]
              }
            ],
            "usr": "s:Sj",
            "mangledName": "$sSj"
          },
          {
            "kind": "Conformance",
            "name": "AdditiveArithmetic",
            "printedName": "AdditiveArithmetic",
            "usr": "s:s18AdditiveArithmeticP",
            "mangledName": "$ss18AdditiveArithmeticP"
          },
          {
            "kind": "Conformance",
            "name": "_ExpressibleByBuiltinIntegerLiteral",
            "printedName": "_ExpressibleByBuiltinIntegerLiteral",
            "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP",
            "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByIntegerLiteral",
            "printedName": "ExpressibleByIntegerLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "IntegerLiteralType",
                "printedName": "IntegerLiteralType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int64",
                    "printedName": "Swift.Int64",
                    "usr": "s:s5Int64V"
                  }
                ]
              }
            ],
            "usr": "s:s27ExpressibleByIntegerLiteralP",
            "mangledName": "$ss27ExpressibleByIntegerLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "_ExpressibleByBuiltinFloatLiteral",
            "printedName": "_ExpressibleByBuiltinFloatLiteral",
            "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP",
            "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "_HasCustomAnyHashableRepresentation",
            "printedName": "_HasCustomAnyHashableRepresentation",
            "usr": "s:s35_HasCustomAnyHashableRepresentationP",
            "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
          },
          {
            "kind": "Conformance",
            "name": "Sendable",
            "printedName": "Sendable",
            "usr": "s:s8SendableP",
            "mangledName": "$ss8SendableP"
          },
          {
            "kind": "Conformance",
            "name": "Strideable",
            "printedName": "Strideable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Stride",
                "printedName": "Stride",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Float",
                    "printedName": "Swift.Float",
                    "usr": "s:Sf"
                  }
                ]
              }
            ],
            "usr": "s:Sx",
            "mangledName": "$sSx"
          },
          {
            "kind": "Conformance",
            "name": "Comparable",
            "printedName": "Comparable",
            "usr": "s:SL",
            "mangledName": "$sSL"
          },
          {
            "kind": "Conformance",
            "name": "SIMDScalar",
            "printedName": "SIMDScalar",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "SIMDMaskScalar",
                "printedName": "SIMDMaskScalar",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int32",
                    "printedName": "Swift.Int32",
                    "usr": "s:s5Int32V"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD2Storage",
                "printedName": "SIMD2Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD2Storage",
                    "printedName": "Swift.Float.SIMD2Storage",
                    "usr": "s:Sf12SIMD2StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD4Storage",
                "printedName": "SIMD4Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD4Storage",
                    "printedName": "Swift.Float.SIMD4Storage",
                    "usr": "s:Sf12SIMD4StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD8Storage",
                "printedName": "SIMD8Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD8Storage",
                    "printedName": "Swift.Float.SIMD8Storage",
                    "usr": "s:Sf12SIMD8StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD16Storage",
                "printedName": "SIMD16Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD16Storage",
                    "printedName": "Swift.Float.SIMD16Storage",
                    "usr": "s:Sf13SIMD16StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD32Storage",
                "printedName": "SIMD32Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD32Storage",
                    "printedName": "Swift.Float.SIMD32Storage",
                    "usr": "s:Sf13SIMD32StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD64Storage",
                "printedName": "SIMD64Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD64Storage",
                    "printedName": "Swift.Float.SIMD64Storage",
                    "usr": "s:Sf13SIMD64StorageV"
                  }
                ]
              }
            ],
            "usr": "s:s10SIMDScalarP",
            "mangledName": "$ss10SIMDScalarP"
          },
          {
            "kind": "Conformance",
            "name": "_FormatSpecifiable",
            "printedName": "_FormatSpecifiable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_Arg",
                "printedName": "_Arg",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Float",
                    "printedName": "Swift.Float",
                    "usr": "s:Sf"
                  }
                ]
              }
            ],
            "usr": "s:10Foundation18_FormatSpecifiableP",
            "mangledName": "$s10Foundation18_FormatSpecifiableP"
          },
          {
            "kind": "Conformance",
            "name": "_ObjectiveCBridgeable",
            "printedName": "_ObjectiveCBridgeable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_ObjectiveCType",
                "printedName": "_ObjectiveCType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ]
              }
            ],
            "usr": "s:s21_ObjectiveCBridgeableP",
            "mangledName": "$ss21_ObjectiveCBridgeableP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "Double",
        "printedName": "Double",
        "children": [
          {
            "kind": "Function",
            "name": "++",
            "printedName": "++(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "usr": "s:Sd"
              },
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "paramValueOwnership": "InOut",
                "usr": "s:Sd"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sd19DCloudUTSFoundationE2ppoPyS2dzFZ",
            "mangledName": "$sSd19DCloudUTSFoundationE2ppoPyS2dzFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Postfix",
              "DiscardableResult"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "--",
            "printedName": "--(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "usr": "s:Sd"
              },
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "paramValueOwnership": "InOut",
                "usr": "s:Sd"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sd19DCloudUTSFoundationE2ssoPyS2dzFZ",
            "mangledName": "$sSd19DCloudUTSFoundationE2ssoPyS2dzFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Postfix",
              "DiscardableResult"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "++",
            "printedName": "++(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "usr": "s:Sd"
              },
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "paramValueOwnership": "InOut",
                "usr": "s:Sd"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sd19DCloudUTSFoundationE2ppopyS2dzFZ",
            "mangledName": "$sSd19DCloudUTSFoundationE2ppopyS2dzFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Prefix",
              "DiscardableResult"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "--",
            "printedName": "--(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "usr": "s:Sd"
              },
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "paramValueOwnership": "InOut",
                "usr": "s:Sd"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sd19DCloudUTSFoundationE2ssopyS2dzFZ",
            "mangledName": "$sSd19DCloudUTSFoundationE2ssopyS2dzFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Prefix",
              "DiscardableResult"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toFixed",
            "printedName": "toFixed(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sd19DCloudUTSFoundationE7toFixedySSSiF",
            "mangledName": "$sSd19DCloudUTSFoundationE7toFixedySSSiF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toFixed",
            "printedName": "toFixed(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sd19DCloudUTSFoundationE7toFixedySSSo8NSNumberCF",
            "mangledName": "$sSd19DCloudUTSFoundationE7toFixedySSSo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toString",
            "printedName": "toString()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sd19DCloudUTSFoundationE8toStringSSyF",
            "mangledName": "$sSd19DCloudUTSFoundationE8toStringSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toString",
            "printedName": "toString(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sd19DCloudUTSFoundationE8toStringySSSiF",
            "mangledName": "$sSd19DCloudUTSFoundationE8toStringySSSiF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toString",
            "printedName": "toString(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sd19DCloudUTSFoundationE8toStringySSSo8NSNumberCF",
            "mangledName": "$sSd19DCloudUTSFoundationE8toStringySSSo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "valueOf",
            "printedName": "valueOf()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "usr": "s:Sd"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sd19DCloudUTSFoundationE7valueOfSdyF",
            "mangledName": "$sSd19DCloudUTSFoundationE7valueOfSdyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toPrecision",
            "printedName": "toPrecision()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sd19DCloudUTSFoundationE11toPrecisionSSyF",
            "mangledName": "$sSd19DCloudUTSFoundationE11toPrecisionSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toPrecision",
            "printedName": "toPrecision(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sd19DCloudUTSFoundationE11toPrecisionySSSiF",
            "mangledName": "$sSd19DCloudUTSFoundationE11toPrecisionySSSiF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toPrecision",
            "printedName": "toPrecision(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sd19DCloudUTSFoundationE11toPrecisionySSSo8NSNumberCF",
            "mangledName": "$sSd19DCloudUTSFoundationE11toPrecisionySSSo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toExponential",
            "printedName": "toExponential()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sd19DCloudUTSFoundationE13toExponentialSSyF",
            "mangledName": "$sSd19DCloudUTSFoundationE13toExponentialSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toExponential",
            "printedName": "toExponential(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sd19DCloudUTSFoundationE13toExponentialySSSiF",
            "mangledName": "$sSd19DCloudUTSFoundationE13toExponentialySSSiF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toExponential",
            "printedName": "toExponential(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sd19DCloudUTSFoundationE13toExponentialySSSo8NSNumberCF",
            "mangledName": "$sSd19DCloudUTSFoundationE13toExponentialySSSo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "tologJSON",
            "printedName": "tologJSON()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sd19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "mangledName": "$sSd19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Struct",
        "usr": "s:Sd",
        "mangledName": "$sSd",
        "moduleName": "Swift",
        "declAttributes": [
          "Frozen"
        ],
        "isExternal": true,
        "conformances": [
          {
            "kind": "Conformance",
            "name": "UniLogProtocol",
            "printedName": "UniLogProtocol",
            "usr": "s:19DCloudUTSFoundation14UniLogProtocolP",
            "mangledName": "$s19DCloudUTSFoundation14UniLogProtocolP"
          },
          {
            "kind": "Conformance",
            "name": "Decodable",
            "printedName": "Decodable",
            "usr": "s:Se",
            "mangledName": "$sSe"
          },
          {
            "kind": "Conformance",
            "name": "Encodable",
            "printedName": "Encodable",
            "usr": "s:SE",
            "mangledName": "$sSE"
          },
          {
            "kind": "Conformance",
            "name": "CustomReflectable",
            "printedName": "CustomReflectable",
            "usr": "s:s17CustomReflectableP",
            "mangledName": "$ss17CustomReflectableP"
          },
          {
            "kind": "Conformance",
            "name": "_CustomPlaygroundQuickLookable",
            "printedName": "_CustomPlaygroundQuickLookable",
            "usr": "s:s30_CustomPlaygroundQuickLookableP",
            "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
          },
          {
            "kind": "Conformance",
            "name": "_CVarArgPassedAsDouble",
            "printedName": "_CVarArgPassedAsDouble",
            "usr": "s:s22_CVarArgPassedAsDoubleP",
            "mangledName": "$ss22_CVarArgPassedAsDoubleP"
          },
          {
            "kind": "Conformance",
            "name": "_CVarArgAligned",
            "printedName": "_CVarArgAligned",
            "usr": "s:s15_CVarArgAlignedP",
            "mangledName": "$ss15_CVarArgAlignedP"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "LosslessStringConvertible",
            "printedName": "LosslessStringConvertible",
            "usr": "s:s25LosslessStringConvertibleP",
            "mangledName": "$ss25LosslessStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "TextOutputStreamable",
            "printedName": "TextOutputStreamable",
            "usr": "s:s20TextOutputStreamableP",
            "mangledName": "$ss20TextOutputStreamableP"
          },
          {
            "kind": "Conformance",
            "name": "BinaryFloatingPoint",
            "printedName": "BinaryFloatingPoint",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "RawSignificand",
                "printedName": "RawSignificand",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UInt64",
                    "printedName": "Swift.UInt64",
                    "usr": "s:s6UInt64V"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "RawExponent",
                "printedName": "RawExponent",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UInt",
                    "printedName": "Swift.UInt",
                    "usr": "s:Su"
                  }
                ]
              }
            ],
            "usr": "s:SB",
            "mangledName": "$sSB"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByFloatLiteral",
            "printedName": "ExpressibleByFloatLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "FloatLiteralType",
                "printedName": "FloatLiteralType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Double",
                    "printedName": "Swift.Double",
                    "usr": "s:Sd"
                  }
                ]
              }
            ],
            "usr": "s:s25ExpressibleByFloatLiteralP",
            "mangledName": "$ss25ExpressibleByFloatLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "FloatingPoint",
            "printedName": "FloatingPoint",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Exponent",
                "printedName": "Exponent",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ]
              }
            ],
            "usr": "s:SF",
            "mangledName": "$sSF"
          },
          {
            "kind": "Conformance",
            "name": "SignedNumeric",
            "printedName": "SignedNumeric",
            "usr": "s:s13SignedNumericP",
            "mangledName": "$ss13SignedNumericP"
          },
          {
            "kind": "Conformance",
            "name": "Numeric",
            "printedName": "Numeric",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Magnitude",
                "printedName": "Magnitude",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Double",
                    "printedName": "Swift.Double",
                    "usr": "s:Sd"
                  }
                ]
              }
            ],
            "usr": "s:Sj",
            "mangledName": "$sSj"
          },
          {
            "kind": "Conformance",
            "name": "AdditiveArithmetic",
            "printedName": "AdditiveArithmetic",
            "usr": "s:s18AdditiveArithmeticP",
            "mangledName": "$ss18AdditiveArithmeticP"
          },
          {
            "kind": "Conformance",
            "name": "_ExpressibleByBuiltinIntegerLiteral",
            "printedName": "_ExpressibleByBuiltinIntegerLiteral",
            "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP",
            "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByIntegerLiteral",
            "printedName": "ExpressibleByIntegerLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "IntegerLiteralType",
                "printedName": "IntegerLiteralType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int64",
                    "printedName": "Swift.Int64",
                    "usr": "s:s5Int64V"
                  }
                ]
              }
            ],
            "usr": "s:s27ExpressibleByIntegerLiteralP",
            "mangledName": "$ss27ExpressibleByIntegerLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "_ExpressibleByBuiltinFloatLiteral",
            "printedName": "_ExpressibleByBuiltinFloatLiteral",
            "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP",
            "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "_HasCustomAnyHashableRepresentation",
            "printedName": "_HasCustomAnyHashableRepresentation",
            "usr": "s:s35_HasCustomAnyHashableRepresentationP",
            "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
          },
          {
            "kind": "Conformance",
            "name": "Sendable",
            "printedName": "Sendable",
            "usr": "s:s8SendableP",
            "mangledName": "$ss8SendableP"
          },
          {
            "kind": "Conformance",
            "name": "Strideable",
            "printedName": "Strideable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Stride",
                "printedName": "Stride",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Double",
                    "printedName": "Swift.Double",
                    "usr": "s:Sd"
                  }
                ]
              }
            ],
            "usr": "s:Sx",
            "mangledName": "$sSx"
          },
          {
            "kind": "Conformance",
            "name": "Comparable",
            "printedName": "Comparable",
            "usr": "s:SL",
            "mangledName": "$sSL"
          },
          {
            "kind": "Conformance",
            "name": "SIMDScalar",
            "printedName": "SIMDScalar",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "SIMDMaskScalar",
                "printedName": "SIMDMaskScalar",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int64",
                    "printedName": "Swift.Int64",
                    "usr": "s:s5Int64V"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD2Storage",
                "printedName": "SIMD2Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD2Storage",
                    "printedName": "Swift.Double.SIMD2Storage",
                    "usr": "s:Sd12SIMD2StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD4Storage",
                "printedName": "SIMD4Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD4Storage",
                    "printedName": "Swift.Double.SIMD4Storage",
                    "usr": "s:Sd12SIMD4StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD8Storage",
                "printedName": "SIMD8Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD8Storage",
                    "printedName": "Swift.Double.SIMD8Storage",
                    "usr": "s:Sd12SIMD8StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD16Storage",
                "printedName": "SIMD16Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD16Storage",
                    "printedName": "Swift.Double.SIMD16Storage",
                    "usr": "s:Sd13SIMD16StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD32Storage",
                "printedName": "SIMD32Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD32Storage",
                    "printedName": "Swift.Double.SIMD32Storage",
                    "usr": "s:Sd13SIMD32StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD64Storage",
                "printedName": "SIMD64Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD64Storage",
                    "printedName": "Swift.Double.SIMD64Storage",
                    "usr": "s:Sd13SIMD64StorageV"
                  }
                ]
              }
            ],
            "usr": "s:s10SIMDScalarP",
            "mangledName": "$ss10SIMDScalarP"
          },
          {
            "kind": "Conformance",
            "name": "_FormatSpecifiable",
            "printedName": "_FormatSpecifiable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_Arg",
                "printedName": "_Arg",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Double",
                    "printedName": "Swift.Double",
                    "usr": "s:Sd"
                  }
                ]
              }
            ],
            "usr": "s:10Foundation18_FormatSpecifiableP",
            "mangledName": "$s10Foundation18_FormatSpecifiableP"
          },
          {
            "kind": "Conformance",
            "name": "_ObjectiveCBridgeable",
            "printedName": "_ObjectiveCBridgeable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_ObjectiveCType",
                "printedName": "_ObjectiveCType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ]
              }
            ],
            "usr": "s:s21_ObjectiveCBridgeableP",
            "mangledName": "$ss21_ObjectiveCBridgeableP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "Array",
        "printedName": "Array",
        "children": [
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(elements:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:Sa19DCloudUTSFoundationE8elementsSayxGxd_tcfc",
            "mangledName": "$sSa19DCloudUTSFoundationE8elementsSayxGxd_tcfc",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "init_kind": "Designated"
          },
          {
            "kind": "Subscript",
            "name": "subscript",
            "printedName": "subscript(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Subscript",
            "usr": "s:Sa19DCloudUTSFoundationypRszlEyypSo8NSNumberCcip",
            "mangledName": "$sSa19DCloudUTSFoundationypRszlEyypSo8NSNumberCcip",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 == Any>",
            "sugared_genericSig": "<Element where Element == Any>",
            "isFromExtension": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:Sa19DCloudUTSFoundationypRszlEyypSo8NSNumberCcig",
                "mangledName": "$sSa19DCloudUTSFoundationypRszlEyypSo8NSNumberCcig",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0 where τ_0_0 == Any>",
                "sugared_genericSig": "<Element where Element == Any>",
                "isFromExtension": true,
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:Sa19DCloudUTSFoundationypRszlEyypSo8NSNumberCcis",
                "mangledName": "$sSa19DCloudUTSFoundationypRszlEyypSo8NSNumberCcis",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0 where τ_0_0 == Any>",
                "sugared_genericSig": "<Element where Element == Any>",
                "isFromExtension": true,
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:Sa19DCloudUTSFoundationypRszlEyypSo8NSNumberCciM",
                "mangledName": "$sSa19DCloudUTSFoundationypRszlEyypSo8NSNumberCciM",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0 where τ_0_0 == Any>",
                "sugared_genericSig": "<Element where Element == Any>",
                "implicit": true,
                "declAttributes": [
                  "Transparent"
                ],
                "isFromExtension": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Subscript",
            "name": "subscript",
            "printedName": "subscript(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Subscript",
            "usr": "s:Sa19DCloudUTSFoundationypSgRszlEyypSo8NSNumberCcip",
            "mangledName": "$sSa19DCloudUTSFoundationypSgRszlEyypSo8NSNumberCcip",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 == Any?>",
            "sugared_genericSig": "<Element where Element == Any?>",
            "isFromExtension": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:Sa19DCloudUTSFoundationypSgRszlEyypSo8NSNumberCcig",
                "mangledName": "$sSa19DCloudUTSFoundationypSgRszlEyypSo8NSNumberCcig",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0 where τ_0_0 == Any?>",
                "sugared_genericSig": "<Element where Element == Any?>",
                "isFromExtension": true,
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:Sa19DCloudUTSFoundationypSgRszlEyypSo8NSNumberCcis",
                "mangledName": "$sSa19DCloudUTSFoundationypSgRszlEyypSo8NSNumberCcis",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0 where τ_0_0 == Any?>",
                "sugared_genericSig": "<Element where Element == Any?>",
                "isFromExtension": true,
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:Sa19DCloudUTSFoundationypSgRszlEyypSo8NSNumberCciM",
                "mangledName": "$sSa19DCloudUTSFoundationypSgRszlEyypSo8NSNumberCciM",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0 where τ_0_0 == Any?>",
                "sugared_genericSig": "<Element where Element == Any?>",
                "implicit": true,
                "declAttributes": [
                  "Transparent"
                ],
                "isFromExtension": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Function",
            "name": "isArray",
            "printedName": "isArray(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Any?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationypSgRszlE7isArrayySbABFZ",
            "mangledName": "$sSa19DCloudUTSFoundationypSgRszlE7isArrayySbABFZ",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 == Any?>",
            "sugared_genericSig": "<Element where Element == Any?>",
            "static": true,
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "join",
            "printedName": "join(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "hasDefaultArg": true,
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationSSRszlE4joinyS2SF",
            "mangledName": "$sSa19DCloudUTSFoundationSSRszlE4joinyS2SF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 == Swift.String>",
            "sugared_genericSig": "<Element where Element == Swift.String>",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "includes",
            "printedName": "includes(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationSQRzlE8includesySbxF",
            "mangledName": "$sSa19DCloudUTSFoundationSQRzlE8includesySbxF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable>",
            "sugared_genericSig": "<Element where Element : Swift.Equatable>",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "includes",
            "printedName": "includes(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "hasDefaultArg": true,
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationSQRzlE8includesySbx_SitF",
            "mangledName": "$sSa19DCloudUTSFoundationSQRzlE8includesySbx_SitF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable>",
            "sugared_genericSig": "<Element where Element : Swift.Equatable>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "includes",
            "printedName": "includes(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "hasDefaultArg": true,
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationSQRzlE8includesySbx_So8NSNumberCtF",
            "mangledName": "$sSa19DCloudUTSFoundationSQRzlE8includesySbx_So8NSNumberCtF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable>",
            "sugared_genericSig": "<Element where Element : Swift.Equatable>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "indexOf",
            "printedName": "indexOf(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationSQRzlE7indexOfySo8NSNumberCxF",
            "mangledName": "$sSa19DCloudUTSFoundationSQRzlE7indexOfySo8NSNumberCxF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable>",
            "sugared_genericSig": "<Element where Element : Swift.Equatable>",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "indexOf",
            "printedName": "indexOf(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationSQRzlE7indexOfySix_SitF",
            "mangledName": "$sSa19DCloudUTSFoundationSQRzlE7indexOfySix_SitF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable>",
            "sugared_genericSig": "<Element where Element : Swift.Equatable>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "indexOf",
            "printedName": "indexOf(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationSQRzlE7indexOfySo8NSNumberCx_ADtF",
            "mangledName": "$sSa19DCloudUTSFoundationSQRzlE7indexOfySo8NSNumberCx_ADtF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable>",
            "sugared_genericSig": "<Element where Element : Swift.Equatable>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "lastIndexOf",
            "printedName": "lastIndexOf(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationSQRzlE11lastIndexOfySo8NSNumberCxF",
            "mangledName": "$sSa19DCloudUTSFoundationSQRzlE11lastIndexOfySo8NSNumberCxF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable>",
            "sugared_genericSig": "<Element where Element : Swift.Equatable>",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "lastIndexOf",
            "printedName": "lastIndexOf(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationSQRzlE11lastIndexOfySix_SitF",
            "mangledName": "$sSa19DCloudUTSFoundationSQRzlE11lastIndexOfySix_SitF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable>",
            "sugared_genericSig": "<Element where Element : Swift.Equatable>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "lastIndexOf",
            "printedName": "lastIndexOf(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationSQRzlE11lastIndexOfySo8NSNumberCx_ADtF",
            "mangledName": "$sSa19DCloudUTSFoundationSQRzlE11lastIndexOfySo8NSNumberCx_ADtF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable>",
            "sugared_genericSig": "<Element where Element : Swift.Equatable>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Var",
            "name": "length",
            "printedName": "length",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Var",
            "usr": "s:Sa19DCloudUTSFoundationE6lengthSivp",
            "mangledName": "$sSa19DCloudUTSFoundationE6lengthSivp",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:Sa19DCloudUTSFoundationE6lengthSivg",
                "mangledName": "$sSa19DCloudUTSFoundationE6lengthSivg",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0>",
                "sugared_genericSig": "<Element>",
                "isFromExtension": true,
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:Sa19DCloudUTSFoundationE6lengthSivs",
                "mangledName": "$sSa19DCloudUTSFoundationE6lengthSivs",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0>",
                "sugared_genericSig": "<Element>",
                "isFromExtension": true,
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:Sa19DCloudUTSFoundationE6lengthSivM",
                "mangledName": "$sSa19DCloudUTSFoundationE6lengthSivM",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0>",
                "sugared_genericSig": "<Element>",
                "implicit": true,
                "declAttributes": [
                  "Transparent"
                ],
                "isFromExtension": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Function",
            "name": "add",
            "printedName": "add(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE3addyyxF",
            "mangledName": "$sSa19DCloudUTSFoundationE3addyyxF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Subscript",
            "name": "subscript",
            "printedName": "subscript(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Subscript",
            "usr": "s:Sa19DCloudUTSFoundationEyxSo8NSNumberCcip",
            "mangledName": "$sSa19DCloudUTSFoundationEyxSo8NSNumberCcip",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:Sa19DCloudUTSFoundationEyxSo8NSNumberCcig",
                "mangledName": "$sSa19DCloudUTSFoundationEyxSo8NSNumberCcig",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0>",
                "sugared_genericSig": "<Element>",
                "isFromExtension": true,
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:Sa19DCloudUTSFoundationEyxSo8NSNumberCcis",
                "mangledName": "$sSa19DCloudUTSFoundationEyxSo8NSNumberCcis",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0>",
                "sugared_genericSig": "<Element>",
                "isFromExtension": true,
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:Sa19DCloudUTSFoundationEyxSo8NSNumberCciM",
                "mangledName": "$sSa19DCloudUTSFoundationEyxSo8NSNumberCciM",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0>",
                "sugared_genericSig": "<Element>",
                "implicit": true,
                "declAttributes": [
                  "Transparent"
                ],
                "isFromExtension": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Function",
            "name": "concat",
            "printedName": "concat(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[[τ_0_0]]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Array",
                    "printedName": "[τ_0_0]",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      }
                    ],
                    "usr": "s:Sa"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE6concatySayxGACd_tF",
            "mangledName": "$sSa19DCloudUTSFoundationE6concatySayxGACd_tF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "copyWithin",
            "printedName": "copyWithin(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE10copyWithinySayxGSiF",
            "mangledName": "$sSa19DCloudUTSFoundationE10copyWithinySayxGSiF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "Mutating",
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "copyWithin",
            "printedName": "copyWithin(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE10copyWithinySayxGSi_SitF",
            "mangledName": "$sSa19DCloudUTSFoundationE10copyWithinySayxGSi_SitF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "copyWithin",
            "printedName": "copyWithin(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE10copyWithinySayxGSo8NSNumberCF",
            "mangledName": "$sSa19DCloudUTSFoundationE10copyWithinySayxGSo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "copyWithin",
            "printedName": "copyWithin(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE10copyWithinySayxGSo8NSNumberC_AEtF",
            "mangledName": "$sSa19DCloudUTSFoundationE10copyWithinySayxGSo8NSNumberC_AEtF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "copyWithin",
            "printedName": "copyWithin(_:_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.Int?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ],
                "hasDefaultArg": true,
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE10copyWithinySayxGSi_S2iSgtF",
            "mangledName": "$sSa19DCloudUTSFoundationE10copyWithinySayxGSi_S2iSgtF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "copyWithin",
            "printedName": "copyWithin(_:_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "hasDefaultArg": true,
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE10copyWithinySayxGSo8NSNumberC_A2EtF",
            "mangledName": "$sSa19DCloudUTSFoundationE10copyWithinySayxGSo8NSNumberC_A2EtF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "every",
            "printedName": "every(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0) -> Swift.Bool",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE5everyyS2bxXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE5everyyS2bxXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "every",
            "printedName": "every(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Swift.Int) -> Swift.Bool",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Swift.Int)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE5everyyS2bx_SitXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE5everyyS2bx_SitXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "every",
            "printedName": "every(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Foundation.NSNumber) -> Swift.Bool",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Foundation.NSNumber)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "NSNumber",
                        "printedName": "Foundation.NSNumber",
                        "usr": "c:objc(cs)NSNumber"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE5everyyS2bx_So8NSNumberCtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE5everyyS2bx_So8NSNumberCtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "every",
            "printedName": "every(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Swift.Int, [τ_0_0]) -> Swift.Bool",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Swift.Int, [τ_0_0])",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Array",
                        "printedName": "[τ_0_0]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          }
                        ],
                        "usr": "s:Sa"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE5everyyS2bx_SiSayxGtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE5everyyS2bx_SiSayxGtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "every",
            "printedName": "every(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Foundation.NSNumber, [τ_0_0]) -> Swift.Bool",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Foundation.NSNumber, [τ_0_0])",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "NSNumber",
                        "printedName": "Foundation.NSNumber",
                        "usr": "c:objc(cs)NSNumber"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Array",
                        "printedName": "[τ_0_0]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          }
                        ],
                        "usr": "s:Sa"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE5everyyS2bx_So8NSNumberCSayxGtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE5everyyS2bx_So8NSNumberCSayxGtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "fill",
            "printedName": "fill(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE4fillySayxGxF",
            "mangledName": "$sSa19DCloudUTSFoundationE4fillySayxGxF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "Mutating",
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "fill",
            "printedName": "fill(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.Int?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ],
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE4fillySayxGx_SiSgtF",
            "mangledName": "$sSa19DCloudUTSFoundationE4fillySayxGx_SiSgtF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "fill",
            "printedName": "fill(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE4fillySayxGx_So8NSNumberCtF",
            "mangledName": "$sSa19DCloudUTSFoundationE4fillySayxGx_So8NSNumberCtF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "fill",
            "printedName": "fill(_:_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE4fillySayxGx_S2itF",
            "mangledName": "$sSa19DCloudUTSFoundationE4fillySayxGx_S2itF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "fill",
            "printedName": "fill(_:_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE4fillySayxGx_So8NSNumberCAEtF",
            "mangledName": "$sSa19DCloudUTSFoundationE4fillySayxGx_So8NSNumberCAEtF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "filter",
            "printedName": "filter(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0) -> Swift.Bool",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE6filterySayxGSbxXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE6filterySayxGSbxXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "filter",
            "printedName": "filter(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Swift.Int) -> Swift.Bool",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Swift.Int)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE6filterySayxGSbx_SitXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE6filterySayxGSbx_SitXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "filter",
            "printedName": "filter(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Foundation.NSNumber) -> Swift.Bool",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Foundation.NSNumber)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "NSNumber",
                        "printedName": "Foundation.NSNumber",
                        "usr": "c:objc(cs)NSNumber"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE6filterySayxGSbx_So8NSNumberCtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE6filterySayxGSbx_So8NSNumberCtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "filter",
            "printedName": "filter(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Swift.Int, [τ_0_0]) -> Swift.Bool",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Swift.Int, [τ_0_0])",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Array",
                        "printedName": "[τ_0_0]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          }
                        ],
                        "usr": "s:Sa"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE6filterySayxGSbx_SiACtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE6filterySayxGSbx_SiACtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "filter",
            "printedName": "filter(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Foundation.NSNumber, [τ_0_0]) -> Swift.Bool",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Foundation.NSNumber, [τ_0_0])",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "NSNumber",
                        "printedName": "Foundation.NSNumber",
                        "usr": "c:objc(cs)NSNumber"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Array",
                        "printedName": "[τ_0_0]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          }
                        ],
                        "usr": "s:Sa"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE6filterySayxGSbx_So8NSNumberCACtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE6filterySayxGSbx_So8NSNumberCACtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "find",
            "printedName": "find(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "τ_0_0?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0) -> Swift.Bool",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE4findyxSgSbxXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE4findyxSgSbxXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "find",
            "printedName": "find(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "τ_0_0?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Swift.Int) -> Swift.Bool",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Swift.Int)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE4findyxSgSbx_SitXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE4findyxSgSbx_SitXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "find",
            "printedName": "find(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "τ_0_0?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Foundation.NSNumber) -> Swift.Bool",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Foundation.NSNumber)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "NSNumber",
                        "printedName": "Foundation.NSNumber",
                        "usr": "c:objc(cs)NSNumber"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE4findyxSgSbx_So8NSNumberCtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE4findyxSgSbx_So8NSNumberCtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "find",
            "printedName": "find(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "τ_0_0?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Swift.Int, [τ_0_0]) -> Swift.Bool",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Swift.Int, [τ_0_0])",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Array",
                        "printedName": "[τ_0_0]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          }
                        ],
                        "usr": "s:Sa"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE4findyxSgSbx_SiSayxGtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE4findyxSgSbx_SiSayxGtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "find",
            "printedName": "find(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "τ_0_0?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Foundation.NSNumber, [τ_0_0]) -> Swift.Bool",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Foundation.NSNumber, [τ_0_0])",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "NSNumber",
                        "printedName": "Foundation.NSNumber",
                        "usr": "c:objc(cs)NSNumber"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Array",
                        "printedName": "[τ_0_0]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          }
                        ],
                        "usr": "s:Sa"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE4findyxSgSbx_So8NSNumberCSayxGtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE4findyxSgSbx_So8NSNumberCSayxGtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "findIndex",
            "printedName": "findIndex(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0) -> Swift.Bool",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE9findIndexySiSbxXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE9findIndexySiSbxXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "findIndex",
            "printedName": "findIndex(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0) -> Swift.Bool",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE9findIndexySo8NSNumberCSbxXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE9findIndexySo8NSNumberCSbxXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "findIndex",
            "printedName": "findIndex(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Swift.Int) -> Swift.Bool",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Swift.Int)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE9findIndexySiSbx_SitXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE9findIndexySiSbx_SitXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "findIndex",
            "printedName": "findIndex(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Foundation.NSNumber) -> Swift.Bool",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Foundation.NSNumber)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "NSNumber",
                        "printedName": "Foundation.NSNumber",
                        "usr": "c:objc(cs)NSNumber"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE9findIndexySo8NSNumberCSbx_ADtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE9findIndexySo8NSNumberCSbx_ADtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "findIndex",
            "printedName": "findIndex(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Swift.Int, [τ_0_0]) -> Swift.Bool",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Swift.Int, [τ_0_0])",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Array",
                        "printedName": "[τ_0_0]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          }
                        ],
                        "usr": "s:Sa"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE9findIndexySiSbx_SiSayxGtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE9findIndexySiSbx_SiSayxGtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "findIndex",
            "printedName": "findIndex(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Foundation.NSNumber, [τ_0_0]) -> Swift.Bool",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Foundation.NSNumber, [τ_0_0])",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "NSNumber",
                        "printedName": "Foundation.NSNumber",
                        "usr": "c:objc(cs)NSNumber"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Array",
                        "printedName": "[τ_0_0]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          }
                        ],
                        "usr": "s:Sa"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE9findIndexySo8NSNumberCSbx_ADSayxGtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE9findIndexySo8NSNumberCSbx_ADSayxGtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "flat",
            "printedName": "flat()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE4flatSayypGyF",
            "mangledName": "$sSa19DCloudUTSFoundationE4flatSayypGyF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "flat",
            "printedName": "flat(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE4flatySayypGSiF",
            "mangledName": "$sSa19DCloudUTSFoundationE4flatySayypGSiF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "flat",
            "printedName": "flat(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE4flatySayypGSo8NSNumberCF",
            "mangledName": "$sSa19DCloudUTSFoundationE4flatySayypGSo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "flatMap",
            "printedName": "flatMap(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0) -> [Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Array",
                    "printedName": "[Any]",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:Sa"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE7flatMapySayypGACxXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE7flatMapySayypGACxXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "flatMap",
            "printedName": "flatMap(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Swift.Int) -> [Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Array",
                    "printedName": "[Any]",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:Sa"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Swift.Int)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE7flatMapySayypGACx_SitXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE7flatMapySayypGACx_SitXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "flatMap",
            "printedName": "flatMap(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Foundation.NSNumber) -> [Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Array",
                    "printedName": "[Any]",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:Sa"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Foundation.NSNumber)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "NSNumber",
                        "printedName": "Foundation.NSNumber",
                        "usr": "c:objc(cs)NSNumber"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE7flatMapySayypGACx_So8NSNumberCtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE7flatMapySayypGACx_So8NSNumberCtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "flatMap",
            "printedName": "flatMap(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Swift.Int, [τ_0_0]) -> [Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Array",
                    "printedName": "[Any]",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:Sa"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Swift.Int, [τ_0_0])",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Array",
                        "printedName": "[τ_0_0]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          }
                        ],
                        "usr": "s:Sa"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE7flatMapySayypGACx_SiSayxGtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE7flatMapySayypGACx_SiSayxGtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "flatMap",
            "printedName": "flatMap(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Foundation.NSNumber, [τ_0_0]) -> [Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Array",
                    "printedName": "[Any]",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:Sa"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Foundation.NSNumber, [τ_0_0])",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "NSNumber",
                        "printedName": "Foundation.NSNumber",
                        "usr": "c:objc(cs)NSNumber"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Array",
                        "printedName": "[τ_0_0]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          }
                        ],
                        "usr": "s:Sa"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE7flatMapySayypGACx_So8NSNumberCSayxGtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE7flatMapySayypGACx_So8NSNumberCSayxGtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "forEach",
            "printedName": "forEach(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Swift.Int) -> ()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Swift.Int)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE7forEachyyyx_SitXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE7forEachyyyx_SitXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "forEach",
            "printedName": "forEach(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Foundation.NSNumber) -> ()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Foundation.NSNumber)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "NSNumber",
                        "printedName": "Foundation.NSNumber",
                        "usr": "c:objc(cs)NSNumber"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE7forEachyyyx_So8NSNumberCtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE7forEachyyyx_So8NSNumberCtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "forEach",
            "printedName": "forEach(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Swift.Int, [τ_0_0]) -> ()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Swift.Int, [τ_0_0])",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Array",
                        "printedName": "[τ_0_0]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          }
                        ],
                        "usr": "s:Sa"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE7forEachyyyx_SiSayxGtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE7forEachyyyx_SiSayxGtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "forEach",
            "printedName": "forEach(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Foundation.NSNumber, [τ_0_0]) -> ()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Foundation.NSNumber, [τ_0_0])",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "NSNumber",
                        "printedName": "Foundation.NSNumber",
                        "usr": "c:objc(cs)NSNumber"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Array",
                        "printedName": "[τ_0_0]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          }
                        ],
                        "usr": "s:Sa"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE7forEachyyyx_So8NSNumberCSayxGtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE7forEachyyyx_So8NSNumberCSayxGtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "map",
            "printedName": "map(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_1_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_1_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0) -> τ_1_0",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_1_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE3mapySayqd__Gqd__xXElF",
            "mangledName": "$sSa19DCloudUTSFoundationE3mapySayqd__Gqd__xXElF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_1_0>",
            "sugared_genericSig": "<Element, R>",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "map",
            "printedName": "map(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_1_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_1_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Swift.Int) -> τ_1_0",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_1_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Swift.Int)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE3mapySayqd__Gqd__x_SitXElF",
            "mangledName": "$sSa19DCloudUTSFoundationE3mapySayqd__Gqd__x_SitXElF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_1_0>",
            "sugared_genericSig": "<Element, R>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "map",
            "printedName": "map(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_1_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_1_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Foundation.NSNumber) -> τ_1_0",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_1_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Foundation.NSNumber)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "NSNumber",
                        "printedName": "Foundation.NSNumber",
                        "usr": "c:objc(cs)NSNumber"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE3mapySayqd__Gqd__x_So8NSNumberCtXElF",
            "mangledName": "$sSa19DCloudUTSFoundationE3mapySayqd__Gqd__x_So8NSNumberCtXElF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_1_0>",
            "sugared_genericSig": "<Element, R>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "map",
            "printedName": "map(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_1_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_1_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Swift.Int, [τ_0_0]) -> τ_1_0",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_1_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Swift.Int, [τ_0_0])",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Array",
                        "printedName": "[τ_0_0]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          }
                        ],
                        "usr": "s:Sa"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE3mapySayqd__Gqd__x_SiSayxGtXElF",
            "mangledName": "$sSa19DCloudUTSFoundationE3mapySayqd__Gqd__x_SiSayxGtXElF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_1_0>",
            "sugared_genericSig": "<Element, R>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "map",
            "printedName": "map(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_1_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_1_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Foundation.NSNumber, [τ_0_0]) -> τ_1_0",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_1_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Foundation.NSNumber, [τ_0_0])",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "NSNumber",
                        "printedName": "Foundation.NSNumber",
                        "usr": "c:objc(cs)NSNumber"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Array",
                        "printedName": "[τ_0_0]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          }
                        ],
                        "usr": "s:Sa"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE3mapySayqd__Gqd__x_So8NSNumberCSayxGtXElF",
            "mangledName": "$sSa19DCloudUTSFoundationE3mapySayqd__Gqd__x_So8NSNumberCSayxGtXElF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_1_0>",
            "sugared_genericSig": "<Element, R>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "keys",
            "printedName": "keys()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "IndexingIterator",
                "printedName": "Swift.IndexingIterator<[Swift.Int]>",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Array",
                    "printedName": "[Swift.Int]",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      }
                    ],
                    "usr": "s:Sa"
                  }
                ],
                "usr": "s:s16IndexingIteratorV"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE4keyss16IndexingIteratorVySaySiGGyF",
            "mangledName": "$sSa19DCloudUTSFoundationE4keyss16IndexingIteratorVySaySiGGyF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "pop",
            "printedName": "pop()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE3popxyF",
            "mangledName": "$sSa19DCloudUTSFoundationE3popxyF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "Mutating",
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "push",
            "printedName": "push(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE4pushySixd_tF",
            "mangledName": "$sSa19DCloudUTSFoundationE4pushySixd_tF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "Mutating",
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "reduce",
            "printedName": "reduce(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, τ_0_0, Swift.Int) -> τ_0_0",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, τ_0_0, Swift.Int)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE6reduceyxxx_xSitXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE6reduceyxxx_xSitXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "reduce",
            "printedName": "reduce(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, τ_0_0, Foundation.NSNumber) -> τ_0_0",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, τ_0_0, Foundation.NSNumber)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "NSNumber",
                        "printedName": "Foundation.NSNumber",
                        "usr": "c:objc(cs)NSNumber"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE6reduceyxxx_xSo8NSNumberCtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE6reduceyxxx_xSo8NSNumberCtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "reduce",
            "printedName": "reduce(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, τ_0_0, Swift.Int, [τ_0_0]) -> τ_0_0",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, τ_0_0, Swift.Int, [τ_0_0])",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Array",
                        "printedName": "[τ_0_0]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          }
                        ],
                        "usr": "s:Sa"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE6reduceyxxx_xSiSayxGtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE6reduceyxxx_xSiSayxGtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "reduce",
            "printedName": "reduce(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, τ_0_0, Foundation.NSNumber, [τ_0_0]) -> τ_0_0",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, τ_0_0, Foundation.NSNumber, [τ_0_0])",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "NSNumber",
                        "printedName": "Foundation.NSNumber",
                        "usr": "c:objc(cs)NSNumber"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Array",
                        "printedName": "[τ_0_0]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          }
                        ],
                        "usr": "s:Sa"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE6reduceyxxx_xSo8NSNumberCSayxGtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE6reduceyxxx_xSo8NSNumberCSayxGtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "reduce",
            "printedName": "reduce(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, τ_0_0) -> τ_0_0",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, τ_0_0)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE6reduceyxxx_xtXE_xtF",
            "mangledName": "$sSa19DCloudUTSFoundationE6reduceyxxx_xtXE_xtF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "reduce",
            "printedName": "reduce(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, τ_0_0, Swift.Int) -> τ_0_0",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, τ_0_0, Swift.Int)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE6reduceyxxx_xSitXE_xtF",
            "mangledName": "$sSa19DCloudUTSFoundationE6reduceyxxx_xSitXE_xtF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "reduce",
            "printedName": "reduce(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, τ_0_0, Foundation.NSNumber) -> τ_0_0",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, τ_0_0, Foundation.NSNumber)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "NSNumber",
                        "printedName": "Foundation.NSNumber",
                        "usr": "c:objc(cs)NSNumber"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE6reduceyxxx_xSo8NSNumberCtXE_xtF",
            "mangledName": "$sSa19DCloudUTSFoundationE6reduceyxxx_xSo8NSNumberCtXE_xtF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "reduce",
            "printedName": "reduce(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, τ_0_0, Swift.Int, [τ_0_0]) -> τ_0_0",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, τ_0_0, Swift.Int, [τ_0_0])",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Array",
                        "printedName": "[τ_0_0]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          }
                        ],
                        "usr": "s:Sa"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE6reduceyxxx_xSiSayxGtXE_xtF",
            "mangledName": "$sSa19DCloudUTSFoundationE6reduceyxxx_xSiSayxGtXE_xtF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "reduce",
            "printedName": "reduce(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, τ_0_0, Foundation.NSNumber, [τ_0_0]) -> τ_0_0",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, τ_0_0, Foundation.NSNumber, [τ_0_0])",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "NSNumber",
                        "printedName": "Foundation.NSNumber",
                        "usr": "c:objc(cs)NSNumber"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Array",
                        "printedName": "[τ_0_0]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          }
                        ],
                        "usr": "s:Sa"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE6reduceyxxx_xSo8NSNumberCSayxGtXE_xtF",
            "mangledName": "$sSa19DCloudUTSFoundationE6reduceyxxx_xSo8NSNumberCSayxGtXE_xtF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "reduceRight",
            "printedName": "reduceRight(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "τ_0_0?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, τ_0_0) -> τ_0_0",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, τ_0_0)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE11reduceRightyxSgxx_xtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE11reduceRightyxSgxx_xtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "reduceRight",
            "printedName": "reduceRight(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "τ_0_0?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, τ_0_0, Swift.Int) -> τ_0_0",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, τ_0_0, Swift.Int)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE11reduceRightyxSgxx_xSitXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE11reduceRightyxSgxx_xSitXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "reduceRight",
            "printedName": "reduceRight(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "τ_0_0?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, τ_0_0, Foundation.NSNumber) -> τ_0_0",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, τ_0_0, Foundation.NSNumber)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "NSNumber",
                        "printedName": "Foundation.NSNumber",
                        "usr": "c:objc(cs)NSNumber"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE11reduceRightyxSgxx_xSo8NSNumberCtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE11reduceRightyxSgxx_xSo8NSNumberCtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "reduceRight",
            "printedName": "reduceRight(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "τ_0_0?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, τ_0_0, Swift.Int, [τ_0_0]) -> τ_0_0",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, τ_0_0, Swift.Int, [τ_0_0])",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Array",
                        "printedName": "[τ_0_0]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          }
                        ],
                        "usr": "s:Sa"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE11reduceRightyxSgxx_xSiSayxGtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE11reduceRightyxSgxx_xSiSayxGtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "reduceRight",
            "printedName": "reduceRight(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "τ_0_0?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, τ_0_0, Foundation.NSNumber, [τ_0_0]) -> τ_0_0",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, τ_0_0, Foundation.NSNumber, [τ_0_0])",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "NSNumber",
                        "printedName": "Foundation.NSNumber",
                        "usr": "c:objc(cs)NSNumber"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Array",
                        "printedName": "[τ_0_0]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          }
                        ],
                        "usr": "s:Sa"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE11reduceRightyxSgxx_xSo8NSNumberCSayxGtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE11reduceRightyxSgxx_xSo8NSNumberCSayxGtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "reduceRight",
            "printedName": "reduceRight(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, τ_0_0) -> τ_0_0",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, τ_0_0)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE11reduceRightyxxx_xtXE_xtF",
            "mangledName": "$sSa19DCloudUTSFoundationE11reduceRightyxxx_xtXE_xtF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "reduceRight",
            "printedName": "reduceRight(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, τ_0_0, Swift.Int) -> τ_0_0",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, τ_0_0, Swift.Int)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE11reduceRightyxxx_xSitXE_xtF",
            "mangledName": "$sSa19DCloudUTSFoundationE11reduceRightyxxx_xSitXE_xtF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "reduceRight",
            "printedName": "reduceRight(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, τ_0_0, Foundation.NSNumber) -> τ_0_0",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, τ_0_0, Foundation.NSNumber)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "NSNumber",
                        "printedName": "Foundation.NSNumber",
                        "usr": "c:objc(cs)NSNumber"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE11reduceRightyxxx_xSo8NSNumberCtXE_xtF",
            "mangledName": "$sSa19DCloudUTSFoundationE11reduceRightyxxx_xSo8NSNumberCtXE_xtF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "reduceRight",
            "printedName": "reduceRight(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, τ_0_0, Swift.Int, [τ_0_0]) -> τ_0_0",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, τ_0_0, Swift.Int, [τ_0_0])",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Array",
                        "printedName": "[τ_0_0]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          }
                        ],
                        "usr": "s:Sa"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE11reduceRightyxxx_xSiSayxGtXE_xtF",
            "mangledName": "$sSa19DCloudUTSFoundationE11reduceRightyxxx_xSiSayxGtXE_xtF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "reduceRight",
            "printedName": "reduceRight(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, τ_0_0, Foundation.NSNumber, [τ_0_0]) -> τ_0_0",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, τ_0_0, Foundation.NSNumber, [τ_0_0])",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "NSNumber",
                        "printedName": "Foundation.NSNumber",
                        "usr": "c:objc(cs)NSNumber"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Array",
                        "printedName": "[τ_0_0]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          }
                        ],
                        "usr": "s:Sa"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE11reduceRightyxxx_xSo8NSNumberCSayxGtXE_xtF",
            "mangledName": "$sSa19DCloudUTSFoundationE11reduceRightyxxx_xSo8NSNumberCSayxGtXE_xtF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "reverse",
            "printedName": "reverse()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE7reverseSayxGyF",
            "mangledName": "$sSa19DCloudUTSFoundationE7reverseSayxGyF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "shift",
            "printedName": "shift()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE5shiftxyF",
            "mangledName": "$sSa19DCloudUTSFoundationE5shiftxyF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "Mutating",
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "slice",
            "printedName": "slice()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE5sliceSayxGyF",
            "mangledName": "$sSa19DCloudUTSFoundationE5sliceSayxGyF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "slice",
            "printedName": "slice(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE5sliceySayxGSiF",
            "mangledName": "$sSa19DCloudUTSFoundationE5sliceySayxGSiF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "slice",
            "printedName": "slice(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE5sliceySayxGSo8NSNumberCF",
            "mangledName": "$sSa19DCloudUTSFoundationE5sliceySayxGSo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "slice",
            "printedName": "slice(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE5sliceySayxGSo8NSNumberC_AEtF",
            "mangledName": "$sSa19DCloudUTSFoundationE5sliceySayxGSo8NSNumberC_AEtF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "slice",
            "printedName": "slice(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE5sliceySayxGSi_SitF",
            "mangledName": "$sSa19DCloudUTSFoundationE5sliceySayxGSi_SitF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "some",
            "printedName": "some(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0) -> Swift.Bool",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE4someyS2bxXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE4someyS2bxXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "some",
            "printedName": "some(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Swift.Int) -> Swift.Bool",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Swift.Int)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE4someyS2bx_SitXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE4someyS2bx_SitXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "some",
            "printedName": "some(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Foundation.NSNumber) -> Swift.Bool",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Foundation.NSNumber)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "NSNumber",
                        "printedName": "Foundation.NSNumber",
                        "usr": "c:objc(cs)NSNumber"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE4someyS2bx_So8NSNumberCtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE4someyS2bx_So8NSNumberCtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "some",
            "printedName": "some(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Swift.Int, [τ_0_0]) -> Swift.Bool",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Swift.Int, [τ_0_0])",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Array",
                        "printedName": "[τ_0_0]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          }
                        ],
                        "usr": "s:Sa"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE4someyS2bx_SiSayxGtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE4someyS2bx_SiSayxGtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "some",
            "printedName": "some(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, Foundation.NSNumber, [τ_0_0]) -> Swift.Bool",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, Foundation.NSNumber, [τ_0_0])",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "NSNumber",
                        "printedName": "Foundation.NSNumber",
                        "usr": "c:objc(cs)NSNumber"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Array",
                        "printedName": "[τ_0_0]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          }
                        ],
                        "usr": "s:Sa"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE4someyS2bx_So8NSNumberCSayxGtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE4someyS2bx_So8NSNumberCSayxGtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "sort",
            "printedName": "sort()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE4sortyyF",
            "mangledName": "$sSa19DCloudUTSFoundationE4sortyyF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "Mutating",
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "sort",
            "printedName": "sort(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, τ_0_0) -> Foundation.NSNumber",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, τ_0_0)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE4sortyySo8NSNumberCx_xtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE4sortyySo8NSNumberCx_xtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "sort",
            "printedName": "sort(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_0, τ_0_0) -> Swift.Int",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_0, τ_0_0)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE4sortyySix_xtXEF",
            "mangledName": "$sSa19DCloudUTSFoundationE4sortyySix_xtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "splice",
            "printedName": "splice(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE6spliceySayxGSiF",
            "mangledName": "$sSa19DCloudUTSFoundationE6spliceySayxGSiF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "Mutating",
              "DiscardableResult",
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "splice",
            "printedName": "splice(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE6spliceySayxGSo8NSNumberCF",
            "mangledName": "$sSa19DCloudUTSFoundationE6spliceySayxGSo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "splice",
            "printedName": "splice(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE6spliceySayxGSi_SitF",
            "mangledName": "$sSa19DCloudUTSFoundationE6spliceySayxGSi_SitF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "splice",
            "printedName": "splice(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE6spliceySayxGSo8NSNumberC_AEtF",
            "mangledName": "$sSa19DCloudUTSFoundationE6spliceySayxGSo8NSNumberC_AEtF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "splice",
            "printedName": "splice(_:_:items:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE6splice__5itemsSayxGSi_SixdtF",
            "mangledName": "$sSa19DCloudUTSFoundationE6splice__5itemsSayxGSi_SixdtF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "splice",
            "printedName": "splice(_:_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE6spliceySayxGSo8NSNumberC_AExdtF",
            "mangledName": "$sSa19DCloudUTSFoundationE6spliceySayxGSo8NSNumberC_AExdtF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "unshift",
            "printedName": "unshift(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[τ_0_0]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE7unshiftySixd_tF",
            "mangledName": "$sSa19DCloudUTSFoundationE7unshiftySixd_tF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "declAttributes": [
              "Mutating",
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "toString",
            "printedName": "toString()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sa19DCloudUTSFoundationE8toStringSSyF",
            "mangledName": "$sSa19DCloudUTSFoundationE8toStringSSyF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0>",
            "sugared_genericSig": "<Element>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Struct",
        "usr": "s:Sa",
        "mangledName": "$sSa",
        "moduleName": "Swift",
        "genericSig": "<τ_0_0>",
        "sugared_genericSig": "<Element>",
        "declAttributes": [
          "EagerMove",
          "Frozen"
        ],
        "isExternal": true,
        "conformances": [
          {
            "kind": "Conformance",
            "name": "_DestructorSafeContainer",
            "printedName": "_DestructorSafeContainer",
            "usr": "s:s24_DestructorSafeContainerP",
            "mangledName": "$ss24_DestructorSafeContainerP"
          },
          {
            "kind": "Conformance",
            "name": "_ArrayProtocol",
            "printedName": "_ArrayProtocol",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_Buffer",
                "printedName": "_Buffer",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "_ArrayBuffer",
                    "printedName": "Swift._ArrayBuffer<τ_0_0>",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      }
                    ],
                    "usr": "s:s12_ArrayBufferV"
                  }
                ]
              }
            ],
            "usr": "s:s14_ArrayProtocolP",
            "mangledName": "$ss14_ArrayProtocolP"
          },
          {
            "kind": "Conformance",
            "name": "RandomAccessCollection",
            "printedName": "RandomAccessCollection",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Element",
                "printedName": "Element",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "Index",
                "printedName": "Index",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SubSequence",
                "printedName": "SubSequence",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ArraySlice",
                    "printedName": "Swift.ArraySlice<τ_0_0>",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      }
                    ],
                    "usr": "s:s10ArraySliceV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "Indices",
                "printedName": "Indices",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Range",
                    "printedName": "Swift.Range<Swift.Int>",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      }
                    ],
                    "usr": "s:Sn"
                  }
                ]
              }
            ],
            "usr": "s:Sk",
            "mangledName": "$sSk"
          },
          {
            "kind": "Conformance",
            "name": "MutableCollection",
            "printedName": "MutableCollection",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Element",
                "printedName": "Element",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "Index",
                "printedName": "Index",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SubSequence",
                "printedName": "SubSequence",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ArraySlice",
                    "printedName": "Swift.ArraySlice<τ_0_0>",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      }
                    ],
                    "usr": "s:s10ArraySliceV"
                  }
                ]
              }
            ],
            "usr": "s:SM",
            "mangledName": "$sSM"
          },
          {
            "kind": "Conformance",
            "name": "BidirectionalCollection",
            "printedName": "BidirectionalCollection",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Element",
                "printedName": "Element",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "Index",
                "printedName": "Index",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SubSequence",
                "printedName": "SubSequence",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ArraySlice",
                    "printedName": "Swift.ArraySlice<τ_0_0>",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      }
                    ],
                    "usr": "s:s10ArraySliceV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "Indices",
                "printedName": "Indices",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Range",
                    "printedName": "Swift.Range<Swift.Int>",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      }
                    ],
                    "usr": "s:Sn"
                  }
                ]
              }
            ],
            "usr": "s:SK",
            "mangledName": "$sSK"
          },
          {
            "kind": "Conformance",
            "name": "Collection",
            "printedName": "Collection",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Element",
                "printedName": "Element",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "Index",
                "printedName": "Index",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "Iterator",
                "printedName": "Iterator",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "IndexingIterator",
                    "printedName": "Swift.IndexingIterator<[τ_0_0]>",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "Array",
                        "printedName": "[τ_0_0]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          }
                        ],
                        "usr": "s:Sa"
                      }
                    ],
                    "usr": "s:s16IndexingIteratorV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SubSequence",
                "printedName": "SubSequence",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ArraySlice",
                    "printedName": "Swift.ArraySlice<τ_0_0>",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      }
                    ],
                    "usr": "s:s10ArraySliceV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "Indices",
                "printedName": "Indices",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Range",
                    "printedName": "Swift.Range<Swift.Int>",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "Int",
                        "printedName": "Swift.Int",
                        "usr": "s:Si"
                      }
                    ],
                    "usr": "s:Sn"
                  }
                ]
              }
            ],
            "usr": "s:Sl",
            "mangledName": "$sSl"
          },
          {
            "kind": "Conformance",
            "name": "Sequence",
            "printedName": "Sequence",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Element",
                "printedName": "Element",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "Iterator",
                "printedName": "Iterator",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "IndexingIterator",
                    "printedName": "Swift.IndexingIterator<[τ_0_0]>",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "Array",
                        "printedName": "[τ_0_0]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          }
                        ],
                        "usr": "s:Sa"
                      }
                    ],
                    "usr": "s:s16IndexingIteratorV"
                  }
                ]
              }
            ],
            "usr": "s:ST",
            "mangledName": "$sST"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByArrayLiteral",
            "printedName": "ExpressibleByArrayLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "ArrayLiteralElement",
                "printedName": "ArrayLiteralElement",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ]
              }
            ],
            "usr": "s:s25ExpressibleByArrayLiteralP",
            "mangledName": "$ss25ExpressibleByArrayLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "RangeReplaceableCollection",
            "printedName": "RangeReplaceableCollection",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "SubSequence",
                "printedName": "SubSequence",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ArraySlice",
                    "printedName": "Swift.ArraySlice<τ_0_0>",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      }
                    ],
                    "usr": "s:s10ArraySliceV"
                  }
                ]
              }
            ],
            "usr": "s:Sm",
            "mangledName": "$sSm"
          },
          {
            "kind": "Conformance",
            "name": "CustomReflectable",
            "printedName": "CustomReflectable",
            "usr": "s:s17CustomReflectableP",
            "mangledName": "$ss17CustomReflectableP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "_HasCustomAnyHashableRepresentation",
            "printedName": "_HasCustomAnyHashableRepresentation",
            "usr": "s:s35_HasCustomAnyHashableRepresentationP",
            "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
          },
          {
            "kind": "Conformance",
            "name": "Sendable",
            "printedName": "Sendable",
            "usr": "s:s8SendableP",
            "mangledName": "$ss8SendableP"
          },
          {
            "kind": "Conformance",
            "name": "Encodable",
            "printedName": "Encodable",
            "usr": "s:SE",
            "mangledName": "$sSE"
          },
          {
            "kind": "Conformance",
            "name": "Decodable",
            "printedName": "Decodable",
            "usr": "s:Se",
            "mangledName": "$sSe"
          },
          {
            "kind": "Conformance",
            "name": "_HasContiguousBytes",
            "printedName": "_HasContiguousBytes",
            "usr": "s:s19_HasContiguousBytesP",
            "mangledName": "$ss19_HasContiguousBytesP"
          },
          {
            "kind": "Conformance",
            "name": "_ObjectiveCBridgeable",
            "printedName": "_ObjectiveCBridgeable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_ObjectiveCType",
                "printedName": "_ObjectiveCType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSArray",
                    "printedName": "Foundation.NSArray",
                    "usr": "c:objc(cs)NSArray"
                  }
                ]
              }
            ],
            "usr": "s:s21_ObjectiveCBridgeableP",
            "mangledName": "$ss21_ObjectiveCBridgeableP"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "ContiguousBytes",
            "printedName": "ContiguousBytes",
            "usr": "s:10Foundation15ContiguousBytesP",
            "mangledName": "$s10Foundation15ContiguousBytesP"
          },
          {
            "kind": "Conformance",
            "name": "EncodableWithConfiguration",
            "printedName": "EncodableWithConfiguration",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "EncodingConfiguration",
                "printedName": "EncodingConfiguration",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "DependentMember",
                    "printedName": "τ_0_0.EncodingConfiguration"
                  }
                ]
              }
            ],
            "usr": "s:10Foundation26EncodableWithConfigurationP",
            "mangledName": "$s10Foundation26EncodableWithConfigurationP"
          },
          {
            "kind": "Conformance",
            "name": "DecodableWithConfiguration",
            "printedName": "DecodableWithConfiguration",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "DecodingConfiguration",
                "printedName": "DecodingConfiguration",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "DependentMember",
                    "printedName": "τ_0_0.DecodingConfiguration"
                  }
                ]
              }
            ],
            "usr": "s:10Foundation26DecodableWithConfigurationP",
            "mangledName": "$s10Foundation26DecodableWithConfigurationP"
          },
          {
            "kind": "Conformance",
            "name": "DataProtocol",
            "printedName": "DataProtocol",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Regions",
                "printedName": "Regions",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "CollectionOfOne",
                    "printedName": "Swift.CollectionOfOne<[Swift.UInt8]>",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "Array",
                        "printedName": "[Swift.UInt8]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "UInt8",
                            "printedName": "Swift.UInt8",
                            "usr": "s:s5UInt8V"
                          }
                        ],
                        "usr": "s:Sa"
                      }
                    ],
                    "usr": "s:s15CollectionOfOneV"
                  }
                ]
              }
            ],
            "usr": "s:10Foundation12DataProtocolP",
            "mangledName": "$s10Foundation12DataProtocolP"
          },
          {
            "kind": "Conformance",
            "name": "MutableDataProtocol",
            "printedName": "MutableDataProtocol",
            "usr": "s:10Foundation19MutableDataProtocolP",
            "mangledName": "$s10Foundation19MutableDataProtocolP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "Bool",
        "printedName": "Bool",
        "children": [
          {
            "kind": "Function",
            "name": "toString",
            "printedName": "toString()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sb19DCloudUTSFoundationE8toStringSSyF",
            "mangledName": "$sSb19DCloudUTSFoundationE8toStringSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "valueOf",
            "printedName": "valueOf()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sb19DCloudUTSFoundationE7valueOfSbyF",
            "mangledName": "$sSb19DCloudUTSFoundationE7valueOfSbyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "tologJSON",
            "printedName": "tologJSON()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Func",
            "usr": "s:Sb19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "mangledName": "$sSb19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Struct",
        "usr": "s:Sb",
        "mangledName": "$sSb",
        "moduleName": "Swift",
        "declAttributes": [
          "Frozen"
        ],
        "isExternal": true,
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Sendable",
            "printedName": "Sendable",
            "usr": "s:s8SendableP",
            "mangledName": "$ss8SendableP"
          },
          {
            "kind": "Conformance",
            "name": "UniLogProtocol",
            "printedName": "UniLogProtocol",
            "usr": "s:19DCloudUTSFoundation14UniLogProtocolP",
            "mangledName": "$s19DCloudUTSFoundation14UniLogProtocolP"
          },
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "_ExpressibleByBuiltinBooleanLiteral",
            "printedName": "_ExpressibleByBuiltinBooleanLiteral",
            "usr": "s:s35_ExpressibleByBuiltinBooleanLiteralP",
            "mangledName": "$ss35_ExpressibleByBuiltinBooleanLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByBooleanLiteral",
            "printedName": "ExpressibleByBooleanLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "BooleanLiteralType",
                "printedName": "BooleanLiteralType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  }
                ]
              }
            ],
            "usr": "s:s27ExpressibleByBooleanLiteralP",
            "mangledName": "$ss27ExpressibleByBooleanLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "LosslessStringConvertible",
            "printedName": "LosslessStringConvertible",
            "usr": "s:s25LosslessStringConvertibleP",
            "mangledName": "$ss25LosslessStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "Decodable",
            "printedName": "Decodable",
            "usr": "s:Se",
            "mangledName": "$sSe"
          },
          {
            "kind": "Conformance",
            "name": "Encodable",
            "printedName": "Encodable",
            "usr": "s:SE",
            "mangledName": "$sSE"
          },
          {
            "kind": "Conformance",
            "name": "CustomReflectable",
            "printedName": "CustomReflectable",
            "usr": "s:s17CustomReflectableP",
            "mangledName": "$ss17CustomReflectableP"
          },
          {
            "kind": "Conformance",
            "name": "_CustomPlaygroundQuickLookable",
            "printedName": "_CustomPlaygroundQuickLookable",
            "usr": "s:s30_CustomPlaygroundQuickLookableP",
            "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "_ObjectiveCBridgeable",
            "printedName": "_ObjectiveCBridgeable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_ObjectiveCType",
                "printedName": "_ObjectiveCType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ]
              }
            ],
            "usr": "s:s21_ObjectiveCBridgeableP",
            "mangledName": "$ss21_ObjectiveCBridgeableP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "KeyedDecodingContainer",
        "printedName": "KeyedDecodingContainer",
        "children": [
          {
            "kind": "Function",
            "name": "decode",
            "printedName": "decode(_:forKey:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_1_0"
              },
              {
                "kind": "TypeNominal",
                "name": "Metatype",
                "printedName": "τ_1_0.Type",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_1_0"
                  }
                ]
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "Decoder",
                "printedName": "any Swift.Decoder",
                "usr": "s:s7DecoderP"
              }
            ],
            "declKind": "Func",
            "usr": "s:s22KeyedDecodingContainerV19DCloudUTSFoundationE6decode_6forKey_qd__qd__m_xs7Decoder_ptKlF",
            "mangledName": "$ss22KeyedDecodingContainerV19DCloudUTSFoundationE6decode_6forKey_qd__qd__m_xs7Decoder_ptKlF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.CodingKey>",
            "sugared_genericSig": "<K, T where K : Swift.CodingKey>",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "throwing": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "decode",
            "printedName": "decode(_:forKey:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_1_0"
              },
              {
                "kind": "TypeNominal",
                "name": "Metatype",
                "printedName": "τ_1_0.Type",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_1_0"
                  }
                ]
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "Decoder",
                "printedName": "any Swift.Decoder",
                "usr": "s:s7DecoderP"
              }
            ],
            "declKind": "Func",
            "usr": "s:s22KeyedDecodingContainerV19DCloudUTSFoundationE6decode_6forKey_qd__qd__m_xs7Decoder_ptKSeRd__lF",
            "mangledName": "$ss22KeyedDecodingContainerV19DCloudUTSFoundationE6decode_6forKey_qd__qd__m_xs7Decoder_ptKSeRd__lF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.CodingKey, τ_1_0 : Swift.Decodable>",
            "sugared_genericSig": "<K, T where K : Swift.CodingKey, T : Swift.Decodable>",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "throwing": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "decodeIfPresent",
            "printedName": "decodeIfPresent(_:forKey:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "τ_1_0?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_1_0"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Metatype",
                "printedName": "τ_1_0.Type",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_1_0"
                  }
                ]
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "Decoder",
                "printedName": "any Swift.Decoder",
                "usr": "s:s7DecoderP"
              }
            ],
            "declKind": "Func",
            "usr": "s:s22KeyedDecodingContainerV19DCloudUTSFoundationE15decodeIfPresent_6forKey_qd__Sgqd__m_xs7Decoder_ptKlF",
            "mangledName": "$ss22KeyedDecodingContainerV19DCloudUTSFoundationE15decodeIfPresent_6forKey_qd__Sgqd__m_xs7Decoder_ptKlF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.CodingKey>",
            "sugared_genericSig": "<K, T where K : Swift.CodingKey>",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "throwing": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getDecoderError",
            "printedName": "getDecoderError(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "DecodingError",
                "printedName": "Swift.DecodingError",
                "usr": "s:s13DecodingErrorO"
              },
              {
                "kind": "TypeNominal",
                "name": "Metatype",
                "printedName": "τ_1_0.Type",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_1_0"
                  }
                ]
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              }
            ],
            "declKind": "Func",
            "usr": "s:s22KeyedDecodingContainerV19DCloudUTSFoundationE15getDecoderErrorys0bH0Oqd__m_xtlF",
            "mangledName": "$ss22KeyedDecodingContainerV19DCloudUTSFoundationE15getDecoderErrorys0bH0Oqd__m_xtlF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.CodingKey>",
            "sugared_genericSig": "<K, T where K : Swift.CodingKey>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "decodeIfPresent",
            "printedName": "decodeIfPresent(_:forKey:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "τ_1_0?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_1_0"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Metatype",
                "printedName": "τ_1_0.Type",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_1_0"
                  }
                ]
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "Decoder",
                "printedName": "any Swift.Decoder",
                "usr": "s:s7DecoderP"
              }
            ],
            "declKind": "Func",
            "usr": "s:s22KeyedDecodingContainerV19DCloudUTSFoundationE15decodeIfPresent_6forKey_qd__Sgqd__m_xs7Decoder_ptKSeRd__lF",
            "mangledName": "$ss22KeyedDecodingContainerV19DCloudUTSFoundationE15decodeIfPresent_6forKey_qd__Sgqd__m_xs7Decoder_ptKSeRd__lF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.CodingKey, τ_1_0 : Swift.Decodable>",
            "sugared_genericSig": "<K, T where K : Swift.CodingKey, T : Swift.Decodable>",
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "throwing": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Struct",
        "usr": "s:s22KeyedDecodingContainerV",
        "mangledName": "$ss22KeyedDecodingContainerV",
        "moduleName": "Swift",
        "genericSig": "<τ_0_0 where τ_0_0 : Swift.CodingKey>",
        "sugared_genericSig": "<K where K : Swift.CodingKey>",
        "isExternal": true,
        "conformances": [
          {
            "kind": "Conformance",
            "name": "KeyedDecodingContainerProtocol",
            "printedName": "KeyedDecodingContainerProtocol",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Key",
                "printedName": "Key",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ]
              }
            ],
            "usr": "s:s30KeyedDecodingContainerProtocolP",
            "mangledName": "$ss30KeyedDecodingContainerProtocolP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "NSMutableSet",
        "printedName": "NSMutableSet",
        "children": [
          {
            "kind": "Var",
            "name": "size",
            "printedName": "size",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Var",
            "usr": "s:So12NSMutableSetC19DCloudUTSFoundationE4sizeSo8NSNumberCvp",
            "mangledName": "$sSo12NSMutableSetC19DCloudUTSFoundationE4sizeSo8NSNumberCvp",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:So12NSMutableSetC19DCloudUTSFoundationE4sizeSo8NSNumberCvg",
                "mangledName": "$sSo12NSMutableSetC19DCloudUTSFoundationE4sizeSo8NSNumberCvg",
                "moduleName": "DCloudUTSFoundation",
                "isFromExtension": true,
                "accessorKind": "get"
              }
            ]
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSMutableSet",
                "printedName": "Foundation.NSMutableSet",
                "usr": "c:objc(cs)NSMutableSet"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:So12NSMutableSetC19DCloudUTSFoundationEyABSayypGcfc",
            "mangledName": "$sSo12NSMutableSetC19DCloudUTSFoundationEyABSayypGcfc",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Convenience"
            ],
            "isFromExtension": true,
            "init_kind": "Convenience"
          },
          {
            "kind": "Function",
            "name": "delete",
            "printedName": "delete(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              }
            ],
            "declKind": "Func",
            "usr": "s:So12NSMutableSetC19DCloudUTSFoundationE6deleteyyypF",
            "mangledName": "$sSo12NSMutableSetC19DCloudUTSFoundationE6deleteyyypF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "clear",
            "printedName": "clear()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              }
            ],
            "declKind": "Func",
            "usr": "s:So12NSMutableSetC19DCloudUTSFoundationE5clearyyF",
            "mangledName": "$sSo12NSMutableSetC19DCloudUTSFoundationE5clearyyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "has",
            "printedName": "has(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              }
            ],
            "declKind": "Func",
            "usr": "s:So12NSMutableSetC19DCloudUTSFoundationE3hasySbypF",
            "mangledName": "$sSo12NSMutableSetC19DCloudUTSFoundationE3hasySbypF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "forEach",
            "printedName": "forEach(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(Any, Any, Foundation.NSMutableSet) -> ()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(Any, Any, Foundation.NSMutableSet)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "NSMutableSet",
                        "printedName": "Foundation.NSMutableSet",
                        "usr": "c:objc(cs)NSMutableSet"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:So12NSMutableSetC19DCloudUTSFoundationE7forEachyyyyp_ypABtXEF",
            "mangledName": "$sSo12NSMutableSetC19DCloudUTSFoundationE7forEachyyyyp_ypABtXEF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "forEach",
            "printedName": "forEach(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(Any, Any) -> ()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(Any, Any)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:So12NSMutableSetC19DCloudUTSFoundationE7forEachyyyyp_yptXEF",
            "mangledName": "$sSo12NSMutableSetC19DCloudUTSFoundationE7forEachyyyyp_yptXEF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "forEach",
            "printedName": "forEach(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(Any) -> ()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:So12NSMutableSetC19DCloudUTSFoundationE7forEachyyyypXEF",
            "mangledName": "$sSo12NSMutableSetC19DCloudUTSFoundationE7forEachyyyypXEF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Class",
        "usr": "c:objc(cs)NSMutableSet",
        "moduleName": "Foundation",
        "isOpen": true,
        "objc_name": "NSMutableSet",
        "declAttributes": [
          "ObjC",
          "NonSendable",
          "Dynamic"
        ],
        "superclassUsr": "c:objc(cs)NSSet",
        "isExternal": true,
        "inheritsConvenienceInitializers": true,
        "superclassNames": [
          "Foundation.NSSet",
          "ObjectiveC.NSObject"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObservingPublishing",
            "printedName": "_KeyValueCodingAndObservingPublishing",
            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObserving",
            "printedName": "_KeyValueCodingAndObserving",
            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "Sequence",
            "printedName": "Sequence",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Element",
                "printedName": "Element",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "Iterator",
                "printedName": "Iterator",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSFastEnumerationIterator",
                    "printedName": "Foundation.NSFastEnumerationIterator",
                    "usr": "s:10Foundation25NSFastEnumerationIteratorV"
                  }
                ]
              }
            ],
            "usr": "s:ST",
            "mangledName": "$sST"
          },
          {
            "kind": "Conformance",
            "name": "_HasCustomAnyHashableRepresentation",
            "printedName": "_HasCustomAnyHashableRepresentation",
            "usr": "s:s35_HasCustomAnyHashableRepresentationP",
            "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByArrayLiteral",
            "printedName": "ExpressibleByArrayLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "ArrayLiteralElement",
                "printedName": "ArrayLiteralElement",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ]
              }
            ],
            "usr": "s:s25ExpressibleByArrayLiteralP",
            "mangledName": "$ss25ExpressibleByArrayLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "CustomReflectable",
            "printedName": "CustomReflectable",
            "usr": "s:s17CustomReflectableP",
            "mangledName": "$ss17CustomReflectableP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "Date",
        "printedName": "Date",
        "children": [
          {
            "kind": "Var",
            "name": "calendar",
            "printedName": "calendar",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Calendar",
                "printedName": "Foundation.Calendar",
                "usr": "s:10Foundation8CalendarV"
              }
            ],
            "declKind": "Var",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE8calendarAA8CalendarVvp",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE8calendarAA8CalendarVvp",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Calendar",
                    "printedName": "Foundation.Calendar",
                    "usr": "s:10Foundation8CalendarV"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:10Foundation4DateV19DCloudUTSFoundationE8calendarAA8CalendarVvg",
                "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE8calendarAA8CalendarVvg",
                "moduleName": "DCloudUTSFoundation",
                "isFromExtension": true,
                "accessorKind": "get"
              }
            ]
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Date",
                "printedName": "Foundation.Date",
                "usr": "s:10Foundation4DateV"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationEyACypd_tcfc",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationEyACypd_tcfc",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "init_kind": "Designated"
          },
          {
            "kind": "Function",
            "name": "mutiParmas",
            "printedName": "mutiParmas(year:month:day:hour:minute:second:milliseconds:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.Int?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ],
                "hasDefaultArg": true,
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.Int?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ],
                "hasDefaultArg": true,
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.Int?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ],
                "hasDefaultArg": true,
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.Int?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ],
                "hasDefaultArg": true,
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Swift.Int?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ],
                "hasDefaultArg": true,
                "usr": "s:Sq"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE10mutiParmas4year5month3day4hour6minute6second12millisecondsySi_S2iSgA4MtF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE10mutiParmas4year5month3day4hour6minute6second12millisecondsySi_S2iSgA4MtF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Mutating",
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "stringParse",
            "printedName": "stringParse(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "Foundation.DateFormatter?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "DateFormatter",
                    "printedName": "Foundation.DateFormatter",
                    "usr": "c:objc(cs)NSDateFormatter"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE11stringParseySo15NSDateFormatterCSgSSFZ",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE11stringParseySo15NSDateFormatterCSgSSFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "dateStringParse",
            "printedName": "dateStringParse(string:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE15dateStringParse6stringySS_tF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE15dateStringParse6stringySS_tF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "unixTimestamp",
            "printedName": "unixTimestamp(unixTimestamp:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE13unixTimestampAEySi_tF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE13unixTimestampAEySi_tF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "now",
            "printedName": "now()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE3nowSo8NSNumberCyFZ",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE3nowSo8NSNumberCyFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "getDate",
            "printedName": "getDate()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE03getB0So8NSNumberCyF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE03getB0So8NSNumberCyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "setDate",
            "printedName": "setDate(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE03setB0yySiF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE03setB0yySiF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "setDate",
            "printedName": "setDate(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE03setB0yySo8NSNumberCF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE03setB0yySo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "getDay",
            "printedName": "getDay()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE6getDaySo8NSNumberCyF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE6getDaySo8NSNumberCyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "setDay",
            "printedName": "setDay(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE6setDayyySiF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE6setDayyySiF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "setDay",
            "printedName": "setDay(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE6setDayyySo8NSNumberCF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE6setDayyySo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "getFullYear",
            "printedName": "getFullYear()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE11getFullYearSo8NSNumberCyF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE11getFullYearSo8NSNumberCyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "setFullYear",
            "printedName": "setFullYear(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE11setFullYearyySiF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE11setFullYearyySiF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "setFullYear",
            "printedName": "setFullYear(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE11setFullYearyySo8NSNumberCF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE11setFullYearyySo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "getHours",
            "printedName": "getHours()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE8getHoursSo8NSNumberCyF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE8getHoursSo8NSNumberCyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "setHours",
            "printedName": "setHours(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE8setHoursyySiF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE8setHoursyySiF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "setHours",
            "printedName": "setHours(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE8setHoursyySo8NSNumberCF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE8setHoursyySo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "getMilliseconds",
            "printedName": "getMilliseconds()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE15getMillisecondsSo8NSNumberCyF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE15getMillisecondsSo8NSNumberCyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "setMilliseconds",
            "printedName": "setMilliseconds(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE15setMillisecondsyySiF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE15setMillisecondsyySiF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "setMilliseconds",
            "printedName": "setMilliseconds(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE15setMillisecondsyySo8NSNumberCF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE15setMillisecondsyySo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "getMinutes",
            "printedName": "getMinutes()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE10getMinutesSo8NSNumberCyF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE10getMinutesSo8NSNumberCyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "setMinutes",
            "printedName": "setMinutes(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE10setMinutesyySiF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE10setMinutesyySiF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "setMinutes",
            "printedName": "setMinutes(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE10setMinutesyySo8NSNumberCF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE10setMinutesyySo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "getMonth",
            "printedName": "getMonth()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE8getMonthSo8NSNumberCyF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE8getMonthSo8NSNumberCyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "setMonth",
            "printedName": "setMonth(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE8setMonthyySiF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE8setMonthyySiF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "setMonth",
            "printedName": "setMonth(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE8setMonthyySo8NSNumberCF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE8setMonthyySo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "getSeconds",
            "printedName": "getSeconds()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE10getSecondsSo8NSNumberCyF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE10getSecondsSo8NSNumberCyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "setSeconds",
            "printedName": "setSeconds(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE10setSecondsyySiF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE10setSecondsyySiF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "setSeconds",
            "printedName": "setSeconds(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE10setSecondsyySo8NSNumberCF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE10setSecondsyySo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "getTime",
            "printedName": "getTime()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE7getTimeSo8NSNumberCyF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE7getTimeSo8NSNumberCyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "setTime",
            "printedName": "setTime(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE7setTimeyySiF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE7setTimeyySiF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "setTime",
            "printedName": "setTime(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE7setTimeyySo8NSNumberCF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE7setTimeyySo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "valueOf",
            "printedName": "valueOf()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE7valueOfSo8NSNumberCyF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE7valueOfSo8NSNumberCyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toUTCString",
            "printedName": "toUTCString()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE11toUTCStringSSyF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE11toUTCStringSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "dateTimeString",
            "printedName": "dateTimeString()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE14dateTimeStringSSyF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE14dateTimeStringSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Var",
            "name": "utsDateDescription",
            "printedName": "utsDateDescription",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Var",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE03utsB11DescriptionSSvp",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE03utsB11DescriptionSSvp",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:10Foundation4DateV19DCloudUTSFoundationE03utsB11DescriptionSSvg",
                "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE03utsB11DescriptionSSvg",
                "moduleName": "DCloudUTSFoundation",
                "isFromExtension": true,
                "accessorKind": "get"
              }
            ]
          },
          {
            "kind": "Function",
            "name": "toString",
            "printedName": "toString()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE8toStringSSyF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE8toStringSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toTimeString",
            "printedName": "toTimeString()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE12toTimeStringSSyF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE12toTimeStringSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toDateString",
            "printedName": "toDateString()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE02toB6StringSSyF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE02toB6StringSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "parse",
            "printedName": "parse(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE5parseySo8NSNumberCSSFZ",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE5parseySo8NSNumberCSSFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "tologJSON",
            "printedName": "tologJSON()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Func",
            "usr": "s:10Foundation4DateV19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "mangledName": "$s10Foundation4DateV19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Struct",
        "usr": "s:10Foundation4DateV",
        "mangledName": "$s10Foundation4DateV",
        "moduleName": "Foundation",
        "intro_Macosx": "10.10",
        "intro_iOS": "8.0",
        "intro_tvOS": "9.0",
        "intro_watchOS": "2.0",
        "declAttributes": [
          "Available",
          "Available",
          "Available",
          "Available"
        ],
        "isExternal": true,
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Comparable",
            "printedName": "Comparable",
            "usr": "s:SL",
            "mangledName": "$sSL"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Sendable",
            "printedName": "Sendable",
            "usr": "s:s8SendableP",
            "mangledName": "$ss8SendableP"
          },
          {
            "kind": "Conformance",
            "name": "UniLogProtocol",
            "printedName": "UniLogProtocol",
            "usr": "s:19DCloudUTSFoundation14UniLogProtocolP",
            "mangledName": "$s19DCloudUTSFoundation14UniLogProtocolP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomReflectable",
            "printedName": "CustomReflectable",
            "usr": "s:s17CustomReflectableP",
            "mangledName": "$ss17CustomReflectableP"
          },
          {
            "kind": "Conformance",
            "name": "Decodable",
            "printedName": "Decodable",
            "usr": "s:Se",
            "mangledName": "$sSe"
          },
          {
            "kind": "Conformance",
            "name": "Encodable",
            "printedName": "Encodable",
            "usr": "s:SE",
            "mangledName": "$sSE"
          },
          {
            "kind": "Conformance",
            "name": "ReferenceConvertible",
            "printedName": "ReferenceConvertible",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "ReferenceType",
                "printedName": "ReferenceType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSDate",
                    "printedName": "Foundation.NSDate",
                    "usr": "c:objc(cs)NSDate"
                  }
                ]
              }
            ],
            "usr": "s:10Foundation20ReferenceConvertibleP",
            "mangledName": "$s10Foundation20ReferenceConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "_ObjectiveCBridgeable",
            "printedName": "_ObjectiveCBridgeable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_ObjectiveCType",
                "printedName": "_ObjectiveCType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSDate",
                    "printedName": "Foundation.NSDate",
                    "usr": "c:objc(cs)NSDate"
                  }
                ]
              }
            ],
            "usr": "s:s21_ObjectiveCBridgeableP",
            "mangledName": "$ss21_ObjectiveCBridgeableP"
          },
          {
            "kind": "Conformance",
            "name": "_CustomPlaygroundQuickLookable",
            "printedName": "_CustomPlaygroundQuickLookable",
            "usr": "s:s30_CustomPlaygroundQuickLookableP",
            "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
          },
          {
            "kind": "Conformance",
            "name": "Strideable",
            "printedName": "Strideable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Stride",
                "printedName": "Stride",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Double",
                    "printedName": "Swift.Double",
                    "usr": "s:Sd"
                  }
                ]
              }
            ],
            "usr": "s:Sx",
            "mangledName": "$sSx"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "NSNumber",
        "printedName": "NSNumber",
        "children": [
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Int8",
                "printedName": "Swift.Int8",
                "usr": "s:s4Int8V"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationEyABs4Int8Vcfc",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationEyABs4Int8Vcfc",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Convenience"
            ],
            "isFromExtension": true,
            "init_kind": "Convenience"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Int16",
                "printedName": "Swift.Int16",
                "usr": "s:s5Int16V"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationEyABs5Int16Vcfc",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationEyABs5Int16Vcfc",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Convenience"
            ],
            "isFromExtension": true,
            "init_kind": "Convenience"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Int32",
                "printedName": "Swift.Int32",
                "usr": "s:s5Int32V"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationEyABs5Int32Vcfc",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationEyABs5Int32Vcfc",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Convenience"
            ],
            "isFromExtension": true,
            "init_kind": "Convenience"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Int64",
                "printedName": "Swift.Int64",
                "usr": "s:s5Int64V"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationEyABs5Int64Vcfc",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationEyABs5Int64Vcfc",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Convenience"
            ],
            "isFromExtension": true,
            "init_kind": "Convenience"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "UInt8",
                "printedName": "Swift.UInt8",
                "usr": "s:s5UInt8V"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationEyABs5UInt8Vcfc",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationEyABs5UInt8Vcfc",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Convenience"
            ],
            "isFromExtension": true,
            "init_kind": "Convenience"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "UInt16",
                "printedName": "Swift.UInt16",
                "usr": "s:s6UInt16V"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationEyABs6UInt16Vcfc",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationEyABs6UInt16Vcfc",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Convenience"
            ],
            "isFromExtension": true,
            "init_kind": "Convenience"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "UInt32",
                "printedName": "Swift.UInt32",
                "usr": "s:s6UInt32V"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationEyABs6UInt32Vcfc",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationEyABs6UInt32Vcfc",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Convenience"
            ],
            "isFromExtension": true,
            "init_kind": "Convenience"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "UInt64",
                "printedName": "Swift.UInt64",
                "usr": "s:s6UInt64V"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationEyABs6UInt64Vcfc",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationEyABs6UInt64Vcfc",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Convenience"
            ],
            "isFromExtension": true,
            "init_kind": "Convenience"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "usr": "s:Sf"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationEyABSfcfc",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationEyABSfcfc",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Convenience"
            ],
            "isFromExtension": true,
            "init_kind": "Convenience"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "usr": "s:Sd"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationEyABSdcfc",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationEyABSdcfc",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Convenience"
            ],
            "isFromExtension": true,
            "init_kind": "Convenience"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationEyABSbcfc",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationEyABSbcfc",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Convenience"
            ],
            "isFromExtension": true,
            "init_kind": "Convenience"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationEyABSicfc",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationEyABSicfc",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "Convenience"
            ],
            "isFromExtension": true,
            "init_kind": "Convenience"
          },
          {
            "kind": "Function",
            "name": "from",
            "printedName": "from(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE4fromyABSiFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE4fromyABSiFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "from",
            "printedName": "from(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Int64",
                "printedName": "Swift.Int64",
                "usr": "s:s5Int64V"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE4fromyABs5Int64VFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE4fromyABs5Int64VFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "from",
            "printedName": "from(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Int32",
                "printedName": "Swift.Int32",
                "usr": "s:s5Int32V"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE4fromyABs5Int32VFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE4fromyABs5Int32VFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "from",
            "printedName": "from(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Int16",
                "printedName": "Swift.Int16",
                "usr": "s:s5Int16V"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE4fromyABs5Int16VFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE4fromyABs5Int16VFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "from",
            "printedName": "from(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "UInt",
                "printedName": "Swift.UInt",
                "usr": "s:Su"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE4fromyABSuFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE4fromyABSuFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "from",
            "printedName": "from(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "UInt64",
                "printedName": "Swift.UInt64",
                "usr": "s:s6UInt64V"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE4fromyABs6UInt64VFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE4fromyABs6UInt64VFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "from",
            "printedName": "from(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "UInt32",
                "printedName": "Swift.UInt32",
                "usr": "s:s6UInt32V"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE4fromyABs6UInt32VFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE4fromyABs6UInt32VFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "from",
            "printedName": "from(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "UInt16",
                "printedName": "Swift.UInt16",
                "usr": "s:s6UInt16V"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE4fromyABs6UInt16VFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE4fromyABs6UInt16VFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "from",
            "printedName": "from(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "UInt8",
                "printedName": "Swift.UInt8",
                "usr": "s:s5UInt8V"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE4fromyABs5UInt8VFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE4fromyABs5UInt8VFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "from",
            "printedName": "from(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "usr": "s:Sf"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE4fromyABSfFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE4fromyABSfFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "from",
            "printedName": "from(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "usr": "s:Sd"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE4fromyABSdFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE4fromyABSdFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "from",
            "printedName": "from(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE4fromyABSbFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE4fromyABSbFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "from",
            "printedName": "from(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Int8",
                "printedName": "Swift.Int8",
                "usr": "s:s4Int8V"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE4fromyABs4Int8VFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE4fromyABs4Int8VFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "+",
            "printedName": "+(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "BinaryInteger",
                "printedName": "any Swift.BinaryInteger",
                "usr": "s:Sz"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1poiyA2B_Sz_ptFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1poiyA2B_Sz_ptFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "+=",
            "printedName": "+=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "paramValueOwnership": "InOut",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "BinaryInteger",
                "printedName": "any Swift.BinaryInteger",
                "usr": "s:Sz"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2peoiyA2Bz_Sz_ptFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2peoiyA2Bz_Sz_ptFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "-",
            "printedName": "-(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "BinaryInteger",
                "printedName": "any Swift.BinaryInteger",
                "usr": "s:Sz"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1soiyA2B_Sz_ptFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1soiyA2B_Sz_ptFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "-=",
            "printedName": "-=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "paramValueOwnership": "InOut",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "BinaryInteger",
                "printedName": "any Swift.BinaryInteger",
                "usr": "s:Sz"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2seoiyA2Bz_Sz_ptFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2seoiyA2Bz_Sz_ptFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "*",
            "printedName": "*(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "BinaryInteger",
                "printedName": "any Swift.BinaryInteger",
                "usr": "s:Sz"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1moiyA2B_Sz_ptFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1moiyA2B_Sz_ptFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "*=",
            "printedName": "*=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "paramValueOwnership": "InOut",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "BinaryInteger",
                "printedName": "any Swift.BinaryInteger",
                "usr": "s:Sz"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2meoiyA2Bz_Sz_ptFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2meoiyA2Bz_Sz_ptFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "\/",
            "printedName": "\/(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "BinaryInteger",
                "printedName": "any Swift.BinaryInteger",
                "usr": "s:Sz"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1doiyA2B_Sz_ptFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1doiyA2B_Sz_ptFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "\/=",
            "printedName": "\/=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "paramValueOwnership": "InOut",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "BinaryInteger",
                "printedName": "any Swift.BinaryInteger",
                "usr": "s:Sz"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2deoiyA2Bz_Sz_ptFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2deoiyA2Bz_Sz_ptFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "+",
            "printedName": "+(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "usr": "s:Sf"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1poiyA2B_SftFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1poiyA2B_SftFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "-",
            "printedName": "-(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "usr": "s:Sf"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1soiyA2B_SftFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1soiyA2B_SftFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "*",
            "printedName": "*(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "usr": "s:Sf"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1moiyA2B_SftFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1moiyA2B_SftFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "\/",
            "printedName": "\/(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "usr": "s:Sf"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1doiyA2B_SftFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1doiyA2B_SftFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "+=",
            "printedName": "+=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "paramValueOwnership": "InOut",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "usr": "s:Sf"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2peoiyA2Bz_SftFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2peoiyA2Bz_SftFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "-=",
            "printedName": "-=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "paramValueOwnership": "InOut",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "usr": "s:Sf"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2seoiyA2Bz_SftFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2seoiyA2Bz_SftFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "*=",
            "printedName": "*=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "paramValueOwnership": "InOut",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "usr": "s:Sf"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2meoiyA2Bz_SftFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2meoiyA2Bz_SftFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "\/=",
            "printedName": "\/=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "paramValueOwnership": "InOut",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "usr": "s:Sf"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2deoiyA2Bz_SftFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2deoiyA2Bz_SftFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "+",
            "printedName": "+(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "usr": "s:Sd"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1poiyA2B_SdtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1poiyA2B_SdtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "-",
            "printedName": "-(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "usr": "s:Sd"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1soiyA2B_SdtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1soiyA2B_SdtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "*",
            "printedName": "*(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "usr": "s:Sd"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1moiyA2B_SdtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1moiyA2B_SdtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "\/",
            "printedName": "\/(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "usr": "s:Sd"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1doiyA2B_SdtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1doiyA2B_SdtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "+=",
            "printedName": "+=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "paramValueOwnership": "InOut",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "usr": "s:Sd"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2peoiyA2Bz_SdtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2peoiyA2Bz_SdtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "-=",
            "printedName": "-=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "paramValueOwnership": "InOut",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "usr": "s:Sd"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2seoiyA2Bz_SdtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2seoiyA2Bz_SdtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "*=",
            "printedName": "*=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "paramValueOwnership": "InOut",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "usr": "s:Sd"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2meoiyA2Bz_SdtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2meoiyA2Bz_SdtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "\/=",
            "printedName": "\/=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "paramValueOwnership": "InOut",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "usr": "s:Sd"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2deoiyA2Bz_SdtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2deoiyA2Bz_SdtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "+",
            "printedName": "+(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1poiyA2B_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1poiyA2B_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "-",
            "printedName": "-(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1soiyA2B_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1soiyA2B_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "*",
            "printedName": "*(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1moiyA2B_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1moiyA2B_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "\/",
            "printedName": "\/(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1doiyA2B_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1doiyA2B_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "+=",
            "printedName": "+=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "paramValueOwnership": "InOut",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2peoiyA2Bz_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2peoiyA2Bz_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "-=",
            "printedName": "-=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "paramValueOwnership": "InOut",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2seoiyA2Bz_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2seoiyA2Bz_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "*=",
            "printedName": "*=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "paramValueOwnership": "InOut",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2meoiyA2Bz_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2meoiyA2Bz_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "\/=",
            "printedName": "\/=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "paramValueOwnership": "InOut",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2deoiyA2Bz_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2deoiyA2Bz_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "++",
            "printedName": "++(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "paramValueOwnership": "InOut",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2ppoPyA2BzFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2ppoPyA2BzFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "Postfix",
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "--",
            "printedName": "--(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "paramValueOwnership": "InOut",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2ssoPyA2BzFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2ssoPyA2BzFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "Postfix"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "++",
            "printedName": "++(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "paramValueOwnership": "InOut",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2ppopyA2BzFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2ppopyA2BzFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "Prefix"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "--",
            "printedName": "--(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "paramValueOwnership": "InOut",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2ssopyA2BzFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2ssopyA2BzFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "Prefix"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": ">>>",
            "printedName": ">>>(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE3gggoiyA2B_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE3gggoiyA2B_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": ">>>",
            "printedName": ">>>(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE3gggoiyA2B_SitFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE3gggoiyA2B_SitFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": ">>>=",
            "printedName": ">>>=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "paramValueOwnership": "InOut",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE4gggeoiyA2Bz_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE4gggeoiyA2Bz_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": ">>>=",
            "printedName": ">>>=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "paramValueOwnership": "InOut",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE4gggeoiyA2Bz_SitFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE4gggeoiyA2Bz_SitFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "<<",
            "printedName": "<<(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2lloiyA2B_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2lloiyA2B_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "<<",
            "printedName": "<<(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2lloiyA2B_SitFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2lloiyA2B_SitFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": ">>",
            "printedName": ">>(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2ggoiyA2B_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2ggoiyA2B_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": ">>",
            "printedName": ">>(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2ggoiyA2B_SitFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2ggoiyA2B_SitFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "%",
            "printedName": "%(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "BinaryInteger",
                "printedName": "any Swift.BinaryInteger",
                "usr": "s:Sz"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1roiyA2B_Sz_ptFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1roiyA2B_Sz_ptFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "%",
            "printedName": "%(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "BinaryFloatingPoint",
                "printedName": "any Swift.BinaryFloatingPoint",
                "usr": "s:SB"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1roiyA2B_SB_ptFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1roiyA2B_SB_ptFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "%",
            "printedName": "%(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1roiyA2B_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1roiyA2B_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "%=",
            "printedName": "%=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "paramValueOwnership": "InOut",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "BinaryInteger",
                "printedName": "any Swift.BinaryInteger",
                "usr": "s:Sz"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2reoiyA2Bz_Sz_ptFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2reoiyA2Bz_Sz_ptFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "%=",
            "printedName": "%=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "paramValueOwnership": "InOut",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "BinaryFloatingPoint",
                "printedName": "any Swift.BinaryFloatingPoint",
                "usr": "s:SB"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2reoiyA2Bz_SB_ptFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2reoiyA2Bz_SB_ptFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "%=",
            "printedName": "%=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "paramValueOwnership": "InOut",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2reoiyA2Bz_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2reoiyA2Bz_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "&",
            "printedName": "&(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1aoiyA2B_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1aoiyA2B_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "&",
            "printedName": "&(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1aoiyA2B_SitFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1aoiyA2B_SitFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "&",
            "printedName": "&(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1aoiyABSi_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1aoiyABSi_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "&=",
            "printedName": "&=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2aeoiyA2B_SitFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2aeoiyA2B_SitFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "|",
            "printedName": "|(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1ooiyA2B_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1ooiyA2B_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "|",
            "printedName": "|(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1ooiyA2B_SitFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1ooiyA2B_SitFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "|",
            "printedName": "|(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1ooiyABSi_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1ooiyABSi_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "|=",
            "printedName": "|=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2oeoiyA2B_SitFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2oeoiyA2B_SitFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "^",
            "printedName": "^(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1xoiyA2B_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1xoiyA2B_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "^",
            "printedName": "^(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1xoiyA2B_SitFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1xoiyA2B_SitFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "^",
            "printedName": "^(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1xoiyABSi_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1xoiyABSi_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "^=",
            "printedName": "^=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2xeoiyA2B_SitFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2xeoiyA2B_SitFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "~",
            "printedName": "~(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "paramValueOwnership": "InOut",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1topyA2BzFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1topyA2BzFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "Prefix"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": ">",
            "printedName": ">(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1goiySbAB_yptFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1goiySbAB_yptFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": ">",
            "printedName": ">(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1goiySbSi_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1goiySbSi_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": ">",
            "printedName": ">(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "usr": "s:Sf"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1goiySbSf_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1goiySbSf_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": ">",
            "printedName": ">(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "usr": "s:Sd"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1goiySbSd_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1goiySbSd_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": ">",
            "printedName": ">(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "UInt",
                "printedName": "Swift.UInt",
                "usr": "s:Su"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1goiySbSu_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1goiySbSu_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "<",
            "printedName": "<(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1loiySbAB_yptFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1loiySbAB_yptFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "<",
            "printedName": "<(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1loiySbSi_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1loiySbSi_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "<",
            "printedName": "<(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "usr": "s:Sf"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1loiySbSf_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1loiySbSf_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "<",
            "printedName": "<(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "usr": "s:Sd"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1loiySbSd_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1loiySbSd_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "<",
            "printedName": "<(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "UInt",
                "printedName": "Swift.UInt",
                "usr": "s:Su"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE1loiySbSu_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE1loiySbSu_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "==",
            "printedName": "==(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2eeoiySbAB_yptFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2eeoiySbAB_yptFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "==",
            "printedName": "==(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2eeoiySbyp_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2eeoiySbyp_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "===",
            "printedName": "===(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE3eeeoiySbAB_yptFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE3eeeoiySbAB_yptFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "===",
            "printedName": "===(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE3eeeoiySbSi_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE3eeeoiySbSi_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "===",
            "printedName": "===(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "usr": "s:Sf"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE3eeeoiySbSf_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE3eeeoiySbSf_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "===",
            "printedName": "===(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "usr": "s:Sd"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE3eeeoiySbSd_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE3eeeoiySbSd_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "===",
            "printedName": "===(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "UInt",
                "printedName": "Swift.UInt",
                "usr": "s:Su"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE3eeeoiySbSu_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE3eeeoiySbSu_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "!=",
            "printedName": "!=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2neoiySbAB_yptFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2neoiySbAB_yptFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "!=",
            "printedName": "!=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2neoiySbyp_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2neoiySbyp_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "!==",
            "printedName": "!==(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE3neeoiySbAB_yptFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE3neeoiySbAB_yptFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "!==",
            "printedName": "!==(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE3neeoiySbSi_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE3neeoiySbSi_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "!==",
            "printedName": "!==(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "usr": "s:Sf"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE3neeoiySbSf_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE3neeoiySbSf_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "!==",
            "printedName": "!==(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "usr": "s:Sd"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE3neeoiySbSd_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE3neeoiySbSd_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "!==",
            "printedName": "!==(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "UInt",
                "printedName": "Swift.UInt",
                "usr": "s:Su"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE3neeoiySbSu_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE3neeoiySbSu_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": ">=",
            "printedName": ">=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2geoiySbAB_yptFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2geoiySbAB_yptFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": ">=",
            "printedName": ">=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2geoiySbSi_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2geoiySbSi_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": ">=",
            "printedName": ">=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "usr": "s:Sf"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2geoiySbSf_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2geoiySbSf_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": ">=",
            "printedName": ">=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "usr": "s:Sd"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2geoiySbSd_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2geoiySbSd_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": ">=",
            "printedName": ">=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "UInt",
                "printedName": "Swift.UInt",
                "usr": "s:Su"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2geoiySbSu_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2geoiySbSu_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "<=",
            "printedName": "<=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2leoiySbAB_yptFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2leoiySbAB_yptFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "<=",
            "printedName": "<=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2leoiySbSi_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2leoiySbSi_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final",
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "<=",
            "printedName": "<=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "usr": "s:Sf"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2leoiySbSf_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2leoiySbSf_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "<=",
            "printedName": "<=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "usr": "s:Sd"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2leoiySbSd_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2leoiySbSd_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "<=",
            "printedName": "<=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "UInt",
                "printedName": "Swift.UInt",
                "usr": "s:Su"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE2leoiySbSu_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE2leoiySbSu_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toFixed",
            "printedName": "toFixed(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE7toFixedySSSiF",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE7toFixedySSSiF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toFixed",
            "printedName": "toFixed(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE7toFixedySSABF",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE7toFixedySSABF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toString",
            "printedName": "toString()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE8toStringSSyF",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE8toStringSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toString",
            "printedName": "toString(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE8toStringySSSiF",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE8toStringySSSiF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toString",
            "printedName": "toString(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE8toStringySSABF",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE8toStringySSABF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "valueOf",
            "printedName": "valueOf()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE7valueOfSSyF",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE7valueOfSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toPrecision",
            "printedName": "toPrecision()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE11toPrecisionSSyF",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE11toPrecisionSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toPrecision",
            "printedName": "toPrecision(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE11toPrecisionySSSiF",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE11toPrecisionySSSiF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toPrecision",
            "printedName": "toPrecision(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE11toPrecisionySSABF",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE11toPrecisionySSABF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toExponential",
            "printedName": "toExponential()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE13toExponentialSSyF",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE13toExponentialSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toExponential",
            "printedName": "toExponential(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE13toExponentialySSSiF",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE13toExponentialySSSiF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toExponential",
            "printedName": "toExponential(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE13toExponentialySSABF",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE13toExponentialySSABF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "parseInt",
            "printedName": "parseInt(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE8parseIntyABSSFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE8parseIntyABSSFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "parseInt",
            "printedName": "parseInt(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE8parseIntyABSS_ABtFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE8parseIntyABSS_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "parseInt",
            "printedName": "parseInt(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE8parseIntyABSS_SitFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE8parseIntyABSS_SitFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "parseFloat",
            "printedName": "parseFloat(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              },
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE10parseFloatyABSSFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE10parseFloatyABSSFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toInt",
            "printedName": "toInt()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE5toIntSiyF",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE5toIntSiyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toFloat",
            "printedName": "toFloat()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Float",
                "printedName": "Swift.Float",
                "usr": "s:Sf"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE7toFloatSfyF",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE7toFloatSfyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toDouble",
            "printedName": "toDouble()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "usr": "s:Sd"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE8toDoubleSdyF",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE8toDoubleSdyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toInt64",
            "printedName": "toInt64()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int64",
                "printedName": "Swift.Int64",
                "usr": "s:s5Int64V"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE7toInt64s0E0VyF",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE7toInt64s0E0VyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toInt32",
            "printedName": "toInt32()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int32",
                "printedName": "Swift.Int32",
                "usr": "s:s5Int32V"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE7toInt32s0E0VyF",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE7toInt32s0E0VyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toInt16",
            "printedName": "toInt16()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int16",
                "printedName": "Swift.Int16",
                "usr": "s:s5Int16V"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE7toInt16s0E0VyF",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE7toInt16s0E0VyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toInt8",
            "printedName": "toInt8()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int8",
                "printedName": "Swift.Int8",
                "usr": "s:s4Int8V"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE6toInt8s0E0VyF",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE6toInt8s0E0VyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toUInt",
            "printedName": "toUInt()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UInt",
                "printedName": "Swift.UInt",
                "usr": "s:Su"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE6toUIntSuyF",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE6toUIntSuyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toUInt64",
            "printedName": "toUInt64()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UInt64",
                "printedName": "Swift.UInt64",
                "usr": "s:s6UInt64V"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE8toUInt64s0E0VyF",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE8toUInt64s0E0VyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toUInt32",
            "printedName": "toUInt32()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UInt32",
                "printedName": "Swift.UInt32",
                "usr": "s:s6UInt32V"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE8toUInt32s0E0VyF",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE8toUInt32s0E0VyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toUInt16",
            "printedName": "toUInt16()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UInt16",
                "printedName": "Swift.UInt16",
                "usr": "s:s6UInt16V"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE8toUInt16s0E0VyF",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE8toUInt16s0E0VyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toUInt8",
            "printedName": "toUInt8()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UInt8",
                "printedName": "Swift.UInt8",
                "usr": "s:s5UInt8V"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE7toUInt8s0E0VyF",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE7toUInt8s0E0VyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "isNaN",
            "printedName": "isNaN(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE5isNaNySbABFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE5isNaNySbABFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "isFinite",
            "printedName": "isFinite(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE8isFiniteySbypFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE8isFiniteySbypFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "isInteger",
            "printedName": "isInteger(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "ProtocolComposition",
                "printedName": "Any"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE9isIntegerySbypFZ",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE9isIntegerySbypFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Final"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "tologJSON",
            "printedName": "tologJSON()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Func",
            "usr": "s:So8NSNumberC19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "mangledName": "$sSo8NSNumberC19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Class",
        "usr": "c:objc(cs)NSNumber",
        "moduleName": "Foundation",
        "isOpen": true,
        "objc_name": "NSNumber",
        "declAttributes": [
          "ObjC",
          "SynthesizedProtocol",
          "NonSendable",
          "Sendable",
          "Dynamic"
        ],
        "superclassUsr": "c:objc(cs)NSValue",
        "isExternal": true,
        "inheritsConvenienceInitializers": true,
        "superclassNames": [
          "Foundation.NSValue",
          "ObjectiveC.NSObject"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Sendable",
            "printedName": "Sendable",
            "usr": "s:s8SendableP",
            "mangledName": "$ss8SendableP"
          },
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObservingPublishing",
            "printedName": "_KeyValueCodingAndObservingPublishing",
            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObserving",
            "printedName": "_KeyValueCodingAndObserving",
            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "UniLogProtocol",
            "printedName": "UniLogProtocol",
            "usr": "s:19DCloudUTSFoundation14UniLogProtocolP",
            "mangledName": "$s19DCloudUTSFoundation14UniLogProtocolP"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByFloatLiteral",
            "printedName": "ExpressibleByFloatLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "FloatLiteralType",
                "printedName": "FloatLiteralType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Double",
                    "printedName": "Swift.Double",
                    "usr": "s:Sd"
                  }
                ]
              }
            ],
            "usr": "s:s25ExpressibleByFloatLiteralP",
            "mangledName": "$ss25ExpressibleByFloatLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByIntegerLiteral",
            "printedName": "ExpressibleByIntegerLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "IntegerLiteralType",
                "printedName": "IntegerLiteralType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ]
              }
            ],
            "usr": "s:s27ExpressibleByIntegerLiteralP",
            "mangledName": "$ss27ExpressibleByIntegerLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByBooleanLiteral",
            "printedName": "ExpressibleByBooleanLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "BooleanLiteralType",
                "printedName": "BooleanLiteralType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Bool",
                    "printedName": "Swift.Bool",
                    "usr": "s:Sb"
                  }
                ]
              }
            ],
            "usr": "s:s27ExpressibleByBooleanLiteralP",
            "mangledName": "$ss27ExpressibleByBooleanLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "_HasCustomAnyHashableRepresentation",
            "printedName": "_HasCustomAnyHashableRepresentation",
            "usr": "s:s35_HasCustomAnyHashableRepresentationP",
            "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "Dictionary",
        "printedName": "Dictionary",
        "children": [
          {
            "kind": "Var",
            "name": "size",
            "printedName": "size",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Var",
            "usr": "s:SD19DCloudUTSFoundationE4sizeSivp",
            "mangledName": "$sSD19DCloudUTSFoundationE4sizeSivp",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:SD19DCloudUTSFoundationE4sizeSivg",
                "mangledName": "$sSD19DCloudUTSFoundationE4sizeSivg",
                "moduleName": "DCloudUTSFoundation",
                "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>",
                "sugared_genericSig": "<Key, Value where Key : Swift.Hashable>",
                "isFromExtension": true,
                "accessorKind": "get"
              }
            ]
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[τ_0_0 : τ_0_1]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_1"
                  }
                ],
                "usr": "s:SD"
              },
              {
                "kind": "TypeNominal",
                "name": "Array",
                "printedName": "[[Any]]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Array",
                    "printedName": "[Any]",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "ProtocolComposition",
                        "printedName": "Any"
                      }
                    ],
                    "usr": "s:Sa"
                  }
                ],
                "usr": "s:Sa"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:SD19DCloudUTSFoundationEySDyxq_GSaySayypGGcfc",
            "mangledName": "$sSD19DCloudUTSFoundationEySDyxq_GSaySayypGGcfc",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>",
            "sugared_genericSig": "<Key, Value where Key : Swift.Hashable>",
            "isFromExtension": true,
            "init_kind": "Designated"
          },
          {
            "kind": "Function",
            "name": "set",
            "printedName": "set(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[τ_0_0 : τ_0_1]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_1"
                  }
                ],
                "usr": "s:SD"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_1"
              }
            ],
            "declKind": "Func",
            "usr": "s:SD19DCloudUTSFoundationE3setySDyxq_Gx_q_tF",
            "mangledName": "$sSD19DCloudUTSFoundationE3setySDyxq_Gx_q_tF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>",
            "sugared_genericSig": "<Key, Value where Key : Swift.Hashable>",
            "declAttributes": [
              "Mutating",
              "DiscardableResult"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "get",
            "printedName": "get(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Optional",
                "printedName": "τ_0_1?",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_1"
                  }
                ],
                "usr": "s:Sq"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              }
            ],
            "declKind": "Func",
            "usr": "s:SD19DCloudUTSFoundationE3getyq_SgxF",
            "mangledName": "$sSD19DCloudUTSFoundationE3getyq_SgxF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>",
            "sugared_genericSig": "<Key, Value where Key : Swift.Hashable>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "clear",
            "printedName": "clear()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              }
            ],
            "declKind": "Func",
            "usr": "s:SD19DCloudUTSFoundationE5clearyyF",
            "mangledName": "$sSD19DCloudUTSFoundationE5clearyyF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>",
            "sugared_genericSig": "<Key, Value where Key : Swift.Hashable>",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "delete",
            "printedName": "delete(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              }
            ],
            "declKind": "Func",
            "usr": "s:SD19DCloudUTSFoundationE6deleteySbxF",
            "mangledName": "$sSD19DCloudUTSFoundationE6deleteySbxF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>",
            "sugared_genericSig": "<Key, Value where Key : Swift.Hashable>",
            "declAttributes": [
              "Mutating"
            ],
            "isFromExtension": true,
            "funcSelfKind": "Mutating"
          },
          {
            "kind": "Function",
            "name": "has",
            "printedName": "has(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Bool",
                "printedName": "Swift.Bool",
                "usr": "s:Sb"
              },
              {
                "kind": "TypeNominal",
                "name": "GenericTypeParam",
                "printedName": "τ_0_0"
              }
            ],
            "declKind": "Func",
            "usr": "s:SD19DCloudUTSFoundationE3hasySbxF",
            "mangledName": "$sSD19DCloudUTSFoundationE3hasySbxF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>",
            "sugared_genericSig": "<Key, Value where Key : Swift.Hashable>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "forEach",
            "printedName": "forEach(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_1) -> ()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_1"
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:SD19DCloudUTSFoundationE7forEachyyyq_XEF",
            "mangledName": "$sSD19DCloudUTSFoundationE7forEachyyyq_XEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>",
            "sugared_genericSig": "<Key, Value where Key : Swift.Hashable>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "forEach",
            "printedName": "forEach(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_1, τ_0_0) -> ()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_1, τ_0_0)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_1"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:SD19DCloudUTSFoundationE7forEachyyyq__xtXEF",
            "mangledName": "$sSD19DCloudUTSFoundationE7forEachyyyq__xtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>",
            "sugared_genericSig": "<Key, Value where Key : Swift.Hashable>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "forEach",
            "printedName": "forEach(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Void",
                "printedName": "()"
              },
              {
                "kind": "TypeFunc",
                "name": "Function",
                "printedName": "(τ_0_1, τ_0_0, [τ_0_0 : τ_0_1]) -> ()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(τ_0_1, τ_0_0, [τ_0_0 : τ_0_1])",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_1"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "Dictionary",
                        "printedName": "[τ_0_0 : τ_0_1]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_1"
                          }
                        ],
                        "usr": "s:SD"
                      }
                    ]
                  }
                ],
                "typeAttributes": [
                  "noescape"
                ]
              }
            ],
            "declKind": "Func",
            "usr": "s:SD19DCloudUTSFoundationE7forEachyyyq__xSDyxq_GtXEF",
            "mangledName": "$sSD19DCloudUTSFoundationE7forEachyyyq__xSDyxq_GtXEF",
            "moduleName": "DCloudUTSFoundation",
            "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>",
            "sugared_genericSig": "<Key, Value where Key : Swift.Hashable>",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Struct",
        "usr": "s:SD",
        "mangledName": "$sSD",
        "moduleName": "Swift",
        "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>",
        "sugared_genericSig": "<Key, Value where Key : Swift.Hashable>",
        "declAttributes": [
          "EagerMove",
          "Frozen"
        ],
        "isExternal": true,
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Encodable",
            "printedName": "Encodable",
            "usr": "s:SE",
            "mangledName": "$sSE"
          },
          {
            "kind": "Conformance",
            "name": "Decodable",
            "printedName": "Decodable",
            "usr": "s:Se",
            "mangledName": "$sSe"
          },
          {
            "kind": "Conformance",
            "name": "Sequence",
            "printedName": "Sequence",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Element",
                "printedName": "Element",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(key: τ_0_0, value: τ_0_1)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_1"
                      }
                    ]
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "Iterator",
                "printedName": "Iterator",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Iterator",
                    "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Iterator",
                    "usr": "s:SD8IteratorV"
                  }
                ]
              }
            ],
            "usr": "s:ST",
            "mangledName": "$sST"
          },
          {
            "kind": "Conformance",
            "name": "Collection",
            "printedName": "Collection",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Element",
                "printedName": "Element",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Tuple",
                    "printedName": "(key: τ_0_0, value: τ_0_1)",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_0"
                      },
                      {
                        "kind": "TypeNominal",
                        "name": "GenericTypeParam",
                        "printedName": "τ_0_1"
                      }
                    ]
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "Index",
                "printedName": "Index",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Index",
                    "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Index",
                    "usr": "s:SD5IndexV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "Iterator",
                "printedName": "Iterator",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Iterator",
                    "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Iterator",
                    "usr": "s:SD8IteratorV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SubSequence",
                "printedName": "SubSequence",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Slice",
                    "printedName": "Swift.Slice<[τ_0_0 : τ_0_1]>",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "Dictionary",
                        "printedName": "[τ_0_0 : τ_0_1]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_1"
                          }
                        ],
                        "usr": "s:SD"
                      }
                    ],
                    "usr": "s:s5SliceV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "Indices",
                "printedName": "Indices",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "DefaultIndices",
                    "printedName": "Swift.DefaultIndices<[τ_0_0 : τ_0_1]>",
                    "children": [
                      {
                        "kind": "TypeNominal",
                        "name": "Dictionary",
                        "printedName": "[τ_0_0 : τ_0_1]",
                        "children": [
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_0"
                          },
                          {
                            "kind": "TypeNominal",
                            "name": "GenericTypeParam",
                            "printedName": "τ_0_1"
                          }
                        ],
                        "usr": "s:SD"
                      }
                    ],
                    "usr": "s:SI"
                  }
                ]
              }
            ],
            "usr": "s:Sl",
            "mangledName": "$sSl"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByDictionaryLiteral",
            "printedName": "ExpressibleByDictionaryLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Key",
                "printedName": "Key",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_0"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "Value",
                "printedName": "Value",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "GenericTypeParam",
                    "printedName": "τ_0_1"
                  }
                ]
              }
            ],
            "usr": "s:s30ExpressibleByDictionaryLiteralP",
            "mangledName": "$ss30ExpressibleByDictionaryLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "_HasCustomAnyHashableRepresentation",
            "printedName": "_HasCustomAnyHashableRepresentation",
            "usr": "s:s35_HasCustomAnyHashableRepresentationP",
            "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomReflectable",
            "printedName": "CustomReflectable",
            "usr": "s:s17CustomReflectableP",
            "mangledName": "$ss17CustomReflectableP"
          },
          {
            "kind": "Conformance",
            "name": "Sendable",
            "printedName": "Sendable",
            "usr": "s:s8SendableP",
            "mangledName": "$ss8SendableP"
          },
          {
            "kind": "Conformance",
            "name": "_ObjectiveCBridgeable",
            "printedName": "_ObjectiveCBridgeable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_ObjectiveCType",
                "printedName": "_ObjectiveCType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSDictionary",
                    "printedName": "Foundation.NSDictionary",
                    "usr": "c:objc(cs)NSDictionary"
                  }
                ]
              }
            ],
            "usr": "s:s21_ObjectiveCBridgeableP",
            "mangledName": "$ss21_ObjectiveCBridgeableP"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "CGSize",
        "printedName": "CGSize",
        "children": [
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "CGSize",
                "printedName": "CoreFoundation.CGSize",
                "usr": "c:@S@CGSize"
              },
              {
                "kind": "TypeNominal",
                "name": "CGFloat",
                "printedName": "CoreGraphics.CGFloat",
                "usr": "s:14CoreFoundation7CGFloatV"
              },
              {
                "kind": "TypeNominal",
                "name": "CGFloat",
                "printedName": "CoreGraphics.CGFloat",
                "usr": "s:14CoreFoundation7CGFloatV"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:So6CGSizeV19DCloudUTSFoundationEyAB14CoreFoundation7CGFloatV_AFtcfc",
            "mangledName": "$sSo6CGSizeV19DCloudUTSFoundationEyAB12CoreGraphics7CGFloatV_AFtcfc",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "init_kind": "Designated"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "CGSize",
                "printedName": "CoreFoundation.CGSize",
                "usr": "c:@S@CGSize"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:So6CGSizeV19DCloudUTSFoundationEyABSi_Sitcfc",
            "mangledName": "$sSo6CGSizeV19DCloudUTSFoundationEyABSi_Sitcfc",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "init_kind": "Designated"
          },
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "CGSize",
                "printedName": "CoreFoundation.CGSize",
                "usr": "c:@S@CGSize"
              },
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "usr": "s:Sd"
              },
              {
                "kind": "TypeNominal",
                "name": "Double",
                "printedName": "Swift.Double",
                "usr": "s:Sd"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:So6CGSizeV19DCloudUTSFoundationEyABSd_Sdtcfc",
            "mangledName": "$sSo6CGSizeV19DCloudUTSFoundationEyABSd_Sdtcfc",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "init_kind": "Designated"
          }
        ],
        "declKind": "Struct",
        "usr": "c:@S@CGSize",
        "moduleName": "CoreFoundation",
        "isExternal": true,
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "_ObjectiveCBridgeable",
            "printedName": "_ObjectiveCBridgeable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_ObjectiveCType",
                "printedName": "_ObjectiveCType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSValue",
                    "printedName": "Foundation.NSValue",
                    "usr": "c:objc(cs)NSValue"
                  }
                ]
              }
            ],
            "usr": "s:s21_ObjectiveCBridgeableP",
            "mangledName": "$ss21_ObjectiveCBridgeableP"
          },
          {
            "kind": "Conformance",
            "name": "CustomReflectable",
            "printedName": "CustomReflectable",
            "usr": "s:s17CustomReflectableP",
            "mangledName": "$ss17CustomReflectableP"
          },
          {
            "kind": "Conformance",
            "name": "_CustomPlaygroundQuickLookable",
            "printedName": "_CustomPlaygroundQuickLookable",
            "usr": "s:s30_CustomPlaygroundQuickLookableP",
            "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "Decodable",
            "printedName": "Decodable",
            "usr": "s:Se",
            "mangledName": "$sSe"
          },
          {
            "kind": "Conformance",
            "name": "Encodable",
            "printedName": "Encodable",
            "usr": "s:SE",
            "mangledName": "$sSE"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "Int",
        "printedName": "Int",
        "children": [
          {
            "kind": "Function",
            "name": "++",
            "printedName": "++(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "paramValueOwnership": "InOut",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Si19DCloudUTSFoundationE2ppoPyS2izFZ",
            "mangledName": "$sSi19DCloudUTSFoundationE2ppoPyS2izFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Postfix",
              "DiscardableResult",
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "--",
            "printedName": "--(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "paramValueOwnership": "InOut",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Si19DCloudUTSFoundationE2ssoPyS2izFZ",
            "mangledName": "$sSi19DCloudUTSFoundationE2ssoPyS2izFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Postfix",
              "DiscardableResult"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "++",
            "printedName": "++(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "paramValueOwnership": "InOut",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Si19DCloudUTSFoundationE2ppopyS2izFZ",
            "mangledName": "$sSi19DCloudUTSFoundationE2ppopyS2izFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Prefix",
              "DiscardableResult"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "--",
            "printedName": "--(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "paramValueOwnership": "InOut",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Si19DCloudUTSFoundationE2ssopyS2izFZ",
            "mangledName": "$sSi19DCloudUTSFoundationE2ssopyS2izFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "Prefix",
              "DiscardableResult"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": ">>>",
            "printedName": ">>>(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Si19DCloudUTSFoundationE3gggoiyS2i_SitFZ",
            "mangledName": "$sSi19DCloudUTSFoundationE3gggoiyS2i_SitFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": ">>>=",
            "printedName": ">>>=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "paramValueOwnership": "InOut",
                "usr": "s:Si"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Si19DCloudUTSFoundationE4gggeoiyS2iz_SitFZ",
            "mangledName": "$sSi19DCloudUTSFoundationE4gggeoiyS2iz_SitFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toFixed",
            "printedName": "toFixed(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Si19DCloudUTSFoundationE7toFixedySSSiF",
            "mangledName": "$sSi19DCloudUTSFoundationE7toFixedySSSiF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toFixed",
            "printedName": "toFixed(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Si19DCloudUTSFoundationE7toFixedySSSo8NSNumberCF",
            "mangledName": "$sSi19DCloudUTSFoundationE7toFixedySSSo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toString",
            "printedName": "toString()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:Si19DCloudUTSFoundationE8toStringSSyF",
            "mangledName": "$sSi19DCloudUTSFoundationE8toStringSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toString",
            "printedName": "toString(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Si19DCloudUTSFoundationE8toStringySSSiF",
            "mangledName": "$sSi19DCloudUTSFoundationE8toStringySSSiF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toString",
            "printedName": "toString(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Si19DCloudUTSFoundationE8toStringySSSo8NSNumberCF",
            "mangledName": "$sSi19DCloudUTSFoundationE8toStringySSSo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "valueOf",
            "printedName": "valueOf()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Si19DCloudUTSFoundationE7valueOfSiyF",
            "mangledName": "$sSi19DCloudUTSFoundationE7valueOfSiyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toPrecision",
            "printedName": "toPrecision()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:Si19DCloudUTSFoundationE11toPrecisionSSyF",
            "mangledName": "$sSi19DCloudUTSFoundationE11toPrecisionSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toPrecision",
            "printedName": "toPrecision(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Si19DCloudUTSFoundationE11toPrecisionySSSiF",
            "mangledName": "$sSi19DCloudUTSFoundationE11toPrecisionySSSiF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toPrecision",
            "printedName": "toPrecision(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Si19DCloudUTSFoundationE11toPrecisionySSSo8NSNumberCF",
            "mangledName": "$sSi19DCloudUTSFoundationE11toPrecisionySSSo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toExponential",
            "printedName": "toExponential()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:Si19DCloudUTSFoundationE13toExponentialSSyF",
            "mangledName": "$sSi19DCloudUTSFoundationE13toExponentialSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toExponential",
            "printedName": "toExponential(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Si19DCloudUTSFoundationE13toExponentialySSSiF",
            "mangledName": "$sSi19DCloudUTSFoundationE13toExponentialySSSiF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toExponential",
            "printedName": "toExponential(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Si19DCloudUTSFoundationE13toExponentialySSSo8NSNumberCF",
            "mangledName": "$sSi19DCloudUTSFoundationE13toExponentialySSSo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "tologJSON",
            "printedName": "tologJSON()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Func",
            "usr": "s:Si19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "mangledName": "$sSi19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Struct",
        "usr": "s:Si",
        "mangledName": "$sSi",
        "moduleName": "Swift",
        "declAttributes": [
          "Frozen"
        ],
        "isExternal": true,
        "conformances": [
          {
            "kind": "Conformance",
            "name": "FixedWidthInteger",
            "printedName": "FixedWidthInteger",
            "usr": "s:s17FixedWidthIntegerP",
            "mangledName": "$ss17FixedWidthIntegerP"
          },
          {
            "kind": "Conformance",
            "name": "SignedInteger",
            "printedName": "SignedInteger",
            "usr": "s:SZ",
            "mangledName": "$sSZ"
          },
          {
            "kind": "Conformance",
            "name": "_ExpressibleByBuiltinIntegerLiteral",
            "printedName": "_ExpressibleByBuiltinIntegerLiteral",
            "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP",
            "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "BinaryInteger",
            "printedName": "BinaryInteger",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Words",
                "printedName": "Words",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Words",
                    "printedName": "Swift.Int.Words",
                    "usr": "s:Si5WordsV"
                  }
                ]
              }
            ],
            "usr": "s:Sz",
            "mangledName": "$sSz"
          },
          {
            "kind": "Conformance",
            "name": "LosslessStringConvertible",
            "printedName": "LosslessStringConvertible",
            "usr": "s:s25LosslessStringConvertibleP",
            "mangledName": "$ss25LosslessStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "SignedNumeric",
            "printedName": "SignedNumeric",
            "usr": "s:s13SignedNumericP",
            "mangledName": "$ss13SignedNumericP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "Numeric",
            "printedName": "Numeric",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Magnitude",
                "printedName": "Magnitude",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UInt",
                    "printedName": "Swift.UInt",
                    "usr": "s:Su"
                  }
                ]
              }
            ],
            "usr": "s:Sj",
            "mangledName": "$sSj"
          },
          {
            "kind": "Conformance",
            "name": "Strideable",
            "printedName": "Strideable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Stride",
                "printedName": "Stride",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ]
              }
            ],
            "usr": "s:Sx",
            "mangledName": "$sSx"
          },
          {
            "kind": "Conformance",
            "name": "AdditiveArithmetic",
            "printedName": "AdditiveArithmetic",
            "usr": "s:s18AdditiveArithmeticP",
            "mangledName": "$ss18AdditiveArithmeticP"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByIntegerLiteral",
            "printedName": "ExpressibleByIntegerLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "IntegerLiteralType",
                "printedName": "IntegerLiteralType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ]
              }
            ],
            "usr": "s:s27ExpressibleByIntegerLiteralP",
            "mangledName": "$ss27ExpressibleByIntegerLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "Comparable",
            "printedName": "Comparable",
            "usr": "s:SL",
            "mangledName": "$sSL"
          },
          {
            "kind": "Conformance",
            "name": "UniLogProtocol",
            "printedName": "UniLogProtocol",
            "usr": "s:19DCloudUTSFoundation14UniLogProtocolP",
            "mangledName": "$s19DCloudUTSFoundation14UniLogProtocolP"
          },
          {
            "kind": "Conformance",
            "name": "Decodable",
            "printedName": "Decodable",
            "usr": "s:Se",
            "mangledName": "$sSe"
          },
          {
            "kind": "Conformance",
            "name": "Encodable",
            "printedName": "Encodable",
            "usr": "s:SE",
            "mangledName": "$sSE"
          },
          {
            "kind": "Conformance",
            "name": "CodingKeyRepresentable",
            "printedName": "CodingKeyRepresentable",
            "usr": "s:s22CodingKeyRepresentableP",
            "mangledName": "$ss22CodingKeyRepresentableP"
          },
          {
            "kind": "Conformance",
            "name": "CustomReflectable",
            "printedName": "CustomReflectable",
            "usr": "s:s17CustomReflectableP",
            "mangledName": "$ss17CustomReflectableP"
          },
          {
            "kind": "Conformance",
            "name": "_CustomPlaygroundQuickLookable",
            "printedName": "_CustomPlaygroundQuickLookable",
            "usr": "s:s30_CustomPlaygroundQuickLookableP",
            "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
          },
          {
            "kind": "Conformance",
            "name": "MirrorPath",
            "printedName": "MirrorPath",
            "usr": "s:s10MirrorPathP",
            "mangledName": "$ss10MirrorPathP"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "_HasCustomAnyHashableRepresentation",
            "printedName": "_HasCustomAnyHashableRepresentation",
            "usr": "s:s35_HasCustomAnyHashableRepresentationP",
            "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
          },
          {
            "kind": "Conformance",
            "name": "Sendable",
            "printedName": "Sendable",
            "usr": "s:s8SendableP",
            "mangledName": "$ss8SendableP"
          },
          {
            "kind": "Conformance",
            "name": "SIMDScalar",
            "printedName": "SIMDScalar",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "SIMDMaskScalar",
                "printedName": "SIMDMaskScalar",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD2Storage",
                "printedName": "SIMD2Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD2Storage",
                    "printedName": "Swift.Int.SIMD2Storage",
                    "usr": "s:Si12SIMD2StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD4Storage",
                "printedName": "SIMD4Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD4Storage",
                    "printedName": "Swift.Int.SIMD4Storage",
                    "usr": "s:Si12SIMD4StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD8Storage",
                "printedName": "SIMD8Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD8Storage",
                    "printedName": "Swift.Int.SIMD8Storage",
                    "usr": "s:Si12SIMD8StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD16Storage",
                "printedName": "SIMD16Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD16Storage",
                    "printedName": "Swift.Int.SIMD16Storage",
                    "usr": "s:Si13SIMD16StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD32Storage",
                "printedName": "SIMD32Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD32Storage",
                    "printedName": "Swift.Int.SIMD32Storage",
                    "usr": "s:Si13SIMD32StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD64Storage",
                "printedName": "SIMD64Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD64Storage",
                    "printedName": "Swift.Int.SIMD64Storage",
                    "usr": "s:Si13SIMD64StorageV"
                  }
                ]
              }
            ],
            "usr": "s:s10SIMDScalarP",
            "mangledName": "$ss10SIMDScalarP"
          },
          {
            "kind": "Conformance",
            "name": "_FormatSpecifiable",
            "printedName": "_FormatSpecifiable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_Arg",
                "printedName": "_Arg",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int64",
                    "printedName": "Swift.Int64",
                    "usr": "s:s5Int64V"
                  }
                ]
              }
            ],
            "usr": "s:10Foundation18_FormatSpecifiableP",
            "mangledName": "$s10Foundation18_FormatSpecifiableP"
          },
          {
            "kind": "Conformance",
            "name": "_ObjectiveCBridgeable",
            "printedName": "_ObjectiveCBridgeable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_ObjectiveCType",
                "printedName": "_ObjectiveCType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ]
              }
            ],
            "usr": "s:s21_ObjectiveCBridgeableP",
            "mangledName": "$ss21_ObjectiveCBridgeableP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "UInt",
        "printedName": "UInt",
        "children": [
          {
            "kind": "Constructor",
            "name": "init",
            "printedName": "init(item:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UInt",
                "printedName": "Swift.UInt",
                "usr": "s:Su"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Constructor",
            "usr": "s:Su19DCloudUTSFoundationE4itemSuSo8NSNumberC_tcfc",
            "mangledName": "$sSu19DCloudUTSFoundationE4itemSuSo8NSNumberC_tcfc",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "init_kind": "Designated"
          },
          {
            "kind": "Function",
            "name": "toFixed",
            "printedName": "toFixed(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Su19DCloudUTSFoundationE7toFixedySSSiF",
            "mangledName": "$sSu19DCloudUTSFoundationE7toFixedySSSiF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toFixed",
            "printedName": "toFixed(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Su19DCloudUTSFoundationE7toFixedySSSo8NSNumberCF",
            "mangledName": "$sSu19DCloudUTSFoundationE7toFixedySSSo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toString",
            "printedName": "toString()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:Su19DCloudUTSFoundationE8toStringSSyF",
            "mangledName": "$sSu19DCloudUTSFoundationE8toStringSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toString",
            "printedName": "toString(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Su19DCloudUTSFoundationE8toStringySSSiF",
            "mangledName": "$sSu19DCloudUTSFoundationE8toStringySSSiF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toString",
            "printedName": "toString(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Su19DCloudUTSFoundationE8toStringySSSo8NSNumberCF",
            "mangledName": "$sSu19DCloudUTSFoundationE8toStringySSSo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "valueOf",
            "printedName": "valueOf()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UInt",
                "printedName": "Swift.UInt",
                "usr": "s:Su"
              }
            ],
            "declKind": "Func",
            "usr": "s:Su19DCloudUTSFoundationE7valueOfSuyF",
            "mangledName": "$sSu19DCloudUTSFoundationE7valueOfSuyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toPrecision",
            "printedName": "toPrecision()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:Su19DCloudUTSFoundationE11toPrecisionSSyF",
            "mangledName": "$sSu19DCloudUTSFoundationE11toPrecisionSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toPrecision",
            "printedName": "toPrecision(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Su19DCloudUTSFoundationE11toPrecisionySSSiF",
            "mangledName": "$sSu19DCloudUTSFoundationE11toPrecisionySSSiF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toPrecision",
            "printedName": "toPrecision(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Su19DCloudUTSFoundationE11toPrecisionySSSo8NSNumberCF",
            "mangledName": "$sSu19DCloudUTSFoundationE11toPrecisionySSSo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toExponential",
            "printedName": "toExponential()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:Su19DCloudUTSFoundationE13toExponentialSSyF",
            "mangledName": "$sSu19DCloudUTSFoundationE13toExponentialSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toExponential",
            "printedName": "toExponential(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:Su19DCloudUTSFoundationE13toExponentialySSSiF",
            "mangledName": "$sSu19DCloudUTSFoundationE13toExponentialySSSiF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toExponential",
            "printedName": "toExponential(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:Su19DCloudUTSFoundationE13toExponentialySSSo8NSNumberCF",
            "mangledName": "$sSu19DCloudUTSFoundationE13toExponentialySSSo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "tologJSON",
            "printedName": "tologJSON()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Func",
            "usr": "s:Su19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "mangledName": "$sSu19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Struct",
        "usr": "s:Su",
        "mangledName": "$sSu",
        "moduleName": "Swift",
        "declAttributes": [
          "Frozen"
        ],
        "isExternal": true,
        "conformances": [
          {
            "kind": "Conformance",
            "name": "FixedWidthInteger",
            "printedName": "FixedWidthInteger",
            "usr": "s:s17FixedWidthIntegerP",
            "mangledName": "$ss17FixedWidthIntegerP"
          },
          {
            "kind": "Conformance",
            "name": "UnsignedInteger",
            "printedName": "UnsignedInteger",
            "usr": "s:SU",
            "mangledName": "$sSU"
          },
          {
            "kind": "Conformance",
            "name": "_ExpressibleByBuiltinIntegerLiteral",
            "printedName": "_ExpressibleByBuiltinIntegerLiteral",
            "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP",
            "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "BinaryInteger",
            "printedName": "BinaryInteger",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Words",
                "printedName": "Words",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Words",
                    "printedName": "Swift.UInt.Words",
                    "usr": "s:Su5WordsV"
                  }
                ]
              }
            ],
            "usr": "s:Sz",
            "mangledName": "$sSz"
          },
          {
            "kind": "Conformance",
            "name": "LosslessStringConvertible",
            "printedName": "LosslessStringConvertible",
            "usr": "s:s25LosslessStringConvertibleP",
            "mangledName": "$ss25LosslessStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "Numeric",
            "printedName": "Numeric",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Magnitude",
                "printedName": "Magnitude",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UInt",
                    "printedName": "Swift.UInt",
                    "usr": "s:Su"
                  }
                ]
              }
            ],
            "usr": "s:Sj",
            "mangledName": "$sSj"
          },
          {
            "kind": "Conformance",
            "name": "Strideable",
            "printedName": "Strideable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Stride",
                "printedName": "Stride",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ]
              }
            ],
            "usr": "s:Sx",
            "mangledName": "$sSx"
          },
          {
            "kind": "Conformance",
            "name": "AdditiveArithmetic",
            "printedName": "AdditiveArithmetic",
            "usr": "s:s18AdditiveArithmeticP",
            "mangledName": "$ss18AdditiveArithmeticP"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByIntegerLiteral",
            "printedName": "ExpressibleByIntegerLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "IntegerLiteralType",
                "printedName": "IntegerLiteralType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UInt",
                    "printedName": "Swift.UInt",
                    "usr": "s:Su"
                  }
                ]
              }
            ],
            "usr": "s:s27ExpressibleByIntegerLiteralP",
            "mangledName": "$ss27ExpressibleByIntegerLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "Comparable",
            "printedName": "Comparable",
            "usr": "s:SL",
            "mangledName": "$sSL"
          },
          {
            "kind": "Conformance",
            "name": "UniLogProtocol",
            "printedName": "UniLogProtocol",
            "usr": "s:19DCloudUTSFoundation14UniLogProtocolP",
            "mangledName": "$s19DCloudUTSFoundation14UniLogProtocolP"
          },
          {
            "kind": "Conformance",
            "name": "Decodable",
            "printedName": "Decodable",
            "usr": "s:Se",
            "mangledName": "$sSe"
          },
          {
            "kind": "Conformance",
            "name": "Encodable",
            "printedName": "Encodable",
            "usr": "s:SE",
            "mangledName": "$sSE"
          },
          {
            "kind": "Conformance",
            "name": "CustomReflectable",
            "printedName": "CustomReflectable",
            "usr": "s:s17CustomReflectableP",
            "mangledName": "$ss17CustomReflectableP"
          },
          {
            "kind": "Conformance",
            "name": "_CustomPlaygroundQuickLookable",
            "printedName": "_CustomPlaygroundQuickLookable",
            "usr": "s:s30_CustomPlaygroundQuickLookableP",
            "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "_HasCustomAnyHashableRepresentation",
            "printedName": "_HasCustomAnyHashableRepresentation",
            "usr": "s:s35_HasCustomAnyHashableRepresentationP",
            "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
          },
          {
            "kind": "Conformance",
            "name": "Sendable",
            "printedName": "Sendable",
            "usr": "s:s8SendableP",
            "mangledName": "$ss8SendableP"
          },
          {
            "kind": "Conformance",
            "name": "SIMDScalar",
            "printedName": "SIMDScalar",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "SIMDMaskScalar",
                "printedName": "SIMDMaskScalar",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD2Storage",
                "printedName": "SIMD2Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD2Storage",
                    "printedName": "Swift.UInt.SIMD2Storage",
                    "usr": "s:Su12SIMD2StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD4Storage",
                "printedName": "SIMD4Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD4Storage",
                    "printedName": "Swift.UInt.SIMD4Storage",
                    "usr": "s:Su12SIMD4StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD8Storage",
                "printedName": "SIMD8Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD8Storage",
                    "printedName": "Swift.UInt.SIMD8Storage",
                    "usr": "s:Su12SIMD8StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD16Storage",
                "printedName": "SIMD16Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD16Storage",
                    "printedName": "Swift.UInt.SIMD16Storage",
                    "usr": "s:Su13SIMD16StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD32Storage",
                "printedName": "SIMD32Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD32Storage",
                    "printedName": "Swift.UInt.SIMD32Storage",
                    "usr": "s:Su13SIMD32StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD64Storage",
                "printedName": "SIMD64Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD64Storage",
                    "printedName": "Swift.UInt.SIMD64Storage",
                    "usr": "s:Su13SIMD64StorageV"
                  }
                ]
              }
            ],
            "usr": "s:s10SIMDScalarP",
            "mangledName": "$ss10SIMDScalarP"
          },
          {
            "kind": "Conformance",
            "name": "_FormatSpecifiable",
            "printedName": "_FormatSpecifiable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_Arg",
                "printedName": "_Arg",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UInt64",
                    "printedName": "Swift.UInt64",
                    "usr": "s:s6UInt64V"
                  }
                ]
              }
            ],
            "usr": "s:10Foundation18_FormatSpecifiableP",
            "mangledName": "$s10Foundation18_FormatSpecifiableP"
          },
          {
            "kind": "Conformance",
            "name": "_ObjectiveCBridgeable",
            "printedName": "_ObjectiveCBridgeable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_ObjectiveCType",
                "printedName": "_ObjectiveCType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ]
              }
            ],
            "usr": "s:s21_ObjectiveCBridgeableP",
            "mangledName": "$ss21_ObjectiveCBridgeableP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "Int32",
        "printedName": "Int32",
        "children": [
          {
            "kind": "Function",
            "name": ">>>",
            "printedName": ">>>(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int32",
                "printedName": "Swift.Int32",
                "usr": "s:s5Int32V"
              },
              {
                "kind": "TypeNominal",
                "name": "Int32",
                "printedName": "Swift.Int32",
                "usr": "s:s5Int32V"
              },
              {
                "kind": "TypeNominal",
                "name": "Int32",
                "printedName": "Swift.Int32",
                "usr": "s:s5Int32V"
              }
            ],
            "declKind": "Func",
            "usr": "s:s5Int32V19DCloudUTSFoundationE3gggoiyA2B_ABtFZ",
            "mangledName": "$ss5Int32V19DCloudUTSFoundationE3gggoiyA2B_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "declAttributes": [
              "RawDocComment"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": ">>>=",
            "printedName": ">>>=(_:_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int32",
                "printedName": "Swift.Int32",
                "usr": "s:s5Int32V"
              },
              {
                "kind": "TypeNominal",
                "name": "Int32",
                "printedName": "Swift.Int32",
                "paramValueOwnership": "InOut",
                "usr": "s:s5Int32V"
              },
              {
                "kind": "TypeNominal",
                "name": "Int32",
                "printedName": "Swift.Int32",
                "usr": "s:s5Int32V"
              }
            ],
            "declKind": "Func",
            "usr": "s:s5Int32V19DCloudUTSFoundationE4gggeoiyA2Bz_ABtFZ",
            "mangledName": "$ss5Int32V19DCloudUTSFoundationE4gggeoiyA2Bz_ABtFZ",
            "moduleName": "DCloudUTSFoundation",
            "static": true,
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toFixed",
            "printedName": "toFixed(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:s5Int32V19DCloudUTSFoundationE7toFixedySSSiF",
            "mangledName": "$ss5Int32V19DCloudUTSFoundationE7toFixedySSSiF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toFixed",
            "printedName": "toFixed(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:s5Int32V19DCloudUTSFoundationE7toFixedySSSo8NSNumberCF",
            "mangledName": "$ss5Int32V19DCloudUTSFoundationE7toFixedySSSo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toString",
            "printedName": "toString()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:s5Int32V19DCloudUTSFoundationE8toStringSSyF",
            "mangledName": "$ss5Int32V19DCloudUTSFoundationE8toStringSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toString",
            "printedName": "toString(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:s5Int32V19DCloudUTSFoundationE8toStringySSSiF",
            "mangledName": "$ss5Int32V19DCloudUTSFoundationE8toStringySSSiF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toString",
            "printedName": "toString(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:s5Int32V19DCloudUTSFoundationE8toStringySSSo8NSNumberCF",
            "mangledName": "$ss5Int32V19DCloudUTSFoundationE8toStringySSSo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "valueOf",
            "printedName": "valueOf()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Int32",
                "printedName": "Swift.Int32",
                "usr": "s:s5Int32V"
              }
            ],
            "declKind": "Func",
            "usr": "s:s5Int32V19DCloudUTSFoundationE7valueOfAByF",
            "mangledName": "$ss5Int32V19DCloudUTSFoundationE7valueOfAByF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toPrecision",
            "printedName": "toPrecision()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:s5Int32V19DCloudUTSFoundationE11toPrecisionSSyF",
            "mangledName": "$ss5Int32V19DCloudUTSFoundationE11toPrecisionSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toPrecision",
            "printedName": "toPrecision(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:s5Int32V19DCloudUTSFoundationE11toPrecisionySSSiF",
            "mangledName": "$ss5Int32V19DCloudUTSFoundationE11toPrecisionySSSiF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toPrecision",
            "printedName": "toPrecision(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:s5Int32V19DCloudUTSFoundationE11toPrecisionySSSo8NSNumberCF",
            "mangledName": "$ss5Int32V19DCloudUTSFoundationE11toPrecisionySSSo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toExponential",
            "printedName": "toExponential()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Func",
            "usr": "s:s5Int32V19DCloudUTSFoundationE13toExponentialSSyF",
            "mangledName": "$ss5Int32V19DCloudUTSFoundationE13toExponentialSSyF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toExponential",
            "printedName": "toExponential(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "Int",
                "printedName": "Swift.Int",
                "usr": "s:Si"
              }
            ],
            "declKind": "Func",
            "usr": "s:s5Int32V19DCloudUTSFoundationE13toExponentialySSSiF",
            "mangledName": "$ss5Int32V19DCloudUTSFoundationE13toExponentialySSSiF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "toExponential",
            "printedName": "toExponential(_:)",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              },
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Func",
            "usr": "s:s5Int32V19DCloudUTSFoundationE13toExponentialySSSo8NSNumberCF",
            "mangledName": "$ss5Int32V19DCloudUTSFoundationE13toExponentialySSSo8NSNumberCF",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          },
          {
            "kind": "Function",
            "name": "tologJSON",
            "printedName": "tologJSON()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Func",
            "usr": "s:s5Int32V19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "mangledName": "$ss5Int32V19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Struct",
        "usr": "s:s5Int32V",
        "mangledName": "$ss5Int32V",
        "moduleName": "Swift",
        "declAttributes": [
          "Frozen"
        ],
        "isExternal": true,
        "conformances": [
          {
            "kind": "Conformance",
            "name": "FixedWidthInteger",
            "printedName": "FixedWidthInteger",
            "usr": "s:s17FixedWidthIntegerP",
            "mangledName": "$ss17FixedWidthIntegerP"
          },
          {
            "kind": "Conformance",
            "name": "SignedInteger",
            "printedName": "SignedInteger",
            "usr": "s:SZ",
            "mangledName": "$sSZ"
          },
          {
            "kind": "Conformance",
            "name": "_ExpressibleByBuiltinIntegerLiteral",
            "printedName": "_ExpressibleByBuiltinIntegerLiteral",
            "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP",
            "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "BinaryInteger",
            "printedName": "BinaryInteger",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Words",
                "printedName": "Words",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Words",
                    "printedName": "Swift.Int32.Words",
                    "usr": "s:s5Int32V5WordsV"
                  }
                ]
              }
            ],
            "usr": "s:Sz",
            "mangledName": "$sSz"
          },
          {
            "kind": "Conformance",
            "name": "LosslessStringConvertible",
            "printedName": "LosslessStringConvertible",
            "usr": "s:s25LosslessStringConvertibleP",
            "mangledName": "$ss25LosslessStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "SignedNumeric",
            "printedName": "SignedNumeric",
            "usr": "s:s13SignedNumericP",
            "mangledName": "$ss13SignedNumericP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "Numeric",
            "printedName": "Numeric",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Magnitude",
                "printedName": "Magnitude",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UInt32",
                    "printedName": "Swift.UInt32",
                    "usr": "s:s6UInt32V"
                  }
                ]
              }
            ],
            "usr": "s:Sj",
            "mangledName": "$sSj"
          },
          {
            "kind": "Conformance",
            "name": "Strideable",
            "printedName": "Strideable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Stride",
                "printedName": "Stride",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ]
              }
            ],
            "usr": "s:Sx",
            "mangledName": "$sSx"
          },
          {
            "kind": "Conformance",
            "name": "AdditiveArithmetic",
            "printedName": "AdditiveArithmetic",
            "usr": "s:s18AdditiveArithmeticP",
            "mangledName": "$ss18AdditiveArithmeticP"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByIntegerLiteral",
            "printedName": "ExpressibleByIntegerLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "IntegerLiteralType",
                "printedName": "IntegerLiteralType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int32",
                    "printedName": "Swift.Int32",
                    "usr": "s:s5Int32V"
                  }
                ]
              }
            ],
            "usr": "s:s27ExpressibleByIntegerLiteralP",
            "mangledName": "$ss27ExpressibleByIntegerLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "Comparable",
            "printedName": "Comparable",
            "usr": "s:SL",
            "mangledName": "$sSL"
          },
          {
            "kind": "Conformance",
            "name": "UniLogProtocol",
            "printedName": "UniLogProtocol",
            "usr": "s:19DCloudUTSFoundation14UniLogProtocolP",
            "mangledName": "$s19DCloudUTSFoundation14UniLogProtocolP"
          },
          {
            "kind": "Conformance",
            "name": "Decodable",
            "printedName": "Decodable",
            "usr": "s:Se",
            "mangledName": "$sSe"
          },
          {
            "kind": "Conformance",
            "name": "Encodable",
            "printedName": "Encodable",
            "usr": "s:SE",
            "mangledName": "$sSE"
          },
          {
            "kind": "Conformance",
            "name": "CustomReflectable",
            "printedName": "CustomReflectable",
            "usr": "s:s17CustomReflectableP",
            "mangledName": "$ss17CustomReflectableP"
          },
          {
            "kind": "Conformance",
            "name": "_CustomPlaygroundQuickLookable",
            "printedName": "_CustomPlaygroundQuickLookable",
            "usr": "s:s30_CustomPlaygroundQuickLookableP",
            "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "_HasCustomAnyHashableRepresentation",
            "printedName": "_HasCustomAnyHashableRepresentation",
            "usr": "s:s35_HasCustomAnyHashableRepresentationP",
            "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
          },
          {
            "kind": "Conformance",
            "name": "Sendable",
            "printedName": "Sendable",
            "usr": "s:s8SendableP",
            "mangledName": "$ss8SendableP"
          },
          {
            "kind": "Conformance",
            "name": "SIMDScalar",
            "printedName": "SIMDScalar",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "SIMDMaskScalar",
                "printedName": "SIMDMaskScalar",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int32",
                    "printedName": "Swift.Int32",
                    "usr": "s:s5Int32V"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD2Storage",
                "printedName": "SIMD2Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD2Storage",
                    "printedName": "Swift.Int32.SIMD2Storage",
                    "usr": "s:s5Int32V12SIMD2StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD4Storage",
                "printedName": "SIMD4Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD4Storage",
                    "printedName": "Swift.Int32.SIMD4Storage",
                    "usr": "s:s5Int32V12SIMD4StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD8Storage",
                "printedName": "SIMD8Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD8Storage",
                    "printedName": "Swift.Int32.SIMD8Storage",
                    "usr": "s:s5Int32V12SIMD8StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD16Storage",
                "printedName": "SIMD16Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD16Storage",
                    "printedName": "Swift.Int32.SIMD16Storage",
                    "usr": "s:s5Int32V13SIMD16StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD32Storage",
                "printedName": "SIMD32Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD32Storage",
                    "printedName": "Swift.Int32.SIMD32Storage",
                    "usr": "s:s5Int32V13SIMD32StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD64Storage",
                "printedName": "SIMD64Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD64Storage",
                    "printedName": "Swift.Int32.SIMD64Storage",
                    "usr": "s:s5Int32V13SIMD64StorageV"
                  }
                ]
              }
            ],
            "usr": "s:s10SIMDScalarP",
            "mangledName": "$ss10SIMDScalarP"
          },
          {
            "kind": "Conformance",
            "name": "_FormatSpecifiable",
            "printedName": "_FormatSpecifiable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_Arg",
                "printedName": "_Arg",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int32",
                    "printedName": "Swift.Int32",
                    "usr": "s:s5Int32V"
                  }
                ]
              }
            ],
            "usr": "s:10Foundation18_FormatSpecifiableP",
            "mangledName": "$s10Foundation18_FormatSpecifiableP"
          },
          {
            "kind": "Conformance",
            "name": "_ObjectiveCBridgeable",
            "printedName": "_ObjectiveCBridgeable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_ObjectiveCType",
                "printedName": "_ObjectiveCType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ]
              }
            ],
            "usr": "s:s21_ObjectiveCBridgeableP",
            "mangledName": "$ss21_ObjectiveCBridgeableP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "Int64",
        "printedName": "Int64",
        "children": [
          {
            "kind": "Function",
            "name": "tologJSON",
            "printedName": "tologJSON()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Func",
            "usr": "s:s5Int64V19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "mangledName": "$ss5Int64V19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Struct",
        "usr": "s:s5Int64V",
        "mangledName": "$ss5Int64V",
        "moduleName": "Swift",
        "declAttributes": [
          "Frozen"
        ],
        "isExternal": true,
        "conformances": [
          {
            "kind": "Conformance",
            "name": "FixedWidthInteger",
            "printedName": "FixedWidthInteger",
            "usr": "s:s17FixedWidthIntegerP",
            "mangledName": "$ss17FixedWidthIntegerP"
          },
          {
            "kind": "Conformance",
            "name": "SignedInteger",
            "printedName": "SignedInteger",
            "usr": "s:SZ",
            "mangledName": "$sSZ"
          },
          {
            "kind": "Conformance",
            "name": "_ExpressibleByBuiltinIntegerLiteral",
            "printedName": "_ExpressibleByBuiltinIntegerLiteral",
            "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP",
            "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "BinaryInteger",
            "printedName": "BinaryInteger",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Words",
                "printedName": "Words",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Words",
                    "printedName": "Swift.Int64.Words",
                    "usr": "s:s5Int64V5WordsV"
                  }
                ]
              }
            ],
            "usr": "s:Sz",
            "mangledName": "$sSz"
          },
          {
            "kind": "Conformance",
            "name": "LosslessStringConvertible",
            "printedName": "LosslessStringConvertible",
            "usr": "s:s25LosslessStringConvertibleP",
            "mangledName": "$ss25LosslessStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "SignedNumeric",
            "printedName": "SignedNumeric",
            "usr": "s:s13SignedNumericP",
            "mangledName": "$ss13SignedNumericP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "Numeric",
            "printedName": "Numeric",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Magnitude",
                "printedName": "Magnitude",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UInt64",
                    "printedName": "Swift.UInt64",
                    "usr": "s:s6UInt64V"
                  }
                ]
              }
            ],
            "usr": "s:Sj",
            "mangledName": "$sSj"
          },
          {
            "kind": "Conformance",
            "name": "Strideable",
            "printedName": "Strideable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Stride",
                "printedName": "Stride",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ]
              }
            ],
            "usr": "s:Sx",
            "mangledName": "$sSx"
          },
          {
            "kind": "Conformance",
            "name": "AdditiveArithmetic",
            "printedName": "AdditiveArithmetic",
            "usr": "s:s18AdditiveArithmeticP",
            "mangledName": "$ss18AdditiveArithmeticP"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByIntegerLiteral",
            "printedName": "ExpressibleByIntegerLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "IntegerLiteralType",
                "printedName": "IntegerLiteralType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int64",
                    "printedName": "Swift.Int64",
                    "usr": "s:s5Int64V"
                  }
                ]
              }
            ],
            "usr": "s:s27ExpressibleByIntegerLiteralP",
            "mangledName": "$ss27ExpressibleByIntegerLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "Comparable",
            "printedName": "Comparable",
            "usr": "s:SL",
            "mangledName": "$sSL"
          },
          {
            "kind": "Conformance",
            "name": "UniLogProtocol",
            "printedName": "UniLogProtocol",
            "usr": "s:19DCloudUTSFoundation14UniLogProtocolP",
            "mangledName": "$s19DCloudUTSFoundation14UniLogProtocolP"
          },
          {
            "kind": "Conformance",
            "name": "Decodable",
            "printedName": "Decodable",
            "usr": "s:Se",
            "mangledName": "$sSe"
          },
          {
            "kind": "Conformance",
            "name": "Encodable",
            "printedName": "Encodable",
            "usr": "s:SE",
            "mangledName": "$sSE"
          },
          {
            "kind": "Conformance",
            "name": "CustomReflectable",
            "printedName": "CustomReflectable",
            "usr": "s:s17CustomReflectableP",
            "mangledName": "$ss17CustomReflectableP"
          },
          {
            "kind": "Conformance",
            "name": "_CustomPlaygroundQuickLookable",
            "printedName": "_CustomPlaygroundQuickLookable",
            "usr": "s:s30_CustomPlaygroundQuickLookableP",
            "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "_CVarArgAligned",
            "printedName": "_CVarArgAligned",
            "usr": "s:s15_CVarArgAlignedP",
            "mangledName": "$ss15_CVarArgAlignedP"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "_HasCustomAnyHashableRepresentation",
            "printedName": "_HasCustomAnyHashableRepresentation",
            "usr": "s:s35_HasCustomAnyHashableRepresentationP",
            "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
          },
          {
            "kind": "Conformance",
            "name": "Sendable",
            "printedName": "Sendable",
            "usr": "s:s8SendableP",
            "mangledName": "$ss8SendableP"
          },
          {
            "kind": "Conformance",
            "name": "SIMDScalar",
            "printedName": "SIMDScalar",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "SIMDMaskScalar",
                "printedName": "SIMDMaskScalar",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int64",
                    "printedName": "Swift.Int64",
                    "usr": "s:s5Int64V"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD2Storage",
                "printedName": "SIMD2Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD2Storage",
                    "printedName": "Swift.Int64.SIMD2Storage",
                    "usr": "s:s5Int64V12SIMD2StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD4Storage",
                "printedName": "SIMD4Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD4Storage",
                    "printedName": "Swift.Int64.SIMD4Storage",
                    "usr": "s:s5Int64V12SIMD4StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD8Storage",
                "printedName": "SIMD8Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD8Storage",
                    "printedName": "Swift.Int64.SIMD8Storage",
                    "usr": "s:s5Int64V12SIMD8StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD16Storage",
                "printedName": "SIMD16Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD16Storage",
                    "printedName": "Swift.Int64.SIMD16Storage",
                    "usr": "s:s5Int64V13SIMD16StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD32Storage",
                "printedName": "SIMD32Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD32Storage",
                    "printedName": "Swift.Int64.SIMD32Storage",
                    "usr": "s:s5Int64V13SIMD32StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD64Storage",
                "printedName": "SIMD64Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD64Storage",
                    "printedName": "Swift.Int64.SIMD64Storage",
                    "usr": "s:s5Int64V13SIMD64StorageV"
                  }
                ]
              }
            ],
            "usr": "s:s10SIMDScalarP",
            "mangledName": "$ss10SIMDScalarP"
          },
          {
            "kind": "Conformance",
            "name": "_FormatSpecifiable",
            "printedName": "_FormatSpecifiable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_Arg",
                "printedName": "_Arg",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int64",
                    "printedName": "Swift.Int64",
                    "usr": "s:s5Int64V"
                  }
                ]
              }
            ],
            "usr": "s:10Foundation18_FormatSpecifiableP",
            "mangledName": "$s10Foundation18_FormatSpecifiableP"
          },
          {
            "kind": "Conformance",
            "name": "_ObjectiveCBridgeable",
            "printedName": "_ObjectiveCBridgeable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_ObjectiveCType",
                "printedName": "_ObjectiveCType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ]
              }
            ],
            "usr": "s:s21_ObjectiveCBridgeableP",
            "mangledName": "$ss21_ObjectiveCBridgeableP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "Int16",
        "printedName": "Int16",
        "children": [
          {
            "kind": "Function",
            "name": "tologJSON",
            "printedName": "tologJSON()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Func",
            "usr": "s:s5Int16V19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "mangledName": "$ss5Int16V19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Struct",
        "usr": "s:s5Int16V",
        "mangledName": "$ss5Int16V",
        "moduleName": "Swift",
        "declAttributes": [
          "Frozen"
        ],
        "isExternal": true,
        "conformances": [
          {
            "kind": "Conformance",
            "name": "FixedWidthInteger",
            "printedName": "FixedWidthInteger",
            "usr": "s:s17FixedWidthIntegerP",
            "mangledName": "$ss17FixedWidthIntegerP"
          },
          {
            "kind": "Conformance",
            "name": "SignedInteger",
            "printedName": "SignedInteger",
            "usr": "s:SZ",
            "mangledName": "$sSZ"
          },
          {
            "kind": "Conformance",
            "name": "_ExpressibleByBuiltinIntegerLiteral",
            "printedName": "_ExpressibleByBuiltinIntegerLiteral",
            "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP",
            "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "BinaryInteger",
            "printedName": "BinaryInteger",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Words",
                "printedName": "Words",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Words",
                    "printedName": "Swift.Int16.Words",
                    "usr": "s:s5Int16V5WordsV"
                  }
                ]
              }
            ],
            "usr": "s:Sz",
            "mangledName": "$sSz"
          },
          {
            "kind": "Conformance",
            "name": "LosslessStringConvertible",
            "printedName": "LosslessStringConvertible",
            "usr": "s:s25LosslessStringConvertibleP",
            "mangledName": "$ss25LosslessStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "SignedNumeric",
            "printedName": "SignedNumeric",
            "usr": "s:s13SignedNumericP",
            "mangledName": "$ss13SignedNumericP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "Numeric",
            "printedName": "Numeric",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Magnitude",
                "printedName": "Magnitude",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UInt16",
                    "printedName": "Swift.UInt16",
                    "usr": "s:s6UInt16V"
                  }
                ]
              }
            ],
            "usr": "s:Sj",
            "mangledName": "$sSj"
          },
          {
            "kind": "Conformance",
            "name": "Strideable",
            "printedName": "Strideable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Stride",
                "printedName": "Stride",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ]
              }
            ],
            "usr": "s:Sx",
            "mangledName": "$sSx"
          },
          {
            "kind": "Conformance",
            "name": "AdditiveArithmetic",
            "printedName": "AdditiveArithmetic",
            "usr": "s:s18AdditiveArithmeticP",
            "mangledName": "$ss18AdditiveArithmeticP"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByIntegerLiteral",
            "printedName": "ExpressibleByIntegerLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "IntegerLiteralType",
                "printedName": "IntegerLiteralType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int16",
                    "printedName": "Swift.Int16",
                    "usr": "s:s5Int16V"
                  }
                ]
              }
            ],
            "usr": "s:s27ExpressibleByIntegerLiteralP",
            "mangledName": "$ss27ExpressibleByIntegerLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "Comparable",
            "printedName": "Comparable",
            "usr": "s:SL",
            "mangledName": "$sSL"
          },
          {
            "kind": "Conformance",
            "name": "UniLogProtocol",
            "printedName": "UniLogProtocol",
            "usr": "s:19DCloudUTSFoundation14UniLogProtocolP",
            "mangledName": "$s19DCloudUTSFoundation14UniLogProtocolP"
          },
          {
            "kind": "Conformance",
            "name": "Decodable",
            "printedName": "Decodable",
            "usr": "s:Se",
            "mangledName": "$sSe"
          },
          {
            "kind": "Conformance",
            "name": "Encodable",
            "printedName": "Encodable",
            "usr": "s:SE",
            "mangledName": "$sSE"
          },
          {
            "kind": "Conformance",
            "name": "CustomReflectable",
            "printedName": "CustomReflectable",
            "usr": "s:s17CustomReflectableP",
            "mangledName": "$ss17CustomReflectableP"
          },
          {
            "kind": "Conformance",
            "name": "_CustomPlaygroundQuickLookable",
            "printedName": "_CustomPlaygroundQuickLookable",
            "usr": "s:s30_CustomPlaygroundQuickLookableP",
            "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "_HasCustomAnyHashableRepresentation",
            "printedName": "_HasCustomAnyHashableRepresentation",
            "usr": "s:s35_HasCustomAnyHashableRepresentationP",
            "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
          },
          {
            "kind": "Conformance",
            "name": "Sendable",
            "printedName": "Sendable",
            "usr": "s:s8SendableP",
            "mangledName": "$ss8SendableP"
          },
          {
            "kind": "Conformance",
            "name": "SIMDScalar",
            "printedName": "SIMDScalar",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "SIMDMaskScalar",
                "printedName": "SIMDMaskScalar",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int16",
                    "printedName": "Swift.Int16",
                    "usr": "s:s5Int16V"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD2Storage",
                "printedName": "SIMD2Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD2Storage",
                    "printedName": "Swift.Int16.SIMD2Storage",
                    "usr": "s:s5Int16V12SIMD2StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD4Storage",
                "printedName": "SIMD4Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD4Storage",
                    "printedName": "Swift.Int16.SIMD4Storage",
                    "usr": "s:s5Int16V12SIMD4StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD8Storage",
                "printedName": "SIMD8Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD8Storage",
                    "printedName": "Swift.Int16.SIMD8Storage",
                    "usr": "s:s5Int16V12SIMD8StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD16Storage",
                "printedName": "SIMD16Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD16Storage",
                    "printedName": "Swift.Int16.SIMD16Storage",
                    "usr": "s:s5Int16V13SIMD16StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD32Storage",
                "printedName": "SIMD32Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD32Storage",
                    "printedName": "Swift.Int16.SIMD32Storage",
                    "usr": "s:s5Int16V13SIMD32StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD64Storage",
                "printedName": "SIMD64Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD64Storage",
                    "printedName": "Swift.Int16.SIMD64Storage",
                    "usr": "s:s5Int16V13SIMD64StorageV"
                  }
                ]
              }
            ],
            "usr": "s:s10SIMDScalarP",
            "mangledName": "$ss10SIMDScalarP"
          },
          {
            "kind": "Conformance",
            "name": "_FormatSpecifiable",
            "printedName": "_FormatSpecifiable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_Arg",
                "printedName": "_Arg",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int32",
                    "printedName": "Swift.Int32",
                    "usr": "s:s5Int32V"
                  }
                ]
              }
            ],
            "usr": "s:10Foundation18_FormatSpecifiableP",
            "mangledName": "$s10Foundation18_FormatSpecifiableP"
          },
          {
            "kind": "Conformance",
            "name": "_ObjectiveCBridgeable",
            "printedName": "_ObjectiveCBridgeable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_ObjectiveCType",
                "printedName": "_ObjectiveCType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ]
              }
            ],
            "usr": "s:s21_ObjectiveCBridgeableP",
            "mangledName": "$ss21_ObjectiveCBridgeableP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "Int8",
        "printedName": "Int8",
        "children": [
          {
            "kind": "Function",
            "name": "tologJSON",
            "printedName": "tologJSON()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Func",
            "usr": "s:s4Int8V19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "mangledName": "$ss4Int8V19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Struct",
        "usr": "s:s4Int8V",
        "mangledName": "$ss4Int8V",
        "moduleName": "Swift",
        "declAttributes": [
          "Frozen"
        ],
        "isExternal": true,
        "conformances": [
          {
            "kind": "Conformance",
            "name": "FixedWidthInteger",
            "printedName": "FixedWidthInteger",
            "usr": "s:s17FixedWidthIntegerP",
            "mangledName": "$ss17FixedWidthIntegerP"
          },
          {
            "kind": "Conformance",
            "name": "SignedInteger",
            "printedName": "SignedInteger",
            "usr": "s:SZ",
            "mangledName": "$sSZ"
          },
          {
            "kind": "Conformance",
            "name": "_ExpressibleByBuiltinIntegerLiteral",
            "printedName": "_ExpressibleByBuiltinIntegerLiteral",
            "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP",
            "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "BinaryInteger",
            "printedName": "BinaryInteger",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Words",
                "printedName": "Words",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Words",
                    "printedName": "Swift.Int8.Words",
                    "usr": "s:s4Int8V5WordsV"
                  }
                ]
              }
            ],
            "usr": "s:Sz",
            "mangledName": "$sSz"
          },
          {
            "kind": "Conformance",
            "name": "LosslessStringConvertible",
            "printedName": "LosslessStringConvertible",
            "usr": "s:s25LosslessStringConvertibleP",
            "mangledName": "$ss25LosslessStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "SignedNumeric",
            "printedName": "SignedNumeric",
            "usr": "s:s13SignedNumericP",
            "mangledName": "$ss13SignedNumericP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "Numeric",
            "printedName": "Numeric",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Magnitude",
                "printedName": "Magnitude",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UInt8",
                    "printedName": "Swift.UInt8",
                    "usr": "s:s5UInt8V"
                  }
                ]
              }
            ],
            "usr": "s:Sj",
            "mangledName": "$sSj"
          },
          {
            "kind": "Conformance",
            "name": "Strideable",
            "printedName": "Strideable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Stride",
                "printedName": "Stride",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ]
              }
            ],
            "usr": "s:Sx",
            "mangledName": "$sSx"
          },
          {
            "kind": "Conformance",
            "name": "AdditiveArithmetic",
            "printedName": "AdditiveArithmetic",
            "usr": "s:s18AdditiveArithmeticP",
            "mangledName": "$ss18AdditiveArithmeticP"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByIntegerLiteral",
            "printedName": "ExpressibleByIntegerLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "IntegerLiteralType",
                "printedName": "IntegerLiteralType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int8",
                    "printedName": "Swift.Int8",
                    "usr": "s:s4Int8V"
                  }
                ]
              }
            ],
            "usr": "s:s27ExpressibleByIntegerLiteralP",
            "mangledName": "$ss27ExpressibleByIntegerLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "Comparable",
            "printedName": "Comparable",
            "usr": "s:SL",
            "mangledName": "$sSL"
          },
          {
            "kind": "Conformance",
            "name": "UniLogProtocol",
            "printedName": "UniLogProtocol",
            "usr": "s:19DCloudUTSFoundation14UniLogProtocolP",
            "mangledName": "$s19DCloudUTSFoundation14UniLogProtocolP"
          },
          {
            "kind": "Conformance",
            "name": "Decodable",
            "printedName": "Decodable",
            "usr": "s:Se",
            "mangledName": "$sSe"
          },
          {
            "kind": "Conformance",
            "name": "Encodable",
            "printedName": "Encodable",
            "usr": "s:SE",
            "mangledName": "$sSE"
          },
          {
            "kind": "Conformance",
            "name": "CustomReflectable",
            "printedName": "CustomReflectable",
            "usr": "s:s17CustomReflectableP",
            "mangledName": "$ss17CustomReflectableP"
          },
          {
            "kind": "Conformance",
            "name": "_CustomPlaygroundQuickLookable",
            "printedName": "_CustomPlaygroundQuickLookable",
            "usr": "s:s30_CustomPlaygroundQuickLookableP",
            "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "_HasCustomAnyHashableRepresentation",
            "printedName": "_HasCustomAnyHashableRepresentation",
            "usr": "s:s35_HasCustomAnyHashableRepresentationP",
            "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
          },
          {
            "kind": "Conformance",
            "name": "Sendable",
            "printedName": "Sendable",
            "usr": "s:s8SendableP",
            "mangledName": "$ss8SendableP"
          },
          {
            "kind": "Conformance",
            "name": "SIMDScalar",
            "printedName": "SIMDScalar",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "SIMDMaskScalar",
                "printedName": "SIMDMaskScalar",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int8",
                    "printedName": "Swift.Int8",
                    "usr": "s:s4Int8V"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD2Storage",
                "printedName": "SIMD2Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD2Storage",
                    "printedName": "Swift.Int8.SIMD2Storage",
                    "usr": "s:s4Int8V12SIMD2StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD4Storage",
                "printedName": "SIMD4Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD4Storage",
                    "printedName": "Swift.Int8.SIMD4Storage",
                    "usr": "s:s4Int8V12SIMD4StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD8Storage",
                "printedName": "SIMD8Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD8Storage",
                    "printedName": "Swift.Int8.SIMD8Storage",
                    "usr": "s:s4Int8V12SIMD8StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD16Storage",
                "printedName": "SIMD16Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD16Storage",
                    "printedName": "Swift.Int8.SIMD16Storage",
                    "usr": "s:s4Int8V13SIMD16StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD32Storage",
                "printedName": "SIMD32Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD32Storage",
                    "printedName": "Swift.Int8.SIMD32Storage",
                    "usr": "s:s4Int8V13SIMD32StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD64Storage",
                "printedName": "SIMD64Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD64Storage",
                    "printedName": "Swift.Int8.SIMD64Storage",
                    "usr": "s:s4Int8V13SIMD64StorageV"
                  }
                ]
              }
            ],
            "usr": "s:s10SIMDScalarP",
            "mangledName": "$ss10SIMDScalarP"
          },
          {
            "kind": "Conformance",
            "name": "_FormatSpecifiable",
            "printedName": "_FormatSpecifiable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_Arg",
                "printedName": "_Arg",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int32",
                    "printedName": "Swift.Int32",
                    "usr": "s:s5Int32V"
                  }
                ]
              }
            ],
            "usr": "s:10Foundation18_FormatSpecifiableP",
            "mangledName": "$s10Foundation18_FormatSpecifiableP"
          },
          {
            "kind": "Conformance",
            "name": "_ObjectiveCBridgeable",
            "printedName": "_ObjectiveCBridgeable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_ObjectiveCType",
                "printedName": "_ObjectiveCType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ]
              }
            ],
            "usr": "s:s21_ObjectiveCBridgeableP",
            "mangledName": "$ss21_ObjectiveCBridgeableP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "UInt64",
        "printedName": "UInt64",
        "children": [
          {
            "kind": "Function",
            "name": "tologJSON",
            "printedName": "tologJSON()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Func",
            "usr": "s:s6UInt64V19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "mangledName": "$ss6UInt64V19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Struct",
        "usr": "s:s6UInt64V",
        "mangledName": "$ss6UInt64V",
        "moduleName": "Swift",
        "declAttributes": [
          "Frozen"
        ],
        "isExternal": true,
        "conformances": [
          {
            "kind": "Conformance",
            "name": "FixedWidthInteger",
            "printedName": "FixedWidthInteger",
            "usr": "s:s17FixedWidthIntegerP",
            "mangledName": "$ss17FixedWidthIntegerP"
          },
          {
            "kind": "Conformance",
            "name": "UnsignedInteger",
            "printedName": "UnsignedInteger",
            "usr": "s:SU",
            "mangledName": "$sSU"
          },
          {
            "kind": "Conformance",
            "name": "_ExpressibleByBuiltinIntegerLiteral",
            "printedName": "_ExpressibleByBuiltinIntegerLiteral",
            "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP",
            "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "BinaryInteger",
            "printedName": "BinaryInteger",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Words",
                "printedName": "Words",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Words",
                    "printedName": "Swift.UInt64.Words",
                    "usr": "s:s6UInt64V5WordsV"
                  }
                ]
              }
            ],
            "usr": "s:Sz",
            "mangledName": "$sSz"
          },
          {
            "kind": "Conformance",
            "name": "LosslessStringConvertible",
            "printedName": "LosslessStringConvertible",
            "usr": "s:s25LosslessStringConvertibleP",
            "mangledName": "$ss25LosslessStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "Numeric",
            "printedName": "Numeric",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Magnitude",
                "printedName": "Magnitude",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UInt64",
                    "printedName": "Swift.UInt64",
                    "usr": "s:s6UInt64V"
                  }
                ]
              }
            ],
            "usr": "s:Sj",
            "mangledName": "$sSj"
          },
          {
            "kind": "Conformance",
            "name": "Strideable",
            "printedName": "Strideable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Stride",
                "printedName": "Stride",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ]
              }
            ],
            "usr": "s:Sx",
            "mangledName": "$sSx"
          },
          {
            "kind": "Conformance",
            "name": "AdditiveArithmetic",
            "printedName": "AdditiveArithmetic",
            "usr": "s:s18AdditiveArithmeticP",
            "mangledName": "$ss18AdditiveArithmeticP"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByIntegerLiteral",
            "printedName": "ExpressibleByIntegerLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "IntegerLiteralType",
                "printedName": "IntegerLiteralType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UInt64",
                    "printedName": "Swift.UInt64",
                    "usr": "s:s6UInt64V"
                  }
                ]
              }
            ],
            "usr": "s:s27ExpressibleByIntegerLiteralP",
            "mangledName": "$ss27ExpressibleByIntegerLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "Comparable",
            "printedName": "Comparable",
            "usr": "s:SL",
            "mangledName": "$sSL"
          },
          {
            "kind": "Conformance",
            "name": "UniLogProtocol",
            "printedName": "UniLogProtocol",
            "usr": "s:19DCloudUTSFoundation14UniLogProtocolP",
            "mangledName": "$s19DCloudUTSFoundation14UniLogProtocolP"
          },
          {
            "kind": "Conformance",
            "name": "Decodable",
            "printedName": "Decodable",
            "usr": "s:Se",
            "mangledName": "$sSe"
          },
          {
            "kind": "Conformance",
            "name": "Encodable",
            "printedName": "Encodable",
            "usr": "s:SE",
            "mangledName": "$sSE"
          },
          {
            "kind": "Conformance",
            "name": "CustomReflectable",
            "printedName": "CustomReflectable",
            "usr": "s:s17CustomReflectableP",
            "mangledName": "$ss17CustomReflectableP"
          },
          {
            "kind": "Conformance",
            "name": "_CustomPlaygroundQuickLookable",
            "printedName": "_CustomPlaygroundQuickLookable",
            "usr": "s:s30_CustomPlaygroundQuickLookableP",
            "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "_CVarArgAligned",
            "printedName": "_CVarArgAligned",
            "usr": "s:s15_CVarArgAlignedP",
            "mangledName": "$ss15_CVarArgAlignedP"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "_HasCustomAnyHashableRepresentation",
            "printedName": "_HasCustomAnyHashableRepresentation",
            "usr": "s:s35_HasCustomAnyHashableRepresentationP",
            "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
          },
          {
            "kind": "Conformance",
            "name": "Sendable",
            "printedName": "Sendable",
            "usr": "s:s8SendableP",
            "mangledName": "$ss8SendableP"
          },
          {
            "kind": "Conformance",
            "name": "SIMDScalar",
            "printedName": "SIMDScalar",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "SIMDMaskScalar",
                "printedName": "SIMDMaskScalar",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int64",
                    "printedName": "Swift.Int64",
                    "usr": "s:s5Int64V"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD2Storage",
                "printedName": "SIMD2Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD2Storage",
                    "printedName": "Swift.UInt64.SIMD2Storage",
                    "usr": "s:s6UInt64V12SIMD2StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD4Storage",
                "printedName": "SIMD4Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD4Storage",
                    "printedName": "Swift.UInt64.SIMD4Storage",
                    "usr": "s:s6UInt64V12SIMD4StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD8Storage",
                "printedName": "SIMD8Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD8Storage",
                    "printedName": "Swift.UInt64.SIMD8Storage",
                    "usr": "s:s6UInt64V12SIMD8StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD16Storage",
                "printedName": "SIMD16Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD16Storage",
                    "printedName": "Swift.UInt64.SIMD16Storage",
                    "usr": "s:s6UInt64V13SIMD16StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD32Storage",
                "printedName": "SIMD32Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD32Storage",
                    "printedName": "Swift.UInt64.SIMD32Storage",
                    "usr": "s:s6UInt64V13SIMD32StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD64Storage",
                "printedName": "SIMD64Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD64Storage",
                    "printedName": "Swift.UInt64.SIMD64Storage",
                    "usr": "s:s6UInt64V13SIMD64StorageV"
                  }
                ]
              }
            ],
            "usr": "s:s10SIMDScalarP",
            "mangledName": "$ss10SIMDScalarP"
          },
          {
            "kind": "Conformance",
            "name": "_FormatSpecifiable",
            "printedName": "_FormatSpecifiable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_Arg",
                "printedName": "_Arg",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UInt64",
                    "printedName": "Swift.UInt64",
                    "usr": "s:s6UInt64V"
                  }
                ]
              }
            ],
            "usr": "s:10Foundation18_FormatSpecifiableP",
            "mangledName": "$s10Foundation18_FormatSpecifiableP"
          },
          {
            "kind": "Conformance",
            "name": "_ObjectiveCBridgeable",
            "printedName": "_ObjectiveCBridgeable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_ObjectiveCType",
                "printedName": "_ObjectiveCType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ]
              }
            ],
            "usr": "s:s21_ObjectiveCBridgeableP",
            "mangledName": "$ss21_ObjectiveCBridgeableP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "UInt32",
        "printedName": "UInt32",
        "children": [
          {
            "kind": "Function",
            "name": "tologJSON",
            "printedName": "tologJSON()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Func",
            "usr": "s:s6UInt32V19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "mangledName": "$ss6UInt32V19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Struct",
        "usr": "s:s6UInt32V",
        "mangledName": "$ss6UInt32V",
        "moduleName": "Swift",
        "declAttributes": [
          "Frozen"
        ],
        "isExternal": true,
        "conformances": [
          {
            "kind": "Conformance",
            "name": "FixedWidthInteger",
            "printedName": "FixedWidthInteger",
            "usr": "s:s17FixedWidthIntegerP",
            "mangledName": "$ss17FixedWidthIntegerP"
          },
          {
            "kind": "Conformance",
            "name": "UnsignedInteger",
            "printedName": "UnsignedInteger",
            "usr": "s:SU",
            "mangledName": "$sSU"
          },
          {
            "kind": "Conformance",
            "name": "_ExpressibleByBuiltinIntegerLiteral",
            "printedName": "_ExpressibleByBuiltinIntegerLiteral",
            "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP",
            "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "BinaryInteger",
            "printedName": "BinaryInteger",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Words",
                "printedName": "Words",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Words",
                    "printedName": "Swift.UInt32.Words",
                    "usr": "s:s6UInt32V5WordsV"
                  }
                ]
              }
            ],
            "usr": "s:Sz",
            "mangledName": "$sSz"
          },
          {
            "kind": "Conformance",
            "name": "LosslessStringConvertible",
            "printedName": "LosslessStringConvertible",
            "usr": "s:s25LosslessStringConvertibleP",
            "mangledName": "$ss25LosslessStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "Numeric",
            "printedName": "Numeric",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Magnitude",
                "printedName": "Magnitude",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UInt32",
                    "printedName": "Swift.UInt32",
                    "usr": "s:s6UInt32V"
                  }
                ]
              }
            ],
            "usr": "s:Sj",
            "mangledName": "$sSj"
          },
          {
            "kind": "Conformance",
            "name": "Strideable",
            "printedName": "Strideable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Stride",
                "printedName": "Stride",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ]
              }
            ],
            "usr": "s:Sx",
            "mangledName": "$sSx"
          },
          {
            "kind": "Conformance",
            "name": "AdditiveArithmetic",
            "printedName": "AdditiveArithmetic",
            "usr": "s:s18AdditiveArithmeticP",
            "mangledName": "$ss18AdditiveArithmeticP"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByIntegerLiteral",
            "printedName": "ExpressibleByIntegerLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "IntegerLiteralType",
                "printedName": "IntegerLiteralType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UInt32",
                    "printedName": "Swift.UInt32",
                    "usr": "s:s6UInt32V"
                  }
                ]
              }
            ],
            "usr": "s:s27ExpressibleByIntegerLiteralP",
            "mangledName": "$ss27ExpressibleByIntegerLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "Comparable",
            "printedName": "Comparable",
            "usr": "s:SL",
            "mangledName": "$sSL"
          },
          {
            "kind": "Conformance",
            "name": "UniLogProtocol",
            "printedName": "UniLogProtocol",
            "usr": "s:19DCloudUTSFoundation14UniLogProtocolP",
            "mangledName": "$s19DCloudUTSFoundation14UniLogProtocolP"
          },
          {
            "kind": "Conformance",
            "name": "Decodable",
            "printedName": "Decodable",
            "usr": "s:Se",
            "mangledName": "$sSe"
          },
          {
            "kind": "Conformance",
            "name": "Encodable",
            "printedName": "Encodable",
            "usr": "s:SE",
            "mangledName": "$sSE"
          },
          {
            "kind": "Conformance",
            "name": "CustomReflectable",
            "printedName": "CustomReflectable",
            "usr": "s:s17CustomReflectableP",
            "mangledName": "$ss17CustomReflectableP"
          },
          {
            "kind": "Conformance",
            "name": "_CustomPlaygroundQuickLookable",
            "printedName": "_CustomPlaygroundQuickLookable",
            "usr": "s:s30_CustomPlaygroundQuickLookableP",
            "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "_HasCustomAnyHashableRepresentation",
            "printedName": "_HasCustomAnyHashableRepresentation",
            "usr": "s:s35_HasCustomAnyHashableRepresentationP",
            "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
          },
          {
            "kind": "Conformance",
            "name": "Sendable",
            "printedName": "Sendable",
            "usr": "s:s8SendableP",
            "mangledName": "$ss8SendableP"
          },
          {
            "kind": "Conformance",
            "name": "SIMDScalar",
            "printedName": "SIMDScalar",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "SIMDMaskScalar",
                "printedName": "SIMDMaskScalar",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int32",
                    "printedName": "Swift.Int32",
                    "usr": "s:s5Int32V"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD2Storage",
                "printedName": "SIMD2Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD2Storage",
                    "printedName": "Swift.UInt32.SIMD2Storage",
                    "usr": "s:s6UInt32V12SIMD2StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD4Storage",
                "printedName": "SIMD4Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD4Storage",
                    "printedName": "Swift.UInt32.SIMD4Storage",
                    "usr": "s:s6UInt32V12SIMD4StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD8Storage",
                "printedName": "SIMD8Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD8Storage",
                    "printedName": "Swift.UInt32.SIMD8Storage",
                    "usr": "s:s6UInt32V12SIMD8StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD16Storage",
                "printedName": "SIMD16Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD16Storage",
                    "printedName": "Swift.UInt32.SIMD16Storage",
                    "usr": "s:s6UInt32V13SIMD16StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD32Storage",
                "printedName": "SIMD32Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD32Storage",
                    "printedName": "Swift.UInt32.SIMD32Storage",
                    "usr": "s:s6UInt32V13SIMD32StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD64Storage",
                "printedName": "SIMD64Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD64Storage",
                    "printedName": "Swift.UInt32.SIMD64Storage",
                    "usr": "s:s6UInt32V13SIMD64StorageV"
                  }
                ]
              }
            ],
            "usr": "s:s10SIMDScalarP",
            "mangledName": "$ss10SIMDScalarP"
          },
          {
            "kind": "Conformance",
            "name": "_FormatSpecifiable",
            "printedName": "_FormatSpecifiable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_Arg",
                "printedName": "_Arg",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UInt32",
                    "printedName": "Swift.UInt32",
                    "usr": "s:s6UInt32V"
                  }
                ]
              }
            ],
            "usr": "s:10Foundation18_FormatSpecifiableP",
            "mangledName": "$s10Foundation18_FormatSpecifiableP"
          },
          {
            "kind": "Conformance",
            "name": "_ObjectiveCBridgeable",
            "printedName": "_ObjectiveCBridgeable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_ObjectiveCType",
                "printedName": "_ObjectiveCType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ]
              }
            ],
            "usr": "s:s21_ObjectiveCBridgeableP",
            "mangledName": "$ss21_ObjectiveCBridgeableP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "UInt16",
        "printedName": "UInt16",
        "children": [
          {
            "kind": "Function",
            "name": "tologJSON",
            "printedName": "tologJSON()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Func",
            "usr": "s:s6UInt16V19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "mangledName": "$ss6UInt16V19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Struct",
        "usr": "s:s6UInt16V",
        "mangledName": "$ss6UInt16V",
        "moduleName": "Swift",
        "declAttributes": [
          "Frozen"
        ],
        "isExternal": true,
        "conformances": [
          {
            "kind": "Conformance",
            "name": "FixedWidthInteger",
            "printedName": "FixedWidthInteger",
            "usr": "s:s17FixedWidthIntegerP",
            "mangledName": "$ss17FixedWidthIntegerP"
          },
          {
            "kind": "Conformance",
            "name": "UnsignedInteger",
            "printedName": "UnsignedInteger",
            "usr": "s:SU",
            "mangledName": "$sSU"
          },
          {
            "kind": "Conformance",
            "name": "_ExpressibleByBuiltinIntegerLiteral",
            "printedName": "_ExpressibleByBuiltinIntegerLiteral",
            "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP",
            "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "BinaryInteger",
            "printedName": "BinaryInteger",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Words",
                "printedName": "Words",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Words",
                    "printedName": "Swift.UInt16.Words",
                    "usr": "s:s6UInt16V5WordsV"
                  }
                ]
              }
            ],
            "usr": "s:Sz",
            "mangledName": "$sSz"
          },
          {
            "kind": "Conformance",
            "name": "LosslessStringConvertible",
            "printedName": "LosslessStringConvertible",
            "usr": "s:s25LosslessStringConvertibleP",
            "mangledName": "$ss25LosslessStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "Numeric",
            "printedName": "Numeric",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Magnitude",
                "printedName": "Magnitude",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UInt16",
                    "printedName": "Swift.UInt16",
                    "usr": "s:s6UInt16V"
                  }
                ]
              }
            ],
            "usr": "s:Sj",
            "mangledName": "$sSj"
          },
          {
            "kind": "Conformance",
            "name": "Strideable",
            "printedName": "Strideable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Stride",
                "printedName": "Stride",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ]
              }
            ],
            "usr": "s:Sx",
            "mangledName": "$sSx"
          },
          {
            "kind": "Conformance",
            "name": "AdditiveArithmetic",
            "printedName": "AdditiveArithmetic",
            "usr": "s:s18AdditiveArithmeticP",
            "mangledName": "$ss18AdditiveArithmeticP"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByIntegerLiteral",
            "printedName": "ExpressibleByIntegerLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "IntegerLiteralType",
                "printedName": "IntegerLiteralType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UInt16",
                    "printedName": "Swift.UInt16",
                    "usr": "s:s6UInt16V"
                  }
                ]
              }
            ],
            "usr": "s:s27ExpressibleByIntegerLiteralP",
            "mangledName": "$ss27ExpressibleByIntegerLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "Comparable",
            "printedName": "Comparable",
            "usr": "s:SL",
            "mangledName": "$sSL"
          },
          {
            "kind": "Conformance",
            "name": "UniLogProtocol",
            "printedName": "UniLogProtocol",
            "usr": "s:19DCloudUTSFoundation14UniLogProtocolP",
            "mangledName": "$s19DCloudUTSFoundation14UniLogProtocolP"
          },
          {
            "kind": "Conformance",
            "name": "Decodable",
            "printedName": "Decodable",
            "usr": "s:Se",
            "mangledName": "$sSe"
          },
          {
            "kind": "Conformance",
            "name": "Encodable",
            "printedName": "Encodable",
            "usr": "s:SE",
            "mangledName": "$sSE"
          },
          {
            "kind": "Conformance",
            "name": "CustomReflectable",
            "printedName": "CustomReflectable",
            "usr": "s:s17CustomReflectableP",
            "mangledName": "$ss17CustomReflectableP"
          },
          {
            "kind": "Conformance",
            "name": "_CustomPlaygroundQuickLookable",
            "printedName": "_CustomPlaygroundQuickLookable",
            "usr": "s:s30_CustomPlaygroundQuickLookableP",
            "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
          },
          {
            "kind": "Conformance",
            "name": "_StringElement",
            "printedName": "_StringElement",
            "usr": "s:s14_StringElementP",
            "mangledName": "$ss14_StringElementP"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "_HasCustomAnyHashableRepresentation",
            "printedName": "_HasCustomAnyHashableRepresentation",
            "usr": "s:s35_HasCustomAnyHashableRepresentationP",
            "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
          },
          {
            "kind": "Conformance",
            "name": "Sendable",
            "printedName": "Sendable",
            "usr": "s:s8SendableP",
            "mangledName": "$ss8SendableP"
          },
          {
            "kind": "Conformance",
            "name": "SIMDScalar",
            "printedName": "SIMDScalar",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "SIMDMaskScalar",
                "printedName": "SIMDMaskScalar",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int16",
                    "printedName": "Swift.Int16",
                    "usr": "s:s5Int16V"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD2Storage",
                "printedName": "SIMD2Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD2Storage",
                    "printedName": "Swift.UInt16.SIMD2Storage",
                    "usr": "s:s6UInt16V12SIMD2StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD4Storage",
                "printedName": "SIMD4Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD4Storage",
                    "printedName": "Swift.UInt16.SIMD4Storage",
                    "usr": "s:s6UInt16V12SIMD4StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD8Storage",
                "printedName": "SIMD8Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD8Storage",
                    "printedName": "Swift.UInt16.SIMD8Storage",
                    "usr": "s:s6UInt16V12SIMD8StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD16Storage",
                "printedName": "SIMD16Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD16Storage",
                    "printedName": "Swift.UInt16.SIMD16Storage",
                    "usr": "s:s6UInt16V13SIMD16StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD32Storage",
                "printedName": "SIMD32Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD32Storage",
                    "printedName": "Swift.UInt16.SIMD32Storage",
                    "usr": "s:s6UInt16V13SIMD32StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD64Storage",
                "printedName": "SIMD64Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD64Storage",
                    "printedName": "Swift.UInt16.SIMD64Storage",
                    "usr": "s:s6UInt16V13SIMD64StorageV"
                  }
                ]
              }
            ],
            "usr": "s:s10SIMDScalarP",
            "mangledName": "$ss10SIMDScalarP"
          },
          {
            "kind": "Conformance",
            "name": "_FormatSpecifiable",
            "printedName": "_FormatSpecifiable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_Arg",
                "printedName": "_Arg",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UInt32",
                    "printedName": "Swift.UInt32",
                    "usr": "s:s6UInt32V"
                  }
                ]
              }
            ],
            "usr": "s:10Foundation18_FormatSpecifiableP",
            "mangledName": "$s10Foundation18_FormatSpecifiableP"
          },
          {
            "kind": "Conformance",
            "name": "_ObjectiveCBridgeable",
            "printedName": "_ObjectiveCBridgeable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_ObjectiveCType",
                "printedName": "_ObjectiveCType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ]
              }
            ],
            "usr": "s:s21_ObjectiveCBridgeableP",
            "mangledName": "$ss21_ObjectiveCBridgeableP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "UInt8",
        "printedName": "UInt8",
        "children": [
          {
            "kind": "Function",
            "name": "tologJSON",
            "printedName": "tologJSON()",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "Dictionary",
                "printedName": "[Swift.String : Any]",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ],
                "usr": "s:SD"
              }
            ],
            "declKind": "Func",
            "usr": "s:s5UInt8V19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "mangledName": "$ss5UInt8V19DCloudUTSFoundationE9tologJSONSDySSypGyF",
            "moduleName": "DCloudUTSFoundation",
            "declAttributes": [
              "AccessControl"
            ],
            "isFromExtension": true,
            "funcSelfKind": "NonMutating"
          }
        ],
        "declKind": "Struct",
        "usr": "s:s5UInt8V",
        "mangledName": "$ss5UInt8V",
        "moduleName": "Swift",
        "declAttributes": [
          "Frozen"
        ],
        "isExternal": true,
        "conformances": [
          {
            "kind": "Conformance",
            "name": "FixedWidthInteger",
            "printedName": "FixedWidthInteger",
            "usr": "s:s17FixedWidthIntegerP",
            "mangledName": "$ss17FixedWidthIntegerP"
          },
          {
            "kind": "Conformance",
            "name": "UnsignedInteger",
            "printedName": "UnsignedInteger",
            "usr": "s:SU",
            "mangledName": "$sSU"
          },
          {
            "kind": "Conformance",
            "name": "_ExpressibleByBuiltinIntegerLiteral",
            "printedName": "_ExpressibleByBuiltinIntegerLiteral",
            "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP",
            "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "BinaryInteger",
            "printedName": "BinaryInteger",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Words",
                "printedName": "Words",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Words",
                    "printedName": "Swift.UInt8.Words",
                    "usr": "s:s5UInt8V5WordsV"
                  }
                ]
              }
            ],
            "usr": "s:Sz",
            "mangledName": "$sSz"
          },
          {
            "kind": "Conformance",
            "name": "LosslessStringConvertible",
            "printedName": "LosslessStringConvertible",
            "usr": "s:s25LosslessStringConvertibleP",
            "mangledName": "$ss25LosslessStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "Numeric",
            "printedName": "Numeric",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Magnitude",
                "printedName": "Magnitude",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UInt8",
                    "printedName": "Swift.UInt8",
                    "usr": "s:s5UInt8V"
                  }
                ]
              }
            ],
            "usr": "s:Sj",
            "mangledName": "$sSj"
          },
          {
            "kind": "Conformance",
            "name": "Strideable",
            "printedName": "Strideable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Stride",
                "printedName": "Stride",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int",
                    "printedName": "Swift.Int",
                    "usr": "s:Si"
                  }
                ]
              }
            ],
            "usr": "s:Sx",
            "mangledName": "$sSx"
          },
          {
            "kind": "Conformance",
            "name": "AdditiveArithmetic",
            "printedName": "AdditiveArithmetic",
            "usr": "s:s18AdditiveArithmeticP",
            "mangledName": "$ss18AdditiveArithmeticP"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByIntegerLiteral",
            "printedName": "ExpressibleByIntegerLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "IntegerLiteralType",
                "printedName": "IntegerLiteralType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UInt8",
                    "printedName": "Swift.UInt8",
                    "usr": "s:s5UInt8V"
                  }
                ]
              }
            ],
            "usr": "s:s27ExpressibleByIntegerLiteralP",
            "mangledName": "$ss27ExpressibleByIntegerLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "Comparable",
            "printedName": "Comparable",
            "usr": "s:SL",
            "mangledName": "$sSL"
          },
          {
            "kind": "Conformance",
            "name": "UniLogProtocol",
            "printedName": "UniLogProtocol",
            "usr": "s:19DCloudUTSFoundation14UniLogProtocolP",
            "mangledName": "$s19DCloudUTSFoundation14UniLogProtocolP"
          },
          {
            "kind": "Conformance",
            "name": "Decodable",
            "printedName": "Decodable",
            "usr": "s:Se",
            "mangledName": "$sSe"
          },
          {
            "kind": "Conformance",
            "name": "Encodable",
            "printedName": "Encodable",
            "usr": "s:SE",
            "mangledName": "$sSE"
          },
          {
            "kind": "Conformance",
            "name": "CustomReflectable",
            "printedName": "CustomReflectable",
            "usr": "s:s17CustomReflectableP",
            "mangledName": "$ss17CustomReflectableP"
          },
          {
            "kind": "Conformance",
            "name": "_CustomPlaygroundQuickLookable",
            "printedName": "_CustomPlaygroundQuickLookable",
            "usr": "s:s30_CustomPlaygroundQuickLookableP",
            "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
          },
          {
            "kind": "Conformance",
            "name": "_StringElement",
            "printedName": "_StringElement",
            "usr": "s:s14_StringElementP",
            "mangledName": "$ss14_StringElementP"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "_HasCustomAnyHashableRepresentation",
            "printedName": "_HasCustomAnyHashableRepresentation",
            "usr": "s:s35_HasCustomAnyHashableRepresentationP",
            "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
          },
          {
            "kind": "Conformance",
            "name": "Sendable",
            "printedName": "Sendable",
            "usr": "s:s8SendableP",
            "mangledName": "$ss8SendableP"
          },
          {
            "kind": "Conformance",
            "name": "SIMDScalar",
            "printedName": "SIMDScalar",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "SIMDMaskScalar",
                "printedName": "SIMDMaskScalar",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Int8",
                    "printedName": "Swift.Int8",
                    "usr": "s:s4Int8V"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD2Storage",
                "printedName": "SIMD2Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD2Storage",
                    "printedName": "Swift.UInt8.SIMD2Storage",
                    "usr": "s:s5UInt8V12SIMD2StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD4Storage",
                "printedName": "SIMD4Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD4Storage",
                    "printedName": "Swift.UInt8.SIMD4Storage",
                    "usr": "s:s5UInt8V12SIMD4StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD8Storage",
                "printedName": "SIMD8Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD8Storage",
                    "printedName": "Swift.UInt8.SIMD8Storage",
                    "usr": "s:s5UInt8V12SIMD8StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD16Storage",
                "printedName": "SIMD16Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD16Storage",
                    "printedName": "Swift.UInt8.SIMD16Storage",
                    "usr": "s:s5UInt8V13SIMD16StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD32Storage",
                "printedName": "SIMD32Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD32Storage",
                    "printedName": "Swift.UInt8.SIMD32Storage",
                    "usr": "s:s5UInt8V13SIMD32StorageV"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "SIMD64Storage",
                "printedName": "SIMD64Storage",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "SIMD64Storage",
                    "printedName": "Swift.UInt8.SIMD64Storage",
                    "usr": "s:s5UInt8V13SIMD64StorageV"
                  }
                ]
              }
            ],
            "usr": "s:s10SIMDScalarP",
            "mangledName": "$ss10SIMDScalarP"
          },
          {
            "kind": "Conformance",
            "name": "_FormatSpecifiable",
            "printedName": "_FormatSpecifiable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_Arg",
                "printedName": "_Arg",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UInt32",
                    "printedName": "Swift.UInt32",
                    "usr": "s:s6UInt32V"
                  }
                ]
              }
            ],
            "usr": "s:10Foundation18_FormatSpecifiableP",
            "mangledName": "$s10Foundation18_FormatSpecifiableP"
          },
          {
            "kind": "Conformance",
            "name": "_ObjectiveCBridgeable",
            "printedName": "_ObjectiveCBridgeable",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "_ObjectiveCType",
                "printedName": "_ObjectiveCType",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ]
              }
            ],
            "usr": "s:s21_ObjectiveCBridgeableP",
            "mangledName": "$ss21_ObjectiveCBridgeableP"
          }
        ]
      },
      {
        "kind": "TypeDecl",
        "name": "NSMutableArray",
        "printedName": "NSMutableArray",
        "children": [
          {
            "kind": "Var",
            "name": "index",
            "printedName": "index",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "NSNumber",
                "printedName": "Foundation.NSNumber",
                "usr": "c:objc(cs)NSNumber"
              }
            ],
            "declKind": "Var",
            "usr": "s:So14NSMutableArrayC19DCloudUTSFoundationE5indexSo8NSNumberCvp",
            "mangledName": "$sSo14NSMutableArrayC19DCloudUTSFoundationE5indexSo8NSNumberCvp",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:So14NSMutableArrayC19DCloudUTSFoundationE5indexSo8NSNumberCvg",
                "mangledName": "$sSo14NSMutableArrayC19DCloudUTSFoundationE5indexSo8NSNumberCvg",
                "moduleName": "DCloudUTSFoundation",
                "isFromExtension": true,
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "NSNumber",
                    "printedName": "Foundation.NSNumber",
                    "usr": "c:objc(cs)NSNumber"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:So14NSMutableArrayC19DCloudUTSFoundationE5indexSo8NSNumberCvs",
                "mangledName": "$sSo14NSMutableArrayC19DCloudUTSFoundationE5indexSo8NSNumberCvs",
                "moduleName": "DCloudUTSFoundation",
                "isFromExtension": true,
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:So14NSMutableArrayC19DCloudUTSFoundationE5indexSo8NSNumberCvM",
                "mangledName": "$sSo14NSMutableArrayC19DCloudUTSFoundationE5indexSo8NSNumberCvM",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "isFromExtension": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "input",
            "printedName": "input",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "String",
                "printedName": "Swift.String",
                "usr": "s:SS"
              }
            ],
            "declKind": "Var",
            "usr": "s:So14NSMutableArrayC19DCloudUTSFoundationE5inputSSvp",
            "mangledName": "$sSo14NSMutableArrayC19DCloudUTSFoundationE5inputSSvp",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:So14NSMutableArrayC19DCloudUTSFoundationE5inputSSvg",
                "mangledName": "$sSo14NSMutableArrayC19DCloudUTSFoundationE5inputSSvg",
                "moduleName": "DCloudUTSFoundation",
                "isFromExtension": true,
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "String",
                    "printedName": "Swift.String",
                    "usr": "s:SS"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:So14NSMutableArrayC19DCloudUTSFoundationE5inputSSvs",
                "mangledName": "$sSo14NSMutableArrayC19DCloudUTSFoundationE5inputSSvs",
                "moduleName": "DCloudUTSFoundation",
                "isFromExtension": true,
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:So14NSMutableArrayC19DCloudUTSFoundationE5inputSSvM",
                "mangledName": "$sSo14NSMutableArrayC19DCloudUTSFoundationE5inputSSvM",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "isFromExtension": true,
                "accessorKind": "_modify"
              }
            ]
          },
          {
            "kind": "Var",
            "name": "groups",
            "printedName": "groups",
            "children": [
              {
                "kind": "TypeNominal",
                "name": "UTSJSONObject",
                "printedName": "DCloudUTSFoundation.UTSJSONObject",
                "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject"
              }
            ],
            "declKind": "Var",
            "usr": "s:So14NSMutableArrayC19DCloudUTSFoundationE6groupsAC13UTSJSONObjectCvp",
            "mangledName": "$sSo14NSMutableArrayC19DCloudUTSFoundationE6groupsAC13UTSJSONObjectCvp",
            "moduleName": "DCloudUTSFoundation",
            "isFromExtension": true,
            "accessors": [
              {
                "kind": "Accessor",
                "name": "Get",
                "printedName": "Get()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "UTSJSONObject",
                    "printedName": "DCloudUTSFoundation.UTSJSONObject",
                    "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:So14NSMutableArrayC19DCloudUTSFoundationE6groupsAC13UTSJSONObjectCvg",
                "mangledName": "$sSo14NSMutableArrayC19DCloudUTSFoundationE6groupsAC13UTSJSONObjectCvg",
                "moduleName": "DCloudUTSFoundation",
                "isFromExtension": true,
                "accessorKind": "get"
              },
              {
                "kind": "Accessor",
                "name": "Set",
                "printedName": "Set()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  },
                  {
                    "kind": "TypeNominal",
                    "name": "UTSJSONObject",
                    "printedName": "DCloudUTSFoundation.UTSJSONObject",
                    "usr": "c:@M@DCloudUTSFoundation@objc(cs)UTSJSONObject"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:So14NSMutableArrayC19DCloudUTSFoundationE6groupsAC13UTSJSONObjectCvs",
                "mangledName": "$sSo14NSMutableArrayC19DCloudUTSFoundationE6groupsAC13UTSJSONObjectCvs",
                "moduleName": "DCloudUTSFoundation",
                "isFromExtension": true,
                "accessorKind": "set"
              },
              {
                "kind": "Accessor",
                "name": "Modify",
                "printedName": "Modify()",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "Void",
                    "printedName": "()"
                  }
                ],
                "declKind": "Accessor",
                "usr": "s:So14NSMutableArrayC19DCloudUTSFoundationE6groupsAC13UTSJSONObjectCvM",
                "mangledName": "$sSo14NSMutableArrayC19DCloudUTSFoundationE6groupsAC13UTSJSONObjectCvM",
                "moduleName": "DCloudUTSFoundation",
                "implicit": true,
                "isFromExtension": true,
                "accessorKind": "_modify"
              }
            ]
          }
        ],
        "declKind": "Class",
        "usr": "c:objc(cs)NSMutableArray",
        "moduleName": "Foundation",
        "isOpen": true,
        "objc_name": "NSMutableArray",
        "declAttributes": [
          "ObjC",
          "NonSendable",
          "Dynamic"
        ],
        "superclassUsr": "c:objc(cs)NSArray",
        "isExternal": true,
        "inheritsConvenienceInitializers": true,
        "superclassNames": [
          "Foundation.NSArray",
          "ObjectiveC.NSObject"
        ],
        "conformances": [
          {
            "kind": "Conformance",
            "name": "Equatable",
            "printedName": "Equatable",
            "usr": "s:SQ",
            "mangledName": "$sSQ"
          },
          {
            "kind": "Conformance",
            "name": "Hashable",
            "printedName": "Hashable",
            "usr": "s:SH",
            "mangledName": "$sSH"
          },
          {
            "kind": "Conformance",
            "name": "CVarArg",
            "printedName": "CVarArg",
            "usr": "s:s7CVarArgP",
            "mangledName": "$ss7CVarArgP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObservingPublishing",
            "printedName": "_KeyValueCodingAndObservingPublishing",
            "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
            "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
          },
          {
            "kind": "Conformance",
            "name": "_KeyValueCodingAndObserving",
            "printedName": "_KeyValueCodingAndObserving",
            "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
            "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
          },
          {
            "kind": "Conformance",
            "name": "CustomStringConvertible",
            "printedName": "CustomStringConvertible",
            "usr": "s:s23CustomStringConvertibleP",
            "mangledName": "$ss23CustomStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "CustomDebugStringConvertible",
            "printedName": "CustomDebugStringConvertible",
            "usr": "s:s28CustomDebugStringConvertibleP",
            "mangledName": "$ss28CustomDebugStringConvertibleP"
          },
          {
            "kind": "Conformance",
            "name": "ExpressibleByArrayLiteral",
            "printedName": "ExpressibleByArrayLiteral",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "ArrayLiteralElement",
                "printedName": "ArrayLiteralElement",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ]
              }
            ],
            "usr": "s:s25ExpressibleByArrayLiteralP",
            "mangledName": "$ss25ExpressibleByArrayLiteralP"
          },
          {
            "kind": "Conformance",
            "name": "_HasCustomAnyHashableRepresentation",
            "printedName": "_HasCustomAnyHashableRepresentation",
            "usr": "s:s35_HasCustomAnyHashableRepresentationP",
            "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
          },
          {
            "kind": "Conformance",
            "name": "Sequence",
            "printedName": "Sequence",
            "children": [
              {
                "kind": "TypeWitness",
                "name": "Element",
                "printedName": "Element",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "ProtocolComposition",
                    "printedName": "Any"
                  }
                ]
              },
              {
                "kind": "TypeWitness",
                "name": "Iterator",
                "printedName": "Iterator",
                "children": [
                  {
                    "kind": "TypeNominal",
                    "name": "NSFastEnumerationIterator",
                    "printedName": "Foundation.NSFastEnumerationIterator",
                    "usr": "s:10Foundation25NSFastEnumerationIteratorV"
                  }
                ]
              }
            ],
            "usr": "s:ST",
            "mangledName": "$sST"
          },
          {
            "kind": "Conformance",
            "name": "CustomReflectable",
            "printedName": "CustomReflectable",
            "usr": "s:s17CustomReflectableP",
            "mangledName": "$ss17CustomReflectableP"
          }
        ]
      }
    ],
    "json_format_version": 8
  },
  "ConstValues": [
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/UTSJSONObject.swift",
      "kind": "Dictionary",
      "offset": 588,
      "length": 3,
      "value": "[]"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/UTSJSONObject.swift",
      "kind": "Dictionary",
      "offset": 631,
      "length": 3,
      "value": "[]"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/UTSJSONObject.swift",
      "kind": "Array",
      "offset": 15690,
      "length": 2,
      "value": "[]"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.String.swift",
      "kind": "IntegerLiteral",
      "offset": 3111,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.String.swift",
      "kind": "Array",
      "offset": 3396,
      "length": 2,
      "value": "[]"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.String.swift",
      "kind": "IntegerLiteral",
      "offset": 3477,
      "length": 1,
      "value": "2"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.String.swift",
      "kind": "IntegerLiteral",
      "offset": 3938,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.String.swift",
      "kind": "IntegerLiteral",
      "offset": 4045,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/UTSCallback.swift",
      "kind": "IntegerLiteral",
      "offset": 330,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/UTSCallback.swift",
      "kind": "BooleanLiteral",
      "offset": 364,
      "length": 5,
      "value": "false"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/UTSCallback.swift",
      "kind": "StringLiteral",
      "offset": 522,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.Global.swift",
      "kind": "Dictionary",
      "offset": 267,
      "length": 3,
      "value": "[]"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.Global.swift",
      "kind": "StringLiteral",
      "offset": 3402,
      "length": 16,
      "value": "\"unifile:\/\/app\/\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.Global.swift",
      "kind": "StringLiteral",
      "offset": 3466,
      "length": 16,
      "value": "\"unifile:\/\/usr\/\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.Global.swift",
      "kind": "StringLiteral",
      "offset": 3526,
      "length": 18,
      "value": "\"unifile:\/\/cache\/\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.Global.swift",
      "kind": "StringLiteral",
      "offset": 3590,
      "length": 20,
      "value": "\"unifile:\/\/sandbox\/\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSiOS.swift",
      "kind": "IntegerLiteral",
      "offset": 18147,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSiOS.swift",
      "kind": "Dictionary",
      "offset": 18209,
      "length": 3,
      "value": "[]"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConstants.swift",
      "kind": "StringLiteral",
      "offset": 157,
      "length": 18,
      "value": "\"iodcloudnstorage\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConstants.swift",
      "kind": "StringLiteral",
      "offset": 215,
      "length": 10,
      "value": "\"egarotsn\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConstants.swift",
      "kind": "StringLiteral",
      "offset": 269,
      "length": 15,
      "value": "\"storage.plist\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.Array.swift",
      "kind": "StringLiteral",
      "offset": 1121,
      "length": 3,
      "value": "\",\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.Array.swift",
      "kind": "IntegerLiteral",
      "offset": 1627,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.Array.swift",
      "kind": "IntegerLiteral",
      "offset": 2012,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.Array.swift",
      "kind": "IntegerLiteral",
      "offset": 7027,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/Extension.Decodable.swift",
      "kind": "StringLiteral",
      "offset": 152,
      "length": 25,
      "value": "\"kDCUTSDecoderJSONString\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.Date.swift",
      "kind": "IntegerLiteral",
      "offset": 1725,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.Date.swift",
      "kind": "IntegerLiteral",
      "offset": 1762,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.Date.swift",
      "kind": "IntegerLiteral",
      "offset": 1801,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.Date.swift",
      "kind": "IntegerLiteral",
      "offset": 1840,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.Date.swift",
      "kind": "IntegerLiteral",
      "offset": 1885,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSJSON.swift",
      "kind": "StringLiteral",
      "offset": 133,
      "length": 95,
      "value": "\"The string cannot be parsed to the specified type. Check the string or the type to be parsed!\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSJSON.swift",
      "kind": "StringLiteral",
      "offset": 264,
      "length": 81,
      "value": "\"The specified non-null type cannot contain null. Check the string to be parsed!\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSJSON.swift",
      "kind": "StringLiteral",
      "offset": 380,
      "length": 85,
      "value": "\"This string cannot be converted to data, please check the string you want to parse!\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.Number.swift",
      "kind": "IntegerLiteral",
      "offset": 30937,
      "length": 2,
      "value": "10"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.Error.swift",
      "kind": "StringLiteral",
      "offset": 460,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.Error.swift",
      "kind": "Dictionary",
      "offset": 504,
      "length": 3,
      "value": "[]"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.Error.swift",
      "kind": "IntegerLiteral",
      "offset": 561,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.Error.swift",
      "kind": "StringLiteral",
      "offset": 607,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.Error.swift",
      "kind": "StringLiteral",
      "offset": 640,
      "length": 7,
      "value": "\"Error\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.Error.swift",
      "kind": "StringLiteral",
      "offset": 2440,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.Error.swift",
      "kind": "IntegerLiteral",
      "offset": 2492,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.Error.swift",
      "kind": "StringLiteral",
      "offset": 2525,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.Error.swift",
      "kind": "StringLiteral",
      "offset": 3358,
      "length": 14,
      "value": "\"DCloudUTSFoundation.AggregateError\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.Error.swift",
      "kind": "StringLiteral",
      "offset": 4086,
      "length": 17,
      "value": "\"DCloudUTSFoundation.UniAggregateError\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/UniCallbackWrapper.swift",
      "kind": "StringLiteral",
      "offset": 220,
      "length": 18,
      "value": "\"DCloudUTSFoundation.UniCallbackWrapper\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSTimer.swift",
      "kind": "Dictionary",
      "offset": 161,
      "length": 3,
      "value": "[]"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSTimer.swift",
      "kind": "IntegerLiteral",
      "offset": 192,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSTimer.swift",
      "kind": "IntegerLiteral",
      "offset": 253,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSTimer.swift",
      "kind": "IntegerLiteral",
      "offset": 1496,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSTimer.swift",
      "kind": "IntegerLiteral",
      "offset": 1738,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "StringLiteral",
      "offset": 416,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "StringLiteral",
      "offset": 442,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "IntegerLiteral",
      "offset": 465,
      "length": 1,
      "value": "1"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "IntegerLiteral",
      "offset": 489,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "StringLiteral",
      "offset": 15798,
      "length": 6,
      "value": "\"type\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "StringLiteral",
      "offset": 15808,
      "length": 8,
      "value": "\"object\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "StringLiteral",
      "offset": 15832,
      "length": 11,
      "value": "\"className\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "StringLiteral",
      "offset": 15847,
      "length": 23,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "StringLiteral",
      "offset": 15869,
      "length": 1,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "Array",
      "offset": 15919,
      "length": 2,
      "value": "[]"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "IntegerLiteral",
      "offset": 16200,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "StringLiteral",
      "offset": 16344,
      "length": 6,
      "value": "\"name\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "StringLiteral",
      "offset": 16352,
      "length": 8,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "StringLiteral",
      "offset": 16359,
      "length": 4,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "Dictionary",
      "offset": 16428,
      "length": 45,
      "value": "[(\"type\", \"null\"), (\"name\", \"\"), (\"value\", \"null\")]"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "StringLiteral",
      "offset": 18047,
      "length": 10,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "StringLiteral",
      "offset": 18056,
      "length": 1,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "StringLiteral",
      "offset": 18126,
      "length": 9,
      "value": "\"subType\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "StringLiteral",
      "offset": 18139,
      "length": 7,
      "value": "\"error\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "Dictionary",
      "offset": 18355,
      "length": 3,
      "value": "[]"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "StringLiteral",
      "offset": 18616,
      "length": 6,
      "value": "\"type\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "StringLiteral",
      "offset": 18626,
      "length": 25,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "StringLiteral",
      "offset": 18650,
      "length": 1,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "StringLiteral",
      "offset": 18689,
      "length": 7,
      "value": "\"value\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "StringLiteral",
      "offset": 18763,
      "length": 6,
      "value": "\"name\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "Dictionary",
      "offset": 19074,
      "length": 3,
      "value": "[]"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "StringLiteral",
      "offset": 19311,
      "length": 6,
      "value": "\"type\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "StringLiteral",
      "offset": 19321,
      "length": 25,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "StringLiteral",
      "offset": 19345,
      "length": 1,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "StringLiteral",
      "offset": 19380,
      "length": 7,
      "value": "\"value\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "StringLiteral",
      "offset": 19446,
      "length": 6,
      "value": "\"name\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "StringLiteral",
      "offset": 19586,
      "length": 12,
      "value": "\"properties\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "StringLiteral",
      "offset": 19627,
      "length": 7,
      "value": "\"value\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSConsole.swift",
      "kind": "StringLiteral",
      "offset": 19759,
      "length": 21,
      "value": "\"__$originalPosition\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.RegExp.swift",
      "kind": "IntegerLiteral",
      "offset": 228,
      "length": 1,
      "value": "0"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.RegExp.swift",
      "kind": "StringLiteral",
      "offset": 266,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.RegExp.swift",
      "kind": "StringLiteral",
      "offset": 1359,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.RegExp.swift",
      "kind": "StringLiteral",
      "offset": 1380,
      "length": 2,
      "value": "\"\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.RegExp.swift",
      "kind": "StringLiteral",
      "offset": 137,
      "length": 9,
      "value": "\"DCloudUTSFoundation.UTSRegExp\""
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.RegExp.swift",
      "kind": "Array",
      "offset": 14737,
      "length": 2,
      "value": "[]"
    },
    {
      "filePath": "\/Users\/dcloud\/srv\/ext\/io.dcloud.package\/ios\/complier@alpha\/src\/DCloudUTSFoundation\/DCloudUTSFoundation\/DCUTSExtension.RegExp.swift",
      "kind": "Array",
      "offset": 14976,
      "length": 2,
      "value": "[]"
    }
  ]
}