import Foo.FooSub import FooHelper struct FooEnum1 : RawRepresentable, Equatable { init(_ rawValue: UInt32) init(rawValue rawValue: UInt32) var rawValue: UInt32 } var FooEnum1X: FooEnum1 { get } struct FooEnum2 : RawRepresentable, Equatable { init(_ rawValue: UInt32) init(rawValue rawValue: UInt32) var rawValue: UInt32 } var FooEnum2X: FooEnum2 { get } var FooEnum2Y: FooEnum2 { get } struct FooEnum3 : RawRepresentable, Equatable { init(_ rawValue: UInt32) init(rawValue rawValue: UInt32) var rawValue: UInt32 } var FooEnum3X: FooEnum3 { get } var FooEnum3Y: FooEnum3 { get } enum FooComparisonResult : Int { case orderedAscending case orderedSame case orderedDescending func distance(to other: Self) -> Int func advanced(by n: Int) -> Self static func addWithOverflow(_ lhs: Int, _ rhs: Int) -> (Int, overflow: Bool) static func subtractWithOverflow(_ lhs: Int, _ rhs: Int) -> (Int, overflow: Bool) static func multiplyWithOverflow(_ lhs: Int, _ rhs: Int) -> (Int, overflow: Bool) static func divideWithOverflow(_ lhs: Int, _ rhs: Int) -> (Int, overflow: Bool) static func remainderWithOverflow(_ lhs: Int, _ rhs: Int) -> (Int, overflow: Bool) func toIntMax() -> IntMax init(_ v: UInt8) init(_ v: Int8) init(_ v: UInt16) init(_ v: Int16) init(_ v: UInt32) init(_ v: Int32) init(_ v: UInt64) init(truncatingBitPattern truncatingBitPattern: UInt64) init(_ v: Int64) init(truncatingBitPattern truncatingBitPattern: Int64) init(_ v: UInt) init(bitPattern bitPattern: UInt) init(_ other: Float) init(_ other: Double) init(_ other: Float80) init?(_ text: String, radix radix: Int = default) init(_ objectID: ObjectIdentifier) } extension FooComparisonResult : BitwiseOperations { static var allZeros: Int { get } } extension FooComparisonResult : CustomStringConvertible { var description: String { get } } extension FooComparisonResult : Hashable { var hashValue: Int { get } } extension FooComparisonResult : SignedNumber { } extension FooComparisonResult : CustomReflectable { var customMirror: Mirror { get } } extension FooComparisonResult : CustomPlaygroundQuickLookable { var customPlaygroundQuickLook: PlaygroundQuickLook { get } } extension FooComparisonResult : CVarArg { } struct FooRuncingOptions : OptionSet { init(rawValue rawValue: Int) static var enableMince: FooRuncingOptions { get } static var enableQuince: FooRuncingOptions { get } } extension FooRuncingOptions { func union(_ other: Self) -> Self func intersect(_ other: Self) -> Self func exclusiveOr(_ other: Self) -> Self } extension FooRuncingOptions { func contains(_ member: Self) -> Bool mutating func insert(_ member: Self) mutating func remove(_ member: Self) -> Self? } extension FooRuncingOptions { convenience init() mutating func unionInPlace(_ other: Self) mutating func intersectInPlace(_ other: Self) mutating func exclusiveOrInPlace(_ other: Self) } extension FooRuncingOptions { convenience init(_ sequence: S) convenience init(arrayLiteral arrayLiteral: FooRuncingOptions...) mutating func subtractInPlace(_ other: Self) func isSubsetOf(_ other: Self) -> Bool func isSupersetOf(_ other: Self) -> Bool func isDisjointWith(_ other: Self) -> Bool func subtract(_ other: Self) -> Self var isEmpty: Bool { get } func isStrictSupersetOf(_ other: Self) -> Bool func isStrictSubsetOf(_ other: Self) -> Bool static func element(_ a: FooRuncingOptions, subsumes b: FooRuncingOptions) -> Bool static func element(_ a: FooRuncingOptions, isDisjointWith b: FooRuncingOptions) -> Bool } struct FooStruct1 { var x: Int32 var y: Double init() init(x x: Int32, y y: Double) } struct FooStruct2 { var x: Int32 var y: Double init() init(x x: Int32, y y: Double) } typealias FooStructTypedef1 = FooStruct2 struct FooStructTypedef2 { var x: Int32 var y: Double init() init(x x: Int32, y y: Double) } typealias FooTypedef1 = Int32 var fooIntVar: Int32 func fooFunc1(_ a: Int32) -> Int32 func fooFunc1AnonymousParam(_ _: Int32) -> Int32 func fooFunc3(_ a: Int32, _ b: Float, _ c: Double, _ d: UnsafeMutablePointer) -> Int32 func fooFuncWithBlock(_ blk: ((Float) -> Int32)!) func fooFuncWithFunctionPointer(_ fptr: ((Float) -> Int32)!) @noreturn func fooFuncNoreturn1() @noreturn func fooFuncNoreturn2() func fooFuncWithComment1() func fooFuncWithComment2() func fooFuncWithComment3() func fooFuncWithComment4() func fooFuncWithComment5() func redeclaredInMultipleModulesFunc1(_ a: Int32) -> Int32 protocol FooProtocolBase { func fooProtoFunc() func fooProtoFuncWithExtraIndentation1() func fooProtoFuncWithExtraIndentation2() static func fooProtoClassFunc() var fooProperty1: Int32 { get set } var fooProperty2: Int32 { get set } var fooProperty3: Int32 { get } } protocol FooProtocolDerived : FooProtocolBase { } class FooClassBase { func fooBaseInstanceFunc0() func fooBaseInstanceFunc1(_ anObject: AnyObject!) -> FooClassBase! init!() convenience init!(float f: Float) func fooBaseInstanceFuncOverridden() class func fooBaseClassFunc0() func _internalMeth3() -> AnyObject! func _internalMeth2() -> AnyObject! func nonInternalMeth() -> AnyObject! func _internalMeth1() -> AnyObject! } class FooClassDerived : FooClassBase, FooProtocolDerived { var fooProperty1: Int32 var fooProperty2: Int32 var fooProperty3: Int32 { get } func fooInstanceFunc0() func fooInstanceFunc1(_ a: Int32) func fooInstanceFunc2(_ a: Int32, withB b: Int32) func fooBaseInstanceFuncOverridden() class func fooClassFunc0() func _internalMeth3() -> AnyObject! func _internalMeth2() -> AnyObject! func nonInternalMeth() -> AnyObject! func _internalMeth1() -> AnyObject! } var FOO_MACRO_1: Int32 { get } var FOO_MACRO_2: Int32 { get } var FOO_MACRO_3: Int32 { get } var FOO_MACRO_4: UInt32 { get } var FOO_MACRO_5: UInt64 { get } var FOO_MACRO_REDEF_1: Int32 { get } var FOO_MACRO_REDEF_2: Int32 { get } func theLastDeclInFoo() func _internalTopLevelFunc() struct _InternalStruct { var x: Int32 init() init(x x: Int32) } extension FooClassBase { func _internalMeth1() -> AnyObject! } extension FooClassBase { func _internalMeth2() -> AnyObject! func nonInternalMeth() -> AnyObject! } extension FooClassBase { func _internalMeth3() -> AnyObject! } protocol _InternalProt { } class ClassWithInternalProt : _InternalProt { } class FooClassPropertyOwnership : FooClassBase { unowned(unsafe) var assignable: AnyObject! unowned(unsafe) var unsafeAssignable: AnyObject! var retainable: AnyObject! var strongRef: AnyObject! @NSCopying var copyable: AnyObject! weak var weakRef: AnyObject! var scalar: Int32 func _internalMeth3() -> AnyObject! func _internalMeth2() -> AnyObject! func nonInternalMeth() -> AnyObject! func _internalMeth1() -> AnyObject! } class FooUnavailableMembers : FooClassBase { convenience init!(int i: Int32) class func withInt(_ i: Int32) -> Self! func unavailable() func swiftUnavailable() func deprecated() func availabilityIntroduced() func availabilityDeprecated() func availabilityObsoleted() func availabilityUnavailable() func availabilityIntroducedMsg() func availabilityDeprecatedMsg() func availabilityObsoletedMsg() func availabilityUnavailableMsg() func _internalMeth3() -> AnyObject! func _internalMeth2() -> AnyObject! func nonInternalMeth() -> AnyObject! func _internalMeth1() -> AnyObject! } typealias FooCFTypeRef = OpaquePointer func FooCFTypeRelease(_ _: FooCFTypeRef) func fooSubFunc1(_ a: Int32) -> Int32 struct FooSubEnum1 : RawRepresentable, Equatable { init(_ rawValue: UInt32) init(rawValue rawValue: UInt32) var rawValue: UInt32 } var FooSubEnum1X: FooSubEnum1 { get } var FooSubEnum1Y: FooSubEnum1 { get } var FooSubUnnamedEnumeratorA1: Int { get } [ { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 0, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 11, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 18, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 25, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 36, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 43, key.length: 8 }, { key.kind: source.lang.swift.ref.protocol, key.name: "RawRepresentable", key.usr: "s:Ps16RawRepresentable", key.offset: 54, key.length: 16 }, { key.kind: source.lang.swift.ref.protocol, key.name: "Equatable", key.usr: "s:Ps9Equatable", key.offset: 72, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 89, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 94, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 96, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 96, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt32", key.usr: "s:Vs6UInt32", key.offset: 106, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 119, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 124, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 133, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 124, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 133, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt32", key.usr: "s:Vs6UInt32", key.offset: 143, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 156, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 160, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt32", key.usr: "s:Vs6UInt32", key.offset: 170, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 179, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 183, key.length: 9 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooEnum1", key.usr: "c:@E@FooEnum1", key.offset: 194, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 205, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 211, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 218, key.length: 8 }, { key.kind: source.lang.swift.ref.protocol, key.name: "RawRepresentable", key.usr: "s:Ps16RawRepresentable", key.offset: 229, key.length: 16 }, { key.kind: source.lang.swift.ref.protocol, key.name: "Equatable", key.usr: "s:Ps9Equatable", key.offset: 247, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 264, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 269, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 271, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 271, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt32", key.usr: "s:Vs6UInt32", key.offset: 281, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 294, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 299, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 308, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 299, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 308, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt32", key.usr: "s:Vs6UInt32", key.offset: 318, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 331, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 335, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt32", key.usr: "s:Vs6UInt32", key.offset: 345, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 354, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 358, key.length: 9 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooEnum2", key.usr: "c:@E@FooEnum2", key.offset: 369, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 380, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 386, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 390, key.length: 9 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooEnum2", key.usr: "c:@E@FooEnum2", key.offset: 401, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 412, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 418, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 425, key.length: 8 }, { key.kind: source.lang.swift.ref.protocol, key.name: "RawRepresentable", key.usr: "s:Ps16RawRepresentable", key.offset: 436, key.length: 16 }, { key.kind: source.lang.swift.ref.protocol, key.name: "Equatable", key.usr: "s:Ps9Equatable", key.offset: 454, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 471, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 476, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 478, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 478, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt32", key.usr: "s:Vs6UInt32", key.offset: 488, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 501, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 506, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 515, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 506, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 515, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt32", key.usr: "s:Vs6UInt32", key.offset: 525, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 538, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 542, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt32", key.usr: "s:Vs6UInt32", key.offset: 552, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 561, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 565, key.length: 9 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooEnum3", key.usr: "c:@E@FooEnum3", key.offset: 576, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 587, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 593, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 597, key.length: 9 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooEnum3", key.usr: "c:@E@FooEnum3", key.offset: 608, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 619, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 625, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 630, key.length: 19 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 652, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 663, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 668, key.length: 16 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 690, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 695, key.length: 11 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 712, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 717, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 740, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 745, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 754, key.length: 2 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 757, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 754, key.length: 2 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 757, key.length: 5 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs13SignedInteger4SelfMx", key.offset: 764, key.length: 4 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 773, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 782, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 787, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 796, key.length: 2 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 799, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 796, key.length: 2 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 799, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 802, key.length: 3 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs13SignedInteger4SelfMx", key.offset: 810, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 820, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 827, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 832, key.length: 15 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 848, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 850, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 850, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 855, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 860, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 862, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 862, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 867, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 876, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 881, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 891, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 902, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 909, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 914, key.length: 20 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 935, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 937, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 937, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 942, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 947, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 949, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 949, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 954, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 963, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 968, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 978, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 989, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 996, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1001, key.length: 20 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1022, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1024, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1024, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 1029, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1034, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1036, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1036, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 1041, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 1050, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1055, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 1065, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1076, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1083, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1088, key.length: 18 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1107, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1109, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1109, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 1114, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1119, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1121, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1121, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 1126, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 1135, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1140, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 1150, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1161, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1168, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1173, key.length: 21 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1195, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1197, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1197, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 1202, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1207, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1209, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1209, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 1214, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 1223, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1228, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 1238, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1249, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1254, key.length: 8 }, { key.kind: source.lang.swift.ref.typealias, key.name: "IntMax", key.usr: "s:s6IntMax", key.offset: 1268, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1280, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1285, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1287, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1287, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt8", key.usr: "s:Vs5UInt8", key.offset: 1290, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1302, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1307, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1309, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1309, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int8", key.usr: "s:Vs4Int8", key.offset: 1312, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1323, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1328, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1330, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1330, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt16", key.usr: "s:Vs6UInt16", key.offset: 1333, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1346, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1351, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1353, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1353, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int16", key.usr: "s:Vs5Int16", key.offset: 1356, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1368, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1373, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1375, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1375, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt32", key.usr: "s:Vs6UInt32", key.offset: 1378, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1391, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1396, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1398, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1398, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 1401, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1413, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1418, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1420, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1420, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt64", key.usr: "s:Vs6UInt64", key.offset: 1423, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1436, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1441, key.length: 20 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1462, key.length: 20 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1441, key.length: 20 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1462, key.length: 20 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt64", key.usr: "s:Vs6UInt64", key.offset: 1484, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1497, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1502, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1504, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1504, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int64", key.usr: "s:Vs5Int64", key.offset: 1507, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1519, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1524, key.length: 20 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1545, key.length: 20 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1524, key.length: 20 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1545, key.length: 20 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int64", key.usr: "s:Vs5Int64", key.offset: 1567, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1579, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1584, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1586, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1586, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt", key.usr: "s:Su", key.offset: 1589, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1600, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1605, key.length: 10 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1616, key.length: 10 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1605, key.length: 10 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1616, key.length: 10 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt", key.usr: "s:Su", key.offset: 1628, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1639, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1644, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1646, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1646, key.length: 5 }, { key.kind: source.lang.swift.ref.struct, key.name: "Float", key.usr: "s:Sf", key.offset: 1653, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1665, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1670, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1672, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1672, key.length: 5 }, { key.kind: source.lang.swift.ref.struct, key.name: "Double", key.usr: "s:Sd", key.offset: 1679, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1692, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1697, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1699, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1699, key.length: 5 }, { key.kind: source.lang.swift.ref.struct, key.name: "Float80", key.usr: "s:Vs7Float80", key.offset: 1706, key.length: 7 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1720, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1726, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1728, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1728, key.length: 4 }, { key.kind: source.lang.swift.ref.struct, key.name: "String", key.usr: "s:SS", key.offset: 1734, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1742, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1748, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1742, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1748, key.length: 5 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 1755, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1761, key.length: 7 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1775, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1780, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1782, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1782, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "ObjectIdentifier", key.usr: "s:Vs16ObjectIdentifier", key.offset: 1792, key.length: 16 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1813, key.length: 9 }, { key.kind: source.lang.swift.ref.enum, key.name: "FooComparisonResult", key.usr: "c:@E@FooComparisonResult", key.offset: 1823, key.length: 19 }, { key.kind: source.lang.swift.ref.protocol, key.name: "BitwiseOperations", key.usr: "s:Ps17BitwiseOperations", key.offset: 1845, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1870, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1877, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1881, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 1891, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1897, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1906, key.length: 9 }, { key.kind: source.lang.swift.ref.enum, key.name: "FooComparisonResult", key.usr: "c:@E@FooComparisonResult", key.offset: 1916, key.length: 19 }, { key.kind: source.lang.swift.ref.protocol, key.name: "CustomStringConvertible", key.usr: "s:Ps23CustomStringConvertible", key.offset: 1938, key.length: 23 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1969, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1973, key.length: 11 }, { key.kind: source.lang.swift.ref.struct, key.name: "String", key.usr: "s:SS", key.offset: 1986, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1995, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2004, key.length: 9 }, { key.kind: source.lang.swift.ref.enum, key.name: "FooComparisonResult", key.usr: "c:@E@FooComparisonResult", key.offset: 2014, key.length: 19 }, { key.kind: source.lang.swift.ref.protocol, key.name: "Hashable", key.usr: "s:Ps8Hashable", key.offset: 2036, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2052, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2056, key.length: 9 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 2067, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2073, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2082, key.length: 9 }, { key.kind: source.lang.swift.ref.enum, key.name: "FooComparisonResult", key.usr: "c:@E@FooComparisonResult", key.offset: 2092, key.length: 19 }, { key.kind: source.lang.swift.ref.protocol, key.name: "SignedNumber", key.usr: "s:Ps12SignedNumber", key.offset: 2114, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2132, key.length: 9 }, { key.kind: source.lang.swift.ref.enum, key.name: "FooComparisonResult", key.usr: "c:@E@FooComparisonResult", key.offset: 2142, key.length: 19 }, { key.kind: source.lang.swift.ref.protocol, key.name: "CustomReflectable", key.usr: "s:Ps17CustomReflectable", key.offset: 2164, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2189, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2193, key.length: 12 }, { key.kind: source.lang.swift.ref.struct, key.name: "Mirror", key.usr: "s:Vs6Mirror", key.offset: 2207, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2216, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2225, key.length: 9 }, { key.kind: source.lang.swift.ref.enum, key.name: "FooComparisonResult", key.usr: "c:@E@FooComparisonResult", key.offset: 2235, key.length: 19 }, { key.kind: source.lang.swift.ref.protocol, key.name: "CustomPlaygroundQuickLookable", key.usr: "s:Ps29CustomPlaygroundQuickLookable", key.offset: 2257, key.length: 29 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2294, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2298, key.length: 25 }, { key.kind: source.lang.swift.ref.enum, key.name: "PlaygroundQuickLook", key.usr: "s:Os19PlaygroundQuickLook", key.offset: 2325, key.length: 19 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2347, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2356, key.length: 9 }, { key.kind: source.lang.swift.ref.enum, key.name: "FooComparisonResult", key.usr: "c:@E@FooComparisonResult", key.offset: 2366, key.length: 19 }, { key.kind: source.lang.swift.ref.protocol, key.name: "CVarArg", key.usr: "s:Ps7CVarArg", key.offset: 2388, key.length: 7 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2400, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2407, key.length: 17 }, { key.kind: source.lang.swift.ref.protocol, key.name: "OptionSet", key.usr: "s:Ps9OptionSet", key.offset: 2427, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2444, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 2449, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 2458, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2449, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2458, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 2468, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2478, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2485, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2489, key.length: 11 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooRuncingOptions", key.usr: "c:@E@FooRuncingOptions", key.offset: 2502, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2522, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2533, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2540, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2544, key.length: 12 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooRuncingOptions", key.usr: "c:@E@FooRuncingOptions", key.offset: 2558, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2578, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2587, key.length: 9 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooRuncingOptions", key.usr: "c:@E@FooRuncingOptions", key.offset: 2597, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2622, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2627, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 2633, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 2635, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2635, key.length: 5 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs9OptionSet4SelfMx", key.offset: 2642, key.length: 4 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs9OptionSet4SelfMx", key.offset: 2651, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2661, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2666, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 2676, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 2678, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2678, key.length: 5 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs9OptionSet4SelfMx", key.offset: 2685, key.length: 4 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs9OptionSet4SelfMx", key.offset: 2694, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2704, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2709, key.length: 11 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 2721, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 2723, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2723, key.length: 5 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs9OptionSet4SelfMx", key.offset: 2730, key.length: 4 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs9OptionSet4SelfMx", key.offset: 2739, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2747, key.length: 9 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooRuncingOptions", key.usr: "c:@E@FooRuncingOptions", key.offset: 2757, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2782, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2787, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 2796, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 2798, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2798, key.length: 6 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs9OptionSet4SelfMx", key.offset: 2806, key.length: 4 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 2815, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 2825, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2834, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2839, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 2846, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 2848, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2848, key.length: 6 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs9OptionSet4SelfMx", key.offset: 2856, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 2867, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2876, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2881, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 2888, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 2890, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2890, key.length: 6 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs9OptionSet4SelfMx", key.offset: 2898, key.length: 4 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs9OptionSet4SelfMx", key.offset: 2907, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2916, key.length: 9 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooRuncingOptions", key.usr: "c:@E@FooRuncingOptions", key.offset: 2926, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 2951, key.length: 11 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2963, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 2975, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2984, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2989, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3002, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3004, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3004, key.length: 5 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs9OptionSet4SelfMx", key.offset: 3011, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 3022, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3031, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3036, key.length: 16 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3053, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3055, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3055, key.length: 5 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs9OptionSet4SelfMx", key.offset: 3062, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 3073, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3082, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3087, key.length: 18 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3106, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3108, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3108, key.length: 5 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs9OptionSet4SelfMx", key.offset: 3115, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3124, key.length: 9 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooRuncingOptions", key.usr: "c:@E@FooRuncingOptions", key.offset: 3134, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 3159, key.length: 11 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3171, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3176, key.length: 1 }, { key.kind: source.lang.swift.ref.protocol, key.name: "Sequence", key.usr: "s:Ps8Sequence", key.offset: 3180, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3189, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.typeidentifier, key.offset: 3195, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.typeidentifier, key.offset: 3197, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.typeidentifier, key.offset: 3206, key.length: 7 }, { key.kind: source.lang.swift.syntaxtype.typeidentifier, key.offset: 3217, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3236, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3238, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3238, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.typeidentifier, key.offset: 3248, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 3256, key.length: 11 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3268, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3273, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3286, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3273, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3286, key.length: 12 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooRuncingOptions", key.usr: "c:@E@FooRuncingOptions", key.offset: 3300, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 3327, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3336, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3341, key.length: 15 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3357, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3359, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3359, key.length: 5 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs10SetAlgebra4SelfMx", key.offset: 3366, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3377, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3382, key.length: 10 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3393, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3395, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3395, key.length: 5 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs10SetAlgebra4SelfMx", key.offset: 3402, key.length: 4 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 3411, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3421, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3426, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3439, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3441, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3441, key.length: 5 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs10SetAlgebra4SelfMx", key.offset: 3448, key.length: 4 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 3457, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3467, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3472, key.length: 14 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3487, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3489, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3489, key.length: 5 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs10SetAlgebra4SelfMx", key.offset: 3496, key.length: 4 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 3505, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3515, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3520, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3529, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3531, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3531, key.length: 5 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs10SetAlgebra4SelfMx", key.offset: 3538, key.length: 4 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs10SetAlgebra4SelfMx", key.offset: 3547, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3557, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3561, key.length: 7 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 3570, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3577, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3588, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3593, key.length: 18 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3612, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3614, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3614, key.length: 5 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs10SetAlgebra4SelfMx", key.offset: 3621, key.length: 4 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 3630, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3640, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3645, key.length: 16 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3662, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3664, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3664, key.length: 5 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs10SetAlgebra4SelfMx", key.offset: 3671, key.length: 4 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 3680, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3690, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3697, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3702, key.length: 7 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3710, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3712, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3712, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooRuncingOptions", key.usr: "c:@E@FooRuncingOptions", key.offset: 3715, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3734, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3743, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3734, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3743, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooRuncingOptions", key.usr: "c:@E@FooRuncingOptions", key.offset: 3746, key.length: 17 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 3768, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3778, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3785, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3790, key.length: 7 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3798, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3800, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3800, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooRuncingOptions", key.usr: "c:@E@FooRuncingOptions", key.offset: 3803, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3822, key.length: 14 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3837, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3822, key.length: 14 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3837, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooRuncingOptions", key.usr: "c:@E@FooRuncingOptions", key.offset: 3840, key.length: 17 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 3862, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3869, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3876, key.length: 10 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3894, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3898, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 3901, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3912, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3916, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Double", key.usr: "s:Sd", key.offset: 3919, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3931, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3943, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3948, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3950, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3948, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3950, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 3953, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3960, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3962, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3960, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3962, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Double", key.usr: "s:Sd", key.offset: 3965, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3975, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3982, key.length: 10 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4000, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4004, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4007, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4018, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4022, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Double", key.usr: "s:Sd", key.offset: 4025, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4037, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4049, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4054, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4056, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4054, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4056, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4059, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4066, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4068, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4066, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4068, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Double", key.usr: "s:Sd", key.offset: 4071, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4081, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4091, key.length: 17 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooStruct2", key.usr: "c:@S@FooStruct2", key.offset: 4111, key.length: 10 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4122, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4129, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4154, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4158, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4161, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4172, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4176, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Double", key.usr: "s:Sd", key.offset: 4179, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4191, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4203, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4208, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4210, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4208, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4210, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4213, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4220, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4222, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4220, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4222, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Double", key.usr: "s:Sd", key.offset: 4225, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4235, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4245, key.length: 11 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4259, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4265, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4269, key.length: 9 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4280, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4286, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4291, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4300, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4302, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4302, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4305, key.length: 5 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4315, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4321, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4326, key.length: 22 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4349, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4351, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4354, key.length: 5 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4364, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4370, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4375, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4384, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4386, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4386, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4389, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4396, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4398, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4398, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Float", key.usr: "s:Sf", key.offset: 4401, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4408, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4410, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4410, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Double", key.usr: "s:Sd", key.offset: 4413, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4421, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4423, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4423, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "UnsafeMutablePointer", key.usr: "s:Sp", key.offset: 4426, key.length: 20 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4447, key.length: 5 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4458, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4464, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4469, key.length: 16 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4486, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4488, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4488, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Float", key.usr: "s:Sf", key.offset: 4495, key.length: 5 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4505, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4514, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4519, key.length: 26 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4546, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4548, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4548, key.length: 4 }, { key.kind: source.lang.swift.ref.struct, key.name: "Float", key.usr: "s:Sf", key.offset: 4556, key.length: 5 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4566, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 4575, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4585, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4590, key.length: 16 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 4609, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4619, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4624, key.length: 16 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4643, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4648, key.length: 19 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4670, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4675, key.length: 19 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4697, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4702, key.length: 19 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4724, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4729, key.length: 19 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4751, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4756, key.length: 19 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4778, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4783, key.length: 32 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4816, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4818, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4818, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4821, key.length: 5 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4831, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4837, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4846, key.length: 15 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4869, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4874, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4894, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4899, key.length: 33 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4940, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4945, key.length: 33 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4986, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4993, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4998, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5023, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5027, key.length: 12 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 5041, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5049, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5053, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5064, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5068, key.length: 12 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 5082, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5090, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5094, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5105, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5109, key.length: 12 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 5123, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5131, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5139, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5148, key.length: 18 }, { key.kind: source.lang.swift.ref.protocol, key.name: "FooProtocolBase", key.usr: "c:objc(pl)FooProtocolBase", key.offset: 5169, key.length: 15 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5189, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5195, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5215, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5220, key.length: 20 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5248, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5253, key.length: 20 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 5274, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 5276, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5276, key.length: 8 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 5286, key.length: 9 }, { key.kind: source.lang.swift.ref.class, key.name: "FooClassBase", key.usr: "c:objc(cs)FooClassBase", key.offset: 5301, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5320, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 5333, key.length: 11 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5345, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 5351, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 5357, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5351, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5357, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Float", key.usr: "s:Sf", key.offset: 5360, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5372, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5377, key.length: 29 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5414, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5420, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5425, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5450, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5455, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 5475, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5491, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5496, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 5516, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5532, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5537, key.length: 15 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 5558, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5574, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5579, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 5599, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5612, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5618, key.length: 15 }, { key.kind: source.lang.swift.ref.class, key.name: "FooClassBase", key.usr: "c:objc(cs)FooClassBase", key.offset: 5636, key.length: 12 }, { key.kind: source.lang.swift.ref.protocol, key.name: "FooProtocolDerived", key.usr: "c:objc(pl)FooProtocolDerived", key.offset: 5650, key.length: 18 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5676, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5680, key.length: 12 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 5694, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5705, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5709, key.length: 12 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 5723, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5734, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5738, key.length: 12 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 5752, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5760, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5771, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5776, key.length: 16 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5800, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5805, key.length: 16 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 5822, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 5824, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5824, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 5827, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5839, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5844, key.length: 16 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 5861, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 5863, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5863, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 5866, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 5873, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 5879, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5873, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5879, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 5882, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5894, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5899, key.length: 29 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5936, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5942, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5947, key.length: 13 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5968, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5973, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 5993, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6009, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6014, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 6034, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6050, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6055, key.length: 15 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 6076, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6092, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6097, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 6117, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6130, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6134, key.length: 11 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 6147, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6155, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6161, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6165, key.length: 11 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 6178, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6186, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6192, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6196, key.length: 11 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 6209, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6217, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6223, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6227, key.length: 11 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt32", key.usr: "s:Vs6UInt32", key.offset: 6240, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6249, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6255, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6259, key.length: 11 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt64", key.usr: "s:Vs6UInt64", key.offset: 6272, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6281, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6287, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6291, key.length: 17 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 6310, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6318, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6324, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6328, key.length: 17 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 6347, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6355, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6361, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6366, key.length: 16 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6385, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6390, key.length: 21 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6414, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6421, key.length: 15 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6444, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6448, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 6451, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6462, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6474, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 6479, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 6481, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6479, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6481, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 6484, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6493, key.length: 9 }, { key.kind: source.lang.swift.ref.class, key.name: "FooClassBase", key.usr: "c:objc(cs)FooClassBase", key.offset: 6503, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6523, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6528, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 6548, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6561, key.length: 9 }, { key.kind: source.lang.swift.ref.class, key.name: "FooClassBase", key.usr: "c:objc(cs)FooClassBase", key.offset: 6571, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6591, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6596, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 6616, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6632, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6637, key.length: 15 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 6658, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6671, key.length: 9 }, { key.kind: source.lang.swift.ref.class, key.name: "FooClassBase", key.usr: "c:objc(cs)FooClassBase", key.offset: 6681, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6701, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6706, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 6726, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6739, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6748, key.length: 13 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6766, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6772, key.length: 21 }, { key.kind: source.lang.swift.ref.protocol, key.name: "_InternalProt", key.usr: "c:objc(pl)_InternalProt", key.offset: 6796, key.length: 13 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6814, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6820, key.length: 25 }, { key.kind: source.lang.swift.ref.class, key.name: "FooClassBase", key.usr: "c:objc(cs)FooClassBase", key.offset: 6848, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 6868, key.length: 15 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6884, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6888, key.length: 10 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 6900, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 6916, key.length: 15 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6932, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6936, key.length: 16 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 6954, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6970, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6974, key.length: 10 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 6986, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7002, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7006, key.length: 9 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 7017, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 7033, key.length: 10 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7044, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7048, key.length: 8 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 7058, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 7074, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7079, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7083, key.length: 7 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 7092, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7108, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7112, key.length: 6 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 7120, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7131, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7136, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 7156, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7172, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7177, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 7197, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7213, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7218, key.length: 15 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 7239, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7255, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7260, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 7280, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7293, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7299, key.length: 21 }, { key.kind: source.lang.swift.ref.class, key.name: "FooClassBase", key.usr: "c:objc(cs)FooClassBase", key.offset: 7323, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 7343, key.length: 11 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7355, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 7361, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 7365, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7361, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7365, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 7368, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7380, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7386, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7391, key.length: 7 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 7399, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 7401, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7401, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 7404, key.length: 5 }, { key.kind: source.lang.swift.ref.class, key.name: "FooUnavailableMembers", key.usr: "c:objc(cs)FooUnavailableMembers", key.offset: 7414, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7425, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7430, key.length: 11 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7449, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7454, key.length: 16 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7478, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7483, key.length: 10 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7501, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7506, key.length: 22 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7536, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7541, key.length: 22 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7571, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7576, key.length: 21 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7605, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7610, key.length: 23 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7641, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7646, key.length: 25 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7679, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7684, key.length: 25 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7717, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7722, key.length: 24 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7754, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7759, key.length: 26 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7793, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7798, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 7818, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7834, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7839, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 7859, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7875, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7880, key.length: 15 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 7901, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7917, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7922, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 7942, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7955, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7965, key.length: 12 }, { key.kind: source.lang.swift.ref.struct, key.name: "OpaquePointer", key.usr: "s:Vs13OpaquePointer", key.offset: 7980, key.length: 13 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7994, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7999, key.length: 16 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 8016, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 8018, key.length: 1 }, { key.kind: source.lang.swift.ref.typealias, key.name: "FooCFTypeRef", key.usr: "c:Foo.h@T@FooCFTypeRef", key.offset: 8021, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 8035, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8040, key.length: 11 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 8052, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 8054, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8054, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 8057, key.length: 5 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 8067, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 8073, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8080, key.length: 11 }, { key.kind: source.lang.swift.ref.protocol, key.name: "RawRepresentable", key.usr: "s:Ps16RawRepresentable", key.offset: 8094, key.length: 16 }, { key.kind: source.lang.swift.ref.protocol, key.name: "Equatable", key.usr: "s:Ps9Equatable", key.offset: 8112, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 8129, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 8134, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 8136, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8136, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt32", key.usr: "s:Vs6UInt32", key.offset: 8146, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 8159, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 8164, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 8173, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8164, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8173, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt32", key.usr: "s:Vs6UInt32", key.offset: 8183, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 8196, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8200, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt32", key.usr: "s:Vs6UInt32", key.offset: 8210, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 8219, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8223, key.length: 12 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooSubEnum1", key.usr: "c:@E@FooSubEnum1", key.offset: 8237, key.length: 11 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8251, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 8257, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8261, key.length: 12 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooSubEnum1", key.usr: "c:@E@FooSubEnum1", key.offset: 8275, key.length: 11 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8289, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 8295, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8299, key.length: 25 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 8326, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8332, key.length: 3 } ] [ { key.kind: source.lang.swift.decl.struct, key.name: "FooEnum1", key.usr: "c:@E@FooEnum1", key.doc.full_as_xml: "FooEnum1c:@E@FooEnum1struct FooEnum1 : RawRepresentable, Equatable Aaa. FooEnum1. Bbb.", key.offset: 36, key.length: 142, key.fully_annotated_decl: "struct FooEnum1 : RawRepresentable, Equatable", key.conforms: [ { key.kind: source.lang.swift.ref.protocol, key.name: "RawRepresentable", key.usr: "s:Ps16RawRepresentable" }, { key.kind: source.lang.swift.ref.protocol, key.name: "Equatable", key.usr: "s:Ps9Equatable" } ], key.entities: [ { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(_:)", key.usr: "s:FVSC8FooEnum1cFVs6UInt32S_", key.offset: 89, key.length: 24, key.fully_annotated_decl: "init(_ rawValue: UInt32)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "rawValue", key.offset: 106, key.length: 6 } ] }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(rawValue:)", key.usr: "s:FVSC8FooEnum1cFT8rawValueVs6UInt32_S_", key.offset: 119, key.length: 31, key.fully_annotated_decl: "init(rawValue: UInt32)", key.conforms: [ { key.kind: source.lang.swift.ref.function.constructor, key.name: "init(rawValue:)", key.usr: "s:FPs16RawRepresentablecFT8rawValuewx8RawValue_GSqx_" } ], key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "rawValue", key.name: "rawValue", key.offset: 143, key.length: 6 } ] }, { key.kind: source.lang.swift.decl.var.instance, key.name: "rawValue", key.usr: "s:vVSC8FooEnum18rawValueVs6UInt32", key.offset: 156, key.length: 20, key.fully_annotated_decl: "var rawValue: UInt32", key.conforms: [ { key.kind: source.lang.swift.ref.var.instance, key.name: "rawValue", key.usr: "s:vPs16RawRepresentable8rawValuewx8RawValue" } ] } ] }, { key.kind: source.lang.swift.decl.var.global, key.name: "FooEnum1X", key.usr: "c:@E@FooEnum1@FooEnum1X", key.doc.full_as_xml: "FooEnum1Xc:@E@FooEnum1@FooEnum1Xvar FooEnum1X: FooEnum1 { get } Aaa. FooEnum1X. Bbb.", key.offset: 179, key.length: 31, key.fully_annotated_decl: "var FooEnum1X: FooEnum1 { get }" }, { key.kind: source.lang.swift.decl.struct, key.name: "FooEnum2", key.usr: "c:@E@FooEnum2", key.offset: 211, key.length: 142, key.fully_annotated_decl: "struct FooEnum2 : RawRepresentable, Equatable", key.conforms: [ { key.kind: source.lang.swift.ref.protocol, key.name: "RawRepresentable", key.usr: "s:Ps16RawRepresentable" }, { key.kind: source.lang.swift.ref.protocol, key.name: "Equatable", key.usr: "s:Ps9Equatable" } ], key.entities: [ { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(_:)", key.usr: "s:FVSC8FooEnum2cFVs6UInt32S_", key.offset: 264, key.length: 24, key.fully_annotated_decl: "init(_ rawValue: UInt32)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "rawValue", key.offset: 281, key.length: 6 } ] }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(rawValue:)", key.usr: "s:FVSC8FooEnum2cFT8rawValueVs6UInt32_S_", key.offset: 294, key.length: 31, key.fully_annotated_decl: "init(rawValue: UInt32)", key.conforms: [ { key.kind: source.lang.swift.ref.function.constructor, key.name: "init(rawValue:)", key.usr: "s:FPs16RawRepresentablecFT8rawValuewx8RawValue_GSqx_" } ], key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "rawValue", key.name: "rawValue", key.offset: 318, key.length: 6 } ] }, { key.kind: source.lang.swift.decl.var.instance, key.name: "rawValue", key.usr: "s:vVSC8FooEnum28rawValueVs6UInt32", key.offset: 331, key.length: 20, key.fully_annotated_decl: "var rawValue: UInt32", key.conforms: [ { key.kind: source.lang.swift.ref.var.instance, key.name: "rawValue", key.usr: "s:vPs16RawRepresentable8rawValuewx8RawValue" } ] } ] }, { key.kind: source.lang.swift.decl.var.global, key.name: "FooEnum2X", key.usr: "c:@E@FooEnum2@FooEnum2X", key.offset: 354, key.length: 31, key.fully_annotated_decl: "var FooEnum2X: FooEnum2 { get }" }, { key.kind: source.lang.swift.decl.var.global, key.name: "FooEnum2Y", key.usr: "c:@E@FooEnum2@FooEnum2Y", key.offset: 386, key.length: 31, key.fully_annotated_decl: "var FooEnum2Y: FooEnum2 { get }" }, { key.kind: source.lang.swift.decl.struct, key.name: "FooEnum3", key.usr: "c:@E@FooEnum3", key.offset: 418, key.length: 142, key.fully_annotated_decl: "struct FooEnum3 : RawRepresentable, Equatable", key.conforms: [ { key.kind: source.lang.swift.ref.protocol, key.name: "RawRepresentable", key.usr: "s:Ps16RawRepresentable" }, { key.kind: source.lang.swift.ref.protocol, key.name: "Equatable", key.usr: "s:Ps9Equatable" } ], key.entities: [ { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(_:)", key.usr: "s:FVSC8FooEnum3cFVs6UInt32S_", key.offset: 471, key.length: 24, key.fully_annotated_decl: "init(_ rawValue: UInt32)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "rawValue", key.offset: 488, key.length: 6 } ] }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(rawValue:)", key.usr: "s:FVSC8FooEnum3cFT8rawValueVs6UInt32_S_", key.offset: 501, key.length: 31, key.fully_annotated_decl: "init(rawValue: UInt32)", key.conforms: [ { key.kind: source.lang.swift.ref.function.constructor, key.name: "init(rawValue:)", key.usr: "s:FPs16RawRepresentablecFT8rawValuewx8RawValue_GSqx_" } ], key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "rawValue", key.name: "rawValue", key.offset: 525, key.length: 6 } ] }, { key.kind: source.lang.swift.decl.var.instance, key.name: "rawValue", key.usr: "s:vVSC8FooEnum38rawValueVs6UInt32", key.offset: 538, key.length: 20, key.fully_annotated_decl: "var rawValue: UInt32", key.conforms: [ { key.kind: source.lang.swift.ref.var.instance, key.name: "rawValue", key.usr: "s:vPs16RawRepresentable8rawValuewx8RawValue" } ] } ] }, { key.kind: source.lang.swift.decl.var.global, key.name: "FooEnum3X", key.usr: "c:@E@FooEnum3@FooEnum3X", key.offset: 561, key.length: 31, key.fully_annotated_decl: "var FooEnum3X: FooEnum3 { get }" }, { key.kind: source.lang.swift.decl.var.global, key.name: "FooEnum3Y", key.usr: "c:@E@FooEnum3@FooEnum3Y", key.offset: 593, key.length: 31, key.fully_annotated_decl: "var FooEnum3Y: FooEnum3 { get }" }, { key.kind: source.lang.swift.decl.enum, key.name: "FooComparisonResult", key.usr: "c:@E@FooComparisonResult", key.doc.full_as_xml: "FooComparisonResultc:@E@FooComparisonResultenum FooComparisonResult : Int Aaa. FooComparisonResult. Bbb.", key.offset: 625, key.length: 1186, key.fully_annotated_decl: "enum FooComparisonResult : Int", key.inherits: [ { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si" } ], key.entities: [ { key.kind: source.lang.swift.decl.enumelement, key.name: "orderedAscending", key.usr: "c:@E@FooComparisonResult@FooOrderedAscending", key.offset: 663, key.length: 21, key.fully_annotated_decl: "case orderedAscending = -1" }, { key.kind: source.lang.swift.decl.enumelement, key.name: "orderedSame", key.usr: "c:@E@FooComparisonResult@FooOrderedSame", key.offset: 690, key.length: 16, key.fully_annotated_decl: "case orderedSame = 0" }, { key.kind: source.lang.swift.decl.enumelement, key.name: "orderedDescending", key.usr: "c:@E@FooComparisonResult@FooOrderedDescending", key.offset: 712, key.length: 22, key.fully_annotated_decl: "case orderedDescending = 1" }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "distance(to:)", key.usr: "s:FEsPs13SignedInteger8distanceFT2tox_Si::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:FEsPs13SignedInteger8distanceFT2tox_Si", key.offset: 740, key.length: 36, key.fully_annotated_decl: "func distance(to other: Self) -> Int", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "to", key.name: "other", key.offset: 764, key.length: 4 } ] }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "advanced(by:)", key.usr: "s:FEsPs13SignedInteger8advancedFT2bySi_x::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:FEsPs13SignedInteger8advancedFT2bySi_x", key.offset: 782, key.length: 32, key.fully_annotated_decl: "func advanced(by n: Int) -> Self", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "by", key.name: "n", key.offset: 802, key.length: 3 } ] }, { key.kind: source.lang.swift.decl.function.method.static, key.name: "addWithOverflow(_:_:)", key.usr: "s:ZFSi15addWithOverflowFTSiSi_TSi8overflowSb_::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:ZFSi15addWithOverflowFTSiSi_TSi8overflowSb_", key.doc.full_as_xml: "addWithOverflow(_:_:)s:ZFSi15addWithOverflowFTSiSi_TSi8overflowSb_static func addWithOverflow(lhs: Int, _ rhs: Int) -> (Int, overflow: Bool)Add lhs and rhs, returning a result and a Bool that is true iff the operation caused an arithmetic overflow.", key.offset: 820, key.length: 76, key.fully_annotated_decl: "static func addWithOverflow(lhs: Int, _ rhs: Int) -> (Int, overflow: Bool)", key.conforms: [ { key.kind: source.lang.swift.ref.function.method.static, key.name: "addWithOverflow(_:_:)", key.usr: "s:ZFPs18_IntegerArithmetic15addWithOverflowFTxx_Tx8overflowSb_" } ], key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "lhs", key.offset: 855, key.length: 3 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "rhs", key.offset: 867, key.length: 3 } ] }, { key.kind: source.lang.swift.decl.function.method.static, key.name: "subtractWithOverflow(_:_:)", key.usr: "s:ZFSi20subtractWithOverflowFTSiSi_TSi8overflowSb_::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:ZFSi20subtractWithOverflowFTSiSi_TSi8overflowSb_", key.doc.full_as_xml: "subtractWithOverflow(_:_:)s:ZFSi20subtractWithOverflowFTSiSi_TSi8overflowSb_static func subtractWithOverflow(lhs: Int, _ rhs: Int) -> (Int, overflow: Bool)Subtract lhs and rhs, returning a result and a Bool that is true iff the operation caused an arithmetic overflow.", key.offset: 902, key.length: 81, key.fully_annotated_decl: "static func subtractWithOverflow(lhs: Int, _ rhs: Int) -> (Int, overflow: Bool)", key.conforms: [ { key.kind: source.lang.swift.ref.function.method.static, key.name: "subtractWithOverflow(_:_:)", key.usr: "s:ZFPs18_IntegerArithmetic20subtractWithOverflowFTxx_Tx8overflowSb_" } ], key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "lhs", key.offset: 942, key.length: 3 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "rhs", key.offset: 954, key.length: 3 } ] }, { key.kind: source.lang.swift.decl.function.method.static, key.name: "multiplyWithOverflow(_:_:)", key.usr: "s:ZFSi20multiplyWithOverflowFTSiSi_TSi8overflowSb_::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:ZFSi20multiplyWithOverflowFTSiSi_TSi8overflowSb_", key.doc.full_as_xml: "multiplyWithOverflow(_:_:)s:ZFSi20multiplyWithOverflowFTSiSi_TSi8overflowSb_static func multiplyWithOverflow(lhs: Int, _ rhs: Int) -> (Int, overflow: Bool)Multiply lhs and rhs, returning a result and a Bool that is true iff the operation caused an arithmetic overflow.", key.offset: 989, key.length: 81, key.fully_annotated_decl: "static func multiplyWithOverflow(lhs: Int, _ rhs: Int) -> (Int, overflow: Bool)", key.conforms: [ { key.kind: source.lang.swift.ref.function.method.static, key.name: "multiplyWithOverflow(_:_:)", key.usr: "s:ZFPs18_IntegerArithmetic20multiplyWithOverflowFTxx_Tx8overflowSb_" } ], key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "lhs", key.offset: 1029, key.length: 3 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "rhs", key.offset: 1041, key.length: 3 } ] }, { key.kind: source.lang.swift.decl.function.method.static, key.name: "divideWithOverflow(_:_:)", key.usr: "s:ZFSi18divideWithOverflowFTSiSi_TSi8overflowSb_::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:ZFSi18divideWithOverflowFTSiSi_TSi8overflowSb_", key.doc.full_as_xml: "divideWithOverflow(_:_:)s:ZFSi18divideWithOverflowFTSiSi_TSi8overflowSb_static func divideWithOverflow(lhs: Int, _ rhs: Int) -> (Int, overflow: Bool)Divide lhs and rhs, returning a result and a Bool that is true iff the operation caused an arithmetic overflow.", key.offset: 1076, key.length: 79, key.fully_annotated_decl: "static func divideWithOverflow(lhs: Int, _ rhs: Int) -> (Int, overflow: Bool)", key.conforms: [ { key.kind: source.lang.swift.ref.function.method.static, key.name: "divideWithOverflow(_:_:)", key.usr: "s:ZFPs18_IntegerArithmetic18divideWithOverflowFTxx_Tx8overflowSb_" } ], key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "lhs", key.offset: 1114, key.length: 3 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "rhs", key.offset: 1126, key.length: 3 } ] }, { key.kind: source.lang.swift.decl.function.method.static, key.name: "remainderWithOverflow(_:_:)", key.usr: "s:ZFSi21remainderWithOverflowFTSiSi_TSi8overflowSb_::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:ZFSi21remainderWithOverflowFTSiSi_TSi8overflowSb_", key.doc.full_as_xml: "remainderWithOverflow(_:_:)s:ZFSi21remainderWithOverflowFTSiSi_TSi8overflowSb_static func remainderWithOverflow(lhs: Int, _ rhs: Int) -> (Int, overflow: Bool)Divide lhs and rhs, returning the remainder and a Bool that is true iff the operation caused an arithmetic overflow.", key.offset: 1161, key.length: 82, key.fully_annotated_decl: "static func remainderWithOverflow(lhs: Int, _ rhs: Int) -> (Int, overflow: Bool)", key.conforms: [ { key.kind: source.lang.swift.ref.function.method.static, key.name: "remainderWithOverflow(_:_:)", key.usr: "s:ZFPs18_IntegerArithmetic21remainderWithOverflowFTxx_Tx8overflowSb_" } ], key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "lhs", key.offset: 1202, key.length: 3 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "rhs", key.offset: 1214, key.length: 3 } ] }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "toIntMax()", key.usr: "s:FSi8toIntMaxFT_Vs5Int64::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:FSi8toIntMaxFT_Vs5Int64", key.doc.full_as_xml: "toIntMax()s:FSi8toIntMaxFT_Vs5Int64func toIntMax() -> IntMaxRepresent this number using Swift's widest native signed integer type.", key.offset: 1249, key.length: 25, key.fully_annotated_decl: "func toIntMax() -> IntMax", key.conforms: [ { key.kind: source.lang.swift.ref.function.method.instance, key.name: "toIntMax()", key.usr: "s:FPs17IntegerArithmetic8toIntMaxFT_Vs5Int64" }, { key.kind: source.lang.swift.ref.function.method.instance, key.name: "toIntMax()", key.usr: "s:FPs13SignedInteger8toIntMaxFT_Vs5Int64" }, { key.kind: source.lang.swift.ref.function.method.instance, key.name: "toIntMax()", key.usr: "s:FPs14_SignedInteger8toIntMaxFT_Vs5Int64" } ] }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(_:)", key.usr: "s:FSicFVs5UInt8Si::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:FSicFVs5UInt8Si", key.offset: 1280, key.length: 16, key.fully_annotated_decl: "init(_ v: UInt8)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "v", key.offset: 1290, key.length: 5 } ] }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(_:)", key.usr: "s:FSicFVs4Int8Si::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:FSicFVs4Int8Si", key.offset: 1302, key.length: 15, key.fully_annotated_decl: "init(_ v: Int8)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "v", key.offset: 1312, key.length: 4 } ] }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(_:)", key.usr: "s:FSicFVs6UInt16Si::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:FSicFVs6UInt16Si", key.offset: 1323, key.length: 17, key.fully_annotated_decl: "init(_ v: UInt16)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "v", key.offset: 1333, key.length: 6 } ] }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(_:)", key.usr: "s:FSicFVs5Int16Si::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:FSicFVs5Int16Si", key.offset: 1346, key.length: 16, key.fully_annotated_decl: "init(_ v: Int16)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "v", key.offset: 1356, key.length: 5 } ] }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(_:)", key.usr: "s:FSicFVs6UInt32Si::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:FSicFVs6UInt32Si", key.offset: 1368, key.length: 17, key.fully_annotated_decl: "init(_ v: UInt32)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "v", key.offset: 1378, key.length: 6 } ] }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(_:)", key.usr: "s:FSicFVs5Int32Si::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:FSicFVs5Int32Si", key.offset: 1391, key.length: 16, key.fully_annotated_decl: "init(_ v: Int32)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "v", key.offset: 1401, key.length: 5 } ] }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(_:)", key.usr: "s:FSicFVs6UInt64Si::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:FSicFVs6UInt64Si", key.offset: 1413, key.length: 17, key.fully_annotated_decl: "init(_ v: UInt64)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "v", key.offset: 1423, key.length: 6 } ] }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(truncatingBitPattern:)", key.usr: "s:FSicFT20truncatingBitPatternVs6UInt64_Si::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:FSicFT20truncatingBitPatternVs6UInt64_Si", key.doc.full_as_xml: "init(truncatingBitPattern:)s:FSicFT20truncatingBitPatternVs6UInt64_Siinit(truncatingBitPattern: UInt64)Construct a Int having the same bitwise representation as the least significant bits of the provided bit pattern.No range or overflow checking occurs.", key.offset: 1436, key.length: 55, key.fully_annotated_decl: "init(truncatingBitPattern: UInt64)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "truncatingBitPattern", key.name: "truncatingBitPattern", key.offset: 1484, key.length: 6 } ] }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(_:)", key.usr: "s:FSicFVs5Int64Si::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:FSicFVs5Int64Si", key.offset: 1497, key.length: 16, key.fully_annotated_decl: "init(_ v: Int64)", key.conforms: [ { key.kind: source.lang.swift.ref.function.constructor, key.name: "init(_:)", key.usr: "s:FPs13SignedIntegercFVs5Int64x" }, { key.kind: source.lang.swift.ref.function.constructor, key.name: "init(_:)", key.usr: "s:FPs14_SignedIntegercFVs5Int64x" } ], key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "v", key.offset: 1507, key.length: 5 } ] }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(truncatingBitPattern:)", key.usr: "s:FSicFT20truncatingBitPatternVs5Int64_Si::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:FSicFT20truncatingBitPatternVs5Int64_Si", key.doc.full_as_xml: "init(truncatingBitPattern:)s:FSicFT20truncatingBitPatternVs5Int64_Siinit(truncatingBitPattern: Int64)Construct a Int having the same bitwise representation as the least significant bits of the provided bit pattern.No range or overflow checking occurs.", key.offset: 1519, key.length: 54, key.fully_annotated_decl: "init(truncatingBitPattern: Int64)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "truncatingBitPattern", key.name: "truncatingBitPattern", key.offset: 1567, key.length: 5 } ] }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(_:)", key.usr: "s:FSicFSuSi::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:FSicFSuSi", key.offset: 1579, key.length: 15, key.fully_annotated_decl: "init(_ v: UInt)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "v", key.offset: 1589, key.length: 4 } ] }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(bitPattern:)", key.usr: "s:FSicFT10bitPatternSu_Si::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:FSicFT10bitPatternSu_Si", key.doc.full_as_xml: "init(bitPattern:)s:FSicFT10bitPatternSu_Siinit(bitPattern: UInt)Construct a Int having the same memory representation as the UInt bitPattern. No range or overflow checking occurs, and the resulting Int may not have the same numeric value as bitPattern--it is only guaranteed to use the same pattern of bits.", key.offset: 1600, key.length: 33, key.fully_annotated_decl: "init(bitPattern: UInt)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "bitPattern", key.name: "bitPattern", key.offset: 1628, key.length: 4 } ] }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(_:)", key.usr: "s:FSicFSfSi::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:FSicFSfSi", key.doc.full_as_xml: "init(_:)s:FSicFSfSiinit(_ other: Float)Construct an instance that approximates other.", key.offset: 1639, key.length: 20, key.fully_annotated_decl: "init(_ other: Float)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "other", key.offset: 1653, key.length: 5 } ] }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(_:)", key.usr: "s:FSicFSdSi::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:FSicFSdSi", key.doc.full_as_xml: "init(_:)s:FSicFSdSiinit(_ other: Double)Construct an instance that approximates other.", key.offset: 1665, key.length: 21, key.fully_annotated_decl: "init(_ other: Double)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "other", key.offset: 1679, key.length: 6 } ] }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(_:)", key.usr: "s:FSicFVs7Float80Si::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:FSicFVs7Float80Si", key.doc.full_as_xml: "init(_:)s:FSicFVs7Float80Siinit(_ other: Float80)Construct an instance that approximates other.", key.offset: 1692, key.length: 22, key.fully_annotated_decl: "init(_ other: Float80)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "other", key.offset: 1706, key.length: 7 } ] }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(_:radix:)", key.usr: "s:FSicFTSS5radixSi_GSqSi_::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:FSicFTSS5radixSi_GSqSi_", key.doc.full_as_xml: "init(_:radix:)s:FSicFTSS5radixSi_GSqSi_init?(_ text: String, radix: Int = default)Construct from an ASCII representation in the given radix.If text does not match the regular expression "[+-]?[0-9a-zA-Z]+", or the value it denotes in the given radix is not representable, the result is nil.", key.offset: 1720, key.length: 49, key.fully_annotated_decl: "init?(_ text: String, radix: Int = default)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "text", key.offset: 1734, key.length: 6 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "radix", key.name: "radix", key.offset: 1755, key.length: 3 } ] }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(_:)", key.usr: "s:FSicFVs16ObjectIdentifierSi::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:FSicFVs16ObjectIdentifierSi", key.doc.full_as_xml: "init(_:)s:FSicFVs16ObjectIdentifierSiinit(_ objectID: ObjectIdentifier)Create an Int that captures the full value of objectID.", key.offset: 1775, key.length: 34, key.fully_annotated_decl: "init(_ objectID: ObjectIdentifier)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "objectID", key.offset: 1792, key.length: 16 } ] } ] }, { key.kind: source.lang.swift.decl.extension.enum, key.offset: 1813, key.length: 91, key.conforms: [ { key.kind: source.lang.swift.ref.protocol, key.name: "BitwiseOperations", key.usr: "s:Ps17BitwiseOperations" } ], key.extends: { key.kind: source.lang.swift.ref.enum, key.name: "FooComparisonResult", key.usr: "c:@E@FooComparisonResult" }, key.entities: [ { key.kind: source.lang.swift.decl.var.static, key.name: "allZeros", key.usr: "s:ZvSi8allZerosSi::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:ZvSi8allZerosSi", key.doc.full_as_xml: "allZeross:ZvSi8allZerosSistatic var allZeros: Int { get }The empty bitset of type Int.", key.offset: 1870, key.length: 32, key.fully_annotated_decl: "static var allZeros: Int { get }", key.conforms: [ { key.kind: source.lang.swift.ref.var.static, key.name: "allZeros", key.usr: "s:ZvPs17BitwiseOperations8allZerosx" } ] } ] }, { key.kind: source.lang.swift.decl.extension.enum, key.offset: 1906, key.length: 96, key.conforms: [ { key.kind: source.lang.swift.ref.protocol, key.name: "CustomStringConvertible", key.usr: "s:Ps23CustomStringConvertible" } ], key.extends: { key.kind: source.lang.swift.ref.enum, key.name: "FooComparisonResult", key.usr: "c:@E@FooComparisonResult" }, key.entities: [ { key.kind: source.lang.swift.decl.var.instance, key.name: "description", key.usr: "s:vSi11descriptionSS::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:vSi11descriptionSS", key.doc.full_as_xml: "descriptions:vSi11descriptionSSvar description: String { get }A textual representation of self.", key.offset: 1969, key.length: 31, key.fully_annotated_decl: "var description: String { get }", key.conforms: [ { key.kind: source.lang.swift.ref.var.instance, key.name: "description", key.usr: "s:vPs23CustomStringConvertible11descriptionSS" } ] } ] }, { key.kind: source.lang.swift.decl.extension.enum, key.offset: 2004, key.length: 76, key.conforms: [ { key.kind: source.lang.swift.ref.protocol, key.name: "Hashable", key.usr: "s:Ps8Hashable" } ], key.extends: { key.kind: source.lang.swift.ref.enum, key.name: "FooComparisonResult", key.usr: "c:@E@FooComparisonResult" }, key.entities: [ { key.kind: source.lang.swift.decl.var.instance, key.name: "hashValue", key.usr: "s:vSi9hashValueSi::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:vSi9hashValueSi", key.doc.full_as_xml: "hashValues:vSi9hashValueSivar hashValue: Int { get }The hash value.Axiom: x == y implies x.hashValue == y.hashValue.The hash value is not guaranteed to be stable across different invocations of the same program. Do not persist the hash value across program runs.", key.offset: 2052, key.length: 26, key.fully_annotated_decl: "var hashValue: Int { get }", key.conforms: [ { key.kind: source.lang.swift.ref.var.instance, key.name: "hashValue", key.usr: "s:vPs8Hashable9hashValueSi" } ] } ] }, { key.kind: source.lang.swift.decl.extension.enum, key.offset: 2082, key.length: 48, key.conforms: [ { key.kind: source.lang.swift.ref.protocol, key.name: "SignedNumber", key.usr: "s:Ps12SignedNumber" } ], key.extends: { key.kind: source.lang.swift.ref.enum, key.name: "FooComparisonResult", key.usr: "c:@E@FooComparisonResult" } }, { key.kind: source.lang.swift.decl.extension.enum, key.offset: 2132, key.length: 91, key.conforms: [ { key.kind: source.lang.swift.ref.protocol, key.name: "CustomReflectable", key.usr: "s:Ps17CustomReflectable" } ], key.extends: { key.kind: source.lang.swift.ref.enum, key.name: "FooComparisonResult", key.usr: "c:@E@FooComparisonResult" }, key.entities: [ { key.kind: source.lang.swift.decl.var.instance, key.name: "customMirror", key.usr: "s:vSi12customMirrorVs6Mirror::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:vSi12customMirrorVs6Mirror", key.doc.full_as_xml: "customMirrors:vSi12customMirrorVs6Mirrorvar customMirror: Mirror { get }Returns a mirror that reflects self.", key.offset: 2189, key.length: 32, key.fully_annotated_decl: "var customMirror: Mirror { get }", key.conforms: [ { key.kind: source.lang.swift.ref.var.instance, key.name: "customMirror", key.usr: "s:vPs17CustomReflectable12customMirrorVs6Mirror" } ] } ] }, { key.kind: source.lang.swift.decl.extension.enum, key.offset: 2225, key.length: 129, key.conforms: [ { key.kind: source.lang.swift.ref.protocol, key.name: "CustomPlaygroundQuickLookable", key.usr: "s:Ps29CustomPlaygroundQuickLookable" } ], key.extends: { key.kind: source.lang.swift.ref.enum, key.name: "FooComparisonResult", key.usr: "c:@E@FooComparisonResult" }, key.entities: [ { key.kind: source.lang.swift.decl.var.instance, key.name: "customPlaygroundQuickLook", key.usr: "s:vSi25customPlaygroundQuickLookOs19PlaygroundQuickLook::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:vSi25customPlaygroundQuickLookOs19PlaygroundQuickLook", key.offset: 2294, key.length: 58, key.fully_annotated_decl: "var customPlaygroundQuickLook: PlaygroundQuickLook { get }", key.conforms: [ { key.kind: source.lang.swift.ref.var.instance, key.name: "customPlaygroundQuickLook", key.usr: "s:vPs29CustomPlaygroundQuickLookable25customPlaygroundQuickLookOs19PlaygroundQuickLook" } ] } ] }, { key.kind: source.lang.swift.decl.extension.enum, key.offset: 2356, key.length: 43, key.conforms: [ { key.kind: source.lang.swift.ref.protocol, key.name: "CVarArg", key.usr: "s:Ps7CVarArg" } ], key.extends: { key.kind: source.lang.swift.ref.enum, key.name: "FooComparisonResult", key.usr: "c:@E@FooComparisonResult" } }, { key.kind: source.lang.swift.decl.struct, key.name: "FooRuncingOptions", key.usr: "c:@E@FooRuncingOptions", key.doc.full_as_xml: "FooRuncingOptionsc:@E@FooRuncingOptionsstruct FooRuncingOptions : OptionSet Aaa. FooRuncingOptions. Bbb.", key.offset: 2400, key.length: 185, key.fully_annotated_decl: "struct FooRuncingOptions : OptionSet", key.conforms: [ { key.kind: source.lang.swift.ref.protocol, key.name: "OptionSet", key.usr: "s:Ps9OptionSet" } ], key.entities: [ { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(rawValue:)", key.usr: "s:FVSC17FooRuncingOptionscFT8rawValueSi_S_", key.offset: 2444, key.length: 28, key.fully_annotated_decl: "init(rawValue: Int)", key.conforms: [ { key.kind: source.lang.swift.ref.function.constructor, key.name: "init(rawValue:)", key.usr: "s:FPs9OptionSetcFT8rawValuewx8RawValue_x" }, { key.kind: source.lang.swift.ref.function.constructor, key.name: "init(rawValue:)", key.usr: "s:FPs16RawRepresentablecFT8rawValuewx8RawValue_GSqx_" } ], key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "rawValue", key.name: "rawValue", key.offset: 2468, key.length: 3 } ] }, { key.kind: source.lang.swift.decl.var.static, key.name: "enableMince", key.usr: "c:@E@FooRuncingOptions@FooRuncingEnableMince", key.offset: 2478, key.length: 49, key.fully_annotated_decl: "static var enableMince: FooRuncingOptions { get }" }, { key.kind: source.lang.swift.decl.var.static, key.name: "enableQuince", key.usr: "c:@E@FooRuncingOptions@FooRuncingEnableQuince", key.offset: 2533, key.length: 50, key.fully_annotated_decl: "static var enableQuince: FooRuncingOptions { get }" } ] }, { key.kind: source.lang.swift.decl.extension.struct, key.doc.full_as_xml: "extension FooRuncingOptionsOptionSet requirements for which default implementations are supplied.A type conforming to OptionSet can implement any of these initializers or methods, and those implementations will be used in lieu of these defaults.", key.offset: 2587, key.length: 158, key.extends: { key.kind: source.lang.swift.ref.struct, key.name: "FooRuncingOptions", key.usr: "c:@E@FooRuncingOptions" }, key.entities: [ { key.kind: source.lang.swift.decl.function.method.instance, key.name: "union(_:)", key.usr: "s:FEsPs9OptionSet5unionFxx::SYNTHESIZED::c:@E@FooRuncingOptions", key.original_usr: "s:FEsPs9OptionSet5unionFxx", key.doc.full_as_xml: "union(_:)s:FEsPs9OptionSet5unionFxxfunc union(other: Self) -> SelfReturns the set of elements contained in self, in other, or in both self and other.", key.offset: 2622, key.length: 33, key.fully_annotated_decl: "func union(other: Self) -> Self", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "other", key.offset: 2642, key.length: 4 } ] }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "intersect(_:)", key.usr: "s:FEsPs9OptionSet9intersectFxx::SYNTHESIZED::c:@E@FooRuncingOptions", key.original_usr: "s:FEsPs9OptionSet9intersectFxx", key.doc.full_as_xml: "intersect(_:)s:FEsPs9OptionSet9intersectFxxfunc intersect(other: Self) -> SelfReturns the set of elements contained in both self and other.", key.offset: 2661, key.length: 37, key.fully_annotated_decl: "func intersect(other: Self) -> Self", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "other", key.offset: 2685, key.length: 4 } ] }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "exclusiveOr(_:)", key.usr: "s:FEsPs9OptionSet11exclusiveOrFxx::SYNTHESIZED::c:@E@FooRuncingOptions", key.original_usr: "s:FEsPs9OptionSet11exclusiveOrFxx", key.doc.full_as_xml: "exclusiveOr(_:)s:FEsPs9OptionSet11exclusiveOrFxxfunc exclusiveOr(other: Self) -> SelfReturns the set of elements contained in self or in other, but not in both self and other.", key.offset: 2704, key.length: 39, key.fully_annotated_decl: "func exclusiveOr(other: Self) -> Self", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "other", key.offset: 2730, key.length: 4 } ] } ] }, { key.kind: source.lang.swift.decl.extension.struct, key.generic_requirements: [ { key.description: "Element == Self" } ], key.doc.full_as_xml: "extension FooRuncingOptions where Element == SelfOptionSet requirements for which default implementations are supplied when Element == Self, which is the default.A type conforming to OptionSet can implement any of these initializers or methods, and those implementations will be used in lieu of these defaults.", key.offset: 2747, key.length: 167, key.extends: { key.kind: source.lang.swift.ref.struct, key.name: "FooRuncingOptions", key.usr: "c:@E@FooRuncingOptions" }, key.entities: [ { key.kind: source.lang.swift.decl.function.method.instance, key.name: "contains(_:)", key.usr: "s:FesRxs9OptionSetxzwx7ElementrS_8containsFxSb::SYNTHESIZED::c:@E@FooRuncingOptions", key.original_usr: "s:FesRxs9OptionSetxzwx7ElementrS_8containsFxSb", key.doc.full_as_xml: "contains(_:)s:FesRxs9OptionSetxzwx7ElementrS_8containsFxSbfunc contains(member: Self) -> BoolReturns true if self contains member.Equivalent to self.intersect([member]) == [member]", key.offset: 2782, key.length: 37, key.fully_annotated_decl: "func contains(member: Self) -> Bool", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "member", key.offset: 2806, key.length: 4 } ] }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "insert(_:)", key.usr: "s:FesRxs9OptionSetxzwx7ElementrS_6insertFwxS0_T_::SYNTHESIZED::c:@E@FooRuncingOptions", key.original_usr: "s:FesRxs9OptionSetxzwx7ElementrS_6insertFwxS0_T_", key.doc.full_as_xml: "insert(_:)s:FesRxs9OptionSetxzwx7ElementrS_6insertFwxS0_T_mutating func insert(member: Self)If member is not already contained in self, insert it.self.contains(member)Equivalent to self.unionInPlace([member])", key.offset: 2825, key.length: 36, key.fully_annotated_decl: "mutating func insert(member: Self)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "member", key.offset: 2856, key.length: 4 } ] }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "remove(_:)", key.usr: "s:FesRxs9OptionSetxzwx7ElementrS_6removeFwxS0_GSqwxS0__::SYNTHESIZED::c:@E@FooRuncingOptions", key.original_usr: "s:FesRxs9OptionSetxzwx7ElementrS_6removeFwxS0_GSqwxS0__", key.doc.full_as_xml: "remove(_:)s:FesRxs9OptionSetxzwx7ElementrS_6removeFwxS0_GSqwxS0__mutating func remove(member: Self) -> Self?If member is contained in self, remove and return it. Otherwise, return nil.self.intersect([member]).isEmpty", key.offset: 2867, key.length: 45, key.fully_annotated_decl: "mutating func remove(member: Self) -> Self?", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "member", key.offset: 2898, key.length: 4 } ] } ] }, { key.kind: source.lang.swift.decl.extension.struct, key.generic_requirements: [ { key.description: "RawValue : BitwiseOperations" } ], key.doc.full_as_xml: "extension FooRuncingOptions where RawValue : BitwiseOperationsOptionSet requirements for which default implementations are supplied when RawValue conforms to BitwiseOperations, which is the usual case. Each distinct bit of an option set's .rawValue corresponds to a disjoint element of the option set.A type conforming to OptionSet can implement any of these initializers or methods, and those implementations will be used in lieu of these defaults.union is implemented as a bitwise "or" (|) of rawValuesintersection is implemented as a bitwise "and" (|) of rawValuesexclusiveOr is implemented as a bitwise "exclusive or" (^) of rawValues", key.offset: 2916, key.length: 206, key.extends: { key.kind: source.lang.swift.ref.struct, key.name: "FooRuncingOptions", key.usr: "c:@E@FooRuncingOptions" }, key.entities: [ { key.kind: source.lang.swift.decl.function.constructor, key.name: "init()", key.usr: "s:FesRxs9OptionSetwx8RawValues17BitwiseOperationsrS_cFT_x::SYNTHESIZED::c:@E@FooRuncingOptions", key.original_usr: "s:FesRxs9OptionSetwx8RawValues17BitwiseOperationsrS_cFT_x", key.doc.full_as_xml: "init()s:FesRxs9OptionSetwx8RawValues17BitwiseOperationsrS_cFT_xconvenience init()Create an empty instance.Equivalent to [] as Self", key.offset: 2951, key.length: 18, key.fully_annotated_decl: "convenience init()" }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "unionInPlace(_:)", key.usr: "s:FesRxs9OptionSetwx8RawValues17BitwiseOperationsrS_12unionInPlaceFxT_::SYNTHESIZED::c:@E@FooRuncingOptions", key.original_usr: "s:FesRxs9OptionSetwx8RawValues17BitwiseOperationsrS_12unionInPlaceFxT_", key.doc.full_as_xml: "unionInPlace(_:)s:FesRxs9OptionSetwx8RawValues17BitwiseOperationsrS_12unionInPlaceFxT_mutating func unionInPlace(other: Self)Insert all elements of other into self.self.isSupersetOf(other)Equivalent to replacing self with self.union(other).", key.offset: 2975, key.length: 41, key.fully_annotated_decl: "mutating func unionInPlace(other: Self)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "other", key.offset: 3011, key.length: 4 } ] }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "intersectInPlace(_:)", key.usr: "s:FesRxs9OptionSetwx8RawValues17BitwiseOperationsrS_16intersectInPlaceFxT_::SYNTHESIZED::c:@E@FooRuncingOptions", key.original_usr: "s:FesRxs9OptionSetwx8RawValues17BitwiseOperationsrS_16intersectInPlaceFxT_", key.doc.full_as_xml: "intersectInPlace(_:)s:FesRxs9OptionSetwx8RawValues17BitwiseOperationsrS_16intersectInPlaceFxT_mutating func intersectInPlace(other: Self)Remove all elements of self that are not also present in other.self.isSubsetOf(other)Equivalent to replacing self with self.intersect(other)", key.offset: 3022, key.length: 45, key.fully_annotated_decl: "mutating func intersectInPlace(other: Self)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "other", key.offset: 3062, key.length: 4 } ] }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "exclusiveOrInPlace(_:)", key.usr: "s:FesRxs9OptionSetwx8RawValues17BitwiseOperationsrS_18exclusiveOrInPlaceFxT_::SYNTHESIZED::c:@E@FooRuncingOptions", key.original_usr: "s:FesRxs9OptionSetwx8RawValues17BitwiseOperationsrS_18exclusiveOrInPlaceFxT_", key.doc.full_as_xml: "exclusiveOrInPlace(_:)s:FesRxs9OptionSetwx8RawValues17BitwiseOperationsrS_18exclusiveOrInPlaceFxT_mutating func exclusiveOrInPlace(other: Self)Replace self with a set containing all elements contained in either self or other, but not both.Equivalent to replacing self with self.exclusiveOr(other)", key.offset: 3073, key.length: 47, key.fully_annotated_decl: "mutating func exclusiveOrInPlace(other: Self)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "other", key.offset: 3115, key.length: 4 } ] } ] }, { key.kind: source.lang.swift.decl.extension.struct, key.doc.full_as_xml: "extension FooRuncingOptionsSetAlgebra requirements for which default implementations are supplied.A type conforming to SetAlgebra can implement any of these initializers or methods, and those implementations will be used in lieu of these defaults.", key.offset: 3124, key.length: 744, key.extends: { key.kind: source.lang.swift.ref.struct, key.name: "FooRuncingOptions", key.usr: "c:@E@FooRuncingOptions" }, key.entities: [ { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(_:)", key.usr: "s:FEsPs10SetAlgebracuRd__s8Sequencewx7ElementzWd__8Iterator7Element_rFqd__x::SYNTHESIZED::c:@E@FooRuncingOptions", key.original_usr: "s:FEsPs10SetAlgebracuRd__s8Sequencewx7ElementzWd__8Iterator7Element_rFqd__x", key.generic_params: [ { key.name: "S", key.inherits: "Sequence" } ], key.generic_requirements: [ { key.description: "S.Iterator.Element == Element" } ], key.doc.full_as_xml: "init(_:)s:FEsPs10SetAlgebracuRd__s8Sequencewx7ElementzWd__8Iterator7Element_rFqd__xconvenience init<S : Sequence where S.Iterator.Element == Element>(_ sequence: S)Creates the set containing all elements of sequence.", key.offset: 3159, key.length: 91, key.fully_annotated_decl: "convenience init<S : Sequence where S.Iterator.Element == FooRuncingOptions>(_ sequence: S)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "sequence", key.offset: 3248, key.length: 1 } ] }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(arrayLiteral:)", key.usr: "s:FEsPs10SetAlgebracFt12arrayLiteralGSawx7Element__x::SYNTHESIZED::c:@E@FooRuncingOptions", key.original_usr: "s:FEsPs10SetAlgebracFt12arrayLiteralGSawx7Element__x", key.doc.full_as_xml: "init(arrayLiteral:)s:FEsPs10SetAlgebracFt12arrayLiteralGSawx7Element__xconvenience init(arrayLiteral: Self.Element...)Creates a set containing all elements of the given arrayLiteral.This initializer allows an array literal containing Self.Element to represent an instance of the set, wherever it is implied by the type context.", key.offset: 3256, key.length: 65, key.fully_annotated_decl: "convenience init(arrayLiteral: FooRuncingOptions...)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "arrayLiteral", key.name: "arrayLiteral", key.offset: 3300, key.length: 17 } ] }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "subtractInPlace(_:)", key.usr: "s:FEsPs10SetAlgebra15subtractInPlaceFxT_::SYNTHESIZED::c:@E@FooRuncingOptions", key.original_usr: "s:FEsPs10SetAlgebra15subtractInPlaceFxT_", key.doc.full_as_xml: "subtractInPlace(_:)s:FEsPs10SetAlgebra15subtractInPlaceFxT_mutating func subtractInPlace(other: Self)Removes all elements of other from self.Equivalent to replacing self with self.subtract(other).", key.offset: 3327, key.length: 44, key.fully_annotated_decl: "mutating func subtractInPlace(other: Self)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "other", key.offset: 3366, key.length: 4 } ] }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "isSubsetOf(_:)", key.usr: "s:FEsPs10SetAlgebra10isSubsetOfFxSb::SYNTHESIZED::c:@E@FooRuncingOptions", key.original_usr: "s:FEsPs10SetAlgebra10isSubsetOfFxSb", key.doc.full_as_xml: "isSubsetOf(_:)s:FEsPs10SetAlgebra10isSubsetOfFxSbfunc isSubsetOf(other: Self) -> BoolReturns true iff every element of self is contained in other.", key.offset: 3377, key.length: 38, key.fully_annotated_decl: "func isSubsetOf(other: Self) -> Bool", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "other", key.offset: 3402, key.length: 4 } ] }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "isSupersetOf(_:)", key.usr: "s:FEsPs10SetAlgebra12isSupersetOfFxSb::SYNTHESIZED::c:@E@FooRuncingOptions", key.original_usr: "s:FEsPs10SetAlgebra12isSupersetOfFxSb", key.doc.full_as_xml: "isSupersetOf(_:)s:FEsPs10SetAlgebra12isSupersetOfFxSbfunc isSupersetOf(other: Self) -> BoolReturns true iff every element of other is contained in self.", key.offset: 3421, key.length: 40, key.fully_annotated_decl: "func isSupersetOf(other: Self) -> Bool", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "other", key.offset: 3448, key.length: 4 } ] }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "isDisjointWith(_:)", key.usr: "s:FEsPs10SetAlgebra14isDisjointWithFxSb::SYNTHESIZED::c:@E@FooRuncingOptions", key.original_usr: "s:FEsPs10SetAlgebra14isDisjointWithFxSb", key.doc.full_as_xml: "isDisjointWith(_:)s:FEsPs10SetAlgebra14isDisjointWithFxSbfunc isDisjointWith(other: Self) -> BoolReturns true iff self.intersect(other).isEmpty.", key.offset: 3467, key.length: 42, key.fully_annotated_decl: "func isDisjointWith(other: Self) -> Bool", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "other", key.offset: 3496, key.length: 4 } ] }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "subtract(_:)", key.usr: "s:FEsPs10SetAlgebra8subtractFxx::SYNTHESIZED::c:@E@FooRuncingOptions", key.original_usr: "s:FEsPs10SetAlgebra8subtractFxx", key.doc.full_as_xml: "subtract(_:)s:FEsPs10SetAlgebra8subtractFxxfunc subtract(other: Self) -> SelfReturns the set of elements contained in self but not in other.", key.offset: 3515, key.length: 36, key.fully_annotated_decl: "func subtract(other: Self) -> Self", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "other", key.offset: 3538, key.length: 4 } ] }, { key.kind: source.lang.swift.decl.var.instance, key.name: "isEmpty", key.usr: "s:vEsPs10SetAlgebra7isEmptySb::SYNTHESIZED::c:@E@FooRuncingOptions", key.original_usr: "s:vEsPs10SetAlgebra7isEmptySb", key.doc.full_as_xml: "isEmptys:vEsPs10SetAlgebra7isEmptySbvar isEmpty: Bool { get }Returns true iff self.contains(e) is false for all e.", key.offset: 3557, key.length: 25, key.fully_annotated_decl: "var isEmpty: Bool { get }" }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "isStrictSupersetOf(_:)", key.usr: "s:FEsPs10SetAlgebra18isStrictSupersetOfFxSb::SYNTHESIZED::c:@E@FooRuncingOptions", key.original_usr: "s:FEsPs10SetAlgebra18isStrictSupersetOfFxSb", key.doc.full_as_xml: "isStrictSupersetOf(_:)s:FEsPs10SetAlgebra18isStrictSupersetOfFxSbfunc isStrictSupersetOf(other: Self) -> BoolReturns true iff every element of other is contained in self and self contains an element that is not contained in other.", key.offset: 3588, key.length: 46, key.fully_annotated_decl: "func isStrictSupersetOf(other: Self) -> Bool", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "other", key.offset: 3621, key.length: 4 } ] }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "isStrictSubsetOf(_:)", key.usr: "s:FEsPs10SetAlgebra16isStrictSubsetOfFxSb::SYNTHESIZED::c:@E@FooRuncingOptions", key.original_usr: "s:FEsPs10SetAlgebra16isStrictSubsetOfFxSb", key.doc.full_as_xml: "isStrictSubsetOf(_:)s:FEsPs10SetAlgebra16isStrictSubsetOfFxSbfunc isStrictSubsetOf(other: Self) -> BoolReturns true iff every element of self is contained in other and other contains an element that is not contained in self.", key.offset: 3640, key.length: 44, key.fully_annotated_decl: "func isStrictSubsetOf(other: Self) -> Bool", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "other", key.offset: 3671, key.length: 4 } ] }, { key.kind: source.lang.swift.decl.function.method.static, key.name: "element(_:subsumes:)", key.usr: "s:ZFEsPs10SetAlgebra7elementFTwx7Element8subsumeswxS0__Sb::SYNTHESIZED::c:@E@FooRuncingOptions", key.original_usr: "s:ZFEsPs10SetAlgebra7elementFTwx7Element8subsumeswxS0__Sb", key.doc.full_as_xml: "element(_:subsumes:)s:ZFEsPs10SetAlgebra7elementFTwx7Element8subsumeswxS0__Sbstatic func element(a: Self.Element, subsumes b: Self.Element) -> BoolReturns true iff a subsumes b.Equivalent to ([a] as Self).isSupersetOf([b])", key.offset: 3690, key.length: 82, key.fully_annotated_decl: "static func element(a: FooRuncingOptions, subsumes b: FooRuncingOptions) -> Bool", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "a", key.offset: 3715, key.length: 17 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "subsumes", key.name: "b", key.offset: 3746, key.length: 17 } ] }, { key.kind: source.lang.swift.decl.function.method.static, key.name: "element(_:isDisjointWith:)", key.usr: "s:ZFEsPs10SetAlgebra7elementFTwx7Element14isDisjointWithwxS0__Sb::SYNTHESIZED::c:@E@FooRuncingOptions", key.original_usr: "s:ZFEsPs10SetAlgebra7elementFTwx7Element14isDisjointWithwxS0__Sb", key.doc.full_as_xml: "element(_:isDisjointWith:)s:ZFEsPs10SetAlgebra7elementFTwx7Element14isDisjointWithwxS0__Sbstatic func element(a: Self.Element, isDisjointWith b: Self.Element) -> BoolReturns true iff a is disjoint with b.Two elements are disjoint when neither one subsumes the other.Self.element(_, subsumes:_)", key.offset: 3778, key.length: 88, key.fully_annotated_decl: "static func element(a: FooRuncingOptions, isDisjointWith b: FooRuncingOptions) -> Bool", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "a", key.offset: 3803, key.length: 17 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "isDisjointWith", key.name: "b", key.offset: 3840, key.length: 17 } ] } ] }, { key.kind: source.lang.swift.decl.struct, key.name: "FooStruct1", key.usr: "c:@S@FooStruct1", key.offset: 3869, key.length: 105, key.fully_annotated_decl: "struct FooStruct1", key.entities: [ { key.kind: source.lang.swift.decl.var.instance, key.name: "x", key.usr: "c:@S@FooStruct1@FI@x", key.offset: 3894, key.length: 12, key.fully_annotated_decl: "var x: Int32" }, { key.kind: source.lang.swift.decl.var.instance, key.name: "y", key.usr: "c:@S@FooStruct1@FI@y", key.offset: 3912, key.length: 13, key.fully_annotated_decl: "var y: Double" }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init()", key.usr: "s:FVSC10FooStruct1cFT_S_", key.offset: 3931, key.length: 6, key.fully_annotated_decl: "init()" }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(x:y:)", key.usr: "s:FVSC10FooStruct1cFT1xVs5Int321ySd_S_", key.offset: 3943, key.length: 29, key.fully_annotated_decl: "init(x: Int32, y: Double)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "x", key.name: "x", key.offset: 3953, key.length: 5 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "y", key.name: "y", key.offset: 3965, key.length: 6 } ] } ] }, { key.kind: source.lang.swift.decl.struct, key.name: "FooStruct2", key.usr: "c:@S@FooStruct2", key.offset: 3975, key.length: 105, key.fully_annotated_decl: "struct FooStruct2", key.entities: [ { key.kind: source.lang.swift.decl.var.instance, key.name: "x", key.usr: "c:@S@FooStruct2@FI@x", key.offset: 4000, key.length: 12, key.fully_annotated_decl: "var x: Int32" }, { key.kind: source.lang.swift.decl.var.instance, key.name: "y", key.usr: "c:@S@FooStruct2@FI@y", key.offset: 4018, key.length: 13, key.fully_annotated_decl: "var y: Double" }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init()", key.usr: "s:FVSC10FooStruct2cFT_S_", key.offset: 4037, key.length: 6, key.fully_annotated_decl: "init()" }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(x:y:)", key.usr: "s:FVSC10FooStruct2cFT1xVs5Int321ySd_S_", key.offset: 4049, key.length: 29, key.fully_annotated_decl: "init(x: Int32, y: Double)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "x", key.name: "x", key.offset: 4059, key.length: 5 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "y", key.name: "y", key.offset: 4071, key.length: 6 } ] } ] }, { key.kind: source.lang.swift.decl.typealias, key.name: "FooStructTypedef1", key.usr: "c:Foo.h@T@FooStructTypedef1", key.offset: 4081, key.length: 40, key.fully_annotated_decl: "typealias FooStructTypedef1 = FooStruct2" }, { key.kind: source.lang.swift.decl.struct, key.name: "FooStructTypedef2", key.usr: "c:@SA@FooStructTypedef2", key.offset: 4122, key.length: 112, key.fully_annotated_decl: "struct FooStructTypedef2", key.entities: [ { key.kind: source.lang.swift.decl.var.instance, key.name: "x", key.usr: "c:@SA@FooStructTypedef2@FI@x", key.offset: 4154, key.length: 12, key.fully_annotated_decl: "var x: Int32" }, { key.kind: source.lang.swift.decl.var.instance, key.name: "y", key.usr: "c:@SA@FooStructTypedef2@FI@y", key.offset: 4172, key.length: 13, key.fully_annotated_decl: "var y: Double" }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init()", key.usr: "s:FVSC17FooStructTypedef2cFT_S_", key.offset: 4191, key.length: 6, key.fully_annotated_decl: "init()" }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(x:y:)", key.usr: "s:FVSC17FooStructTypedef2cFT1xVs5Int321ySd_S_", key.offset: 4203, key.length: 29, key.fully_annotated_decl: "init(x: Int32, y: Double)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "x", key.name: "x", key.offset: 4213, key.length: 5 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "y", key.name: "y", key.offset: 4225, key.length: 6 } ] } ] }, { key.kind: source.lang.swift.decl.typealias, key.name: "FooTypedef1", key.usr: "c:Foo.h@T@FooTypedef1", key.doc.full_as_xml: "FooTypedef1c:Foo.h@T@FooTypedef1typealias FooTypedef1 = Int32 Aaa. FooTypedef1. Bbb.", key.offset: 4235, key.length: 29, key.fully_annotated_decl: "typealias FooTypedef1 = Int32" }, { key.kind: source.lang.swift.decl.var.global, key.name: "fooIntVar", key.usr: "c:@fooIntVar", key.doc.full_as_xml: "fooIntVarc:@fooIntVarvar fooIntVar: Int32 Aaa. fooIntVar. Bbb.", key.offset: 4265, key.length: 20, key.fully_annotated_decl: "var fooIntVar: Int32" }, { key.kind: source.lang.swift.decl.function.free, key.name: "fooFunc1(_:)", key.usr: "c:@F@fooFunc1", key.doc.full_as_xml: "fooFunc1c:@F@fooFunc1func fooFunc1(a: Int32) -> Int32 Aaa. fooFunc1. Bbb.", key.offset: 4286, key.length: 34, key.fully_annotated_decl: "func fooFunc1(a: Int32) -> Int32", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "a", key.offset: 4305, key.length: 5 } ] }, { key.kind: source.lang.swift.decl.function.free, key.name: "fooFunc1AnonymousParam(_:)", key.usr: "c:@F@fooFunc1AnonymousParam", key.offset: 4321, key.length: 48, key.fully_annotated_decl: "func fooFunc1AnonymousParam(_: Int32) -> Int32", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.offset: 4354, key.length: 5 } ] }, { key.kind: source.lang.swift.decl.function.free, key.name: "fooFunc3(_:_:_:_:)", key.usr: "c:@F@fooFunc3", key.offset: 4370, key.length: 93, key.fully_annotated_decl: "func fooFunc3(a: Int32, _ b: Float, _ c: Double, _ d: UnsafeMutablePointer<Int32>) -> Int32", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "a", key.offset: 4389, key.length: 5 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "b", key.offset: 4401, key.length: 5 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "c", key.offset: 4413, key.length: 6 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "d", key.offset: 4426, key.length: 27 } ] }, { key.kind: source.lang.swift.decl.function.free, key.name: "fooFuncWithBlock(_:)", key.usr: "c:@F@fooFuncWithBlock", key.offset: 4464, key.length: 49, key.fully_annotated_decl: "func fooFuncWithBlock(blk: ((Float) -> Int32)!)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "blk", key.offset: 4493, key.length: 19 } ] }, { key.kind: source.lang.swift.decl.function.free, key.name: "fooFuncWithFunctionPointer(_:)", key.usr: "c:@F@fooFuncWithFunctionPointer", key.offset: 4514, key.length: 60, key.fully_annotated_decl: "func fooFuncWithFunctionPointer(fptr: ((Float) -> Int32)!)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "fptr", key.offset: 4554, key.length: 19 } ] }, { key.kind: source.lang.swift.decl.function.free, key.name: "fooFuncNoreturn1()", key.usr: "c:@F@fooFuncNoreturn1", key.offset: 4575, key.length: 33, key.fully_annotated_decl: "@noreturn func fooFuncNoreturn1()" }, { key.kind: source.lang.swift.decl.function.free, key.name: "fooFuncNoreturn2()", key.usr: "c:@F@fooFuncNoreturn2", key.offset: 4609, key.length: 33, key.fully_annotated_decl: "@noreturn func fooFuncNoreturn2()" }, { key.kind: source.lang.swift.decl.function.free, key.name: "fooFuncWithComment1()", key.usr: "c:@F@fooFuncWithComment1", key.doc.full_as_xml: "fooFuncWithComment1c:@F@fooFuncWithComment1func fooFuncWithComment1() Aaa. fooFuncWithComment1. Bbb. Ccc. Ddd.", key.offset: 4643, key.length: 26, key.fully_annotated_decl: "func fooFuncWithComment1()" }, { key.kind: source.lang.swift.decl.function.free, key.name: "fooFuncWithComment2()", key.usr: "c:@F@fooFuncWithComment2", key.doc.full_as_xml: "fooFuncWithComment2c:@F@fooFuncWithComment2func fooFuncWithComment2() Aaa. fooFuncWithComment2. Bbb.", key.offset: 4670, key.length: 26, key.fully_annotated_decl: "func fooFuncWithComment2()" }, { key.kind: source.lang.swift.decl.function.free, key.name: "fooFuncWithComment3()", key.usr: "c:@F@fooFuncWithComment3", key.doc.full_as_xml: "fooFuncWithComment3c:@F@fooFuncWithComment3func fooFuncWithComment3() Aaa. fooFuncWithComment3. Bbb. Ccc.", key.offset: 4697, key.length: 26, key.fully_annotated_decl: "func fooFuncWithComment3()" }, { key.kind: source.lang.swift.decl.function.free, key.name: "fooFuncWithComment4()", key.usr: "c:@F@fooFuncWithComment4", key.doc.full_as_xml: "fooFuncWithComment4c:@F@fooFuncWithComment4func fooFuncWithComment4() Aaa. fooFuncWithComment4. Bbb. Ddd.", key.offset: 4724, key.length: 26, key.fully_annotated_decl: "func fooFuncWithComment4()" }, { key.kind: source.lang.swift.decl.function.free, key.name: "fooFuncWithComment5()", key.usr: "c:@F@fooFuncWithComment5", key.doc.full_as_xml: "fooFuncWithComment5c:@F@fooFuncWithComment5func fooFuncWithComment5() Aaa. fooFuncWithComment5. Bbb. Ccc. Ddd.", key.offset: 4751, key.length: 26, key.fully_annotated_decl: "func fooFuncWithComment5()" }, { key.kind: source.lang.swift.decl.function.free, key.name: "redeclaredInMultipleModulesFunc1(_:)", key.usr: "c:@F@redeclaredInMultipleModulesFunc1", key.doc.full_as_xml: "redeclaredInMultipleModulesFunc1c:@F@redeclaredInMultipleModulesFunc1func redeclaredInMultipleModulesFunc1(a: Int32) -> Int32 Aaa. redeclaredInMultipleModulesFunc1. Bbb.", key.offset: 4778, key.length: 58, key.fully_annotated_decl: "func redeclaredInMultipleModulesFunc1(a: Int32) -> Int32", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "a", key.offset: 4821, key.length: 5 } ] }, { key.kind: source.lang.swift.decl.protocol, key.name: "FooProtocolBase", key.usr: "c:objc(pl)FooProtocolBase", key.doc.full_as_xml: "FooProtocolBasec:objc(pl)FooProtocolBaseprotocol FooProtocolBase Aaa. FooProtocolBase. Bbb.", key.offset: 4837, key.length: 301, key.fully_annotated_decl: "protocol FooProtocolBase", key.entities: [ { key.kind: source.lang.swift.decl.function.method.instance, key.name: "fooProtoFunc()", key.usr: "c:objc(pl)FooProtocolBase(im)fooProtoFunc", key.doc.full_as_xml: "fooProtoFuncc:objc(pl)FooProtocolBase(im)fooProtoFuncfunc fooProtoFunc() Aaa. fooProtoFunc. Bbb. Ccc.", key.offset: 4869, key.length: 19, key.fully_annotated_decl: "func fooProtoFunc()" }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "fooProtoFuncWithExtraIndentation1()", key.usr: "c:objc(pl)FooProtocolBase(im)fooProtoFuncWithExtraIndentation1", key.doc.full_as_xml: "fooProtoFuncWithExtraIndentation1c:objc(pl)FooProtocolBase(im)fooProtoFuncWithExtraIndentation1func fooProtoFuncWithExtraIndentation1() Aaa. fooProtoFuncWithExtraIndentation1. Bbb. Ccc.", key.offset: 4894, key.length: 40, key.fully_annotated_decl: "func fooProtoFuncWithExtraIndentation1()" }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "fooProtoFuncWithExtraIndentation2()", key.usr: "c:objc(pl)FooProtocolBase(im)fooProtoFuncWithExtraIndentation2", key.doc.full_as_xml: "fooProtoFuncWithExtraIndentation2c:objc(pl)FooProtocolBase(im)fooProtoFuncWithExtraIndentation2func fooProtoFuncWithExtraIndentation2() Aaa. fooProtoFuncWithExtraIndentation2. Bbb. Ccc.", key.offset: 4940, key.length: 40, key.fully_annotated_decl: "func fooProtoFuncWithExtraIndentation2()" }, { key.kind: source.lang.swift.decl.function.method.static, key.name: "fooProtoClassFunc()", key.usr: "c:objc(pl)FooProtocolBase(cm)fooProtoClassFunc", key.offset: 4986, key.length: 31, key.fully_annotated_decl: "static func fooProtoClassFunc()" }, { key.kind: source.lang.swift.decl.var.instance, key.name: "fooProperty1", key.usr: "c:objc(pl)FooProtocolBase(py)fooProperty1", key.offset: 5023, key.length: 35, key.fully_annotated_decl: "var fooProperty1: Int32 { get set }" }, { key.kind: source.lang.swift.decl.var.instance, key.name: "fooProperty2", key.usr: "c:objc(pl)FooProtocolBase(py)fooProperty2", key.offset: 5064, key.length: 35, key.fully_annotated_decl: "var fooProperty2: Int32 { get set }" }, { key.kind: source.lang.swift.decl.var.instance, key.name: "fooProperty3", key.usr: "c:objc(pl)FooProtocolBase(py)fooProperty3", key.offset: 5105, key.length: 31, key.fully_annotated_decl: "var fooProperty3: Int32 { get }" } ] }, { key.kind: source.lang.swift.decl.protocol, key.name: "FooProtocolDerived", key.usr: "c:objc(pl)FooProtocolDerived", key.offset: 5139, key.length: 49, key.fully_annotated_decl: "protocol FooProtocolDerived : FooProtocolBase", key.conforms: [ { key.kind: source.lang.swift.ref.protocol, key.name: "FooProtocolBase", key.usr: "c:objc(pl)FooProtocolBase" } ] }, { key.kind: source.lang.swift.decl.class, key.name: "FooClassBase", key.usr: "c:objc(cs)FooClassBase", key.offset: 5189, key.length: 422, key.fully_annotated_decl: "class FooClassBase", key.entities: [ { key.kind: source.lang.swift.decl.function.method.instance, key.name: "fooBaseInstanceFunc0()", key.usr: "c:objc(cs)FooClassBase(im)fooBaseInstanceFunc0", key.offset: 5215, key.length: 27, key.fully_annotated_decl: "func fooBaseInstanceFunc0()" }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "fooBaseInstanceFunc1(_:)", key.usr: "c:objc(cs)FooClassBase(im)fooBaseInstanceFunc1:", key.offset: 5248, key.length: 66, key.fully_annotated_decl: "func fooBaseInstanceFunc1(anObject: AnyObject!) -> FooClassBase!", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "anObject", key.offset: 5286, key.length: 10 } ] }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init()", key.usr: "c:objc(cs)FooClassBase(im)init", key.offset: 5320, key.length: 7, key.fully_annotated_decl: "init!()" }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(float:)", key.usr: "c:objc(cs)FooClassBase(im)initWithFloat:", key.offset: 5333, key.length: 33, key.fully_annotated_decl: "convenience init!(float f: Float)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "float", key.name: "f", key.offset: 5360, key.length: 5 } ] }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "fooBaseInstanceFuncOverridden()", key.usr: "c:objc(cs)FooClassBase(im)fooBaseInstanceFuncOverridden", key.offset: 5372, key.length: 36, key.fully_annotated_decl: "func fooBaseInstanceFuncOverridden()" }, { key.kind: source.lang.swift.decl.function.method.class, key.name: "fooBaseClassFunc0()", key.usr: "c:objc(cs)FooClassBase(cm)fooBaseClassFunc0", key.offset: 5414, key.length: 30, key.fully_annotated_decl: "class func fooBaseClassFunc0()" }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "_internalMeth3()", key.usr: "c:objc(cs)FooClassBase(im)_internalMeth3", key.offset: 5450, key.length: 35, key.fully_annotated_decl: "func _internalMeth3() -> AnyObject!" }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "_internalMeth2()", key.usr: "c:objc(cs)FooClassBase(im)_internalMeth2", key.offset: 5491, key.length: 35, key.fully_annotated_decl: "func _internalMeth2() -> AnyObject!" }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "nonInternalMeth()", key.usr: "c:objc(cs)FooClassBase(im)nonInternalMeth", key.offset: 5532, key.length: 36, key.fully_annotated_decl: "func nonInternalMeth() -> AnyObject!" }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "_internalMeth1()", key.usr: "c:objc(cs)FooClassBase(im)_internalMeth1", key.offset: 5574, key.length: 35, key.fully_annotated_decl: "func _internalMeth1() -> AnyObject!" } ] }, { key.kind: source.lang.swift.decl.class, key.name: "FooClassDerived", key.usr: "c:objc(cs)FooClassDerived", key.doc.full_as_xml: "FooClassDerivedc:objc(cs)FooClassDerivedclass FooClassDerived : FooClassBase, FooProtocolDerived Aaa. FooClassDerived. Bbb.", key.offset: 5612, key.length: 517, key.fully_annotated_decl: "class FooClassDerived : FooClassBase, FooProtocolDerived", key.inherits: [ { key.kind: source.lang.swift.ref.class, key.name: "FooClassBase", key.usr: "c:objc(cs)FooClassBase" } ], key.conforms: [ { key.kind: source.lang.swift.ref.protocol, key.name: "FooProtocolDerived", key.usr: "c:objc(pl)FooProtocolDerived" } ], key.entities: [ { key.kind: source.lang.swift.decl.var.instance, key.name: "fooProperty1", key.usr: "c:objc(cs)FooClassDerived(py)fooProperty1", key.offset: 5676, key.length: 23, key.fully_annotated_decl: "var fooProperty1: Int32 { get set }" }, { key.kind: source.lang.swift.decl.var.instance, key.name: "fooProperty2", key.usr: "c:objc(cs)FooClassDerived(py)fooProperty2", key.offset: 5705, key.length: 23, key.fully_annotated_decl: "var fooProperty2: Int32 { get set }" }, { key.kind: source.lang.swift.decl.var.instance, key.name: "fooProperty3", key.usr: "c:objc(cs)FooClassDerived(py)fooProperty3", key.offset: 5734, key.length: 31, key.fully_annotated_decl: "var fooProperty3: Int32 { get }" }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "fooInstanceFunc0()", key.usr: "c:objc(cs)FooClassDerived(im)fooInstanceFunc0", key.offset: 5771, key.length: 23, key.fully_annotated_decl: "func fooInstanceFunc0()" }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "fooInstanceFunc1(_:)", key.usr: "c:objc(cs)FooClassDerived(im)fooInstanceFunc1:", key.offset: 5800, key.length: 33, key.fully_annotated_decl: "func fooInstanceFunc1(a: Int32)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "a", key.offset: 5827, key.length: 5 } ] }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "fooInstanceFunc2(_:withB:)", key.usr: "c:objc(cs)FooClassDerived(im)fooInstanceFunc2:withB:", key.offset: 5839, key.length: 49, key.fully_annotated_decl: "func fooInstanceFunc2(a: Int32, withB b: Int32)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "a", key.offset: 5866, key.length: 5 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "withB", key.name: "b", key.offset: 5882, key.length: 5 } ] }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "fooBaseInstanceFuncOverridden()", key.usr: "c:objc(cs)FooClassDerived(im)fooBaseInstanceFuncOverridden", key.offset: 5894, key.length: 36, key.fully_annotated_decl: "func fooBaseInstanceFuncOverridden()", key.inherits: [ { key.kind: source.lang.swift.ref.function.method.instance, key.name: "fooBaseInstanceFuncOverridden()", key.usr: "c:objc(cs)FooClassBase(im)fooBaseInstanceFuncOverridden" } ] }, { key.kind: source.lang.swift.decl.function.method.class, key.name: "fooClassFunc0()", key.usr: "c:objc(cs)FooClassDerived(cm)fooClassFunc0", key.offset: 5936, key.length: 26, key.fully_annotated_decl: "class func fooClassFunc0()" }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "_internalMeth3()", key.usr: "c:objc(cs)FooClassBase(im)_internalMeth3::SYNTHESIZED::c:objc(cs)FooClassDerived", key.original_usr: "c:objc(cs)FooClassBase(im)_internalMeth3", key.offset: 5968, key.length: 35, key.fully_annotated_decl: "func _internalMeth3() -> AnyObject!" }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "_internalMeth2()", key.usr: "c:objc(cs)FooClassBase(im)_internalMeth2::SYNTHESIZED::c:objc(cs)FooClassDerived", key.original_usr: "c:objc(cs)FooClassBase(im)_internalMeth2", key.offset: 6009, key.length: 35, key.fully_annotated_decl: "func _internalMeth2() -> AnyObject!" }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "nonInternalMeth()", key.usr: "c:objc(cs)FooClassBase(im)nonInternalMeth::SYNTHESIZED::c:objc(cs)FooClassDerived", key.original_usr: "c:objc(cs)FooClassBase(im)nonInternalMeth", key.offset: 6050, key.length: 36, key.fully_annotated_decl: "func nonInternalMeth() -> AnyObject!" }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "_internalMeth1()", key.usr: "c:objc(cs)FooClassBase(im)_internalMeth1::SYNTHESIZED::c:objc(cs)FooClassDerived", key.original_usr: "c:objc(cs)FooClassBase(im)_internalMeth1", key.offset: 6092, key.length: 35, key.fully_annotated_decl: "func _internalMeth1() -> AnyObject!" } ] }, { key.kind: source.lang.swift.decl.var.global, key.name: "FOO_MACRO_1", key.usr: "c:Foo.h@3647@macro@FOO_MACRO_1", key.offset: 6130, key.length: 30, key.fully_annotated_decl: "var FOO_MACRO_1: Int32 { get }" }, { key.kind: source.lang.swift.decl.var.global, key.name: "FOO_MACRO_2", key.usr: "c:Foo.h@3669@macro@FOO_MACRO_2", key.offset: 6161, key.length: 30, key.fully_annotated_decl: "var FOO_MACRO_2: Int32 { get }" }, { key.kind: source.lang.swift.decl.var.global, key.name: "FOO_MACRO_3", key.usr: "c:Foo.h@3691@macro@FOO_MACRO_3", key.offset: 6192, key.length: 30, key.fully_annotated_decl: "var FOO_MACRO_3: Int32 { get }" }, { key.kind: source.lang.swift.decl.var.global, key.name: "FOO_MACRO_4", key.usr: "c:Foo.h@3755@macro@FOO_MACRO_4", key.offset: 6223, key.length: 31, key.fully_annotated_decl: "var FOO_MACRO_4: UInt32 { get }" }, { key.kind: source.lang.swift.decl.var.global, key.name: "FOO_MACRO_5", key.usr: "c:Foo.h@3787@macro@FOO_MACRO_5", key.offset: 6255, key.length: 31, key.fully_annotated_decl: "var FOO_MACRO_5: UInt64 { get }" }, { key.kind: source.lang.swift.decl.var.global, key.name: "FOO_MACRO_REDEF_1", key.usr: "c:Foo.h@3937@macro@FOO_MACRO_REDEF_1", key.offset: 6287, key.length: 36, key.fully_annotated_decl: "var FOO_MACRO_REDEF_1: Int32 { get }" }, { key.kind: source.lang.swift.decl.var.global, key.name: "FOO_MACRO_REDEF_2", key.usr: "c:Foo.h@3994@macro@FOO_MACRO_REDEF_2", key.offset: 6324, key.length: 36, key.fully_annotated_decl: "var FOO_MACRO_REDEF_2: Int32 { get }" }, { key.kind: source.lang.swift.decl.function.free, key.name: "theLastDeclInFoo()", key.usr: "c:@F@theLastDeclInFoo", key.offset: 6361, key.length: 23, key.fully_annotated_decl: "func theLastDeclInFoo()" }, { key.kind: source.lang.swift.decl.function.free, key.name: "_internalTopLevelFunc()", key.usr: "c:@F@_internalTopLevelFunc", key.offset: 6385, key.length: 28, key.fully_annotated_decl: "func _internalTopLevelFunc()" }, { key.kind: source.lang.swift.decl.struct, key.name: "_InternalStruct", key.usr: "c:@S@_InternalStruct", key.offset: 6414, key.length: 78, key.fully_annotated_decl: "struct _InternalStruct", key.entities: [ { key.kind: source.lang.swift.decl.var.instance, key.name: "x", key.usr: "c:@S@_InternalStruct@FI@x", key.offset: 6444, key.length: 12, key.fully_annotated_decl: "var x: Int32" }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init()", key.usr: "s:FVSC15_InternalStructcFT_S_", key.offset: 6462, key.length: 6, key.fully_annotated_decl: "init()" }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(x:)", key.usr: "s:FVSC15_InternalStructcFT1xVs5Int32_S_", key.offset: 6474, key.length: 16, key.fully_annotated_decl: "init(x: Int32)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "x", key.name: "x", key.offset: 6484, key.length: 5 } ] } ] }, { key.kind: source.lang.swift.decl.extension.class, key.offset: 6493, key.length: 67, key.extends: { key.kind: source.lang.swift.ref.class, key.name: "FooClassBase", key.usr: "c:objc(cs)FooClassBase" }, key.entities: [ { key.kind: source.lang.swift.decl.function.method.instance, key.name: "_internalMeth1()", key.usr: "c:objc(cs)FooClassBase(im)_internalMeth1", key.offset: 6523, key.length: 35, key.fully_annotated_decl: "func _internalMeth1() -> AnyObject!" } ] }, { key.kind: source.lang.swift.decl.extension.class, key.offset: 6561, key.length: 109, key.extends: { key.kind: source.lang.swift.ref.class, key.name: "FooClassBase", key.usr: "c:objc(cs)FooClassBase" }, key.entities: [ { key.kind: source.lang.swift.decl.function.method.instance, key.name: "_internalMeth2()", key.usr: "c:objc(cs)FooClassBase(im)_internalMeth2", key.offset: 6591, key.length: 35, key.fully_annotated_decl: "func _internalMeth2() -> AnyObject!" }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "nonInternalMeth()", key.usr: "c:objc(cs)FooClassBase(im)nonInternalMeth", key.offset: 6632, key.length: 36, key.fully_annotated_decl: "func nonInternalMeth() -> AnyObject!" } ] }, { key.kind: source.lang.swift.decl.extension.class, key.offset: 6671, key.length: 67, key.extends: { key.kind: source.lang.swift.ref.class, key.name: "FooClassBase", key.usr: "c:objc(cs)FooClassBase" }, key.entities: [ { key.kind: source.lang.swift.decl.function.method.instance, key.name: "_internalMeth3()", key.usr: "c:objc(cs)FooClassBase(im)_internalMeth3", key.offset: 6701, key.length: 35, key.fully_annotated_decl: "func _internalMeth3() -> AnyObject!" } ] }, { key.kind: source.lang.swift.decl.protocol, key.name: "_InternalProt", key.usr: "c:objc(pl)_InternalProt", key.offset: 6739, key.length: 26, key.fully_annotated_decl: "protocol _InternalProt" }, { key.kind: source.lang.swift.decl.class, key.name: "ClassWithInternalProt", key.usr: "c:objc(cs)ClassWithInternalProt", key.offset: 6766, key.length: 47, key.fully_annotated_decl: "class ClassWithInternalProt : _InternalProt", key.conforms: [ { key.kind: source.lang.swift.ref.protocol, key.name: "_InternalProt", key.usr: "c:objc(pl)_InternalProt" } ] }, { key.kind: source.lang.swift.decl.class, key.name: "FooClassPropertyOwnership", key.usr: "c:objc(cs)FooClassPropertyOwnership", key.offset: 6814, key.length: 478, key.fully_annotated_decl: "class FooClassPropertyOwnership : FooClassBase", key.inherits: [ { key.kind: source.lang.swift.ref.class, key.name: "FooClassBase", key.usr: "c:objc(cs)FooClassBase" } ], key.entities: [ { key.kind: source.lang.swift.decl.var.instance, key.name: "assignable", key.usr: "c:objc(cs)FooClassPropertyOwnership(py)assignable", key.offset: 6868, key.length: 42, key.fully_annotated_decl: "unowned(unsafe) var assignable: AnyObject! { get set }" }, { key.kind: source.lang.swift.decl.var.instance, key.name: "unsafeAssignable", key.usr: "c:objc(cs)FooClassPropertyOwnership(py)unsafeAssignable", key.offset: 6916, key.length: 48, key.fully_annotated_decl: "unowned(unsafe) var unsafeAssignable: AnyObject! { get set }" }, { key.kind: source.lang.swift.decl.var.instance, key.name: "retainable", key.usr: "c:objc(cs)FooClassPropertyOwnership(py)retainable", key.offset: 6970, key.length: 26, key.fully_annotated_decl: "var retainable: AnyObject! { get set }" }, { key.kind: source.lang.swift.decl.var.instance, key.name: "strongRef", key.usr: "c:objc(cs)FooClassPropertyOwnership(py)strongRef", key.offset: 7002, key.length: 25, key.fully_annotated_decl: "var strongRef: AnyObject! { get set }" }, { key.kind: source.lang.swift.decl.var.instance, key.name: "copyable", key.usr: "c:objc(cs)FooClassPropertyOwnership(py)copyable", key.offset: 7033, key.length: 35, key.fully_annotated_decl: "@NSCopying var copyable: AnyObject! { get set }" }, { key.kind: source.lang.swift.decl.var.instance, key.name: "weakRef", key.usr: "c:objc(cs)FooClassPropertyOwnership(py)weakRef", key.offset: 7074, key.length: 28, key.fully_annotated_decl: "weak var weakRef: AnyObject! { get set }" }, { key.kind: source.lang.swift.decl.var.instance, key.name: "scalar", key.usr: "c:objc(cs)FooClassPropertyOwnership(py)scalar", key.offset: 7108, key.length: 17, key.fully_annotated_decl: "var scalar: Int32 { get set }" }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "_internalMeth3()", key.usr: "c:objc(cs)FooClassBase(im)_internalMeth3::SYNTHESIZED::c:objc(cs)FooClassPropertyOwnership", key.original_usr: "c:objc(cs)FooClassBase(im)_internalMeth3", key.offset: 7131, key.length: 35, key.fully_annotated_decl: "func _internalMeth3() -> AnyObject!" }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "_internalMeth2()", key.usr: "c:objc(cs)FooClassBase(im)_internalMeth2::SYNTHESIZED::c:objc(cs)FooClassPropertyOwnership", key.original_usr: "c:objc(cs)FooClassBase(im)_internalMeth2", key.offset: 7172, key.length: 35, key.fully_annotated_decl: "func _internalMeth2() -> AnyObject!" }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "nonInternalMeth()", key.usr: "c:objc(cs)FooClassBase(im)nonInternalMeth::SYNTHESIZED::c:objc(cs)FooClassPropertyOwnership", key.original_usr: "c:objc(cs)FooClassBase(im)nonInternalMeth", key.offset: 7213, key.length: 36, key.fully_annotated_decl: "func nonInternalMeth() -> AnyObject!" }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "_internalMeth1()", key.usr: "c:objc(cs)FooClassBase(im)_internalMeth1::SYNTHESIZED::c:objc(cs)FooClassPropertyOwnership", key.original_usr: "c:objc(cs)FooClassBase(im)_internalMeth1", key.offset: 7255, key.length: 35, key.fully_annotated_decl: "func _internalMeth1() -> AnyObject!" } ] }, { key.kind: source.lang.swift.decl.class, key.name: "FooUnavailableMembers", key.usr: "c:objc(cs)FooUnavailableMembers", key.offset: 7293, key.length: 661, key.fully_annotated_decl: "class FooUnavailableMembers : FooClassBase", key.inherits: [ { key.kind: source.lang.swift.ref.class, key.name: "FooClassBase", key.usr: "c:objc(cs)FooClassBase" } ], key.entities: [ { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(int:)", key.usr: "c:objc(cs)FooUnavailableMembers(cm)unavailableMembersWithInt:", key.offset: 7343, key.length: 31, key.fully_annotated_decl: "convenience init!(int i: Int32)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "int", key.name: "i", key.offset: 7368, key.length: 5 } ] }, { key.kind: source.lang.swift.decl.function.method.class, key.name: "withInt(_:)", key.usr: "c:objc(cs)FooUnavailableMembers(cm)unavailableMembersWithInt:", key.offset: 7380, key.length: 39, key.fully_annotated_decl: "class func withInt(i: Int32) -> Self!", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "i", key.offset: 7404, key.length: 5 } ], key.attributes: [ { key.kind: source.lang.swift.attribute.availability, key.is_unavailable: 1, key.message: "use object construction 'FooUnavailableMembers(int:)'" } ], key.is_unavailable: 1 }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "unavailable()", key.usr: "c:objc(cs)FooUnavailableMembers(im)unavailable", key.offset: 7425, key.length: 18, key.fully_annotated_decl: "func unavailable()", key.attributes: [ { key.kind: source.lang.swift.attribute.availability, key.is_unavailable: 1, key.message: "x" } ], key.is_unavailable: 1 }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "swiftUnavailable()", key.usr: "c:objc(cs)FooUnavailableMembers(im)swiftUnavailable", key.offset: 7449, key.length: 23, key.fully_annotated_decl: "func swiftUnavailable()", key.attributes: [ { key.kind: source.lang.swift.attribute.availability, key.is_unavailable: 1 } ], key.is_unavailable: 1 }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "deprecated()", key.usr: "c:objc(cs)FooUnavailableMembers(im)deprecated", key.offset: 7478, key.length: 17, key.fully_annotated_decl: "func deprecated()", key.attributes: [ { key.kind: source.lang.swift.attribute.availability, key.is_deprecated: 1, key.message: "x" } ], key.is_deprecated: 1 }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "availabilityIntroduced()", key.usr: "c:objc(cs)FooUnavailableMembers(im)availabilityIntroduced", key.offset: 7501, key.length: 29, key.fully_annotated_decl: "func availabilityIntroduced()", key.attributes: [ { key.kind: source.lang.swift.attribute.availability, key.platform: source.availability.platform.osx, key.introduced: "10.1" } ] }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "availabilityDeprecated()", key.usr: "c:objc(cs)FooUnavailableMembers(im)availabilityDeprecated", key.offset: 7536, key.length: 29, key.fully_annotated_decl: "func availabilityDeprecated()", key.attributes: [ { key.kind: source.lang.swift.attribute.availability, key.platform: source.availability.platform.osx, key.is_unavailable: 1, key.message: "APIs deprecated as of OS X 10.9 and earlier are unavailable in Swift", key.deprecated: "10.1" } ], key.is_deprecated: 1, key.is_unavailable: 1 }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "availabilityObsoleted()", key.usr: "c:objc(cs)FooUnavailableMembers(im)availabilityObsoleted", key.offset: 7571, key.length: 28, key.fully_annotated_decl: "func availabilityObsoleted()", key.attributes: [ { key.kind: source.lang.swift.attribute.availability, key.platform: source.availability.platform.osx, key.obsoleted: "10.1" } ], key.is_unavailable: 1 }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "availabilityUnavailable()", key.usr: "c:objc(cs)FooUnavailableMembers(im)availabilityUnavailable", key.offset: 7605, key.length: 30, key.fully_annotated_decl: "func availabilityUnavailable()", key.attributes: [ { key.kind: source.lang.swift.attribute.availability, key.platform: source.availability.platform.osx, key.is_unavailable: 1 } ], key.is_unavailable: 1 }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "availabilityIntroducedMsg()", key.usr: "c:objc(cs)FooUnavailableMembers(im)availabilityIntroducedMsg", key.offset: 7641, key.length: 32, key.fully_annotated_decl: "func availabilityIntroducedMsg()", key.attributes: [ { key.kind: source.lang.swift.attribute.availability, key.platform: source.availability.platform.osx, key.message: "x", key.introduced: "10.1" } ] }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "availabilityDeprecatedMsg()", key.usr: "c:objc(cs)FooUnavailableMembers(im)availabilityDeprecatedMsg", key.offset: 7679, key.length: 32, key.fully_annotated_decl: "func availabilityDeprecatedMsg()", key.attributes: [ { key.kind: source.lang.swift.attribute.availability, key.platform: source.availability.platform.osx, key.is_unavailable: 1, key.message: "x", key.deprecated: "10.1" } ], key.is_deprecated: 1, key.is_unavailable: 1 }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "availabilityObsoletedMsg()", key.usr: "c:objc(cs)FooUnavailableMembers(im)availabilityObsoletedMsg", key.offset: 7717, key.length: 31, key.fully_annotated_decl: "func availabilityObsoletedMsg()", key.attributes: [ { key.kind: source.lang.swift.attribute.availability, key.platform: source.availability.platform.osx, key.message: "x", key.obsoleted: "10.1" } ], key.is_unavailable: 1 }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "availabilityUnavailableMsg()", key.usr: "c:objc(cs)FooUnavailableMembers(im)availabilityUnavailableMsg", key.offset: 7754, key.length: 33, key.fully_annotated_decl: "func availabilityUnavailableMsg()", key.attributes: [ { key.kind: source.lang.swift.attribute.availability, key.platform: source.availability.platform.osx, key.is_unavailable: 1, key.message: "x" } ], key.is_unavailable: 1 }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "_internalMeth3()", key.usr: "c:objc(cs)FooClassBase(im)_internalMeth3::SYNTHESIZED::c:objc(cs)FooUnavailableMembers", key.original_usr: "c:objc(cs)FooClassBase(im)_internalMeth3", key.offset: 7793, key.length: 35, key.fully_annotated_decl: "func _internalMeth3() -> AnyObject!" }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "_internalMeth2()", key.usr: "c:objc(cs)FooClassBase(im)_internalMeth2::SYNTHESIZED::c:objc(cs)FooUnavailableMembers", key.original_usr: "c:objc(cs)FooClassBase(im)_internalMeth2", key.offset: 7834, key.length: 35, key.fully_annotated_decl: "func _internalMeth2() -> AnyObject!" }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "nonInternalMeth()", key.usr: "c:objc(cs)FooClassBase(im)nonInternalMeth::SYNTHESIZED::c:objc(cs)FooUnavailableMembers", key.original_usr: "c:objc(cs)FooClassBase(im)nonInternalMeth", key.offset: 7875, key.length: 36, key.fully_annotated_decl: "func nonInternalMeth() -> AnyObject!" }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "_internalMeth1()", key.usr: "c:objc(cs)FooClassBase(im)_internalMeth1::SYNTHESIZED::c:objc(cs)FooUnavailableMembers", key.original_usr: "c:objc(cs)FooClassBase(im)_internalMeth1", key.offset: 7917, key.length: 35, key.fully_annotated_decl: "func _internalMeth1() -> AnyObject!" } ] }, { key.kind: source.lang.swift.decl.typealias, key.name: "FooCFTypeRef", key.usr: "c:Foo.h@T@FooCFTypeRef", key.offset: 7955, key.length: 38, key.fully_annotated_decl: "typealias FooCFTypeRef = OpaquePointer" }, { key.kind: source.lang.swift.decl.function.free, key.name: "FooCFTypeRelease(_:)", key.usr: "c:@F@FooCFTypeRelease", key.offset: 7994, key.length: 40, key.fully_annotated_decl: "func FooCFTypeRelease(_: FooCFTypeRef)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.offset: 8021, key.length: 12 } ] }, { key.kind: source.lang.swift.decl.function.free, key.name: "fooSubFunc1(_:)", key.usr: "c:@F@fooSubFunc1", key.offset: 8035, key.length: 37, key.fully_annotated_decl: "func fooSubFunc1(a: Int32) -> Int32", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "a", key.offset: 8057, key.length: 5 } ] }, { key.kind: source.lang.swift.decl.struct, key.name: "FooSubEnum1", key.usr: "c:@E@FooSubEnum1", key.offset: 8073, key.length: 145, key.fully_annotated_decl: "struct FooSubEnum1 : RawRepresentable, Equatable", key.conforms: [ { key.kind: source.lang.swift.ref.protocol, key.name: "RawRepresentable", key.usr: "s:Ps16RawRepresentable" }, { key.kind: source.lang.swift.ref.protocol, key.name: "Equatable", key.usr: "s:Ps9Equatable" } ], key.entities: [ { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(_:)", key.usr: "s:FVSC11FooSubEnum1cFVs6UInt32S_", key.offset: 8129, key.length: 24, key.fully_annotated_decl: "init(_ rawValue: UInt32)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "rawValue", key.offset: 8146, key.length: 6 } ] }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(rawValue:)", key.usr: "s:FVSC11FooSubEnum1cFT8rawValueVs6UInt32_S_", key.offset: 8159, key.length: 31, key.fully_annotated_decl: "init(rawValue: UInt32)", key.conforms: [ { key.kind: source.lang.swift.ref.function.constructor, key.name: "init(rawValue:)", key.usr: "s:FPs16RawRepresentablecFT8rawValuewx8RawValue_GSqx_" } ], key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "rawValue", key.name: "rawValue", key.offset: 8183, key.length: 6 } ] }, { key.kind: source.lang.swift.decl.var.instance, key.name: "rawValue", key.usr: "s:vVSC11FooSubEnum18rawValueVs6UInt32", key.offset: 8196, key.length: 20, key.fully_annotated_decl: "var rawValue: UInt32", key.conforms: [ { key.kind: source.lang.swift.ref.var.instance, key.name: "rawValue", key.usr: "s:vPs16RawRepresentable8rawValuewx8RawValue" } ] } ] }, { key.kind: source.lang.swift.decl.var.global, key.name: "FooSubEnum1X", key.usr: "c:@E@FooSubEnum1@FooSubEnum1X", key.offset: 8219, key.length: 37, key.fully_annotated_decl: "var FooSubEnum1X: FooSubEnum1 { get }" }, { key.kind: source.lang.swift.decl.var.global, key.name: "FooSubEnum1Y", key.usr: "c:@E@FooSubEnum1@FooSubEnum1Y", key.offset: 8257, key.length: 37, key.fully_annotated_decl: "var FooSubEnum1Y: FooSubEnum1 { get }" }, { key.kind: source.lang.swift.decl.var.global, key.name: "FooSubUnnamedEnumeratorA1", key.usr: "c:@Ea@FooSubUnnamedEnumeratorA1@FooSubUnnamedEnumeratorA1", key.offset: 8295, key.length: 42, key.fully_annotated_decl: "var FooSubUnnamedEnumeratorA1: Int { get }" } ]