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 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 : RandomAccessIndex { func successor() -> Int func predecessor() -> Int func distance(to other: Int) -> Distance func advanced(by n: Distance) -> Int } 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: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 747, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 752, key.length: 15 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 768, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 770, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 770, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 775, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 780, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 782, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 782, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 787, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 796, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 801, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 811, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 822, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 829, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 834, key.length: 20 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 855, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 857, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 857, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 862, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 867, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 869, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 869, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 874, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 883, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 888, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 898, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 909, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 916, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 921, key.length: 20 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 942, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 944, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 944, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 949, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 954, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 956, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 956, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 961, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 970, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 975, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 985, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 996, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1003, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1008, key.length: 18 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1027, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1029, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1029, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 1034, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1039, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1041, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1041, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 1046, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 1055, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1060, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 1070, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1081, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1088, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1093, key.length: 21 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1115, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1117, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1117, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 1122, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1127, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1129, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1129, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 1134, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 1143, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1148, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 1158, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1169, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1174, key.length: 8 }, { key.kind: source.lang.swift.ref.typealias, key.name: "IntMax", key.usr: "s:s6IntMax", key.offset: 1188, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1200, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1205, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1207, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1207, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt8", key.usr: "s:Vs5UInt8", key.offset: 1210, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1222, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1227, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1229, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1229, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int8", key.usr: "s:Vs4Int8", key.offset: 1232, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1243, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1248, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1250, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1250, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt16", key.usr: "s:Vs6UInt16", key.offset: 1253, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1266, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1271, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1273, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1273, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int16", key.usr: "s:Vs5Int16", key.offset: 1276, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1288, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1293, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1295, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1295, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt32", key.usr: "s:Vs6UInt32", key.offset: 1298, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1311, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1316, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1318, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1318, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 1321, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1333, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1338, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1340, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1340, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt64", key.usr: "s:Vs6UInt64", key.offset: 1343, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1356, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1361, key.length: 20 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1382, key.length: 20 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1361, key.length: 20 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1382, key.length: 20 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt64", key.usr: "s:Vs6UInt64", key.offset: 1404, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1417, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1422, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1424, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1424, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int64", key.usr: "s:Vs5Int64", key.offset: 1427, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1439, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1444, key.length: 20 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1465, key.length: 20 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1444, key.length: 20 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1465, key.length: 20 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int64", key.usr: "s:Vs5Int64", key.offset: 1487, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1499, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1504, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1506, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1506, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt", key.usr: "s:Su", key.offset: 1509, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1520, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1525, key.length: 10 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1536, key.length: 10 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1525, key.length: 10 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1536, key.length: 10 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt", key.usr: "s:Su", key.offset: 1548, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1559, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1564, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1566, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1566, key.length: 5 }, { key.kind: source.lang.swift.ref.struct, key.name: "Float", key.usr: "s:Sf", key.offset: 1573, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1585, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1590, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1592, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1592, key.length: 5 }, { key.kind: source.lang.swift.ref.struct, key.name: "Double", key.usr: "s:Sd", key.offset: 1599, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1612, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1617, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1619, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1619, key.length: 5 }, { key.kind: source.lang.swift.ref.struct, key.name: "Float80", key.usr: "s:Vs7Float80", key.offset: 1626, key.length: 7 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1640, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1646, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1648, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1648, key.length: 4 }, { key.kind: source.lang.swift.ref.struct, key.name: "String", key.usr: "s:SS", key.offset: 1654, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1662, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1668, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1662, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1668, key.length: 5 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 1675, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1681, key.length: 7 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1695, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 1700, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 1702, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1702, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "ObjectIdentifier", key.usr: "s:Vs16ObjectIdentifier", key.offset: 1712, key.length: 16 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1733, key.length: 9 }, { key.kind: source.lang.swift.ref.enum, key.name: "FooComparisonResult", key.usr: "c:@E@FooComparisonResult", key.offset: 1743, key.length: 19 }, { key.kind: source.lang.swift.ref.protocol, key.name: "BitwiseOperations", key.usr: "s:Ps17BitwiseOperations", key.offset: 1765, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1790, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1797, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1801, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 1811, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1817, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1826, key.length: 9 }, { key.kind: source.lang.swift.ref.enum, key.name: "FooComparisonResult", key.usr: "c:@E@FooComparisonResult", key.offset: 1836, key.length: 19 }, { key.kind: source.lang.swift.ref.protocol, key.name: "CustomStringConvertible", key.usr: "s:Ps23CustomStringConvertible", key.offset: 1858, key.length: 23 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1889, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1893, key.length: 11 }, { key.kind: source.lang.swift.ref.struct, key.name: "String", key.usr: "s:SS", key.offset: 1906, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1915, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1924, key.length: 9 }, { key.kind: source.lang.swift.ref.enum, key.name: "FooComparisonResult", key.usr: "c:@E@FooComparisonResult", key.offset: 1934, key.length: 19 }, { key.kind: source.lang.swift.ref.protocol, key.name: "Hashable", key.usr: "s:Ps8Hashable", key.offset: 1956, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 1972, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1976, key.length: 9 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 1987, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 1993, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2002, key.length: 9 }, { key.kind: source.lang.swift.ref.enum, key.name: "FooComparisonResult", key.usr: "c:@E@FooComparisonResult", key.offset: 2012, key.length: 19 }, { key.kind: source.lang.swift.ref.protocol, key.name: "RandomAccessIndex", key.usr: "s:Ps17RandomAccessIndex", key.offset: 2034, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2059, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2064, key.length: 9 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 2079, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2088, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2093, key.length: 11 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 2110, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2119, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2124, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 2133, key.length: 2 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 2136, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2133, key.length: 2 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2136, key.length: 5 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 2143, key.length: 3 }, { key.kind: source.lang.swift.ref.typealias, key.name: "Distance", key.usr: "s:Si8Distance", key.offset: 2151, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2165, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2170, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 2179, key.length: 2 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 2182, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2179, key.length: 2 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2182, key.length: 1 }, { key.kind: source.lang.swift.ref.typealias, key.name: "Distance", key.usr: "s:Si8Distance", key.offset: 2185, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 2198, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2205, key.length: 9 }, { key.kind: source.lang.swift.ref.enum, key.name: "FooComparisonResult", key.usr: "c:@E@FooComparisonResult", key.offset: 2215, key.length: 19 }, { key.kind: source.lang.swift.ref.protocol, key.name: "SignedNumber", key.usr: "s:Ps12SignedNumber", key.offset: 2237, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2255, key.length: 9 }, { key.kind: source.lang.swift.ref.enum, key.name: "FooComparisonResult", key.usr: "c:@E@FooComparisonResult", key.offset: 2265, key.length: 19 }, { key.kind: source.lang.swift.ref.protocol, key.name: "CustomReflectable", key.usr: "s:Ps17CustomReflectable", key.offset: 2287, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2312, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2316, key.length: 12 }, { key.kind: source.lang.swift.ref.struct, key.name: "Mirror", key.usr: "s:Vs6Mirror", key.offset: 2330, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2339, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2348, key.length: 9 }, { key.kind: source.lang.swift.ref.enum, key.name: "FooComparisonResult", key.usr: "c:@E@FooComparisonResult", key.offset: 2358, key.length: 19 }, { key.kind: source.lang.swift.ref.protocol, key.name: "CustomPlaygroundQuickLookable", key.usr: "s:Ps29CustomPlaygroundQuickLookable", key.offset: 2380, key.length: 29 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2417, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2421, key.length: 25 }, { key.kind: source.lang.swift.ref.enum, key.name: "PlaygroundQuickLook", key.usr: "s:Os19PlaygroundQuickLook", key.offset: 2448, key.length: 19 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2470, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2479, key.length: 9 }, { key.kind: source.lang.swift.ref.enum, key.name: "FooComparisonResult", key.usr: "c:@E@FooComparisonResult", key.offset: 2489, key.length: 19 }, { key.kind: source.lang.swift.ref.protocol, key.name: "CVarArg", key.usr: "s:Ps7CVarArg", key.offset: 2511, key.length: 7 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2523, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2530, key.length: 17 }, { key.kind: source.lang.swift.ref.protocol, key.name: "OptionSet", key.usr: "s:Ps9OptionSet", key.offset: 2550, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2567, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 2572, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 2581, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2572, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2581, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 2591, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2601, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2608, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2612, key.length: 11 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooRuncingOptions", key.usr: "c:@E@FooRuncingOptions", key.offset: 2625, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2645, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2656, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2663, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2667, key.length: 12 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooRuncingOptions", key.usr: "c:@E@FooRuncingOptions", key.offset: 2681, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2701, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2710, key.length: 9 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooRuncingOptions", key.usr: "c:@E@FooRuncingOptions", key.offset: 2720, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2745, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2750, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 2756, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 2758, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2758, key.length: 5 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs9OptionSet4SelfMx", key.offset: 2765, key.length: 4 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs9OptionSet4SelfMx", key.offset: 2774, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2784, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2789, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 2799, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 2801, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2801, key.length: 5 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs9OptionSet4SelfMx", key.offset: 2808, key.length: 4 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs9OptionSet4SelfMx", key.offset: 2817, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2827, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2832, key.length: 11 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 2844, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 2846, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2846, key.length: 5 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs9OptionSet4SelfMx", key.offset: 2853, key.length: 4 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs9OptionSet4SelfMx", key.offset: 2862, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2870, key.length: 9 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooRuncingOptions", key.usr: "c:@E@FooRuncingOptions", key.offset: 2880, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2905, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2910, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 2919, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 2921, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2921, key.length: 6 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs9OptionSet4SelfMx", key.offset: 2929, key.length: 4 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 2938, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 2948, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2957, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2962, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 2969, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 2971, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 2971, key.length: 6 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs9OptionSet4SelfMx", key.offset: 2979, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 2990, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 2999, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3004, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3011, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3013, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3013, key.length: 6 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs9OptionSet4SelfMx", key.offset: 3021, key.length: 4 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs9OptionSet4SelfMx", key.offset: 3030, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3039, key.length: 9 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooRuncingOptions", key.usr: "c:@E@FooRuncingOptions", key.offset: 3049, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 3074, key.length: 11 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3086, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 3098, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3107, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3112, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3125, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3127, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3127, key.length: 5 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs9OptionSet4SelfMx", key.offset: 3134, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 3145, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3154, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3159, key.length: 16 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3176, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3178, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3178, key.length: 5 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs9OptionSet4SelfMx", key.offset: 3185, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 3196, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3205, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3210, key.length: 18 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3229, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3231, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3231, key.length: 5 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs9OptionSet4SelfMx", key.offset: 3238, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3247, key.length: 9 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooRuncingOptions", key.usr: "c:@E@FooRuncingOptions", key.offset: 3257, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 3282, key.length: 11 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3294, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3299, key.length: 1 }, { key.kind: source.lang.swift.ref.protocol, key.name: "Sequence", key.usr: "s:Ps8Sequence", key.offset: 3303, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3312, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.typeidentifier, key.offset: 3318, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.typeidentifier, key.offset: 3320, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.typeidentifier, key.offset: 3329, key.length: 7 }, { key.kind: source.lang.swift.syntaxtype.typeidentifier, key.offset: 3340, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3359, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3361, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3361, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.typeidentifier, key.offset: 3371, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 3379, key.length: 11 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3391, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3396, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3409, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3396, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3409, key.length: 12 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooRuncingOptions", key.usr: "c:@E@FooRuncingOptions", key.offset: 3423, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 3450, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3459, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3464, key.length: 15 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3480, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3482, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3482, key.length: 5 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs10SetAlgebra4SelfMx", key.offset: 3489, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3500, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3505, key.length: 10 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3516, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3518, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3518, key.length: 5 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs10SetAlgebra4SelfMx", key.offset: 3525, key.length: 4 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 3534, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3544, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3549, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3562, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3564, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3564, key.length: 5 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs10SetAlgebra4SelfMx", key.offset: 3571, key.length: 4 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 3580, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3590, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3595, key.length: 14 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3610, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3612, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3612, key.length: 5 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs10SetAlgebra4SelfMx", key.offset: 3619, key.length: 4 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 3628, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3638, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3643, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3652, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3654, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3654, key.length: 5 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs10SetAlgebra4SelfMx", key.offset: 3661, key.length: 4 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs10SetAlgebra4SelfMx", key.offset: 3670, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3680, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3684, key.length: 7 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 3693, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3700, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3711, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3716, key.length: 18 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3735, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3737, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3737, key.length: 5 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs10SetAlgebra4SelfMx", key.offset: 3744, key.length: 4 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 3753, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3763, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3768, key.length: 16 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3785, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3787, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3787, key.length: 5 }, { key.kind: source.lang.swift.ref.generic_type_param, key.name: "Self", key.usr: "s:tPs10SetAlgebra4SelfMx", key.offset: 3794, key.length: 4 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 3803, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3813, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3820, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3825, key.length: 7 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3833, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3835, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3835, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooRuncingOptions", key.usr: "c:@E@FooRuncingOptions", key.offset: 3838, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3857, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3866, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3857, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3866, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooRuncingOptions", key.usr: "c:@E@FooRuncingOptions", key.offset: 3869, key.length: 17 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 3891, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3901, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3908, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3913, key.length: 7 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3921, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3923, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3923, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooRuncingOptions", key.usr: "c:@E@FooRuncingOptions", key.offset: 3926, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 3945, key.length: 14 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 3960, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3945, key.length: 14 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3960, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooRuncingOptions", key.usr: "c:@E@FooRuncingOptions", key.offset: 3963, key.length: 17 }, { key.kind: source.lang.swift.ref.struct, key.name: "Bool", key.usr: "s:Sb", key.offset: 3985, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 3992, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 3999, key.length: 10 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4017, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4021, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4024, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4035, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4039, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Double", key.usr: "s:Sd", key.offset: 4042, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4054, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4066, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4071, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4073, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4071, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4073, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4076, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4083, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4085, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4083, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4085, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Double", key.usr: "s:Sd", key.offset: 4088, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4098, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4105, key.length: 10 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4123, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4127, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4130, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4141, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4145, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Double", key.usr: "s:Sd", key.offset: 4148, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4160, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4172, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4177, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4179, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4177, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4179, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4182, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4189, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4191, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4189, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4191, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Double", key.usr: "s:Sd", key.offset: 4194, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4204, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4214, key.length: 17 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooStruct2", key.usr: "c:@S@FooStruct2", key.offset: 4234, key.length: 10 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4245, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4252, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4277, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4281, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4284, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4295, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4299, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Double", key.usr: "s:Sd", key.offset: 4302, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4314, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4326, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4331, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4333, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4331, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4333, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4336, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4343, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4345, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4343, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4345, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Double", key.usr: "s:Sd", key.offset: 4348, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4358, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4368, key.length: 11 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4382, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4388, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4392, key.length: 9 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4403, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4409, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4414, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4423, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4425, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4425, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4428, key.length: 5 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4438, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4444, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4449, key.length: 22 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4472, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4474, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4477, key.length: 5 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4487, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4493, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4498, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4507, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4509, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4509, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4512, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4519, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4521, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4521, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Float", key.usr: "s:Sf", key.offset: 4524, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4531, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4533, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4533, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Double", key.usr: "s:Sd", key.offset: 4536, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4544, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4546, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4546, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "UnsafeMutablePointer", key.usr: "s:Sp", key.offset: 4549, key.length: 20 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4570, key.length: 5 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4581, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4587, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4592, key.length: 16 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4609, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4611, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4611, key.length: 3 }, { key.kind: source.lang.swift.ref.struct, key.name: "Float", key.usr: "s:Sf", key.offset: 4618, key.length: 5 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4628, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4637, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4642, key.length: 26 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4669, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4671, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4671, key.length: 4 }, { key.kind: source.lang.swift.ref.struct, key.name: "Float", key.usr: "s:Sf", key.offset: 4679, key.length: 5 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4689, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 4698, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4708, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4713, key.length: 16 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 4732, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4742, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4747, key.length: 16 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4766, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4771, key.length: 19 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4793, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4798, key.length: 19 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4820, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4825, key.length: 19 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4847, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4852, key.length: 19 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4874, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4879, key.length: 19 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4901, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4906, key.length: 32 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 4939, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 4941, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4941, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4944, key.length: 5 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 4954, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4960, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4969, key.length: 15 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 4992, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 4997, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5017, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5022, key.length: 33 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5063, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5068, key.length: 33 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5109, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5116, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5121, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5146, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5150, key.length: 12 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 5164, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5172, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5176, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5187, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5191, key.length: 12 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 5205, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5213, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5217, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5228, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5232, key.length: 12 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 5246, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5254, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5262, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5271, key.length: 18 }, { key.kind: source.lang.swift.ref.protocol, key.name: "FooProtocolBase", key.usr: "c:objc(pl)FooProtocolBase", key.offset: 5292, key.length: 15 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5312, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5318, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5338, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5343, key.length: 20 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5371, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5376, key.length: 20 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 5397, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 5399, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5399, key.length: 8 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 5409, key.length: 9 }, { key.kind: source.lang.swift.ref.class, key.name: "FooClassBase", key.usr: "c:objc(cs)FooClassBase", key.offset: 5424, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5443, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 5456, key.length: 11 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5468, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 5474, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 5480, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5474, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5480, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Float", key.usr: "s:Sf", key.offset: 5483, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5495, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5500, key.length: 29 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5537, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5543, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5548, key.length: 17 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5573, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5578, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 5598, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5614, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5619, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 5639, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5655, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5660, key.length: 15 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 5681, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5697, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5702, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 5722, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5735, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5741, key.length: 15 }, { key.kind: source.lang.swift.ref.class, key.name: "FooClassBase", key.usr: "c:objc(cs)FooClassBase", key.offset: 5759, key.length: 12 }, { key.kind: source.lang.swift.ref.protocol, key.name: "FooProtocolDerived", key.usr: "c:objc(pl)FooProtocolDerived", key.offset: 5773, key.length: 18 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5799, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5803, key.length: 12 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 5817, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5828, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5832, key.length: 12 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 5846, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5857, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5861, key.length: 12 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 5875, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5883, key.length: 3 }, { 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: 16 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5923, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5928, key.length: 16 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 5945, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 5947, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5947, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 5950, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 5962, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5967, key.length: 16 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 5984, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 5986, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5986, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 5989, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 5996, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 6002, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 5996, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6002, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 6005, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6017, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6022, key.length: 29 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6059, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6065, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6070, key.length: 13 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6091, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6096, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 6116, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6132, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6137, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 6157, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6173, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6178, key.length: 15 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 6199, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6215, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6220, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 6240, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6253, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6257, key.length: 11 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 6270, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6278, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6284, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6288, key.length: 11 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 6301, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6309, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6315, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6319, key.length: 11 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 6332, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6340, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6346, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6350, key.length: 11 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt32", key.usr: "s:Vs6UInt32", key.offset: 6363, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6372, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6378, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6382, key.length: 11 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt64", key.usr: "s:Vs6UInt64", key.offset: 6395, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6404, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6410, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6414, key.length: 17 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 6433, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6441, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6447, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6451, key.length: 17 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 6470, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6478, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6484, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6489, key.length: 16 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6508, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6513, key.length: 21 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6537, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6544, key.length: 15 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6567, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6571, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 6574, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6585, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6597, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 6602, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 6604, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6602, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6604, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 6607, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6616, key.length: 9 }, { key.kind: source.lang.swift.ref.class, key.name: "FooClassBase", key.usr: "c:objc(cs)FooClassBase", key.offset: 6626, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6646, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6651, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 6671, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6684, key.length: 9 }, { key.kind: source.lang.swift.ref.class, key.name: "FooClassBase", key.usr: "c:objc(cs)FooClassBase", key.offset: 6694, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6714, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6719, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 6739, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6755, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6760, key.length: 15 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 6781, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6794, key.length: 9 }, { key.kind: source.lang.swift.ref.class, key.name: "FooClassBase", key.usr: "c:objc(cs)FooClassBase", key.offset: 6804, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6824, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6829, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 6849, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6862, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6871, key.length: 13 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6889, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6895, key.length: 21 }, { key.kind: source.lang.swift.ref.protocol, key.name: "_InternalProt", key.usr: "c:objc(pl)_InternalProt", key.offset: 6919, key.length: 13 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 6937, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 6943, key.length: 25 }, { key.kind: source.lang.swift.ref.class, key.name: "FooClassBase", key.usr: "c:objc(cs)FooClassBase", key.offset: 6971, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 6991, key.length: 15 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7007, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7011, key.length: 10 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 7023, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 7039, key.length: 15 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7055, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7059, key.length: 16 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 7077, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7093, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7097, key.length: 10 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 7109, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7125, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7129, key.length: 9 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 7140, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 7156, key.length: 10 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7167, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7171, key.length: 8 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 7181, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 7197, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7202, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7206, key.length: 7 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 7215, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7231, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7235, key.length: 6 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 7243, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7254, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7259, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 7279, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7295, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7300, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 7320, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7336, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7341, key.length: 15 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 7362, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7378, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7383, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 7403, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7416, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7422, key.length: 21 }, { key.kind: source.lang.swift.ref.class, key.name: "FooClassBase", key.usr: "c:objc(cs)FooClassBase", key.offset: 7446, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.attribute.builtin, key.offset: 7466, key.length: 11 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7478, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 7484, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 7488, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7484, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7488, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 7491, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7503, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7509, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7514, key.length: 7 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 7522, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 7524, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7524, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 7527, key.length: 5 }, { key.kind: source.lang.swift.ref.class, key.name: "FooUnavailableMembers", key.usr: "c:objc(cs)FooUnavailableMembers", key.offset: 7537, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7548, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7553, key.length: 11 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7572, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7577, key.length: 16 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7601, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7606, key.length: 10 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7624, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7629, key.length: 22 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7659, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7664, key.length: 22 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7694, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7699, key.length: 21 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7728, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7733, key.length: 23 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7764, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7769, key.length: 25 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7802, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7807, key.length: 25 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7840, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7845, key.length: 24 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7877, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7882, key.length: 26 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7916, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7921, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 7941, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7957, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 7962, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 7982, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 7998, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8003, key.length: 15 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 8024, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 8040, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8045, key.length: 14 }, { key.kind: source.lang.swift.ref.protocol, key.name: "AnyObject", key.usr: "s:Ps9AnyObject", key.offset: 8065, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 8078, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8088, key.length: 12 }, { key.kind: source.lang.swift.ref.struct, key.name: "OpaquePointer", key.usr: "s:Vs13OpaquePointer", key.offset: 8103, key.length: 13 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 8117, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8122, key.length: 16 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 8139, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 8141, key.length: 1 }, { key.kind: source.lang.swift.ref.typealias, key.name: "FooCFTypeRef", key.usr: "c:Foo.h@T@FooCFTypeRef", key.offset: 8144, key.length: 12 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 8158, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8163, key.length: 11 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 8175, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 8177, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8177, key.length: 1 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 8180, key.length: 5 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int32", key.usr: "s:Vs5Int32", key.offset: 8190, key.length: 5 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 8196, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8203, key.length: 11 }, { key.kind: source.lang.swift.ref.protocol, key.name: "RawRepresentable", key.usr: "s:Ps16RawRepresentable", key.offset: 8217, key.length: 16 }, { key.kind: source.lang.swift.ref.protocol, key.name: "Equatable", key.usr: "s:Ps9Equatable", key.offset: 8235, key.length: 9 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 8252, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 8257, key.length: 1 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 8259, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8259, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt32", key.usr: "s:Vs6UInt32", key.offset: 8269, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 8282, key.length: 4 }, { key.kind: source.lang.swift.syntaxtype.argument, key.offset: 8287, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.parameter, key.offset: 8296, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8287, key.length: 8 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8296, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt32", key.usr: "s:Vs6UInt32", key.offset: 8306, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 8319, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8323, key.length: 8 }, { key.kind: source.lang.swift.ref.struct, key.name: "UInt32", key.usr: "s:Vs6UInt32", key.offset: 8333, key.length: 6 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 8342, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8346, key.length: 12 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooSubEnum1", key.usr: "c:@E@FooSubEnum1", key.offset: 8360, key.length: 11 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8374, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 8380, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8384, key.length: 12 }, { key.kind: source.lang.swift.ref.struct, key.name: "FooSubEnum1", key.usr: "c:@E@FooSubEnum1", key.offset: 8398, key.length: 11 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8412, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.keyword, key.offset: 8418, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8422, key.length: 25 }, { key.kind: source.lang.swift.ref.struct, key.name: "Int", key.usr: "s:Si", key.offset: 8449, key.length: 3 }, { key.kind: source.lang.swift.syntaxtype.identifier, key.offset: 8455, 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: 1106, 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.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: 740, 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: 775, key.length: 3 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "rhs", key.offset: 787, 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: 822, 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: 862, key.length: 3 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "rhs", key.offset: 874, 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: 909, 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: 949, key.length: 3 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "rhs", key.offset: 961, 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: 996, 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: 1034, key.length: 3 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "rhs", key.offset: 1046, 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: 1081, 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: 1122, key.length: 3 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "rhs", key.offset: 1134, 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: 1169, 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: 1200, 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: 1210, 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: 1222, 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: 1232, 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: 1243, 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: 1253, 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: 1266, 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: 1276, 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: 1288, 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: 1298, 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: 1311, 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: 1321, 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: 1333, 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: 1343, 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: 1356, 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: 1404, 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: 1417, 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: 1427, 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: 1439, 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: 1487, 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: 1499, 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: 1509, 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: 1520, 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: 1548, 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: 1559, 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: 1573, 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: 1585, 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: 1599, 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: 1612, 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: 1626, 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: 1640, 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: 1654, key.length: 6 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "radix", key.name: "radix", key.offset: 1675, 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: 1695, 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: 1712, key.length: 16 } ] } ] }, { key.kind: source.lang.swift.decl.extension.struct, key.offset: 1733, 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: 1790, 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.struct, key.offset: 1826, 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: 1889, 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.struct, key.offset: 1924, 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: 1972, 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.struct, key.offset: 2002, key.length: 201, key.conforms: [ { key.kind: source.lang.swift.ref.protocol, key.name: "RandomAccessIndex", key.usr: "s:Ps17RandomAccessIndex" } ], 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.function.method.instance, key.name: "successor()", key.usr: "s:FSi9successorFT_Si::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:FSi9successorFT_Si", key.doc.full_as_xml: "successor()s:FSi9successorFT_Sifunc successor() -> IntReturns the next consecutive value after self.The next value is representable.", key.offset: 2059, key.length: 23, key.fully_annotated_decl: "func successor() -> Int", key.conforms: [ { key.kind: source.lang.swift.ref.function.method.instance, key.name: "successor()", key.usr: "s:FPs14_Incrementable9successorFT_x" } ] }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "predecessor()", key.usr: "s:FSi11predecessorFT_Si::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:FSi11predecessorFT_Si", key.doc.full_as_xml: "predecessor()s:FSi11predecessorFT_Sifunc predecessor() -> IntReturns the previous consecutive value before self.The previous value is representable.", key.offset: 2088, key.length: 25, key.fully_annotated_decl: "func predecessor() -> Int", key.conforms: [ { key.kind: source.lang.swift.ref.function.method.instance, key.name: "predecessor()", key.usr: "s:FPs18BidirectionalIndex11predecessorFT_x" } ] }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "distance(to:)", key.usr: "s:FSi8distanceFT2toSi_Si::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:FSi8distanceFT2toSi_Si", key.offset: 2119, key.length: 40, key.fully_annotated_decl: "func distance(to other: Int) -> Distance", key.conforms: [ { key.kind: source.lang.swift.ref.function.method.instance, key.name: "distance(to:)", key.usr: "s:FPs12ForwardIndex8distanceFT2tox_wx8Distance" }, { key.kind: source.lang.swift.ref.function.method.instance, key.name: "distance(to:)", key.usr: "s:FPs17RandomAccessIndex8distanceFT2tox_wx8Distance" }, { key.kind: source.lang.swift.ref.function.method.instance, key.name: "distance(to:)", key.usr: "s:FPs10Strideable8distanceFT2tox_wx6Stride" } ], key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "to", key.name: "other", key.offset: 2143, key.length: 3 } ] }, { key.kind: source.lang.swift.decl.function.method.instance, key.name: "advanced(by:)", key.usr: "s:FSi8advancedFT2bySi_Si::SYNTHESIZED::c:@E@FooComparisonResult", key.original_usr: "s:FSi8advancedFT2bySi_Si", key.offset: 2165, key.length: 36, key.fully_annotated_decl: "func advanced(by n: Distance) -> Int", key.conforms: [ { key.kind: source.lang.swift.ref.function.method.instance, key.name: "advanced(by:)", key.usr: "s:FPs12ForwardIndex8advancedFT2bywx8Distance_x" }, { key.kind: source.lang.swift.ref.function.method.instance, key.name: "advanced(by:)", key.usr: "s:FPs17RandomAccessIndex8advancedFT2bywx8Distance_x" }, { key.kind: source.lang.swift.ref.function.method.instance, key.name: "advanced(by:)", key.usr: "s:FPs10Strideable8advancedFT2bywx6Stride_x" } ], key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "by", key.name: "n", key.offset: 2185, key.length: 8 } ] } ] }, { key.kind: source.lang.swift.decl.extension.struct, key.offset: 2205, 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.struct, key.offset: 2255, 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: 2312, 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.struct, key.offset: 2348, 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: 2417, 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.struct, key.offset: 2479, 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: 2523, 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: 2567, 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: 2591, key.length: 3 } ] }, { key.kind: source.lang.swift.decl.var.static, key.name: "enableMince", key.usr: "c:@E@FooRuncingOptions@FooRuncingEnableMince", key.offset: 2601, 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: 2656, key.length: 50, key.fully_annotated_decl: "static var enableQuince: FooRuncingOptions { get }" } ] }, { key.kind: source.lang.swift.decl.extension.protocol, 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: 2710, 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: 2745, 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: 2765, 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: 2784, 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: 2808, 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: 2827, 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: 2853, key.length: 4 } ] } ] }, { key.kind: source.lang.swift.decl.extension.protocol, 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: 2870, 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: 2905, 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: 2929, 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: 2948, 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: 2979, 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: 2990, 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: 3021, key.length: 4 } ] } ] }, { key.kind: source.lang.swift.decl.extension.protocol, 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: 3039, 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: 3074, 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: 3098, 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: 3134, 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: 3145, 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: 3185, 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: 3196, 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: 3238, key.length: 4 } ] } ] }, { key.kind: source.lang.swift.decl.extension.protocol, 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: 3247, 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: 3282, key.length: 91, key.fully_annotated_decl: "convenience init<S : Sequence where S.Iterator.Element == Element>(_ sequence: S)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "sequence", key.offset: 3371, 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: 3379, key.length: 65, key.fully_annotated_decl: "convenience init(arrayLiteral: Self.Element...)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "arrayLiteral", key.name: "arrayLiteral", key.offset: 3423, 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: 3450, 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: 3489, 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: 3500, 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: 3525, 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: 3544, 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: 3571, 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: 3590, 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: 3619, 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: 3638, 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: 3661, 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: 3680, 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: 3711, 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: 3744, 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: 3763, 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: 3794, 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: 3813, key.length: 82, key.fully_annotated_decl: "static func element(a: Self.Element, subsumes b: Self.Element) -> Bool", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "a", key.offset: 3838, key.length: 17 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "subsumes", key.name: "b", key.offset: 3869, 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: 3901, key.length: 88, key.fully_annotated_decl: "static func element(a: Self.Element, isDisjointWith b: Self.Element) -> Bool", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "a", key.offset: 3926, key.length: 17 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "isDisjointWith", key.name: "b", key.offset: 3963, key.length: 17 } ] } ] }, { key.kind: source.lang.swift.decl.struct, key.name: "FooStruct1", key.usr: "c:@S@FooStruct1", key.offset: 3992, 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: 4017, 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: 4035, 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: 4054, 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: 4066, 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: 4076, key.length: 5 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "y", key.name: "y", key.offset: 4088, key.length: 6 } ] } ] }, { key.kind: source.lang.swift.decl.struct, key.name: "FooStruct2", key.usr: "c:@S@FooStruct2", key.offset: 4098, 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: 4123, 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: 4141, 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: 4160, 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: 4172, 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: 4182, key.length: 5 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "y", key.name: "y", key.offset: 4194, key.length: 6 } ] } ] }, { key.kind: source.lang.swift.decl.typealias, key.name: "FooStructTypedef1", key.usr: "c:Foo.h@T@FooStructTypedef1", key.offset: 4204, 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: 4245, 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: 4277, 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: 4295, 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: 4314, 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: 4326, 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: 4336, key.length: 5 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "y", key.name: "y", key.offset: 4348, 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: 4358, 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: 4388, 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: 4409, 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: 4428, key.length: 5 } ] }, { key.kind: source.lang.swift.decl.function.free, key.name: "fooFunc1AnonymousParam(_:)", key.usr: "c:@F@fooFunc1AnonymousParam", key.offset: 4444, 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: 4477, key.length: 5 } ] }, { key.kind: source.lang.swift.decl.function.free, key.name: "fooFunc3(_:_:_:_:)", key.usr: "c:@F@fooFunc3", key.offset: 4493, 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: 4512, key.length: 5 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "b", key.offset: 4524, key.length: 5 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "c", key.offset: 4536, key.length: 6 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.name: "d", key.offset: 4549, key.length: 27 } ] }, { key.kind: source.lang.swift.decl.function.free, key.name: "fooFuncWithBlock(_:)", key.usr: "c:@F@fooFuncWithBlock", key.offset: 4587, 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: 4616, key.length: 19 } ] }, { key.kind: source.lang.swift.decl.function.free, key.name: "fooFuncWithFunctionPointer(_:)", key.usr: "c:@F@fooFuncWithFunctionPointer", key.offset: 4637, 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: 4677, key.length: 19 } ] }, { key.kind: source.lang.swift.decl.function.free, key.name: "fooFuncNoreturn1()", key.usr: "c:@F@fooFuncNoreturn1", key.offset: 4698, 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: 4732, 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: 4766, 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: 4793, 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: 4820, 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: 4847, 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: 4874, 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: 4901, 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: 4944, 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: 4960, 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: 4992, 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: 5017, 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: 5063, 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: 5109, 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: 5146, 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: 5187, 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: 5228, 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: 5262, 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: 5312, 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: 5338, 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: 5371, 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: 5409, key.length: 10 } ] }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init()", key.usr: "c:objc(cs)FooClassBase(im)init", key.offset: 5443, 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: 5456, 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: 5483, 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: 5495, 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: 5537, 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: 5573, 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: 5614, 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: 5655, 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: 5697, 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: 5735, 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: 5799, 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: 5828, 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: 5857, 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: 5894, 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: 5923, 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: 5950, 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: 5962, 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: 5989, key.length: 5 }, { key.kind: source.lang.swift.decl.var.local, key.keyword: "withB", key.name: "b", key.offset: 6005, 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: 6017, 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: 6059, 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: 6091, 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: 6132, 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: 6173, 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: 6215, 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: 6253, 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: 6284, 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: 6315, 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: 6346, 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: 6378, 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: 6410, 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: 6447, 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: 6484, 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: 6508, 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: 6537, 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: 6567, 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: 6585, 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: 6597, 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: 6607, key.length: 5 } ] } ] }, { key.kind: source.lang.swift.decl.extension.class, key.offset: 6616, 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: 6646, key.length: 35, key.fully_annotated_decl: "func _internalMeth1() -> AnyObject!" } ] }, { key.kind: source.lang.swift.decl.extension.class, key.offset: 6684, 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: 6714, 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: 6755, key.length: 36, key.fully_annotated_decl: "func nonInternalMeth() -> AnyObject!" } ] }, { key.kind: source.lang.swift.decl.extension.class, key.offset: 6794, 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: 6824, 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: 6862, 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: 6889, 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: 6937, 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: 6991, 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: 7039, 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: 7093, 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: 7125, 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: 7156, 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: 7197, 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: 7231, 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: 7254, 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: 7295, 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: 7336, 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: 7378, 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: 7416, 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: 7466, 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: 7491, 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: 7503, 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: 7527, 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: 7548, 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: 7572, 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: 7601, 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: 7624, 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: 7659, 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: 7694, 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: 7728, 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: 7764, 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: 7802, 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: 7840, 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: 7877, 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: 7916, 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: 7957, 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: 7998, 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: 8040, 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: 8078, 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: 8117, key.length: 40, key.fully_annotated_decl: "func FooCFTypeRelease(_: FooCFTypeRef)", key.entities: [ { key.kind: source.lang.swift.decl.var.local, key.keyword: "_", key.offset: 8144, key.length: 12 } ] }, { key.kind: source.lang.swift.decl.function.free, key.name: "fooSubFunc1(_:)", key.usr: "c:@F@fooSubFunc1", key.offset: 8158, 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: 8180, key.length: 5 } ] }, { key.kind: source.lang.swift.decl.struct, key.name: "FooSubEnum1", key.usr: "c:@E@FooSubEnum1", key.offset: 8196, 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: 8252, 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: 8269, key.length: 6 } ] }, { key.kind: source.lang.swift.decl.function.constructor, key.name: "init(rawValue:)", key.usr: "s:FVSC11FooSubEnum1cFT8rawValueVs6UInt32_S_", key.offset: 8282, 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: 8306, key.length: 6 } ] }, { key.kind: source.lang.swift.decl.var.instance, key.name: "rawValue", key.usr: "s:vVSC11FooSubEnum18rawValueVs6UInt32", key.offset: 8319, 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: 8342, 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: 8380, 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: 8418, key.length: 42, key.fully_annotated_decl: "var FooSubUnnamedEnumeratorA1: Int { get }" } ]